aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Normalize the g(eom,cache,part,...) build.Brooks Davis2018-06-2571-13609/+20
* dhclient: recorrect __progname to getprogname()Eitan Adler2018-06-251-5/+2
* Assuming that the intent (from the white space) is that the fprintf()Sean Bruno2018-06-241-1/+2
* dhclient: build with WARNS=6Eitan Adler2018-06-2410-38/+37
* Makefiles: remove outdated commentsEitan Adler2018-06-241-2/+0
* newfs: clean up warningsEitan Adler2018-06-241-4/+5
* pf: Support "return" statements in passing rules when they fail.Kristof Provost2018-06-221-3/+25
* Don't bail out when we find primary and secondary bootblocks miscompare.Xin LI2018-06-221-2/+2
* This application (veriexecctl) handles reading a fingerprints fileStephen J. Kiernan2018-06-205-0/+514
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-194-7/+9
* gpart: add EFI alias for MBR partition schemeEd Maste2018-06-171-4/+6
* gvinum: revert WARNS change in MakefileEitan Adler2018-06-171-0/+1
* ddb: unbreak ppcEitan Adler2018-06-171-2/+2
* quotacheck: build with WARNS=3Eitan Adler2018-06-162-10/+11
* gvinum: build with WARNS=6Eitan Adler2018-06-162-8/+8
* ddb: build with WARNS=6Eitan Adler2018-06-162-2/+1
* Added option to cluster-align the start of the root directory.Xin LI2018-06-154-47/+93
* Exit with an error if a linker hints file can't be found.John Baldwin2018-06-141-6/+2