summaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* IEEE!Sevan Janiyan2018-08-111-2/+2
* Drop the ternary operator for calculating ssid display length in list_scan().Sevan Janiyan2018-08-111-5/+4
* Advise reader to also see mdconfig(8) in mount_cd9660(8).Sevan Janiyan2018-08-111-1/+2
* Restore the behaviour changed in r337536, when bad `ipfw delete` commandAndrey V. Elsukov2018-08-102-4/+9
* If -q flag is specified, do not complain when we are trying to deleteAndrey V. Elsukov2018-08-091-3/+9
* Use NULLs instead of casted zeroes, for consistency.Edward Tomasz Napierala2018-08-091-7/+7
* Refactor common code into execute_script().Edward Tomasz Napierala2018-08-091-76/+56
* Make ldconfig(8) atomic, by removing an unneccessary call to unlink(2)Edward Tomasz Napierala2018-08-091-7/+0
* When getting mount information for all filesystems, mount uses theKirk McKusick2018-08-071-1/+2
* Move description of init_shell, init_script, and init_chroot kenvEdward Tomasz Napierala2018-08-071-1/+69
* ifconfig: Fix use of _Noreturn.Mark Johnston2018-08-071-1/+1
* dhclient: Enter capability mode before dropping privileges.Mark Johnston2018-08-071-9/+11
* dhclient: Don't chroot if we are in capability mode.Mark Johnston2018-08-063-15/+32
* Fix synopsis of the -t option.Mateusz Piotrowski2018-08-061-18/+13
* Move etc/minfree to sbin/savecore/.Brad Davis2018-08-042-0/+3
* Make it possible for init to execute any executable, not just sh(1)Edward Tomasz Napierala2018-08-041-2/+32
* Make timespecadd(3) and friends publicAlan Somers2018-07-301-27/+6
* Revert "devd: use C++ style casts"Eitan Adler2018-07-291-6/+6
* devd: use C++ style castsEitan Adler2018-07-291-6/+6
* devd: use static where possibleEitan Adler2018-07-291-4/+4
* Fix a variable name typo in r336845 that prevented the rc.d scriptsDon Lewis2018-07-291-1/+4
* Fix a typo that prevented some rc scripts from being installed.Brad Davis2018-07-291-14/+14
* Switch these to CONFS as well so they work with etcupdate/mergemaster.Brad Davis2018-07-281-9/+9
* Opps, I missed moving a couple of files in r336845.Brad Davis2018-07-2810-0/+5657
* Move rc startup scripts from etc/ to sbin/init/Brad Davis2018-07-28168-0/+11485
* Convert bsd.files.mk to support DIRS and simplify by only having one installBrad Davis2018-07-261-3/+1
* Move dumpdates creation to CONFS=Brad Davis2018-07-261-0/+4
* Skip the pftcl(8) tests if pf isn't loaded.Alan Somers2018-07-221-0/+1
* Document kernel/signal/crashdump devd(8) notification.Edward Tomasz Napierala2018-07-201-2/+17
* Consistently use full stops.Edward Tomasz Napierala2018-07-181-19/+19
* Detect and handle invalid number of FATsXin LI2018-07-131-0/+4
* Make dhclient(8) verify if new MTU (option 26) differs from current one and s...Eugene Grosbein2018-07-111-3/+15
* Add "record-state", "set-limit" and "defer-action" rule options to ipfw.Andrey V. Elsukov2018-07-093-26/+172
* Integrate SHA2-224 with userspace componentsConrad Meyer2018-07-093-54/+31
* Allow jail names (not just IDs) to be specified for: cpuset(1), ipfw(8),Jamie Gritton2018-07-033-9/+9
* Revert 335888 ("Ensure va_list is declared by including stdarg.h.")Ruslan Bukin2018-07-031-1/+1
* o Ensure va_list is declared by including stdarg.h.Ruslan Bukin2018-07-031-1/+1
* pfctl: Don't retrieve interface list if '-n' is setKristof Provost2018-07-031-1/+1
* Allow three digits of module id without breaking table alignment.Michael Tuexen2018-07-021-3/+3
* Keep table aligned when address pointer is not of max length.Michael Tuexen2018-07-021-4/+6
* Improve consistency of indentation. Whitespace change only.Michael Tuexen2018-07-021-4/+4
* Remove extra "ipfw" from example.Andrey V. Elsukov2018-06-281-4/+4
* ifconfig(8): Attempt to render non-printable sequences w/ UTF-8 EnvironmentKyle Evans2018-06-281-2/+9
* We're not, yet, at C++11 capable on all our plaforms.Warner Losh2018-06-281-1/+6
* Safely quote all variable expansions.Warner Losh2018-06-272-3/+27
* Fix description for the "autoconf" ifconfig(8) flag; it's an addressEdward Tomasz Napierala2018-06-271-5/+5
* Revert Makefile@335696 that sneaked into the commit.Xin LI2018-06-271-2/+0
* Detect exFAT filesystems and abort if found and tighten BPB sanityXin LI2018-06-272-5/+23
* Revert r335402Stephen J. Kiernan2018-06-265-514/+0
* Fix division by zero when reading boot block by postponing divisionXin LI2018-06-261-6/+6