summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Drop localization bits / use CONFIG_AUX_DIRRay Strode2007-12-146-31/+4
* Copy a row at a time to the card instead of a pixel at a timeRay Strode2007-12-131-9/+17
* Apply patch from Peter Jones to fix video on systems with row stride differen...Ray Strode2007-12-112-54/+24
* Merge branch 'main-refactor'Ray Strode2007-11-0319-71/+613
|\
| * Fix up autogen to error out if it hits a problem and rerun autoreconf after i...Ray Strode2007-11-011-2/+3
| * add ply-copy-dir-test.c and ply-copy-test.c to fix buildRay Strode2007-11-012-0/+132
| * add ply-copy-dir-test.am to fix build for fresh clonesRay Strode2007-11-011-0/+11
| * add ply-copy-test.am to fix build for fresh clonesRay Strode2007-10-311-0/+11
| * Don't add new stars on top of old stars, or under the logoRay Strode2007-10-211-12/+43
| * move data to a ramfs and clean up mounts on exitRay Strode2007-10-211-2/+13
| * add ply_unmount_filesystem function to handle lazy umountRay Strode2007-10-212-2/+11
| * reenable graphics mode in the fade in pluginRay Strode2007-10-211-1/+0
| * call chroot right before exec instead of right after forkRay Strode2007-10-213-9/+14
| * chroot back to original / before spawning nash.Ray Strode2007-10-211-45/+13
| * don't error out if the directory already exists in the mkdir functionRay Strode2007-10-211-1/+1
| * add ply_list_directory functionRay Strode2007-10-212-0/+39
| * Use posix_openpt instead of open ("/dev/ptmx", ...)Ray Strode2007-10-211-7/+4
| * Make ply_trace restore errno appropriatelyRay Strode2007-10-211-0/+1
| * Change plugin path in Makefile to contain less magicRay Strode2007-10-211-1/+1
| * fix typo in function nameRay Strode2007-10-201-4/+4
| * Make ply_create_directory more robust about trailing slashesRay Strode2007-10-191-1/+9
| * Clean up old plymouth entries before running grubby, since dupes confuse itRay Strode2007-10-191-2/+15
| * automatically pull in deps from binaries to initrd instead of hardcoding themRay Strode2007-10-191-15/+26
| * change some hardcoded /lib to /$LIB in update-initrd scriptRay Strode2007-10-181-3/+2
| * fix up rhgb-client makefile moreRay Strode2007-10-181-2/+3
| * add missing makefileRay Strode2007-10-171-0/+14
| * dump everything i'm working on into the main refactor branch for nowRay Strode2007-06-219-18/+315
* | add forgotton Makefile.am to version controlRay Strode2007-06-251-0/+17
|/
* include errno.h into ply-logger.hRay Strode2007-06-131-2/+1
* change ply_create_scratch directory to be a two step,Ray Strode2007-06-132-14/+28
* return true in the success path to ply_file_copyRay Strode2007-06-131-0/+1
* don't leak fds in copy functionRay Strode2007-06-131-6/+14
* fix up the copy dir functionRay Strode2007-06-121-1/+160
* add a fade out to the splash on exitRay Strode2007-06-121-4/+57
* drop lame ply_filesystem_is_mounted functionRay Strode2007-06-112-51/+0
* add new untested ply_create_scratch_directory that createsRay Strode2007-06-112-0/+42
* look for fedora-fade-in module in correct placeRay Strode2007-06-111-2/+2
* when copying an image to the frame buffer always read from the original width,Ray Strode2007-06-111-1/+1
* add tests directory to makefileRay Strode2007-06-101-1/+1
* add untested recursive mkdir function (ply_create_directory)Ray Strode2007-06-102-0/+43
* add tests dir to MakefileRay Strode2007-06-101-1/+1
* add undisted header to MakefileRay Strode2007-06-101-1/+2
* rather than look at PLYMOUTH_DISABLE_INITRD, just look for DESTDIRRay Strode2007-06-101-3/+1
* drop .deps dir that got added on accident. Add DESTDIR to makefileRay Strode2007-06-102-260/+2
* look for header file in the right placeRay Strode2007-06-101-1/+1
* add half-working sample spec fileRay Strode2007-06-081-0/+53
* drop odd versioning schemeRay Strode2007-06-081-7/+1
* add lt versioning to libplyRay Strode2007-06-082-0/+19
* add another level (and style) of escaping to PLYMOUTH_PLUGIN_PATHRay Strode2007-06-081-1/+1
* use grubby to add a new boot entryRay Strode2007-06-081-0/+8