| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a hint about -DNO_WERROR | peter | 2002-02-25 | 1 | -0/+1 |
* | Remove the old machine symlink first. | peter | 2001-07-14 | 1 | -3/+2 |
* | Introduce an "include" directive. It takes one argument, a filename | dd | 2001-07-12 | 1 | -0/+1 |
* | Move kernel compile directory from sys/compile/FOO to | imp | 2001-06-30 | 1 | -3/+2 |
* | Move the 'dont forget "make depend"' to be the last thing that people see, | peter | 2001-02-23 | 1 | -0/+1 |
* | ${BDECFLAGS} work. And fix a real error in the process. A "MAXUSERS" | peter | 2001-02-19 | 1 | -5/+4 |
* | Remove the need to list each and every cpu platform. Config will now | peter | 2001-02-04 | 1 | -10/+1 |
* | Redo the stray header file cleanup code to not depend on timestamps | peter | 2001-01-31 | 1 | -27/+44 |
* | AARGH! This does not mix too well with the -o noatime mount option. | peter | 2001-01-29 | 1 | -1/+6 |
* | I confess. This is a truely nasty hack. I am so ashamed! | peter | 2001-01-29 | 1 | -0/+57 |
* | Add support for configuring PowerPC kernels. | benno | 2001-01-22 | 1 | -0/+1 |
* | Clean up some obsolete stuff. config -r has not been needed since around | peter | 2001-01-22 | 1 | -27/+3 |
* | Try and stop config(8) from freaking out due to unnecessary paranoia | peter | 2001-01-04 | 1 | -13/+2 |
* | Fix buffer overflows in filenames. If you had a path > 80 characters | imp | 2000-11-21 | 1 | -11/+9 |
* | Add ia64 support. | dfr | 2000-09-29 | 1 | -0/+1 |
* | Borrow phk's axe and apply the next stage of config(8)'s evolution. | peter | 2000-06-13 | 1 | -22/+16 |
* | A checkpoint of a part of a work-in-progress. Some more cleanups for | peter | 2000-06-10 | 1 | -3/+0 |
* | Add option "-d destdir" which instructs config to use another output | marcel | 1999-10-30 | 1 | -11/+59 |
* | Further cleanup. Also remove the following unused or defunct tokens: | peter | 1999-10-10 | 1 | -27/+18 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Put on my viking helmet from the closet, and get out the war axe and | peter | 1999-05-09 | 1 | -26/+1 |
* | config(8) lobotomy, please see commit msg in sys. | phk | 1999-05-09 | 1 | -4/+24 |
* | More cleanups, tweaks and features. | peter | 1999-04-24 | 1 | -2/+2 |
* | Further cleanups. i386_ioconf.c and alpha_ioconf.c were essentially the | peter | 1999-04-18 | 1 | -8/+7 |
* | Get out the blow torch and hack away all the unused stuff. Note that | peter | 1999-04-17 | 1 | -31/+8 |
* | Back out default debug kernel. The flags revert to historical behaviour. | grog | 1999-04-11 | 1 | -18/+4 |
* | add -s to usage | ache | 1999-04-10 | 1 | -2/+2 |
* | 1. Modify config to issue different code for debugging. | grog | 1999-04-07 | 1 | -3/+17 |
* | Eliminate compiler warning when compiling "config.c" in a kernel. | archie | 1998-12-10 | 1 | -2/+2 |
* | Add (mostly stub) alpha support. Incidentally, it doesn't build on stable | dfr | 1998-06-09 | 1 | -1/+8 |
* | Support PC-98 machine. | kato | 1998-05-02 | 1 | -1/+2 |
* | Don't generate code with syntax errors (hard newlines in string constants | bde | 1998-04-23 | 1 | -5/+5 |
* | Add message when using obsolete command line option. | eivind | 1998-03-16 | 1 | -1/+3 |
* | Re-introduce '-n' - now a no-op for backwards compatibility only. | eivind | 1998-02-19 | 1 | -2/+5 |
* | Make '-n' the default, and introduce a new flag '-r' to get old | eivind | 1998-02-18 | 1 | -13/+9 |
* | Fix incorrect format string detected by "-Wformat". | jdp | 1997-11-18 | 1 | -2/+2 |
* | Use err(3), add usage(). -Wall clean. | charnier | 1997-09-15 | 1 | -33/+34 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-31 | 1 | -1/+1 |
* | Sweep through the tree fixing mmap() usage: | alex | 1997-01-16 | 1 | -4/+4 |
* | Tidy up the generated config.c file. Use #include "opt_config.h", comment | peter | 1996-12-26 | 1 | -2/+4 |
* | Bring back the `config file in the kernel' feature from the 1.x days. This | jkh | 1996-06-08 | 1 | -0/+38 |
* | Backout yacc changes. | phk | 1996-06-02 | 1 | -1/+1 |
* | yacc rule changes. | phk | 1996-05-30 | 1 | -1/+1 |
* | Make a little more effort to avoid touching certain generated files if | peter | 1996-01-12 | 1 | -0/+65 |
* | Implement support for conf/options and i386/conf/options.i386 | peter | 1995-12-11 | 1 | -0/+5 |
* | If CONFIG_NO_CLOBBER_EVER is defined (e.g., in /etc/make.conf), don't make | wollman | 1995-11-28 | 1 | -0/+2 |
* | Change the perennially annoying reminder to "make depend" (which may or | jkh | 1995-05-03 | 1 | -1/+1 |
* | Make good on my promise to finally clean up the config clobbering. | jkh | 1995-02-22 | 1 | -10/+18 |
* | Add new keywords to config. The options availible in file.i386 are now: | gibbs | 1994-11-17 | 1 | -2/+24 |
* | Undo the damage done to my previous changes. Whoever added the | jkh | 1994-09-08 | 1 | -2/+2 |