]> git.ipfire.org Git - thirdparty/plymouth.git/log
thirdparty/plymouth.git
17 years agoMove details plugin to support n windows
Ray Strode [Fri, 3 Oct 2008 16:22:23 +0000 (12:22 -0400)] 
Move details plugin to support n windows

17 years agoCreate a separate window for each console
Ray Strode [Fri, 3 Oct 2008 14:40:14 +0000 (10:40 -0400)] 
Create a separate window for each console

Since we may end up with multiple outputs
(if using serial console), we need to have
multiple windows one for each console line.

17 years agoAdd new ply_window_is_open method
Ray Strode [Thu, 2 Oct 2008 20:54:55 +0000 (16:54 -0400)] 
Add new ply_window_is_open method

Will be useful for determing which windows are
available for the bootsplash to use.

17 years agochange ply_window_new to take a device instead of vt number
Ray Strode [Wed, 1 Oct 2008 19:09:07 +0000 (15:09 -0400)] 
change ply_window_new to take a device instead of vt number

We're going to wrap windows around serial devices, too.

17 years agofix boot-splash build
Ray Strode [Wed, 1 Oct 2008 18:55:02 +0000 (14:55 -0400)] 
fix boot-splash build

needed a define added to the makefile

17 years agodrop take_console/give_console functions
Ray Strode [Wed, 1 Oct 2008 18:54:27 +0000 (14:54 -0400)] 
drop take_console/give_console functions

We aren't really using them right now.

17 years agoupdate libdir detection to reflect to plymouth dir
Ray Strode [Mon, 6 Oct 2008 15:33:39 +0000 (11:33 -0400)] 
update libdir detection to reflect to plymouth dir

Previously, plymouth was installed in /usr/bin and
we'd look for it there to figure out if this is a
64-bit or 32-bit install. Now it's in /bin, so we
need to look in /bin instead.

17 years agoMove plymouth client/daemon/libply out of /usr
Ray Strode [Mon, 6 Oct 2008 06:29:19 +0000 (02:29 -0400)] 
Move plymouth client/daemon/libply out of /usr

Since we may be calling plymouth before /usr is
mounted we need to make sure it's not in /usr.

The daemon could technically stay in /usr/libexec,
but if we're moving the client, should move the
daemon, too, I guess.

17 years agoMove ply-image to libplybootsplash
Ray Strode [Mon, 6 Oct 2008 03:25:56 +0000 (23:25 -0400)] 
Move ply-image to libplybootsplash

We don't want libply linking against
libs in /usr since /usr might not be
separate than / and not be available
early in the boot process.

17 years agoRemove sun.png from makefile
Ray Strode [Mon, 6 Oct 2008 14:07:37 +0000 (10:07 -0400)] 
Remove sun.png from makefile

It doesn't seem to exist or get referenced anywhere.

17 years agoFix build when compiled --without-gdm-transition
Ray Strode [Mon, 6 Oct 2008 04:25:44 +0000 (00:25 -0400)] 
Fix build when compiled --without-gdm-transition

Forgot a missing #ifdef

17 years agoAdd pulser to list of plugins to build
Ray Strode [Mon, 6 Oct 2008 04:22:53 +0000 (00:22 -0400)] 
Add pulser to list of plugins to build

Woops, never got added to makefile

17 years agoClear screen when hiding splash in details plugin
Ray Strode [Fri, 3 Oct 2008 20:41:37 +0000 (16:41 -0400)] 
Clear screen when hiding splash in details plugin

17 years agoTell GDM to start on vt1 for every plugin
Ray Strode [Fri, 3 Oct 2008 20:39:01 +0000 (16:39 -0400)] 
Tell GDM to start on vt1 for every plugin

17 years agoUpdate artwork and add satellites to star
Charles Brej [Fri, 3 Oct 2008 16:52:29 +0000 (12:52 -0400)] 
Update artwork and add satellites to star

This update adds planets and a comet around
the star.  When all the planets align, boot
is finished.

17 years agoFix signedness issue in fb area_intersect code
Charles Brej [Fri, 3 Oct 2008 16:30:31 +0000 (12:30 -0400)] 
Fix signedness issue in fb area_intersect code

17 years agoAdd solar plugin to configure and Makefile
Ray Strode [Wed, 1 Oct 2008 20:20:24 +0000 (16:20 -0400)] 
Add solar plugin to configure and Makefile

Apparently, I forgot to do this before.

