aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* chown: add a testEitan Adler2014-06-303-0/+36
* Don't accidently skip every second line when calculating theDavid Malone2014-06-281-1/+0
* Simplify the code a little bit using the update_sensor_sysctl() routine toLuiz Otavio O Souza2014-06-271-9/+5
* pw: fix up deletion of users from groupsMateusz Guzik2014-06-271-4/+3
* Correct the buffer length check to avoid overflows.Luiz Otavio O Souza2014-06-271-3/+6
* Add post-mortem debugging for "EPT Misconfiguration" VM-exit. This errorNeel Natu2014-06-271-1/+25
* Sort command flags in usage output and the manpages.John Baldwin2014-06-274-70/+70
* Set the version and date to fixed fields rather than usingPeter Grehan2014-06-271-2/+2
* - Document -b to enable the bvmcons console (but mark it as deprecatedJohn Baldwin2014-06-262-7/+21
* Fix issues in config parser relating to lun serial numbers.Josh Paetzel2014-06-242-2/+16
* Provide APIs to directly get 'lowmem' and 'highmem' size directly.Neel Natu2014-06-244-21/+10
* With the move away from GNATS, drop the CTM config file for downloadingGavin Atkinson2014-06-231-8/+0
* convert to using pidfile... This prevents multiple wpa_supplicantsJohn-Mark Gurney2014-06-225-6/+12
* Fix a code typo that prevented mkdir from firing (unnoticedDevin Teske2014-06-201-1/+1
* Restore the ABI of the cpuctl(4) ioctl request CPUCTL_CPUID, useKonstantin Belousov2014-06-201-1/+1
* Fix changing the usernameBaptiste Daroussin2014-06-201-1/+1
* Removed compatibility with pre FreeBSD 2.2 pw_mkdb commandBaptiste Daroussin2014-06-201-13/+2
* use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-20126-210/+198
* Following comments in r242565 add the possibility to specify ecx whenAttilio Rao2014-06-192-2/+66
* serial_num and device_id fields are not necessarily null-terminated.Alexander Motin2014-06-191-2/+2
* Use Mt macro to properly format mailto linksSteven Kreuzer2014-06-192-2/+2
* Implement redirection handling in initiator.Edward Tomasz Napierala2014-06-182-2/+62
* Get rid of unneccessary argument.Edward Tomasz Napierala2014-06-181-5/+8
* Fix typo and rename macro KDB_SYS_FLAG to KBD_SYS_FLAG.Neel Natu2014-06-181-2/+2
* Improve code a little; no functional changes.Edward Tomasz Napierala2014-06-181-9/+21
* Use proper term in debug messages.Edward Tomasz Napierala2014-06-181-5/+5
* On discovery stage add set of TargetAddress keys to reply, reporting toAlexander Motin2014-06-181-4/+47
* mdoc: add missing width to Bl -tag.Joel Dahl2014-06-151-2/+2
* Document additional LUN/backend options.Alexander Motin2014-06-151-1/+24
* mdoc: use display block in the beginning of the EXAMPLES section.Joel Dahl2014-06-151-4/+4
* Fix two issues:Xin LI2014-06-151-1/+1
* 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