summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Add missing #.pjd2006-08-071-1/+1
* Eliminate a pair of unneeded parentheses slipped in from previous version ofmarck2006-08-061-1/+1
* strlen(3) returns size_t, which is not strictly equivalent to int an 64-bitmarck2006-08-061-3/+4
* Use the SLIST_NEXT macro instead of sle_next.stefanf2006-08-051-2/+2
* Do not pass-through the tailing newline character from the ctime(3)rse2006-08-051-3/+5
* Use floating point instead of hacking something together. Suggested bynjl2006-08-041-10/+8
* Block a variety of signals which may afffect reboot(8), before killingbms2006-08-021-2/+15
* Block SIGHUP before killing init(8), to avoid a race condition which maybms2006-08-021-3/+3
* Add eye candy while I'm here: a blank line betweenyar2006-07-271-0/+1
* INET6 has no effect on rtsol, it's an IPv6-only tool with itsyar2006-07-271-7/+0
* rtsol is just a stripped-down version of rtsold and as such it shouldyar2006-07-271-1/+2
* These IPv6-only tools have no explicit dependency on the INET6 macro.yar2006-07-271-1/+1
* Obey MK_INET6_SUPPORT.yar2006-07-273-9/+28
* add beacon miss threshold controlsam2006-07-262-1/+29
* Specify correct argument range for tag/untag keywords.oleg2006-07-251-2/+2
* Fix printing of negative decimal values in Kelvin to Celsius conversion.njl2006-07-251-2/+6
* style.Makefile(5): Remove -Wall from CFLAGS.stefanf2006-07-171-1/+1
* Remove duplicated assignment.stefanf2006-07-171-1/+0
* Teach mount(8) about a 'late' keyword, which means the file system shoulddes2006-07-122-7/+38
* o replace special handling of clone operations by a clone callbacksam2006-07-094-100/+127
* Fix cut-n-paste bug: compare argument s against known aliases,marcel2006-07-071-6/+6
* Send client identifier unconditionally. My ancient D-Link router responsejkim2006-07-031-4/+0
* remove display of the ERP ie from the list sta output (it's alwayssam2006-06-232-5/+55
* Improve support for Intel based Macs:marcel2006-06-223-2/+12
* Move the duplicated logic of parsing partition types into a newmarcel2006-06-225-57/+56
* Import interface groups from OpenBSD. This allows to group interfaces inmlaier2006-06-193-1/+208
* - Fail with an understandable error message if we cannot detect thesimon2006-06-181-2/+5
* Add support of 'tablearg' feature for:oleg2006-06-152-80/+128
* o Revert a previous delta as strlcpy(3) operates with NUL-terminatedmaxim2006-06-141-1/+2
* o Replace (an incorrect) string copy gymnastics with strlcpy(3).maxim2006-06-141-2/+1
* o Fix typo.maxim2006-06-111-1/+1
* Fix a typo s/Made/Make. Use .Pp for a line break, it will quiet thetrhodes2006-06-101-2/+2
* Minor style tweaks while nearby. Namely ANSIfy and parens on return values.jmallett2006-06-101-26/+15
* Rather than using specified_ro to parse the options list an extra time, andjmallett2006-06-101-32/+6
* Reparent the process that executes the window= command from the ttyskib2006-06-081-1/+13
* Allow to use the old -a option to specify an encryption algorithm to usepjd2006-06-061-9/+27
* Clarify and merge two sentences.brueffer2006-06-061-4/+2
* Mdoc cleanup and some wording improvements.brueffer2006-06-061-15/+15
* Print pfsync interface status if either syncpeer or syncdev is configured.glebius2006-06-061-6/+11
* Remove section committed by mistake. It is not yet ready.pjd2006-06-061-33/+0
* Document geli(8) data authentication.pjd2006-06-051-12/+116
* Userland bits of geli(8) data authentication.pjd2006-06-051-15/+29
* Fix "mount -u -o ro".rodrigc2006-06-021-1/+24
* o Implement findblk command: find the inode(s) owning the specifiedmaxim2006-06-022-1/+272
* Print dynamic rules for IPv6 as well.mlaier2006-06-021-5/+15
* mount_msdosfs.c:rodrigc2006-06-011-10/+0
* Make recoverdisk compile on amd64 and possibly other 64bit archs.matteo2006-05-302-5/+5
* Implement internal (i.e. inside kernel) packet tagging using mbuf_tags(9).oleg2006-05-242-9/+133
* Remove 'n' from the getopt string. There's no -n option that isimp2006-05-231-2/+2
* do_file() is called recursively from several places and cannotdelphij2006-05-201-1/+9
OpenPOWER on IntegriCloud