aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* acpiconf(8): tell users not to use -kEitan Adler2014-06-101-1/+2
* r267169 should apply to 64-bit BARs as well.Tycho Nightingale2014-06-091-2/+2
* Remove blank lines.Joel Dahl2014-06-091-2/+0
* acpiconf(8): check the calendarEitan Adler2014-06-091-1/+1
* acpiconf(8): bump .DdEitan Adler2014-06-091-1/+1
* acpiconf(8): document 'k' optionEitan Adler2014-06-091-0/+3
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.Bryan Drewery2014-06-0837-0/+74
* Add ioctl(VM_REINIT) to reinitialize the virtual machine state maintainedNeel Natu2014-06-071-5/+16
* Some devices (e.g. Intel AHCI and NICs) support quad-word access toTycho Nightingale2014-06-061-4/+21
* When building picobsd, define WITHOUT_OPENSSL and WITHOUT_KERBEROS andWarner Losh2014-06-065-6/+5
* add Xref to sound(4)...John-Mark Gurney2014-06-021-2/+3
* Never, ever, abbreviate the month names on manual pages.Luiz Otavio O Souza2014-06-021-1/+1
* Adds the bsnmp module to export the temperature data from lm75 sensors onLuiz Otavio O Souza2014-06-016-0/+726
* Use MIN(a,b) from <sys/param.h> instead of rolling our own version.Neel Natu2014-06-012-10/+2
* Limit the maximum number of back-to-back iterations of a "rep; ins/outs"Neel Natu2014-06-011-3/+11
* Activate vcpus from bhyve(8) using the ioctl VM_ACTIVATE_CPU instead of doingNeel Natu2014-05-313-2/+51
* Grammar cleanup; sort SEE ALSO.Christian Brueffer2014-05-311-5/+6
* convert to using the _daddr_t types like newfs was...John-Mark Gurney2014-05-311-8/+4
* Update default callchain depth to 16 to match kernelEd Maste2014-05-301-1/+1
* Create /var/unbound/conf.d for additional configuration files.Dag-Erling Smørgrav2014-05-291-2/+11
* Enable kbdcontrol(1) to use maps from vt(4) keymaps dir /usr/share/vt/keymapsAleksandr Rybalko2014-05-292-1/+20
* o Teach vidcontrol(1) how to load vt(4) font.Aleksandr Rybalko2014-05-292-13/+142
* Remove nop.Hans Petter Selasky2014-05-281-1/+0
* Fix for big endian architectures. The "up_address" field is 8-bit andHans Petter Selasky2014-05-281-1/+1
* Add segment protection and limits violation checks in vie_calculate_gla()Neel Natu2014-05-271-4/+5
* Fix issue with restarting an "insb/insw/insl" instruction because of a pageNeel Natu2014-05-261-21/+16
* Do the linear address calculation for the ins/outs emulation using a newNeel Natu2014-05-251-9/+18
* Add libvmmapi functions vm_copyin() and vm_copyout() to copy into and outNeel Natu2014-05-241-23/+24
* Consolidate all the information needed by the guest page table walker intoNeel Natu2014-05-242-1/+3
* Check for alignment check violation when processing in/out string instructions.Neel Natu2014-05-231-12/+13
* Add emulation of the "outsb" instruction. NetBSD guests use this to write toNeel Natu2014-05-233-45/+130
* Fix syntax error thrown at the point of creating the root pool, caused byDevin Teske2014-05-221-12/+17
* Add IOMMU PCI subclass, found on Tyan S8236 motherboard.Alexander Motin2014-05-201-0/+1
* - Include /etc/newsyslog.conf.d/* and /usr/local/etc/newsyslog.conf.d/* byBryan Drewery2014-05-201-2/+8
* Update the date on the manual page.George V. Neville-Neil2014-05-181-1/+1
* Add -o option to gstat to display "other" operatins (e.g. BIO_FLUSH).Alexander Motin2014-05-172-5/+26
* Update example portion of comment to coincide with r264840 changes.Devin Teske2014-05-171-1/+2
* Bump .Dd, missed in r266206Benjamin Kaduk2014-05-171-1/+1
* Add a command line argument (-l) to end event collection after someGeorge V. Neville-Neil2014-05-163-3/+51
* Speed up pmcstat by improving string hashEd Maste2014-05-161-3/+3
* Review pass through jail.8Benjamin Kaduk2014-05-161-99/+102
* make a note that FNBUFF cannot overflow as long as LNBUFF is smaller..John-Mark Gurney2014-05-151-0/+1
* Remove unused variable.Edward Tomasz Napierala2014-05-151-4/+0
* Extend the size of the function or symbol that can be annotated.George V. Neville-Neil2014-05-151-2/+2
* Revert r261296. This removes the WITHOUT_NCURSESW option.Brooks Davis2014-05-154-48/+8
* Implement a PCI interrupt router to route PCI legacy INTx interrupts toJohn Baldwin2014-05-1512-61/+609
* Fix the "disks" variable reuse.Ollivier Robert2014-05-151-3/+6
* Updates to the datasets created by zfsboot.Ollivier Robert2014-05-151-8/+9
* Here is a patch for the bsdinstall root-on-zfs stuff that adds optionalOllivier Robert2014-05-151-16/+93
* Don't include the guest memory segments in the bhyve(8) process core dump.Neel Natu2014-05-132-3/+12