summaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* Don't show splash by default, instead require client to request itRay Strode2008-05-201-19/+26
* Add hook to ply-terminal-session to notify on boot output.Ray Strode2008-05-191-3/+14
* use "details" stub plugin when user presses escapeRay Strode2008-05-191-1/+1
* Create a buffer to hold boot messages and pass that buffer to plugin show fun...Ray Strode2008-05-191-1/+11
* Create window at layer above boot splash and reuse when changing boot splashesRay Strode2008-05-191-1/+48
* Intercept escape key before passing keyboard input to splash pluginRay Strode2008-05-191-1/+1
* add new ply_window_t type to manage text versus graphics mode,Ray Strode2008-05-171-1/+1
* add preliminary support for asking for password during boot sequenceRay Strode2008-05-151-0/+27
* fall back to text plugin if fedora-fade-in failsRay Strode2008-05-141-0/+6
* 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
* move data to a ramfs and clean up mounts on exitRay Strode2007-10-211-2/+13
* call chroot right before exec instead of right after forkRay Strode2007-10-211-8/+1
* chroot back to original / before spawning nash.Ray Strode2007-10-211-45/+13
* dump everything i'm working on into the main refactor branch for nowRay Strode2007-06-211-9/+247
* look for plugin in /usr/lib/plymouthRay Strode2007-06-081-1/+1
* - attach the splash screen to the event loop before trying to show itRay Strode2007-06-071-3/+3
* add small wrapper functions around dlopen and friends.Ray Strode2007-06-061-0/+43
* 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
* i don't knowRay Strode2007-06-051-3/+14
* add the start of boot status tracking to plymouthRay Strode2007-06-051-2/+53
* allow a terminal session to also take over /dev/consoleRay Strode2007-05-231-0/+2
* fix typo in error messageRay Strode2007-05-231-1/+1
* add start of a program to eat a sessions outputRay Strode2007-05-231-3/+78
* standardize the vim mode line and move to the bottom of each fileRay Strode2007-05-121-2/+2
* Add stub implementation to main.cRay Strode2007-05-081-0/+29
* initial importRay Strode2007-05-081-0/+0