17 years agoAdd new "solar" plugin by Charlie Brej
Ray Strode [Mon, 29 Sep 2008 04:02:48 +0000 (00:02 -0400)] 
Add new "solar" plugin by Charlie Brej

This one is designed to fit in with the
F10 Solar theme.  It features a sun with
blue flares.

17 years agoremove some ply-answer cruft that lingered
Ray Strode [Fri, 26 Sep 2008 13:36:31 +0000 (09:36 -0400)] 
remove some ply-answer cruft that lingered

The tests Makefiles needed updating.

17 years agoMake 3 text progress bars have parabolic relation
Ray Strode [Thu, 25 Sep 2008 21:48:10 +0000 (17:48 -0400)] 
Make 3 text progress bars have parabolic relation

Assocate the 3 progress bars using parabolic
equations based on advice from Soeren.

17 years agoInterpolate stored boot time with default time
Ray Strode [Thu, 25 Sep 2008 21:45:30 +0000 (17:45 -0400)] 
Interpolate stored boot time with default time

This is so we get a smooth progress bar after
/var/lib/plymouth/boot-duration is read.

17 years agoRaise default boot duration to one minute
Ray Strode [Thu, 25 Sep 2008 20:45:18 +0000 (16:45 -0400)] 
Raise default boot duration to one minute

45 seconds is probably a little on the low
side for most machines.

17 years agoForce the Will(n) function to approach 1.0
Ray Strode [Thu, 25 Sep 2008 20:44:15 +0000 (16:44 -0400)] 
Force the Will(n) function to approach 1.0

It wasn't nearing 1.0 at the end of the boot
cycle.

17 years agoHide spinfinity progress bar when stopping animation
Ray Strode [Thu, 25 Sep 2008 20:10:33 +0000 (16:10 -0400)] 
Hide spinfinity progress bar when stopping animation

17 years agoModel text progress bar code after graphical one
Ray Strode [Thu, 25 Sep 2008 20:05:28 +0000 (16:05 -0400)] 
Model text progress bar code after graphical one

Since both the spinfinity progress bar and text
progress bar are very similiar, it makes sense
to export parallel api for them.  This just changes
things around a bit so that the two plugins and
controls more closely model each other.

This change also takes advantage of the on_boot_progress
plugin interface to get more reliable boot timing
information.

17 years agoFix format string in fprintf call
Ray Strode [Thu, 25 Sep 2008 20:04:02 +0000 (16:04 -0400)] 
Fix format string in fprintf call

When writing out boot duration,
we're passing in a double, not a
a float, but were using %f.

17 years agoUse clock_gettime instead of gettimeofday
Ray Strode [Thu, 25 Sep 2008 19:54:47 +0000 (15:54 -0400)] 
Use clock_gettime instead of gettimeofday

The latter gets all screwy during boot up.

17 years agoadd "pulser" to list of acceptable default plugins
Ray Strode [Thu, 25 Sep 2008 16:47:56 +0000 (12:47 -0400)] 
add "pulser" to list of acceptable default plugins

17 years agoAdd new "text" plugin from Adam Jackson
Ray Strode [Thu, 25 Sep 2008 16:38:44 +0000 (12:38 -0400)] 
Add new "text" plugin from Adam Jackson

This one is prettier than the previous
one that's been deemed "cylon" and "kit"
before.

17 years agoRename "text" plugin to "pulser"
Ray Strode [Thu, 25 Sep 2008 15:35:24 +0000 (11:35 -0400)] 
Rename "text" plugin to "pulser"

This is in preparation for merging ajax's new
text plugin.

17 years agoClamp boot progress between 0.0 to 1.0
Ray Strode [Thu, 25 Sep 2008 15:29:39 +0000 (11:29 -0400)] 
Clamp boot progress between 0.0 to 1.0

17 years agoCreate /var/lib/plymouth on install
Ray Strode [Thu, 25 Sep 2008 15:07:02 +0000 (11:07 -0400)] 
Create /var/lib/plymouth on install

17 years agoMove boot time accounting up a layer
Ray Strode [Thu, 25 Sep 2008 04:45:38 +0000 (00:45 -0400)] 
Move boot time accounting up a layer

This way all plugins can access it as a standard feature.
We'll need to move it a layer higher still, though, to
make sure progress bars don't get reset when the user
presses escape twice, etc (it's per-boot state, not
per-splash state).

17 years agoReplace ply-answer with a ply-trigger
Ray Strode [Thu, 25 Sep 2008 04:03:53 +0000 (00:03 -0400)] 
Replace ply-answer with a ply-trigger

They were basically the same thing, so no reason
to have duplicated code.

