summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* add small wrapper functions around dlopen and friends.Ray Strode2007-06-069-4/+469
* automatically switch back to text mode when running ply-image-test for a whileRay Strode2007-06-061-1/+8
* pass target instead of source to umount (woops!)Ray Strode2007-06-061-1/+1
* once the system is fully initialized, all modules are loaded,Ray Strode2007-06-051-21/+11
* don't setup an default output fd for the terminal sesssion and drop the toupp...Ray Strode2007-06-051-10/+1
* make ply_logger_flush() a noop if the logger isn't logging,Ray Strode2007-06-051-2/+6
* don't spew PING debug message when rhgb-client --ping isRay Strode2007-06-051-6/+2
* i don't knowRay Strode2007-06-054-13/+61
* add the start of boot status tracking to plymouthRay Strode2007-06-052-2/+55
* don't direct messages to screen anymoreRay Strode2007-06-051-4/+8
* add sysinit support to the boot classesRay Strode2007-06-055-4/+93
* add --sysinit support for rhgb-client. hide error message for nowRay Strode2007-06-051-1/+14
* use FIONREAD ioctl to try to preemptively detect eof, so we don't have toRay Strode2007-06-051-3/+19
* add the beginning of an rhgb-client cloneRay Strode2007-06-044-9/+170
* add "quit" and "update" commands to the ply-boot statusRay Strode2007-06-044-16/+142
* rework event loop to not access free'd memory if anRay Strode2007-06-042-110/+199
* move most of the guts of ply_list_remove_nodeRay Strode2007-06-041-17/+34
* add some support for "update" command to boot status daemonRay Strode2007-06-033-28/+157
* add some forgotton files from last commitRay Strode2007-06-032-0/+32
* add the start of some classes for tracking boot statusRay Strode2007-06-035-0/+808
* commit header file changes for previous ply-utils commitRay Strode2007-06-031-1/+4
* adapt the event loop code to support watching the sameRay Strode2007-06-032-109/+354
* add some socket handling apis to ply-utils.c and fixupRay Strode2007-06-031-5/+147
* add new ply_list_get_last_node function to get the list tailRay Strode2007-05-312-0/+7
* more off by one ickyness in the errno stack thingRay Strode2007-05-305-5/+52
* change event loop "watch fd" api to let the user specify a condition to watch...Ray Strode2007-05-303-47/+107
* save errno before closing fds in error path and restoreRay Strode2007-05-291-0/+4
* drop the unused ply_read_some_bytes functionRay Strode2007-05-292-4/+1
* fix an off by one in the errno stack codeRay Strode2007-05-291-2/+2
* handle framerate differently and print it to stderr for debuggingRay Strode2007-05-241-7/+32
* use integer math instead of floating point math for blending opsRay Strode2007-05-241-31/+41
* use uint_fast32_t instead of unit_least32_t for device pixelRay Strode2007-05-241-3/+4
* drop unused field from fb structRay Strode2007-05-241-2/+0
* check FRAMEBUFFER for fb device, if availableRay Strode2007-05-241-0/+2
* set graphics mode in image test program to prevent blinking during boot upRay Strode2007-05-241-0/+16
* add some blue to the background in the image-test to get an idea why things a...Ray Strode2007-05-241-3/+4
* add a few inline statements and drop framerate to make ply-image-test less re...Ray Strode2007-05-242-7/+21
* add O_NOCTTY to a few open callsRay Strode2007-05-231-5/+5
* add missing close() call. redirect messages to /dev/nullRay Strode2007-05-231-0/+3
* allow a terminal session to also take over /dev/consoleRay Strode2007-05-233-3/+67
* mount /proc and /dev/pts if they aren't mountedRay Strode2007-05-234-10/+41
* mount /dev/pts if it's not mounted yetRay Strode2007-05-231-0/+29
* fix typo in error messageRay Strode2007-05-231-1/+1
* add new functions that check if a file or dir existsRay Strode2007-05-232-0/+25
* add start of a program to eat a sessions outputRay Strode2007-05-232-5/+87
* add logger files to event-loop test programRay Strode2007-05-231-0/+2
* remove erroneous space between macro name and arg list for ply_flush_logRay Strode2007-05-231-1/+1
* temporarily hide bug in code by removing an assertRay Strode2007-05-231-2/+2
* don't output terminal session by defaultRay Strode2007-05-231-1/+4
* add new ply_save_errno/ply_restore_errno functionsRay Strode2007-05-232-0/+27