aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* dumpon.8: Significantly revamp pageConrad Meyer2018-10-261-165/+177
* dumpon(8): Provide seatbelt against weak RSA keysConrad Meyer2018-10-262-1/+37
* Use correct format specificator to print setdscp action.Andrey V. Elsukov2018-10-251-1/+1
* Allow fdisk(8) to deal with sectors larger than 2048Rodney W. Grimes2018-10-251-1/+1
* Continuing efforts to provide hardening of FFS, this change adds aKirk McKusick2018-10-232-4/+8
* pf tests: Fix incorrect test for PR 231323Kristof Provost2018-10-222-3/+4
* pfctl: Fix line numbers when \ is used inside ""Kristof Provost2018-10-221-1/+3
* Retire IPFIREWALL_NAT64_DIRECT_OUTPUT kernel option. And add abilityAndrey V. Elsukov2018-10-211-3/+43
* Add IPFW_RULE_JUSTOPTS flag, that is used by ipfw(8) to mark rule,Andrey V. Elsukov2018-10-211-1/+10
* Fix grammar.Andrey V. Elsukov2018-10-211-1/+1
* Do not allow use `create` keyword as hostname when ifconfig(8) is invokedAndrey V. Elsukov2018-10-211-0/+12
* mdmfs(8): Check for other types of helper-program failureConrad Meyer2018-10-201-10/+49
* Fix typoWarner Losh2018-10-201-0/+2
* pfctl tests: Basic test case for PR 231323Kristof Provost2018-10-204-1/+7
* pfctl: Dup stringsKristof Provost2018-10-201-2/+2
* Fix spelling of an error message and add warning to another errorBjoern A. Zeeb2018-10-171-2/+4
* Move the rc framework out of sbin/init into libexec/rc.Bjoern A. Zeeb2018-10-17178-17154/+1
* MFH r339206-r339212, r339215-r339239Glen Barber2018-10-081-1/+1
|\
| * Fix information about $firewall_myservicesDanilo G. Baio2018-10-051-1/+1
* | MFH r338661 through r339200.Glen Barber2018-10-0515-55/+806
|\|
| * Add missing newline in pwarn message.Kirk McKusick2018-10-021-1/+1
| * Run 32-bit compat ldconfig on mips64.John Baldwin2018-09-281-1/+1
| * Add description, parameters, options, sysctl and examples of using AQMs to ip...Guangyuan Yang2018-09-271-3/+426
| * Remove -m (update) from ldconfig -32 & -soft invocation on startup.Konstantin Belousov2018-09-271-2/+2
| * Add "src-ip" or "dst-ip" keyword to the output, when we are printing theAndrey V. Elsukov2018-09-261-0/+12
| * sysctl(8): Add a standard exit status section.Mateusz Piotrowski2018-09-241-1/+3
| * Update ifr_name before invoking IPSECSREQID ioctl, this fixes the case,Andrey V. Elsukov2018-09-221-0/+1
| * We don't need shell protection for when we're expanding matches.Warner Losh2018-09-222-4/+4
| * Move disktab to sbin/bsdlabel/Brad Davis2018-09-182-0/+205
| * Move dhclient.conf to sbin/dhclient/.Brad Davis2018-09-182-0/+9
| * Remove dhclient.conf from here in prep for the move of it from etc/.Brad Davis2018-09-181-39/+0
| * Fix "fasthalt" to halt instead of rebootEric van Gyzen2018-09-141-1/+1
| * Add the "-t" option to geom(8) utility, to display geoms hierarchy.Edward Tomasz Napierala2018-09-142-4/+142
* | Make decryptcore(8) buildable.Jung-uk Kim2018-09-191-8/+12
|/
* Add new option to the geom(8) utility, "-p". It makes it easy to look upEdward Tomasz Napierala2018-09-132-1/+80
* umount: remove sync(2) call when used with -fMateusz Guzik2018-09-131-4/+0
* Minor usability improvements to geom(8).Edward Tomasz Napierala2018-09-111-9/+12
* Allow dhclient and ping to build WITHOUT_DYNAMICROOTEd Maste2018-09-092-2/+6
* Improve handling of the EFI map types[] array.Konstantin Belousov2018-09-081-18/+19
* Teach sysctl(8) about the Persistent memory type.Konstantin Belousov2018-09-071-2/+3
* Trim whitespace.Konstantin Belousov2018-09-071-2/+2
* Move etc/ttys to sbin/init/.Brad Davis2018-09-049-1/+398
* Add in a missing newlineWarner Losh2018-08-251-1/+1
* libbe(3)/bectl(8): Make consistent with beadmKyle Evans2018-08-242-6/+6
* Allow bootstrapping md5 on Linux, MacOS and FreeBSD < 12Alex Richardson2018-08-232-2/+22
* Fix warning about crossing INT32_MAX boundary in computation of constant value.Patrick Kelsey2018-08-231-1/+1
* Extend tbrsize heuristic in pfctl(8) to provide a sensible value forPatrick Kelsey2018-08-231-1/+3
* Implement blacklisting for devmatchWarner Losh2018-08-232-5/+12
* When trying to match the nomatch event passed to us, attempt to lookWarner Losh2018-08-231-5/+60
* Add a new device flag: DF_ATTACHED_ONCEWarner Losh2018-08-231-0/+2