summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* We can't zero out ggio request, as we have some fields in there we initializepjd2010-10-081-1/+0
* We close the event socketpair early in the mainloop to prevent spaming withpjd2010-10-081-2/+4
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-087-16/+0
* Clear ggate structures before using them. We don't initialize all the fieldpjd2010-10-071-1/+4
* Log error message when we fail to destroy ggate provider.pjd2010-10-071-1/+2
* Start the guard thread first, so we can handle signals from the very begining.pjd2010-10-071-3/+7
* Don't close local component on exit as we can hang waiting on g_waitidle.pjd2010-10-071-6/+0
* Decrease report interval to 5 seconds, as this also means we will check forpjd2010-10-041-1/+1
* hook_check() is now only used to report about long-running hooks, so thepjd2010-10-043-13/+3
* We can't mask ignored signal, so install dummy signal hander for SIGCHLD beforepjd2010-10-041-0/+11
* Fix printing of the "rw" mount option in fstab(5) format (-p option).jh2010-09-301-12/+12
* Document recently added GPT attributes (bootme, bootonce, bootfailed) andpjd2010-09-281-1/+104
* Remove superfluous word from "gpart bootcode" usage message.ae2010-09-261-1/+1
* Plug memory leak on fork(2) failure.pjd2010-09-261-0/+1
* - Add support for loading passphrase from a file (-J and -j options).pjd2010-09-252-122/+257
* Reported problem:mckusick2010-09-241-7/+23
* Implement "force" (-F) option for gpart destroy verb.ae2010-09-242-15/+106
* - 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
OpenPOWER on IntegriCloud