summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Don't mess with /etc/localtime if it is a symlink.peter2013-05-221-1/+1
* Merge ACPICA 20130517.jkim2013-05-202-24/+24
* Update location to ports INDEX file.bdrewery2013-05-181-6/+6
* Decode new HT 3.00 and 3.10 capabilities.kib2013-05-171-0/+12
* Add a -N option that prints the jail name rather than its number.des2013-05-172-11/+29
* Fix a typo in a comment.dteske2013-05-161-1/+1
* Add a handy function for truncating variables to a specific byte-length. Itdteske2013-05-161-0/+20
* Centralize standard getopts arguments, both for convenience and to correctdteske2013-05-1443-46/+72
* Set st_nlink in the stat structure within the inode to 1 as well.marcel2013-05-131-0/+1
* mdoc sweepjoel2013-05-133-5/+12
* Add a remark to the effect that a manually started relearn will alwaysmarkj2013-05-131-0/+4
* mdoc sweep.joel2013-05-124-7/+7
* Revert r250394, which disabled snmp_hast due to libl dependency issue --trociny2013-05-121-0/+1
* Some filesystems (NFS in particular) do not fill out the d_type field whenmarkj2013-05-121-6/+17
* Comment.dteske2013-05-121-1/+1
* Fix i18n violations in the package management module. A few words likedteske2013-05-123-12/+31
* Remove duplicated string.dteske2013-05-122-2/+1
* Comments.dteske2013-05-121-1/+5
* Whitespace.dteske2013-05-121-2/+2
* Teach wpa_supplicant to properly compute wireless signal strength.eadler2013-05-111-0/+5
* Add some missing DPADD.antoine2013-05-113-0/+3
* The M_VESA_MODE_MAX is latest valid mode - not the first invalid.eadler2013-05-111-1/+1
* Rate limit the number of remotely triggered ARP log messagesglebius2013-05-111-1/+5
* Get rid of libl dependency. We needed it only to provide yywrap. Buttrociny2013-05-111-2/+2
* Permit relative paths with mergemaster -meadler2013-05-101-0/+1
* Fxi a bunch of typos.eadler2013-05-102-2/+2
* Check the return value of sbuf_finish().jh2013-05-101-2/+4
* Fix a bug that would cause the category menu to display the wrong valuedteske2013-05-091-4/+4
* Remove duplicated copies of various NetBSD compatibility shims used bybrooks2013-05-098-1401/+16
* Move snmp_hast manual to section 3, where all other manual pages fortrociny2013-05-092-3/+3
* Unbreak build - this can only build on i386 as-is due to use of libl inpeter2013-05-081-1/+0
* HAST module for bsnmpd(1).trociny2013-05-086-0/+987
* Commit first portion of package module -- this includes the ability to viewdteske2013-05-0717-1/+1601
* Explicitly track "script.subr" which wasn't showing up in the graph becausedteske2013-05-071-0/+6
* Recursively calculate includes. This solves the problem of some includesdteske2013-05-071-14/+21
* Remove unused variables.dteske2013-05-071-4/+2
* Alphabetize strings by variable names.dteske2013-05-071-10/+10
* Re-organize and add missing installVarDefaults and mediaSetDirectory.dteske2013-05-071-15/+31
* Add f_isset() utility subroutine for checking if a variable is set but indteske2013-05-072-1/+11
* objdump output changed indentation from 1 space to 2 spaces somewhere betweenhiren2013-05-061-2/+0
* Fix a typo in an error message.eadler2013-05-061-1/+1
* Improve compatibility with recent flex from flex.sourceforge.net.jkim2013-05-036-16/+19
* Implement the NOTIFY_ON_EMPTY capability in the virtio-net device.neel2013-05-032-34/+37
* Fix the getpwuid_r() call in the gssd daemon so that it handlesrmacklem2013-05-021-2/+25
* Document the fact that an NFSv4 mount against a volume on the same hostrmacklem2013-05-011-1/+8
* Make the internal assertion correct--only fail when '\0' is found inwkoszek2013-05-011-10/+4
* Reset some more softc state when the guest resets the virtio network device.neel2013-04-301-0/+7
* Use a separate mutex for the receive path instead of overloading the softcneel2013-04-301-20/+58
* Get rid of the 'vsc_rxpend' state - it doesn't serve any purpose because weneel2013-04-281-20/+0
* syslogd: Use closefrom() instead of getdtablesize()/close() loop.jilles2013-04-271-3/+2
OpenPOWER on IntegriCloud