summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix some more warnings found by clang.brucec2010-11-228-12/+13
* Fix use of AND operator: should be bitwise instead of logical.brucec2010-11-221-2/+2
* Don't generate input() since it's not used.brucec2010-11-221-0/+1
* Don't generate input() since it's not used.brucec2010-11-221-0/+1
* Add SIGINT handler to `gpart restore` action.ae2010-11-221-1/+20
* Always dump partition labels with `gpart backup`, but `gpart restore`ae2010-11-222-29/+32
* Plug an fd leakkevlo2010-11-221-0/+1
* Fix missing closedir()kevlo2010-11-211-0/+1
* Delete /sys/ufs/ffs/README.snapshot as it is no longer relevant.mckusick2010-11-201-3/+0
* Add to gpart(8) an ability to backup partition table andae2010-11-202-1/+371
* When doing a camcontrol rescan all or a camcontrol reset all, use the wildcardrstone2010-11-191-0/+1
* Remove unused autofs userland bits.jhb2010-11-173-193/+0
* Move timeout.tv_sec initialization outside the loop - sigtimedwait(2) won'tpjd2010-11-151-1/+1
* 1. Exit when we cannot create incoming connection.pjd2010-11-151-2/+4
* When setting a media with no sub-type specified also reset the typemarius2010-11-131-1/+1
* When printing media with more than one media option set aggregate thesemarius2010-11-131-2/+5
* In printfile(), exit the process instead of only printing the warning.kib2010-11-131-2/+3
* Use "cylinder" instead of "cyl" for consistency.joel2010-11-132-2/+2
* The first customer of the SO_USER_COOKIE option:luigi2010-11-123-0/+19
* Append to CFLAGS, don't clobber it.rpaulo2010-11-051-1/+1
* r214781 caused the timer value to be rounded down, so that if the user askedbrucec2010-11-041-6/+4
* Fix standby timer calculation: the timer was being set 30 minutes laterbrucec2010-11-041-1/+8
* Send packets to remote node only via the send thread to avoid possiblepjd2010-11-021-40/+57
* 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
OpenPOWER on IntegriCloud