aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config
Commit message (Expand)AuthorAgeFilesLines
* usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-273-9/+0
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-9/+0
* usr.sbin: Remove ancient SCCS tags.Warner Losh2023-11-279-21/+0
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-254-8/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-163-3/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-6/+0
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-3/+3
* config: drop reference to removed System_specKyle Evans2023-02-241-2/+0
* config: Include errno.h in mkmakefile.ccMark Johnston2023-02-241-0/+1
* config: address a number of Coverity issuesKyle Evans2023-02-163-9/+23
* config: error out on malformed env/hint linesKyle Evans2023-02-161-7/+18
* config: push path() into moveifchanged()Kyle Evans2023-02-162-14/+25
* config: fix some common issues with path() usageKyle Evans2023-02-162-2/+11
* config: drop dependency on libsbufKyle Evans2023-02-095-107/+152
* config: drop dependency on libnvKyle Evans2023-02-082-35/+23
* config: make changes to allow some parts to build as C++Kyle Evans2023-02-084-45/+52
* config(5): drop mention of mipsMitchell Horne2022-10-171-3/+1
* Indicate which port gdb.1 and kgdb.1 come from.Jens Schweikhardt2022-08-171-1/+1
* config(5): Update upper limit for maxusers on 64-bit systemsFelix Johnson2021-10-281-2/+4
* config(8): Remove obsolete 'config' directive.Warner Losh2021-06-173-22/+0
* config: style for '\0' and NULLWarner Losh2021-04-191-9/+9
* Revert "config(8): Correct the mentioned paper in the SEE ALSO section"Gordon Bergling2021-04-141-4/+3
* config(8): Correct the mentioned paper in the SEE ALSO sectionGordon Bergling2021-04-131-3/+4
* config(8): Mention the authors of a paper in the SEE ALSO sectionGordon Bergling2021-04-091-1/+5
* config(8): remove support for -pKonstantin Belousov2021-04-027-47/+1
* config: Fix typo in comment.John Baldwin2021-02-011-1/+1
* config: Fix a few mandoc related errorsGordon Bergling2020-12-192-10/+11
* Do not use macros in the argument to -widthMateusz Piotrowski2020-06-281-3/+3
* config: Add no-ctfconvert support.Bryan Drewery2020-04-283-4/+12
* config(8): use sbuf to manage line buffersJason A. Harmening2020-04-121-42/+39
* config(8): "fix" a couple of buffer overflowsKyle Evans2020-04-071-4/+24
* config(8): fixes for -fno-commonKyle Evans2020-03-282-9/+20
* Create ../compileWarner Losh2020-02-241-1/+10
* Bump CONFIGVERS to 600017.Warner Losh2020-02-231-1/+1
* Relax machine directives a little.Warner Losh2020-02-232-3/+7
* For valid arch values (really $MACHINE), remove references to alphaWarner Losh2020-02-101-6/+6
* config: do not link against libl, it is not neededBaptiste Daroussin2019-09-101-1/+1
* Fix small bug in wrapping introduced in r325955.Warner Losh2019-08-171-8/+6
* Add nowerror and local to the list of tokens.Warner Losh2019-08-171-0/+1
* Move initializations of config earlier.Warner Losh2019-08-171-10/+10
* Catch mkheaders.c up to the removal of counted device support in 2005.Warner Losh2019-08-151-4/+4
* Sort getopt(3) options and case statements per style(9)Warner Losh2019-08-151-10/+10
* config: Only warn if duplicate option/device comes from the same fileEmmanuel Vadot2019-04-162-6/+15
* config(8): replace opteq with a call to strcasecmpKyle Evans2019-04-151-19/+2
* config(8): Remove all instances of an option when opting outKyle Evans2018-12-221-2/+1
* config(8): Allow duplicate options to be specifiedKyle Evans2018-12-221-14/+20
* config(8): Allow escape-quoted empty stringsKyle Evans2018-08-201-1/+1