aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config/mkmakefile.c
Commit message (Expand)AuthorAgeFilesLines
* If a ${KERNEL}.hints file exists, and no hints are specified explicitly,Peter Wemm2000-08-251-0/+7
* Argh! I broke the static hints parser at the last minute on freefall whenPeter Wemm2000-06-141-1/+1
* Borrow phk's axe and apply the next stage of config(8)'s evolution.Peter Wemm2000-06-131-67/+102
* A checkpoint of a part of a work-in-progress. Some more cleanups forPeter Wemm2000-06-101-30/+20
* Support getting *.$MACHINE from sys/conf as well as sys/$MACHINE/conf.Peter Wemm2000-01-081-8/+15
* Add a 'warning' option for the files* files. This is intended to enablePeter Wemm1999-12-121-2/+17
* A better version of the previous checkin. If the user specifiesArchie Cobbs1999-12-031-3/+9
* When specifying additiona user-specified kernel compilation sourceArchie Cobbs1999-12-021-1/+1
* Add option "-d destdir" which instructs config to use another outputMarcel Moolenaar1999-10-301-0/+2
* Further cleanup. Also remove the following unused or defunct tokens:Peter Wemm1999-10-101-15/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Delete special handling for 'device-driver' suffix, it's not used inPeter Wemm1999-07-031-7/+7
* Put on my viking helmet from the closet, and get out the war axe andPeter Wemm1999-05-091-68/+3
* config(8) lobotomy, please see commit msg in sys.Poul-Henning Kamp1999-05-091-29/+6
* More cleanups, tweaks and features.Peter Wemm1999-04-241-4/+4
* Slightly reorder the all: to make sure it's before any alternate kernelPeter Wemm1999-04-191-6/+6
* Further cleanups. i386_ioconf.c and alpha_ioconf.c were essentially thePeter Wemm1999-04-181-5/+3
* Get out the blow torch and hack away all the unused stuff. Note thatPeter Wemm1999-04-171-34/+34
* Clean up the -g/DEBUG handling. This logic can go in the MakefilePeter Wemm1999-04-131-25/+3
* Back out default debug kernel. The flags revert to historical behaviour.Greg Lehey1999-04-111-6/+10
* 1. Modify config to issue different code for debugging.Greg Lehey1999-04-071-3/+22
* Bump config version. Also mention that even after rebuilding a newJustin T. Gibbs1998-09-151-1/+5
* Reviewed by: Doug RabsonNicolas Souchu1998-09-031-3/+43
* Convert the maxusers directive to a normal MAXUSERS option (normallyBruce Evans1998-07-121-41/+1
* MF22: more explanatory message from config on version mismatch detection.Jordan K. Hubbard1998-06-241-2/+5
* Add (mostly stub) alpha support. Incidentally, it doesn't build on stableDoug Rabson1998-06-091-1/+2
* Support PC-98 machine.KATO Takenori1998-05-021-1/+2
* Style & message change.Eivind Eklund1998-03-161-13/+10
* Style police service brought to you by: bdeEivind Eklund1998-02-191-6/+5
* Make '-n' the default, and introduce a new flag '-r' to get oldEivind Eklund1998-02-181-4/+12
* All our options are new-style now - enable the warning if unrecognizedEivind Eklund1998-02-091-3/+1
* Allow for a keyword in the "files" file named "mandatory". The firstJoerg Wunsch1997-10-281-5/+18
* Recognize a %VERSREQ=nnnnn string in the system Makefile. Both config(8)Peter Wemm1997-10-221-2/+11
* Use err(3), add usage(). -Wall clean.Philippe Charnier1997-09-151-17/+37
* Part #2 of the config cleanup. More aggressive, replaced an NIHJoerg Wunsch1996-12-141-0/+3
* Round #1 of cleaning up the config(8) mess. This is only the moreJoerg Wunsch1996-12-141-4/+4
* Moved nonstandard compiler profiling options out of config. Just printBruce Evans1996-12-131-6/+4
* Backout yacc changes.Poul-Henning Kamp1996-06-021-1/+1
* yacc rule changes.Poul-Henning Kamp1996-05-301-1/+1
* Make a little more effort to avoid touching certain generated files ifPeter Wemm1996-01-121-2/+3
* Changed the default/min/max number of users to 8/2/512 for all machineDavid Greenman1995-12-291-8/+8
* Implemented non-statistical kernel profiling. This is based onBruce Evans1995-12-291-2/+6
* Implement support for conf/options and i386/conf/options.i386Peter Wemm1995-12-111-5/+25
* Added support for a %SFILES token to auto-generate a SFILES= file list inDavid Greenman1995-10-291-0/+27
* Don't pre-processor define 'ident'. This has subtle consequences for peopleDavid Greenman1995-10-231-1/+1
* Killed TIMEZONE, DST, and HZ keywords. They have generated a config errorDavid Greenman1995-06-291-2/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-5/+5
* Fix 3 printf's that had the wrong number of arguments.Rodney W. Grimes1995-05-141-3/+3
* Implement "clean" entries for device config entries.Justin T. Gibbs1995-03-011-20/+35
* Allow config to fully handle the aic7770 driver dependancies.Justin T. Gibbs1994-12-311-3/+67