17 years agoAllow ply-trigger to have multiple pull handlers
Ray Strode [Thu, 25 Sep 2008 04:00:58 +0000 (00:00 -0400)] 
Allow ply-trigger to have multiple pull handlers

This will be useful for hooking into a trigger
at multiple layers in the code.

17 years agoIgnore extra calls to --show-splash
Ray Strode [Thu, 25 Sep 2008 02:39:11 +0000 (22:39 -0400)] 
Ignore extra calls to --show-splash

17 years agoSplit out progress bar into its own file
Ray Strode [Thu, 25 Sep 2008 02:02:16 +0000 (22:02 -0400)] 
Split out progress bar into its own file

Other splash screens might want to use it.

17 years agoDon't try to use window if it's not available in text plugin
Ray Strode [Thu, 25 Sep 2008 01:56:13 +0000 (21:56 -0400)] 
Don't try to use window if it's not available in text plugin

17 years agoRename boot_time to boot_duration
Ray Strode [Wed, 24 Sep 2008 15:26:09 +0000 (11:26 -0400)] 
Rename boot_time to boot_duration

It's not a timestamp like start_time or wait_time,
but instead is the number of seconds boot took last
time.

17 years agoAdd some underscores to variable names
Ray Strode [Wed, 24 Sep 2008 15:22:57 +0000 (11:22 -0400)] 
Add some underscores to variable names

boottime, waittime, starttime etc doesn't
follow existing conventions.

17 years agoGet rid of bar_mode in spinfinity plugin
Ray Strode [Wed, 24 Sep 2008 15:21:13 +0000 (11:21 -0400)] 
Get rid of bar_mode in spinfinity plugin

We'll just use the exponential mode, since
it gives the most bang for the buck.

17 years agoPut time file in /var/lib/plymouth/boot-time
Ray Strode [Wed, 24 Sep 2008 15:18:48 +0000 (11:18 -0400)] 
Put time file in /var/lib/plymouth/boot-time

It's pretty plymouth specific after all.

17 years agoAdd progress bar to spinfinity
Will Woods [Wed, 24 Sep 2008 15:13:19 +0000 (11:13 -0400)] 
Add progress bar to spinfinity

The progress bar uses an estimate of boot time - defaulting to
45 seconds if unknown - and runs from 0% to 100% over that
interval.

The patch measures how long it takes to boot and writes that
value to /var/lib/boottime at plugin shutdown. (This is kind of
a nice side-effect - we get actual *measured* boot speed data,
rather than just "feels snappier!")

There's an associated script, update-boottime, that crams
/var/lib/boottime into your initrd, so this splash plugin can
use *that* to more closely approximate the time required to
boot.

This is similar to the OS X "WaitingForLoginWindow" process -
see
http://daringfireball.net/misc/2005/04/tiger_details#waitingforloginwindow
for details on that.

It's an effective placebo - startup *seems* faster with the
progress bar, even though it's exactly the same.

You can enable it by adding 'timebar:1' to the boot commandline.
This will make it run in linear-time mode - the progress bar
moves linearly from 0% to 100%.

Using 'timebar:2' modifies the percentage calculation to use an
exponential function - this makes the bar run faster at first,
then slow as it approaches 100%. This makes startup seem even
faster.

17 years agoMake pango an optional build time dependency
Dennis Gilmore [Fri, 26 Sep 2008 13:39:24 +0000 (09:39 -0400)] 
Make pango an optional build time dependency

Default to needing it.

17 years agoFix build, remove some superfluous code
Ray Strode [Wed, 24 Sep 2008 14:58:19 +0000 (10:58 -0400)] 
Fix build, remove some superfluous code

I was a little quick to the trigger in the
previous commit.  This commit fixes the build
by passing in the right arguments to the function
and also clears out a duplicated chunk of code.

17 years agoHide text splash on shutdown
Ray Strode [Wed, 24 Sep 2008 14:38:27 +0000 (10:38 -0400)] 
Hide text splash on shutdown

We always want to hide the text splash when plymouth
quits.  Even if --retain-splash was called.  Cross
fading from text to graphics doesn't make too much
sense.

17 years agoAdd new "report-error" subcommand
Ray Strode [Tue, 23 Sep 2008 19:54:38 +0000 (15:54 -0400)] 
Add new "report-error" subcommand

It's just like --details but better named

17 years agoLimit number of unlock attempts
Ray Strode [Tue, 23 Sep 2008 19:08:59 +0000 (15:08 -0400)] 
Limit number of unlock attempts

