aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Add the Clang specific -Wmissing-variable-declarations to WARNS=6.Ed Schouten2013-04-196-0/+11
* - Correct mispellings of the word necessaryGabor Kovesdan2013-04-171-1/+1
* - Correct mispellings of the word occurrenceGabor Kovesdan2013-04-171-1/+1
* Setup accesses to the memory hole below 4GB to return all 1's on read andNeel Natu2013-04-171-9/+15
* Minor spelling and grammar fixes.Joel Dahl2013-04-112-7/+7
* Remove contractions.Joel Dahl2013-04-115-6/+6
* Need to call init_mem() to really initialize the MMIO range lookups.Neel Natu2013-04-101-0/+1
* Remove obsolete comment about lack of locking for MMIO range lookup.Neel Natu2013-04-101-6/+0
* Make ctladm(8) try to load ctl.ko kernel module if needed.Edward Tomasz Napierala2013-04-101-0/+10
* Unsynchronized TSCs on the host require special handling in bhyve:Neel Natu2013-04-101-14/+87
* Change name of variable from 'rwlock' to more descriptive 'mmio_rwlock'Neel Natu2013-04-101-11/+11
* Improve PCI BAR emulation:Neel Natu2013-04-107-60/+320
* Import a new version of NetBSD's mtree.Ed Schouten2013-04-091-1/+1
* Switch to a 2-clause license.Mark Johnston2013-04-081-3/+0
* Add support for getting and setting BBU properties related to batteryMark Johnston2013-04-087-4/+326
* Mark the act_tbl static/const.Ed Schouten2013-04-081-1/+1
* Add some missing newlines and static declarations.Marius Strobl2013-04-071-8/+14
* Extend ath3kfw to include overridable device / vendor IDs.Adrian Chadd2013-04-051-4/+14
* Remove dangling ISA uart stubs.Peter Grehan2013-04-052-61/+1
* config checksum is over the entire fixed portion, not just thePeter Grehan2013-04-051-1/+1
* Merge ACPICA 20130328.Jung-uk Kim2013-04-042-16/+18
* Remove some more references to legacy ATA.Alexander Motin2013-04-042-12/+3
* Remove usr.sbin/burncd, useless after legacy ATA stack removal.Alexander Motin2013-04-044-1004/+0
* Fix dates in manual pages modified in 249009.Edward Tomasz Napierala2013-04-021-1/+1
* Make it possible to build CTL as a module.Edward Tomasz Napierala2013-04-021-1/+2
* Fix return type of extattr_set_* and fix rmextattr(8) utility.Matthew D Fleming2013-04-021-27/+33
* Add some more stats to keep track of all the reasons that a vcpu is exiting.Neel Natu2013-03-301-1/+1
* Reverse the order of some implicit commands (FS mounts and ifconfigs)Jamie Gritton2013-03-283-7/+11
* Loosen restrictions for quoted strings. Now we can use more complex stringsJung-uk Kim2013-03-261-2/+10
* Fix interval-based rotations when the -t flag is used. In this case, findMark Johnston2013-03-261-58/+134
* Invert the meaning of -S (added in r247405) and document its meaning. Also,Mark Johnston2013-03-262-16/+33
* hrStorageSize and hrStorageUsed are 32 bit integers, reporting a fsMikolaj Golub2013-03-251-19/+13
* Replace deprecated (or remove obsolete) libarchive 2.8 functionsMartin Matuska2013-03-221-2/+2
* mdoc: remove superfluous paragraph macro.Joel Dahl2013-03-191-1/+0
* Add preliminary support for IBM/Lenovo TrackPoint.Jung-uk Kim2013-03-181-0/+1
* Simplify the assignment of memory to virtual machines by requiring a singleNeel Natu2013-03-1810-149/+86
* Move example to EXAMPLES.Joel Dahl2013-03-171-11/+9
* Change the type of 'ndesc' from 'int' to 'uint16_t' so that descriptor indexNeel Natu2013-03-161-1/+1
* - Make the FreeBSD's USB library compile under Linux.Hans Petter Selasky2013-03-131-0/+1
* Convert the offset into the bar that contains the MSI-X table to an offsetNeel Natu2013-03-111-0/+3
* Fix a typo in DPADD.Antoine Brodin2013-03-101-1/+1
* Garbage collect NWFS and NCP bits which are now completely disconnectedAttilio Rao2013-03-093-614/+0
* Fix bootstrapping pkgng by not appending "/latest/" to PACKAGESITE.Baptiste Daroussin2013-03-081-1/+1
* Simplify virtio ring num-available calculation.Peter Grehan2013-03-062-11/+21
* Reorder code to avoid the stat buffer being used uninitialized.Peter Grehan2013-03-061-6/+10
* Fix SIGSEGV when set_short_delay() is called when ifi->ifi_ra_timer is NULL.Hiroki Sato2013-03-061-0/+2
* choose in priority the allocated ABI if any to do the ${ABI} substitution in ...Baptiste Daroussin2013-03-051-1/+1
* Add the ability to correctly read pkg.conf is exists.Baptiste Daroussin2013-03-054-171/+501
* Fix VERBOSE reporting on results when removing _PATH_LOCALTIME for UTC option.Devin Teske2013-03-041-0/+5
* Use GNOP to force ZFS pools to 4k.Josh Paetzel2013-03-036-14/+66