summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/files.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+1
| | | | | | | | | possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol)
* tedu lint tendrils through config internals.espie2012-09-171-5/+3
| | | | | | also mark some known targets as .PHONY okay miod@
* Fix some minor things in config(8):edd2011-10-021-3/+7
| | | | | | | | * As haesbaert suggests, correctly order include files. * Found some old style function defs. Updated. * Found a prototype inside a function. Moved. OK nicm@
* fix potential use of uninitialized value, and remove unused variables.chl2010-06-021-2/+2
| | | | ok deraadt@
* spaces found reading that diffderaadt2008-03-221-2/+2
|
* Extend the "file" directive to accept multiple pathnames seperated by '|'.deraadt2007-11-251-19/+35
| | | | | | | If more than one path is provided, access() them to choose which one should be used, while parsing for ${name} expansions... currently limited to MACHINE_ARCH ok miod
* lint(1) support in config:espie2006-04-271-3/+5
| | | | | | | | | | | | | | | - LINTS variables to hold the list of *.ln files. - OBJS derives from it, since it can contain more files. - add set of explicit rules for each .ln file. - add a lint-with keyword that duplicates compile-with functionality to special-case linting instead of compilation. Full linting is dependent on LINT_* macros in the arch dependent template files. As is, doesn't break normal build. Just creates larger Makefiles. Review/ok miod@, cloder@, deraadt@
* ansi & prototype cleanup. tested in mkr on most arch's. ok dhartmeideraadt2003-06-281-36/+15
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* kill more registers.mpech2002-03-141-17/+17
| | | | millert@ ok
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-3/+3
|
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-7/+7
|
* more free KNF from maja, though this was hard to doderaadt2001-12-051-10/+10
|
* from mycroft;deraadt1997-11-131-17/+70
| | | | | | | | Allow options and makeoptions to take an empty string as a value. Add `object' and `library' keywords to pull in precompiled .o and .a files. Syntax is like the `file' keyword; e.g.: object arch/i386/i386/mumble.o [mumble] [needs-flag] Largely from Michael Richardson in PR 3833, with some changes by me.
* r?index -> strr?chrmillert1997-01-171-3/+3
|
* fix some warnings and errorsderaadt1996-08-291-2/+4
|
* sync to netbsd 960418deraadt1996-04-211-98/+275
|
* From NetBSD: merge of 960317niklas1996-03-251-1/+3
|
* From NetBSD:niklas1996-02-221-2/+2
| | | | Spelling correction
* initial import of NetBSD treederaadt1995-10-181-0/+263