Default to 3, but allow override from
command line.

17 years agoGo back to text mode when hiding spinfinity splash
Ray Strode [Mon, 22 Sep 2008 21:54:38 +0000 (17:54 -0400)] 
Go back to text mode when hiding spinfinity splash

17 years agoimplement become_idle interface in spinfinity
Ray Strode [Mon, 22 Sep 2008 03:49:15 +0000 (23:49 -0400)] 
implement become_idle interface in spinfinity

This means extending throbber to optionally take
a trigger to stop when ready.

17 years agoAdd new interface to make splash plugin go to idle
Ray Strode [Mon, 22 Sep 2008 03:12:12 +0000 (23:12 -0400)] 
Add new interface to make splash plugin go to idle

There are times when we want to make the splash
screen stop any pending animations and got to an
idle state.  For instance, right before resuming,
or right before loading up GDM.  It may take a
few frames for the splash screen to get there though.
This interface tells the splash screen it needs to
idle and provides a trigger for it to fire when it's
actually made it to an idle state.

17 years agoAdd new trigger object
Ray Strode [Mon, 22 Sep 2008 02:44:19 +0000 (22:44 -0400)] 
Add new trigger object

This just calls a closure at a later point in time.
It will get used for having the splash plugin perform
tasks that will make the daemon defer responding to
the client.

17 years agoTell GDM to do a smooth transition for spinfinity
Ray Strode [Sat, 13 Sep 2008 17:58:38 +0000 (13:58 -0400)] 
Tell GDM to do a smooth transition for spinfinity

If spinfinity ran and we end up exiting with it
still on screen, tell GDM so that it can open
X up on the same display and do a smooth transition.

17 years agoTrack visibility state of spinfinity plugin
Ray Strode [Sat, 13 Sep 2008 17:57:38 +0000 (13:57 -0400)] 
Track visibility state of spinfinity plugin

If it's still visible when it's destroyed,
we'll want to tell GDM to do a smooth
transition.

17 years agoAdd "quit" subcommand to boot client
Ray Strode [Sat, 13 Sep 2008 17:38:49 +0000 (13:38 -0400)] 
Add "quit" subcommand to boot client

It's like --quit but has a --retain-splash option,
so the boot splash can stay on screen after plymouthd
exits.

17 years agodetach splash plugin from event loop before unload
Ray Strode [Tue, 23 Sep 2008 18:28:07 +0000 (14:28 -0400)] 
detach splash plugin from event loop before unload

Since we won't necessarily hide on the unload
path anymore, we need to explicitly clean up our
connection to the main loop.

17 years agoOnly hide boot splash on quit if told to do so
Ray Strode [Tue, 23 Sep 2008 18:27:39 +0000 (14:27 -0400)] 
Only hide boot splash on quit if told to do so

Extend the daemon-client protocol to include a
"retain-splash" flag to the quit request.  If
it's set then we don't hide the boot splash.

17 years agoAdd {add,remove}_window funcs to splash plugins
Ray Strode [Sat, 13 Sep 2008 15:56:14 +0000 (11:56 -0400)] 
Add {add,remove}_window funcs to splash plugins

We'll be able to have more than one window for
serial consoles, etc.

17 years agoDon't unload plugin when hiding it
Ray Strode [Sat, 13 Sep 2008 15:08:10 +0000 (11:08 -0400)] 
Don't unload plugin when hiding it

Since it gets unloaded on free() now, we need to
make sure it doesn't get unloaded on hide.

17 years agoUnload plugin instead of hiding it on free()
Ray Strode [Sat, 13 Sep 2008 15:05:26 +0000 (11:05 -0400)] 
Unload plugin instead of hiding it on free()

We basically don't want to ever implicitly hide on
the shutdown path, only when asked to explictly,
or when the splash plugin itself deems it
necessary.

17 years agoUnload splash plugin instead of hiding on quit
Ray Strode [Sat, 13 Sep 2008 15:01:53 +0000 (11:01 -0400)] 
Unload splash plugin instead of hiding on quit

It may decide to keep the splash up after it
exits.

17 years agoDon't force text mode on quit
Ray Strode [Sat, 13 Sep 2008 14:51:26 +0000 (10:51 -0400)] 
Don't force text mode on quit

Leave it up to the splash plugin to decide

17 years agoAdd Charlie Brej to copyright holder lists
Ray Strode [Sat, 20 Sep 2008 22:59:21 +0000 (18:59 -0400)] 
Add Charlie Brej to copyright holder lists

