summaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* Make details plugin go back to default plugin if escape is pressed againRay Strode2008-06-241-2/+33
* change to root directory before trying to access filesRay Strode2008-06-231-0/+2
* /Really/ exit cleanly if rhgb isn't present on kernel cmdlineRay Strode2008-06-221-1/+4
* hide /var/log behind a defineRay Strode2008-06-221-1/+1
* Exit cleanly if rhgb is not on the command lineRay Strode2008-06-221-0/+3
* Only run if rhgb is on the command lineRay Strode2008-06-191-2/+2
* Go back to text mode on quitRay Strode2008-06-191-0/+2
* only free old splash plugin on escape if there was an old oneRay Strode2008-06-191-2/+5
* return to text mode on crashRay Strode2008-06-191-0/+18
* Name the default plugin "default.so", not "graphical.so", so that it's obviou...Peter Jones2008-06-131-1/+1
* Fix obviously broken code I committed yesterday.Peter Jones2008-06-121-3/+3
* Don't treat "vga=791" the same thing as " 1 ". Also, change the chroot logging.Peter Jones2008-06-121-5/+13
* Change default splash plugin to generic "graphical"Ray Strode2008-06-111-1/+1
* Change to vt window is running on after creating windowRay Strode2008-06-091-0/+2
* Don't try to close session on_quit if it wasn't ever openedRay Strode2008-06-091-1/+2
* redirect console io to tty7Ray Strode2008-06-091-3/+3
* Add "plymouth --newroot=/sysroot" support, and make --sysinit open the log.Peter Jones2008-06-091-7/+14
* Use vt7 by defaultRay Strode2008-06-041-1/+1
* Change window to take a vt number instead of a tty device fileRay Strode2008-06-041-4/+4
* Get rid of everything about directory switching and PLY_WORKING_DIRECTORY.Peter Jones2008-06-041-101/+7
* Make plymouth_should_be_running() be less manual, and add " init=" handler.Peter Jones2008-06-041-13/+14
* Remove a bunch of chroot and fs mounting/unmounting code.Peter Jones2008-06-041-100/+0
* invert conditionalRay Strode2008-06-031-1/+1
* Don't require argc > 1Ray Strode2008-06-031-1/+1
* Daemonize after starting boot serverRay Strode2008-06-031-0/+18
* rename --as-daemon to --attach-to-sessionRay Strode2008-06-031-7/+7
* s/int/bool/ for boolean variableRay Strode2008-06-031-4/+2
* Drop PLY_DAEMON_ONLY macro and just look at asdaemonRay Strode2008-06-031-33/+26
* Drop support for starting a session from within plymouthRay Strode2008-06-031-44/+2
* Handle invocation as "plymouthd --asdaemon <pty_master_fd>"Peter Jones2008-06-031-29/+84
* Port password handling over to using new answer objectRay Strode2008-06-021-28/+5
* Respond with password of "" if boot splash plugin isn't loadedRay Strode2008-06-021-0/+6
* Allow distro/system builder to specify path to logoRay Strode2008-05-291-1/+21
* More s/fedora// workRay Strode2008-05-291-1/+1
* switch over to spinfinity plugin by defaultRay Strode2008-05-281-1/+1
* Exit plymouth early if going to single user modeRay Strode2008-05-281-0/+27
* Read /proc/cmdline and enable debugging if plymouth:debug is thereRay Strode2008-05-281-0/+54
* Random spacing clean upsRay Strode2008-05-281-6/+6
* Add second cut at password supportRay Strode2008-05-211-3/+28
* Build in tracing by default and toggle on with ctrl-vRay Strode2008-05-201-2/+0
* 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