| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | add small wrapper functions around dlopen and friends. | Ray Strode | 2007-06-06 | 9 | -4/+469 | |
| | | | | | | | create the start of a boot-splash api for managing the splash screen. Setup main.c to use the api (no plugin exists yet, though, so things are pretty hosed atm) | |||||
| * | automatically switch back to text mode when running ply-image-test for a while | Ray Strode | 2007-06-06 | 1 | -1/+8 | |
| | | ||||||
| * | pass target instead of source to umount (woops!) | Ray Strode | 2007-06-06 | 1 | -1/+1 | |
| | | ||||||
| * | once the system is fully initialized, all modules are loaded, | Ray Strode | 2007-06-05 | 1 | -21/+11 | |
| | | | | | | | and the filesystem is completely mounted, etc, mount the root filesystem again from within the initrd so we can write the boot log out | |||||
| * | don't setup an default output fd for the terminal sesssion and drop the ↵ | Ray Strode | 2007-06-05 | 1 | -10/+1 | |
| | | | | | toupper hack | |||||
| * | make ply_logger_flush() a noop if the logger isn't logging, | Ray Strode | 2007-06-05 | 1 | -2/+6 | |
| | | | | | or doesn't have an fd to flush to. | |||||
| * | don't spew PING debug message when rhgb-client --ping is | Ray Strode | 2007-06-05 | 1 | -6/+2 | |
| | | | | | run | |||||
| * | i don't know | Ray Strode | 2007-06-05 | 4 | -13/+61 | |
| | | ||||||
| * | add the start of boot status tracking to plymouth | Ray Strode | 2007-06-05 | 2 | -2/+55 | |
| | | ||||||
| * | don't direct messages to screen anymore | Ray Strode | 2007-06-05 | 1 | -4/+8 | |
| | | ||||||
| * | add sysinit support to the boot classes | Ray Strode | 2007-06-05 | 5 | -4/+93 | |
| | | ||||||
| * | add --sysinit support for rhgb-client. hide error message for now | Ray Strode | 2007-06-05 | 1 | -1/+14 | |
| | | ||||||
| * | use FIONREAD ioctl to try to preemptively detect eof, so we don't have to | Ray Strode | 2007-06-05 | 1 | -3/+19 | |
| | | | | | add some "I did a read and got 0 back" api | |||||
| * | add the beginning of an rhgb-client clone | Ray Strode | 2007-06-04 | 4 | -9/+170 | |
| | | ||||||
| * | add "quit" and "update" commands to the ply-boot status | Ray Strode | 2007-06-04 | 4 | -16/+142 | |
| | | | | | code | |||||
| * | rework event loop to not access free'd memory if an | Ray Strode | 2007-06-04 | 2 | -110/+199 | |
| | | | | | | | | fd watch gets removed while its source is being dispatched Also, ignore disconnect events until after all handlers have been dispatched for non-disconnect events | |||||
| * | move most of the guts of ply_list_remove_node | Ray Strode | 2007-06-04 | 1 | -17/+34 | |
| | | | | | | to ply_list_unlink_node, and rewrite it to be more readable. | |||||
| * | add some support for "update" command to boot status daemon | Ray Strode | 2007-06-03 | 3 | -28/+157 | |
| | | ||||||
| * | add some forgotton files from last commit | Ray Strode | 2007-06-03 | 2 | -0/+32 | |
| | | ||||||
| * | add the start of some classes for tracking boot status | Ray Strode | 2007-06-03 | 5 | -0/+808 | |
| | | ||||||
| * | commit header file changes for previous ply-utils commit | Ray Strode | 2007-06-03 | 1 | -1/+4 | |
| | | ||||||
| * | adapt the event loop code to support watching the same | Ray Strode | 2007-06-03 | 2 | -109/+354 | |
| | | | | | fd from more than one place (and with different conditions) | |||||
| * | add some socket handling apis to ply-utils.c and fixup | Ray Strode | 2007-06-03 | 1 | -5/+147 | |
| | | | | | a thinko in ply_read_bytes | |||||
| * | add new ply_list_get_last_node function to get the list tail | Ray Strode | 2007-05-31 | 2 | -0/+7 | |
| | | ||||||
| * | more off by one ickyness in the errno stack thing | Ray Strode | 2007-05-30 | 5 | -5/+52 | |
| | | ||||||
| * | change event loop "watch fd" api to let the user specify a condition to ↵ | Ray Strode | 2007-05-30 | 3 | -47/+107 | |
| | | | | | watch for | |||||
| * | save errno before closing fds in error path and restore | Ray Strode | 2007-05-29 | 1 | -0/+4 | |
| | | | | | afterward. | |||||
| * | drop the unused ply_read_some_bytes function | Ray Strode | 2007-05-29 | 2 | -4/+1 | |
| | | ||||||
| * | fix an off by one in the errno stack code | Ray Strode | 2007-05-29 | 1 | -2/+2 | |
| | | ||||||
| * | handle framerate differently and print it to stderr for debugging | Ray Strode | 2007-05-24 | 1 | -7/+32 | |
| | | ||||||
| * | use integer math instead of floating point math for blending ops | Ray Strode | 2007-05-24 | 1 | -31/+41 | |
| | | ||||||
| * | use uint_fast32_t instead of unit_least32_t for device pixel | Ray Strode | 2007-05-24 | 1 | -3/+4 | |
| | | ||||||
| * | drop unused field from fb struct | Ray Strode | 2007-05-24 | 1 | -2/+0 | |
| | | ||||||
| * | check FRAMEBUFFER for fb device, if available | Ray Strode | 2007-05-24 | 1 | -0/+2 | |
| | | ||||||
| * | set graphics mode in image test program to prevent blinking during boot up | Ray Strode | 2007-05-24 | 1 | -0/+16 | |
| | | ||||||
| * | add some blue to the background in the image-test to get an idea why things ↵ | Ray Strode | 2007-05-24 | 1 | -3/+4 | |
| | | | | | are blinking during bootup | |||||
| * | add a few inline statements and drop framerate to make ply-image-test less ↵ | Ray Strode | 2007-05-24 | 2 | -7/+21 | |
| | | | | | resource hungry | |||||
| * | add O_NOCTTY to a few open calls | Ray Strode | 2007-05-23 | 1 | -5/+5 | |
| | | ||||||
| * | add missing close() call. redirect messages to /dev/null | Ray Strode | 2007-05-23 | 1 | -0/+3 | |
| | | ||||||
| * | allow a terminal session to also take over /dev/console | Ray Strode | 2007-05-23 | 3 | -3/+67 | |
| | | ||||||
| * | mount /proc and /dev/pts if they aren't mounted | Ray Strode | 2007-05-23 | 4 | -10/+41 | |
| | | | | | turn all redirected messages to uppercase | |||||
| * | mount /dev/pts if it's not mounted yet | Ray Strode | 2007-05-23 | 1 | -0/+29 | |
| | | ||||||
| * | fix typo in error message | Ray Strode | 2007-05-23 | 1 | -1/+1 | |
| | | ||||||
| * | add new functions that check if a file or dir exists | Ray Strode | 2007-05-23 | 2 | -0/+25 | |
| | | ||||||
| * | add start of a program to eat a sessions output | Ray Strode | 2007-05-23 | 2 | -5/+87 | |
| | | ||||||
| * | add logger files to event-loop test program | Ray Strode | 2007-05-23 | 1 | -0/+2 | |
| | | ||||||
| * | remove erroneous space between macro name and arg list for ply_flush_log | Ray Strode | 2007-05-23 | 1 | -1/+1 | |
| | | ||||||
| * | temporarily hide bug in code by removing an assert | Ray Strode | 2007-05-23 | 1 | -2/+2 | |
| | | ||||||
| * | don't output terminal session by default | Ray Strode | 2007-05-23 | 1 | -1/+4 | |
| | | ||||||
| * | add new ply_save_errno/ply_restore_errno functions | Ray Strode | 2007-05-23 | 2 | -0/+27 | |
| | | | | | | | | | The primary mechanism for reporting problems in this program is through errno. Since errno can get wiped out transparently across syscalls, it's often necessary to save errno before making a syscall and restore it afterward. These functions make that easier. | |||||
