summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add preliminary support for asking for password during boot sequenceRay Strode2008-05-1512-13/+190
* add cast to prevent compiler warningRay Strode2008-05-141-0/+1
* fix some confusion with star placement in fedora-fade-in pluginRay Strode2008-05-141-4/+3
* fall back to text plugin if fedora-fade-in failsRay Strode2008-05-141-0/+6
* add initial cut of a barebones text splashRay Strode2008-05-143-1/+192
* create /dev/tty1 in init phaseRay Strode2008-05-141-0/+3
* add some more debug statements and free boot server and splash on exit pathRay Strode2008-05-141-1/+21
* disconnect event loop exit watch when hiding splash screenRay Strode2008-05-141-0/+5
* move detach_from_event_loop function up higher in fileRay Strode2008-05-141-8/+8
* Add new function to be able to cancel event loop exit watchesRay Strode2008-05-142-0/+30
* put fedora-fade-in plugin back in graphics modeRay Strode2008-05-131-1/+0
* Fix infinite loop in add_star logic of fedora-fade-in pluginRay Strode2008-05-131-2/+2
* Fix bug where logo area was getting computed negativeRay Strode2007-12-141-12/+25
* 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-0317-52/+570
|\
| * 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
| * 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