aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
...
* Fix up the order in which jail creation processes are run, to preserveJamie Gritton2016-07-143-6/+23
* Make PCI interupts allocation static when using bootrom (UEFI).Alexander Motin2016-07-145-13/+28
* Make the new 'set date and time' dialog default to skipAllan Jude2016-07-141-0/+2
* bsdinstall: Prompt user to set the date and time after selecting timezoneAllan Jude2016-07-131-0/+36
* Fix the type used to hold the value returned from getopt. On arm64 char isAndrew Turner2016-07-131-1/+2
* pw should sanitize the argument of -w.Alan Somers2016-07-137-15/+177
* META_MODE: Don't require filemon(4) for mergemaster(8)/etcupdate(8)Bryan Drewery2016-07-122-2/+2
* Make unknown register reads predictable.Alexander Motin2016-07-121-0/+1
* Add missing breaks in I/O BAR read/write.Alexander Motin2016-07-121-0/+2
* Implement right shift/ctl, and convert the VNC/xorg scancodePeter Grehan2016-07-111-2/+8
* Do not allow whitespace in macro names.Marcelo Araujo2016-07-111-0/+8
* Allow - in distribution names. This is needed for freebsd-update to workXin LI2016-07-111-1/+1
* Add emulation for Intel e1000 (e82545) network adapter.Alexander Motin2016-07-093-1/+2378
* Fix ctld(8) to not exit when reloading configuration with invalidEdward Tomasz Napierala2016-07-091-1/+1
* Add emulation for multiple (up to 16) MSI vectors for AHCI.Alexander Motin2016-07-082-41/+99
* Allow AHCI controller to support up to 32 arbitrary devices.Alexander Motin2016-07-082-58/+89
* Add new unmount(2) flag, MNT_NONBUSY, to check whether there areEdward Tomasz Napierala2016-07-071-1/+1
* Fix CTASSERT issue in a more clean wayEnji Cooper2016-07-064-20/+7
* Fix gcc warningEnji Cooper2016-07-061-3/+0
* Fix gcc build errors with SSE 4.2 detection and gcc warningsEnji Cooper2016-07-061-45/+22
* Fix gcc warningsEnji Cooper2016-07-061-9/+0
* Fix gcc warningsEnji Cooper2016-07-061-10/+5
* Fix gcc warningsEnji Cooper2016-07-061-3/+3
* Fix gcc warningsEnji Cooper2016-07-061-5/+10
* Fix gcc warningsEnji Cooper2016-07-061-1/+7
* Fix gcc warningsEnji Cooper2016-07-061-5/+3
* Fix build of ppp when WITHOUT_PAM is setBaptiste Daroussin2016-07-041-0/+1
* Import bhyve_graphics into CURRENT. Thanks to all who testedPeter Grehan2016-07-0424-19/+9037
* Add more machines to the bsdinstall workaround blacklistAllan Jude2016-07-031-2/+2
* Fix an error in bsdinstall when ZFS installation uses a bootpoolAllan Jude2016-07-031-8/+11
* bhyve: improve memory size documentationRoman Bogorodskiy2016-06-264-18/+16
* Skip lastcomm and sa tests on unsupported architecturesAlan Somers2016-06-261-0/+1
* Fix gstat's interactive f and q commandsAlan Somers2016-06-231-16/+19
* bsdinstall: increase EFI partition size to 200MBEd Maste2016-06-231-1/+1
* ARM64: bsdinstall support for creating EFI partitionsWojciech Macek2016-06-202-1/+105
* Add bsdconfig `wifi' (aka `wireless' or `wlan') moduleDevin Teske2016-06-169-10/+1542
* Fix usr.sbin/rpcbind ATF tests on 32-bit platformsAlan Somers2016-06-161-3/+3
* Return usual error indicator to shell.Konstantin Belousov2016-06-161-1/+1
* makefs: Provide a -T option to set timestamps to a consistent valueEd Maste2016-06-148-54/+129
* Fix usr.sbin/extattr testcases on tmpfsAlan Somers2016-06-131-0/+27
* Add missing break in lock_partialfilelock(..) with NFS_RESERREnji Cooper2016-06-131-0/+1
* Change my given name from "Garrett" to "Ngie"Enji Cooper2016-06-131-1/+1
* Fix a miss merge in the services_mkdb(8) man pageAllan Jude2016-06-101-1/+1
* Fix bsdinstall for root-on-zfs with MBR partitioningAllan Jude2016-06-101-9/+5
* rpcbind(8): Make use of some xdr_* macros.Pedro F. Giffuni2016-06-091-3/+3
* Decouple MaxBurstLength and FirstBurstLength from MaxRecvDataSegmentLengthEdward Tomasz Napierala2016-06-092-10/+18
* Don't cap FirstBurstLength to maximum MaxRecvDataSegmentLength claimedEdward Tomasz Napierala2016-06-092-6/+6
* Fix spelling of the casper introduced in the r296047.Mariusz Zaborski2016-06-081-1/+1
* bsdinstall: add country/regulatory domain configuration dialog.Andriy Voskoboinyk2016-06-081-32/+183
* Bounds check rpcbs_rmtcall(..) to ensure rtype is less than RPCBVERS_STATEnji Cooper2016-06-081-1/+1