summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* - Simplify code by using g_*() API.pjd2010-09-232-83/+62
* Update copyright years.pjd2010-09-231-1/+1
* Document AES-XTS.pjd2010-09-231-17/+34
* - When trashing metadata, repeat overwrite kern.geom.eli.overwrites times.pjd2010-09-231-12/+64
* - Use g_*() API when doing backups.pjd2010-09-231-18/+12
* Because we first write metadata into new place and then trash old place wepjd2010-09-231-0/+4
* - Make use of g_*() API.pjd2010-09-231-18/+13
* Simplify code a bit by using g_*() API from libgeom.pjd2010-09-231-19/+10
* Switch to sigprocmask(2) API also in the main process and secondary process.pjd2010-09-224-61/+44
* Assert that descriptor numbers are sane.pjd2010-09-221-0/+4
* Fix possible deadlock where worker process sends an event to the main processpjd2010-09-222-8/+26
* Fix descriptor leaks: when child exits, we have to close control and eventpjd2010-09-223-9/+17
* If we are unable to receive control message is most likely because the mainpjd2010-09-221-1/+2
* Sort includes.pjd2010-09-221-1/+1
* Add a notice to the man page that batteries should be installed.ed2010-09-211-0/+1
* Add a geli resize subcommand to resize encrypted filesystems priorbrian2010-09-202-5/+187
* Add __dead2 to functions that we know they are going to exit.pjd2010-09-202-3/+3
* Unbreak the build on strong-aligned architectures (arm, ia64).marcel2010-09-201-1/+1
* Fix indent.pjd2010-09-191-7/+7
* Revise r197763 which fixes filesystem corruption when extendingbrian2010-09-191-14/+13
* nextboot: warn about limitations of /boot/nextboot.conf on ZFSavg2010-09-171-0/+8
* Make the format of "Real Memory" and "Virtual Memory" lines morezec2010-09-161-2/+2
* Add support for identifying a journaled root filesystem.brian2010-09-161-1/+2
* GPART_PARAM_INDEX is now G_TYPE_NUMBER.pjd2010-09-151-8/+4
* Remove dead code.pjd2010-09-141-15/+6
* Remove now unused G_TYPE_ASCNUM.pjd2010-09-142-3/+1
* - Change all places where G_TYPE_ASCNUM is used to G_TYPE_NUMBER.pjd2010-09-141-8/+8
* Update two last places where "arg0" should be used instead of "geom".pjd2010-09-141-2/+2
* Synchronize newfs(8) manual with code.gjb2010-09-141-3/+4
* All gpart(8) subcommands apart from the 'bootcode' subcommand handlepjd2010-09-141-0/+2
* Remove dot which shouldn't be here, as err(3) will attach error messagepjd2010-09-141-1/+1
* Introduce special G_VAL_OPTIONAL define, which when given in value fieldpjd2010-09-143-11/+12
* Add G_TYPE_MULTI flag, which when set for the given option, willpjd2010-09-132-6/+40
* - Remove gc_argname field. It was introduced for gpart(8), but if Ipjd2010-09-1317-265/+240
* - Allow to specify value as const pointers.pjd2010-09-136-51/+50
* MF tbemd: Move to using Makefile.arch to select what to build.imp2010-09-138-56/+43
* Rewording and typo fixes in newfs(8).gjb2010-09-121-3/+3
* Document dhclient-enter-hooks and dhclient-exit-hooks and mentionbrian2010-09-061-1/+25
* Handle geli-encrypted root disk devices.brian2010-09-061-2/+7
* Allowed unionfs to use whiteout not supporting file system asdaichi2010-09-051-3/+4
* Shut the compiler up; initializes the sotype variable to zero inkevlo2010-09-041-0/+1
* o List MOUNTVER and SCHED classes. X-ref gsched(8). Bump Dd.maxim2010-09-011-1/+6
* Include process PID in log messages.pjd2010-08-311-0/+3
* Correct error message.pjd2010-08-311-1/+1
* Forgot to add event.c and event.h in r212038.pjd2010-08-312-0/+208
* Mask only those signals that we want to handle.pjd2010-08-311-1/+4
* Because it is very hard to make fork(2) from threaded process safe (we arepjd2010-08-305-34/+74
* We only want to know if descriptors are ready for reading.pjd2010-08-301-7/+4
* When someone gives NULL as data, assume this is because he want to declarepjd2010-08-301-0/+8
* Use pjdlog_exit() before fork().pjd2010-08-301-2/+2
OpenPOWER on IntegriCloud