summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Properly sanitize --menu results (guards against Gtk library warnings fromdteske2013-04-262-1/+8
* Comments.dteske2013-04-262-1/+3
* Use a thread for the processing of virtio tx descriptors rathergrehan2013-04-261-21/+111
* Gripe if some <slot,function> tuple is specified more than once instead ofneel2013-04-263-20/+47
* Use the system MAKEOBJDIRPREFIX when running make targets inbrooks2013-04-251-4/+3
* Fix copy/paste error.dteske2013-04-241-1/+1
* Add missing include.dteske2013-04-231-0/+1
* Fix declarations to slightly increase WARNS level.jkim2013-04-232-6/+9
* Clean up generated files added in r233250.jkim2013-04-231-1/+2
* Teach the virtio block device to deal with direct as well as indirectneel2013-04-231-63/+61
* Prevent device.subr from auto-loading in the nameservers module.dteske2013-04-231-0/+3
* Preserve debugFile preference across the exec boundary.dteske2013-04-221-0/+1
* Partially uncommit r249779. The changes to share/common.subr were gooddteske2013-04-223-54/+12
* Fix "-D file" to automagically enable debugging if not explicitly disabled.dteske2013-04-224-29/+69
* Minor update about rc.conf.joel2013-04-221-1/+1
* Clarify to the user the amount of time required to load the menus fordteske2013-04-221-4/+4
* New helper functions for common widgets.dteske2013-04-221-0/+136
* Proper fix for copy/paste error (first attempt r249756).dteske2013-04-221-2/+2
* Fix a copy/paste error.dteske2013-04-221-2/+2
* Update comment for accuracy.dteske2013-04-221-3/+3
* Style nit (to be consistent across project).dteske2013-04-221-2/+2
* Fix two bugs when setting up a plip interface. First, dhcp status was notdteske2013-04-221-1/+2
* UI improvements. First, implement --default-item whenever and whereverdteske2013-04-2242-343/+845
* Use new f_getvar for clarity and general code follow-up to r249746.dteske2013-04-221-2/+5
* Add new flags `-d' (sets debug=1) and `-D file' (sets debugFile) anddteske2013-04-2256-129/+228
OpenPOWER on IntegriCloud