aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Fixup man page formatting.Cy Schubert2016-08-241-1/+1
* Use roundup2() from sys/param.h.Marcelo Araujo2016-08-231-1/+1
* Fix calloc(3) argument order.Marcelo Araujo2016-08-232-2/+2
* Fix calloc(3) argument order.Marcelo Araujo2016-08-226-10/+10
* Add the "-n" flag to cron(8), to prevent it from daemonizing.Edward Tomasz Napierala2016-08-212-4/+11
* Remove the wl(4) driver and wlconfig(8) utility.John Baldwin2016-08-195-588/+0
* Remove the si(4) driver and sicontrol(8) for Specialix serial cards.John Baldwin2016-08-196-864/+0
* Ensure that the sector size is a multiple of 4096 to avoid creatingDag-Erling Smørgrav2016-08-151-6/+20
* o Move tmpstr varibale initialization out of assert(3) call.Maxim Konovalov2016-08-121-4/+4
* ancontrol(8): replace comma with semicolon when pertinent.Pedro F. Giffuni2016-08-091-2/+2
* Write kern.randompid to /etc/sysctl.confSteven Kreuzer2016-08-091-2/+3
* Fix some logic in PCIe HotPlug; display EI statusEric van Gyzen2016-08-051-1/+4
* always install etcupdateBaptiste Daroussin2016-08-051-1/+1
* etcupdate: directly use diff3(1) instead of merge(1)Baptiste Daroussin2016-08-051-7/+9
* kgzip.8: note that it is deprecated and clarify BUGS sectionEd Maste2016-08-021-2/+15
* Fix non-functional bsdinstall services dialog.Dimitry Andric2016-08-011-1/+1
* Fix up setgrent(3) to have a POSIX-compliant prototype.Ed Schouten2016-07-312-12/+3
* Rename devname to udevname after including stdlib.h in r303445Bjoern A. Zeeb2016-07-301-9/+9
* Remove usage of _WITH_GETLINE from usr.sbinBaptiste Daroussin2016-07-305-5/+0
* Clean up use of basename() and dirname().Ed Schouten2016-07-281-11/+17
* Call basename() and dirname() in the POSIXly correct way.Ed Schouten2016-07-281-5/+17
* Fix non-amd64 build from r292043 after reconnecting in r303410.Bryan Drewery2016-07-271-5/+1
* Reconnect pmcstudy, lost in r291021Bryan Drewery2016-07-271-0/+1
* - Change the fbuf "vga" parameter to "vga=on|io|off".Peter Grehan2016-07-271-15/+33
* Catch another case where an XHCI interrupt was beingPeter Grehan2016-07-261-1/+2
* Do not try to delete the home of the user if is is not a directory for exampleBaptiste Daroussin2016-07-232-0/+12
* Move chown tests to proper pathBryan Drewery2016-07-231-1/+1
* ctld(8): Fix MaxBurstLength negotiation.Navdeep Parhar2016-07-221-1/+1
* Add documentation for "ctld -u", the UCL configuration file format.Edward Tomasz Napierala2016-07-212-2/+96
* Update crashinfo to work with newer gdb from ports.John Baldwin2016-07-201-8/+27
* Fix camdd for host-aware and host-managed SMR disks.Alan Somers2016-07-201-0/+1
* makefs: sync NetBSD IDs with upstream for changes that we already haveEd Maste2016-07-195-5/+5
* makefs: reorder 'usage' alphabeticallyEd Maste2016-07-192-5/+6
* Add missing flags from acpidump. These are defined in the header, but notAndrew Turner2016-07-191-0/+3
* Disallow interrupt requests on disabled endpoints.Peter Grehan2016-07-171-0/+10
* Fix NCQ TRIM emulation.Alexander Motin2016-07-171-2/+10
* A failed installation once restarted will often error outAllan Jude2016-07-161-0/+9
* Fix encrypted MBR installAllan Jude2016-07-161-1/+2
* Revert unwanted change leaked into r302932.Alexander Motin2016-07-161-1/+0
* Increase I82545_MAX_TXSEGS from 20 to 64 and add checks for it.Alexander Motin2016-07-162-33/+31
* Add new System Hardening menu and options to bsdinstall.Bartek Rutkowski2016-07-154-1/+89
* 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