summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Remember created control connection so on fork(2) we can close it in child.pjd2011-01-272-0/+4
* Close the control socket before exiting, so it will be unlinked.pjd2011-01-271-0/+1
* Extend pjdlog_verify() to support the following additional macros:pjd2011-01-272-9/+44
* Add functions to initialize/finalize pjdlog. This allows to open/close logpjd2011-01-274-1/+72
* Use my copyright for 2011 work.pjd2011-01-271-1/+2
* Add LOG_NDELAY flag to openlog(3) - we want descriptor to be immediately openpjd2011-01-271-1/+1
* - Remove obvious NOTREACHED comment after abort() call.pjd2011-01-271-3/+1
* Remove __dead2 from pjdlog_verify() prototype, it does return sometimes.pjd2011-01-271-1/+1
* Clarify the availability of the noatime option on network file systemsdougb2011-01-261-2/+6
* Fix compilation with debug on.cracauer2011-01-252-3/+3
* Supply maximum value as an argument to the decimal() functionsobomax2011-01-251-27/+27
* Don't open configuration file from worker process. Handle SIGHUP in thepjd2011-01-245-58/+83
* Added a blurb about thin provisioning, fixed some formatting.ivoras2011-01-241-2/+6
* o Cylinder numbers are 10 bits in the MBR;sobomax2011-01-241-19/+19
* The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilitiesmckusick2011-01-2410-22/+22
* init(8): Document that login(1) is now responsible for recording logouts.jilles2011-01-231-5/+5
* init: Only run /etc/rc.shutdown if /etc/rc was run.jilles2011-01-231-10/+35
* Add missing logs.pjd2011-01-221-4/+5
* Add nv_assert() which allows to assert that the given name exists.pjd2011-01-222-5/+26
* Use more consistent function name with the others (pjdlogv_prefix_set()pjd2011-01-222-3/+3
* Use int16 for error.pjd2011-01-221-1/+1
* - On primary worker reload, update hr_exec field.pjd2011-01-221-2/+5
* s/utime/modtime/g -- utime shadows utime(3).marcel2011-01-221-12/+12
* Warn user when value entered is greated than the amount supportedsobomax2011-01-221-20/+31
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingmdf2011-01-191-24/+42
* sysctl(8) should use the CTLTYPE to determine the type of data whenmdf2011-01-191-25/+29
* Fix typo and bump date.mdf2011-01-171-2/+2
* The kernel is not exporting any "T,dev_t" sysctl nodes anymore, somdf2011-01-172-56/+2
* o Somehow I revert Dd macro in the previous commit.maxim2011-01-131-1/+1
* o Start each sentence on a new line. No content changes.maxim2011-01-131-19/+25
* o Typo fixes.maxim2011-01-131-2/+2
* Fix formatting of cross-references.brucec2011-01-121-2/+2
* Fix sorting of cross-references.brucec2011-01-121-1/+1
* Fix cross-reference to gvinum(8).brucec2011-01-121-1/+1
* Fix up the grammar.ae2011-01-121-3/+3
* execve(2), not fork(2) resets signal handler to the default value (if it isn'tpjd2011-01-121-3/+3
* Add a note that when custom signal handler is installed for a signal,pjd2011-01-121-0/+5
* Install default signal handlers before masking signals we want to handle.pjd2011-01-121-0/+8
* Sector size can not be greater than MAXPHYS. Since GRAID3 calculatesae2011-01-121-0/+5
* The camcontrol smppc option to clear a PHY error log is 'clearerrlog',ken2011-01-051-1/+1
* Teach ifconfig(8) the handy shared option shortcut aliases the NetBSDmarius2011-01-051-1/+9
* For compatibility with Linux and Solaris add poweroff(8).pjd2010-12-303-4/+39
* Add support for FS_TRIM to user-mode UFS utilities.kib2010-12-297-9/+72
* Fix deprecated warning about -L which said -i was deprecated.simon2010-12-261-1/+1
* Detect when resource is configured more than once.pjd2010-12-261-0/+10
* When node-specific configuration is missing in resource section, providepjd2010-12-261-2/+55
* Check number of arguments before trying to read arg0. This prevents accessae2010-12-211-0/+2
* Add __unused. Ansi prototypes.charnier2010-12-191-66/+34
* The 'ret' variable is of type ssize_t and we use proper format for it (%zd), sopjd2010-12-161-3/+2
* Revert r216473.obrien2010-12-161-1/+1
OpenPOWER on IntegriCloud