summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Add a ${.CURDIR} reference to the previous commit.rpaulo2010-10-291-1/+1
* Force include ../../libpcap/config.h since privsep.c groks pcap'srpaulo2010-10-291-0/+2
* Correct a typo.jh2010-10-271-1/+1
* Use fprintf(stderr) instead of gctl_error() to print a warning about toopjd2010-10-261-2/+2
* Reimplemented "gpart destroy -F". Now it does all work in kernel.ae2010-10-252-84/+99
* Do some whitespace and `identify` output cleanup.mav2010-10-251-50/+57
* Before this change on first connect between primary and secondary wepjd2010-10-242-5/+51
* Implement nv_exists() function that returns true if argument of the givenpjd2010-10-242-1/+28
* Move all NV defines into nv.c, they are not used externally thus there ispjd2010-10-242-27/+27
* Simplify code a bit.pjd2010-10-241-3/+1
* Plug memory leak.pjd2010-10-241-0/+2
* Plug memory leaks.pjd2010-10-243-0/+27
* Load geom_gate.ko module after parsing arguments.pjd2010-10-241-2/+2
* mdoc: make pages render with mandocuqs2010-10-213-4/+2
* Use closefrom(2) instead of close(2) in a loop.pjd2010-10-201-21/+8
* Bring in geli suspend/resume functionality (finally).pjd2010-10-202-1/+152
* 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
OpenPOWER on IntegriCloud