aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* init(8): Document that login(1) is now responsible for recording logouts.Jilles Tjoelker2011-01-231-5/+5
* init: Only run /etc/rc.shutdown if /etc/rc was run.Jilles Tjoelker2011-01-231-10/+35
* Add missing logs.Pawel Jakub Dawidek2011-01-221-4/+5
* Add nv_assert() which allows to assert that the given name exists.Pawel Jakub Dawidek2011-01-222-5/+26
* Use more consistent function name with the others (pjdlogv_prefix_set()Pawel Jakub Dawidek2011-01-222-3/+3
* Use int16 for error.Pawel Jakub Dawidek2011-01-221-1/+1
* - On primary worker reload, update hr_exec field.Pawel Jakub Dawidek2011-01-221-2/+5
* s/utime/modtime/g -- utime shadows utime(3).Marcel Moolenaar2011-01-221-12/+12
* Warn user when value entered is greated than the amount supportedMaxim Sobolev2011-01-221-20/+31
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingMatthew D Fleming2011-01-191-24/+42
* sysctl(8) should use the CTLTYPE to determine the type of data whenMatthew D Fleming2011-01-191-25/+29
* Fix typo and bump date.Matthew D Fleming2011-01-171-2/+2
* The kernel is not exporting any "T,dev_t" sysctl nodes anymore, soMatthew D Fleming2011-01-172-56/+2
* o Somehow I revert Dd macro in the previous commit.Maxim Konovalov2011-01-131-1/+1
* o Start each sentence on a new line. No content changes.Maxim Konovalov2011-01-131-19/+25
* o Typo fixes.Maxim Konovalov2011-01-131-2/+2
* Fix formatting of cross-references.Rebecca Cran2011-01-121-2/+2
* Fix sorting of cross-references.Rebecca Cran2011-01-121-1/+1
* Fix cross-reference to gvinum(8).Rebecca Cran2011-01-121-1/+1
* Fix up the grammar.Andrey V. Elsukov2011-01-121-3/+3
* execve(2), not fork(2) resets signal handler to the default value (if it isn'tPawel Jakub Dawidek2011-01-121-3/+3
* Add a note that when custom signal handler is installed for a signal,Pawel Jakub Dawidek2011-01-121-0/+5
* Install default signal handlers before masking signals we want to handle.Pawel Jakub Dawidek2011-01-121-0/+8
* Sector size can not be greater than MAXPHYS. Since GRAID3 calculatesAndrey V. Elsukov2011-01-121-0/+5
* The camcontrol smppc option to clear a PHY error log is 'clearerrlog',Kenneth D. Merry2011-01-051-1/+1
* Teach ifconfig(8) the handy shared option shortcut aliases the NetBSDMarius Strobl2011-01-051-1/+9
* For compatibility with Linux and Solaris add poweroff(8).Pawel Jakub Dawidek2010-12-303-4/+39
* Add support for FS_TRIM to user-mode UFS utilities.Konstantin Belousov2010-12-297-9/+72
* Fix deprecated warning about -L which said -i was deprecated.Simon L. B. Nielsen2010-12-261-1/+1
* Detect when resource is configured more than once.Pawel Jakub Dawidek2010-12-261-0/+10
* When node-specific configuration is missing in resource section, providePawel Jakub Dawidek2010-12-261-2/+55
* Check number of arguments before trying to read arg0. This prevents accessAndrey V. Elsukov2010-12-211-0/+2
* Add __unused. Ansi prototypes.Philippe Charnier2010-12-191-66/+34
* The 'ret' variable is of type ssize_t and we use proper format for it (%zd), soPawel Jakub Dawidek2010-12-161-3/+2
* Revert r216473.David E. O'Brien2010-12-161-1/+1
* Improve problems logging.Pawel Jakub Dawidek2010-12-161-7/+34
* Don't ignore errors from remote requests.Pawel Jakub Dawidek2010-12-161-1/+1
* Log the fact of launching and include protocol version number.Pawel Jakub Dawidek2010-12-161-0/+3
* Bump WARNS to 6.David E. O'Brien2010-12-161-1/+1
* GEOM virstor .so does not need libmd.David E. O'Brien2010-12-161-3/+0
* Rename the generic "CLASS" to the more specific "GEOM_CLASS".David E. O'Brien2010-12-154-4/+3
* Rename the generic "CLASS" to the more specific "GEOM_CLASS".David E. O'Brien2010-12-1516-32/+26
* Add the missed 'p' flag to getopt() optstring argument.Konstantin Belousov2010-12-151-1/+1
* Remove the advertising clause from UCB copyrighted files in sbin. ThisJoel Dahl2010-12-124-16/+0
* Fix a few issues related to the XPT_GDEV_ADVINFO CCB.Kenneth D. Merry2010-12-101-12/+34
* - Fix array bounds checking. [1]Gleb Smirnoff2010-12-081-15/+44
* Add RTM_IEEE80211 to array of route message descriptions.Gleb Smirnoff2010-12-081-0/+1
* Introduces IFF_CANTCONFIG interface flag to point that the interfaceWeongyo Jeong2010-12-071-2/+2
* Move most of the remaining USD/PSD/SMM papers into share/docUlrich Spörlein2010-12-046-2367/+0
* * Recommend a overwrite of whole geli provider before use.Xin LI2010-12-031-2/+6