He added some new functions that he owns
copyright to.

17 years agoAdd new functions for filling fb within clip rect
Charlie Brej [Sat, 20 Sep 2008 22:25:57 +0000 (18:25 -0400)] 
Add new functions for filling fb within clip rect

17 years agoAllow fb areas to have out of bounds x and y values
Charlie Brej [Sat, 20 Sep 2008 22:23:24 +0000 (18:23 -0400)] 
Allow fb areas to have out of bounds x and y values

Sprites may move partially past the edge of the screen.
Allow that, and just clip to the screen when necessary.

17 years agoSkip pixel blending if alpha is 0
Charlie Brej [Sat, 20 Sep 2008 22:20:59 +0000 (18:20 -0400)] 
Skip pixel blending if alpha is 0

It would be pointless to do the computation.

17 years agoAdd new list functions
Charlie Brej [Sat, 20 Sep 2008 22:18:16 +0000 (18:18 -0400)] 
Add new list functions

Add function to clear list of all nodes, function to sort
nodes in list, and function set node user data.

17 years agoAdd resize and rotate methods to image object
Charlie Brej [Sat, 20 Sep 2008 22:12:02 +0000 (18:12 -0400)] 
Add resize and rotate methods to image object

Some splash plugins may want to rotate and scale
sprites on screen, so these functions may be useful.

17 years agoPlug various memory leaks
Charlie Brej [Sat, 20 Sep 2008 21:46:47 +0000 (17:46 -0400)] 
Plug various memory leaks

17 years agoFix sandbox builds (by using DESTDIR)
Christoph Brill [Fri, 12 Sep 2008 03:01:37 +0000 (23:01 -0400)] 
Fix sandbox builds (by using DESTDIR)

plymouth-update-initrd was getting passed
the logo location without DESTDIR

17 years agoFix the build order of scripts/ and images/
Christoph Brill [Fri, 12 Sep 2008 02:59:27 +0000 (22:59 -0400)] 
Fix the build order of scripts/ and images/

The image needs to be installed before it can be
processed with the script.

17 years agoDon't reset cursor position when closing window
Ray Strode [Wed, 10 Sep 2008 23:29:41 +0000 (19:29 -0400)] 
Don't reset cursor position when closing window

The splash plugins should clear screen on their own.

17 years agoRequire plymouthd to be run as root
Ray Strode [Wed, 10 Sep 2008 18:19:47 +0000 (14:19 -0400)] 
Require plymouthd to be run as root

17 years agoForce shadow frame buffer to have cairo compatible row stride
Ray Strode [Wed, 10 Sep 2008 17:31:47 +0000 (13:31 -0400)] 
Force shadow frame buffer to have cairo compatible row stride

Previously it would keep the rowstride of the scanout buffer,
which isn't right.  The entire point of the shadow buffer is
that it has a known at compile time constant memory layout.

(This change fixes password prompts on some hardware)

17 years agoFix typo
Ray Strode [Wed, 10 Sep 2008 17:09:03 +0000 (13:09 -0400)] 
Fix typo

forgot a state->

17 years agodon't assert if no window could be made
Ray Strode [Wed, 10 Sep 2008 14:47:16 +0000 (10:47 -0400)] 
don't assert if no window could be made

17 years agoActually fix serial console loop
Ray Strode [Wed, 10 Sep 2008 14:46:33 +0000 (10:46 -0400)] 
Actually fix serial console loop

17 years agoFix console iterating patch from two commits ago
Ray Strode [Fri, 5 Sep 2008 19:09:07 +0000 (15:09 -0400)] 
Fix console iterating patch from two commits ago

It was an infinite loop

17 years agoStrip out , when parsing console
Ray Strode [Fri, 5 Sep 2008 18:31:08 +0000 (14:31 -0400)] 
Strip out , when parsing console

Options can be passed to the console, we should
ignore them when opening the console.

17 years agoUse the last console instead of first console
Ray Strode [Fri, 5 Sep 2008 18:30:19 +0000 (14:30 -0400)] 
Use the last console instead of first console

If the kernel command line specifies more than
one console, then the last console is /dev/console

17 years agoShow password prompts for details plugin
Ray Strode [Fri, 5 Sep 2008 15:23:52 +0000 (11:23 -0400)] 
Show password prompts for details plugin

17 years agoReset details to raw mode when getting password
Ray Strode [Fri, 5 Sep 2008 15:20:54 +0000 (11:20 -0400)] 
Reset details to raw mode when getting password

For some reason it's getting reset during boot up.

