| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Get rid of everything about directory switching and PLY_WORKING_DIRECTORY. | Peter Jones | 2008-06-04 | 1 | -5/+0 |
| | | |||||
| * | Remove ply_create_detachable_directory() and ply_detach_directory(), add | Peter Jones | 2008-06-04 | 1 | -2/+1 |
| | | | | | ply_mount_tmpfs() to do the part of that we still need. | ||||
| * | Add ply_move_mount(). | Peter Jones | 2008-06-04 | 1 | -0/+1 |
| | | |||||
| * | Daemonize after starting boot server | Ray Strode | 2008-06-03 | 1 | -0/+7 |
| | | | | | | | | Previously we would daemonize when spawning the terminal session. We don't do that now, since we attach to an existing already running terminal session. | ||||
| * | Only allow root clients to talk to daemon | Ray Strode | 2008-05-21 | 1 | -0/+4 |
| | | | | | | | | | We don't want normal users on the system to be able to manipulate plymouth. This will be especially important later when we run plymouth for post-bootup reasons. This patch checks peer credentials and sends back a NAK to clients who aren't root. | ||||
| * | add ply_unmount_filesystem function to handle lazy umount | Ray Strode | 2007-10-21 | 1 | -0/+1 |
| | | | | | | The lazy unmount flag isn't documented anywhere, so its probably better to hide the nastiness behind a function | ||||
| * | add ply_list_directory function | Ray Strode | 2007-10-21 | 1 | -0/+1 |
| | | | | | It just does ls -R basically, but it's useful for debugging. | ||||
| * | change ply_create_scratch directory to be a two step, | Ray Strode | 2007-06-13 | 1 | -4/+4 |
| | | | | | | ply_create_detachable_directory/ply_detach_directory process, because the former semantics couldn't actually work | ||||
| * | add new untested ply_create_scratch_directory that creates | Ray Strode | 2007-06-11 | 1 | -0/+1 |
| | | | | | a directory that's only visible to the current process | ||||
| * | add untested recursive mkdir function (ply_create_directory) | Ray Strode | 2007-06-10 | 1 | -0/+2 |
| | | |||||
| * | split the common code off into libply and move things to separate directories | Ray Strode | 2007-06-06 | 1 | -0/+83 |
