summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Stop disallowing device nodes to be passed to camcontrol(8) since libcambrucec2010-10-192-12/+1
* mdoc: drop even more redundant .Pp callsuqs2010-10-193-6/+0
* Log correct connection when canceling half-open connection.pjd2010-10-171-1/+2
* Use one fprintf() instead of two.pjd2010-10-161-2/+1
* Clear signal mask before executing a hook.pjd2010-10-161-0/+3
* document logging through bpfluigi2010-10-131-13/+18
* Remove stale reference to wtmp(5).ed2010-10-111-2/+2
* - Print the nmount(2) provided error message only when it is set.jh2010-10-101-2/+6
* Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1.ae2010-10-099-21/+21
* Allow the kernel to generate more spacy things and still have devdimp2010-10-091-0/+8
* 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
OpenPOWER on IntegriCloud