summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing static keyword, to make the code build with WARNS=6.ed2013-04-211-1/+1
* Merge ACPICA 20130418.jkim2013-04-191-4/+5
* Add the Clang specific -Wmissing-variable-declarations to WARNS=6.ed2013-04-196-0/+11
* - Correct mispellings of the word necessarygabor2013-04-171-1/+1
* - Correct mispellings of the word occurrencegabor2013-04-171-1/+1
* Setup accesses to the memory hole below 4GB to return all 1's on read andneel2013-04-171-9/+15
* Minor spelling and grammar fixes.joel2013-04-112-7/+7
* Remove contractions.joel2013-04-115-6/+6
* Need to call init_mem() to really initialize the MMIO range lookups.neel2013-04-101-0/+1
* Remove obsolete comment about lack of locking for MMIO range lookup.neel2013-04-101-6/+0
* Make ctladm(8) try to load ctl.ko kernel module if needed.trasz2013-04-101-0/+10
* Unsynchronized TSCs on the host require special handling in bhyve:neel2013-04-101-14/+87
* Change name of variable from 'rwlock' to more descriptive 'mmio_rwlock'neel2013-04-101-11/+11
* Improve PCI BAR emulation:neel2013-04-107-60/+320
* Import a new version of NetBSD's mtree.ed2013-04-091-1/+1
* Switch to a 2-clause license.markj2013-04-081-3/+0
* Add support for getting and setting BBU properties related to batterymarkj2013-04-087-4/+326
* Mark the act_tbl static/const.ed2013-04-081-1/+1
* Add some missing newlines and static declarations.marius2013-04-071-8/+14
* Extend ath3kfw to include overridable device / vendor IDs.adrian2013-04-051-4/+14
* Remove dangling ISA uart stubs.grehan2013-04-052-61/+1
OpenPOWER on IntegriCloud