17 years agoDon't send ack in addition to cached response
Ray Strode [Thu, 4 Sep 2008 21:43:26 +0000 (17:43 -0400)] 
Don't send ack in addition to cached response

Just a missing return statement

17 years agorespond w/ "" if user hits esc to password prompt
Ray Strode [Wed, 27 Aug 2008 20:01:28 +0000 (16:01 -0400)] 
respond w/ "" if user hits esc to password prompt

This is so when we load the next plugin it won't
get confused.

17 years agoDon't try to print prompt in text plugin, if there is not prompt
Ray Strode [Wed, 27 Aug 2008 18:08:12 +0000 (14:08 -0400)] 
Don't try to print prompt in text plugin, if there is not prompt

Fixes a crasher.

17 years agoDon't try to use cached passwords if none get returned
Ray Strode [Wed, 27 Aug 2008 16:10:08 +0000 (12:10 -0400)] 
Don't try to use cached passwords if none get returned

It causes a pretty instant crash.

17 years agoAdd ply-label-plugin.h to Makefile
Ray Strode [Wed, 27 Aug 2008 15:41:08 +0000 (11:41 -0400)] 
Add ply-label-plugin.h to Makefile

17 years agoAdd start of font rendering support
Ray Strode [Wed, 27 Aug 2008 03:51:59 +0000 (23:51 -0400)] 
Add start of font rendering support

We now have a plugin that we load after / is mounted.
It links against pango for text support.  In
libplybootsplash we have a new label control
that will call into the plugin if it's loaded or
render invisible otherwise.

17 years agoAdd ply_frame_buffer_get_bytes
Ray Strode [Wed, 27 Aug 2008 03:47:55 +0000 (23:47 -0400)] 
Add ply_frame_buffer_get_bytes

It's going to be used to get access to the frame buffer
bytes directly, so they can be used with cairo.

17 years agoadd Pango check to configure
Ray Strode [Fri, 22 Aug 2008 12:48:08 +0000 (08:48 -0400)] 
add Pango check to configure

We're going to need it to render text

17 years agoMove splash-plugins to plugins/splash
Ray Strode [Thu, 21 Aug 2008 21:09:58 +0000 (17:09 -0400)] 
Move splash-plugins to plugins/splash

We're going to have non-splash plugins shortly.

17 years agoAdd empty on_root_mounted function
Ray Strode [Thu, 21 Aug 2008 20:58:26 +0000 (16:58 -0400)] 
Add empty on_root_mounted function

17 years agoAdd notification to splash plugins when / gets mounted
Ray Strode [Thu, 21 Aug 2008 20:04:35 +0000 (16:04 -0400)] 
Add notification to splash plugins when / gets mounted

We'll need it to know when we can dlopen support libraries
for rendering text.

17 years agoShow the prompt with the text plugin
Ray Strode [Thu, 21 Aug 2008 19:27:12 +0000 (15:27 -0400)] 
Show the prompt with the text plugin

It's a little ugly atm, might be able to do better.

17 years agoMake daemon pass client sent password prompt to splash plugins
Ray Strode [Thu, 21 Aug 2008 19:00:40 +0000 (15:00 -0400)] 
Make daemon pass client sent password prompt to splash plugins

They don't currently do anything with the message but they
at least now get it so they conceivably could.

17 years agoAdd --prompt option to ask-for-password client command
Ray Strode [Thu, 21 Aug 2008 18:11:24 +0000 (14:11 -0400)] 
Add --prompt option to ask-for-password client command

We want to be able to ask the user a question instead
of assuming they know what question to answer. This
will be important if /opt and /home get encrypted with
different passwords.

17 years agoCount and pair frame buffer pause and unpause calls
Ray Strode [Wed, 27 Aug 2008 03:48:54 +0000 (23:48 -0400)] 
Count and pair frame buffer pause and unpause calls

We don't want a nested unpause() to cause a premature
flush of the shadow buffer out to the front buffer.

17 years agoFix up compile error in boot server test
Ray Strode [Thu, 21 Aug 2008 21:12:38 +0000 (17:12 -0400)] 
Fix up compile error in boot server test

17 years agofix typo (transposed letters in 'ask for passowrd')
Ray Strode [Thu, 21 Aug 2008 17:45:04 +0000 (13:45 -0400)] 
fix typo (transposed letters in 'ask for passowrd')

17 years agoWhite space clean up
Ray Strode [Thu, 21 Aug 2008 17:32:24 +0000 (13:32 -0400)] 
White space clean up