| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r274924, r274936: | ian | 2014-12-27 | 1 | -0/+5 |
* | MFC r263429 | asomers | 2014-04-10 | 1 | -1/+11 |
* | Make the internal assertion correct--only fail when '\0' is found in | wkoszek | 2013-05-01 | 1 | -10/+4 |
* | Loosen restrictions for quoted strings. Now we can use more complex strings | jkim | 2013-03-26 | 1 | -2/+10 |
* | Fix world after byacc import: | bapt | 2012-05-22 | 1 | -0/+1 |
* | Replace index() and rindex() calls with strchr() and strrchr(). | ed | 2012-01-03 | 1 | -1/+1 |
* | Improve portability of config(8). | ed | 2011-07-03 | 1 | -4/+5 |
* | Remove support for creating the 'machine' symlink as well as creating the | jhb | 2010-10-29 | 1 | -27/+0 |
* | Enhance config to handle MACHINEs with multiple architectures: | nwhitehorn | 2010-07-13 | 1 | -9/+20 |
* | sparc64, and possibly other architectures, pads the length of the | imp | 2010-05-01 | 1 | -7/+11 |
* | Move checking the version up from Makefile generation to just after | imp | 2010-04-27 | 1 | -0/+40 |
* | - Handle calloc() allocation failures. | ru | 2010-03-30 | 1 | -9/+11 |
* | Move the comment to it's correct place. | wkoszek | 2009-02-07 | 1 | -5/+5 |
* | Remove leftover of alpha support for config(8)--we have MAP_FAILED | wkoszek | 2009-02-07 | 1 | -3/+0 |
* | Make config -x <kernel> only return non-zero characters, | wkoszek | 2009-02-06 | 1 | -2/+13 |
* | Fix a bug introduced by DEFAULTS feature. When the config file | imp | 2008-04-10 | 1 | -0/+2 |
* | Honour the logical current working directory ($PWD) when using config's | emaste | 2008-01-08 | 1 | -0/+18 |
* | Fix some problems that affect multiple file inclusion. Bruce found | imp | 2007-05-17 | 1 | -9/+8 |
* | This is loser's commit message: | wkoszek | 2007-05-12 | 1 | -1/+12 |
* | Improve INCLUDE_CONFIG_FILE support. | wkoszek | 2007-05-12 | 1 | -46/+203 |
* | End my resistance to jmg's multiple hints files and bring in support | imp | 2006-10-24 | 1 | -0/+1 |
* | Use calloc() instead of zeroing the memory our own. | delphij | 2006-06-07 | 1 | -2/+1 |
* | - Change the exit message from "make cleandepend; make depend" to | flz | 2006-01-14 | 1 | -1/+1 |
* | Clean up most of the "XXX"-tagged items: | ru | 2005-12-30 | 1 | -0/+15 |
* | Style: use S_ISDIR() (submitted by bde@) and eq() where appropriate. | ru | 2005-11-30 | 1 | -4/+3 |
* | The DEFAULTS changes caused the user specified config file to be opened | peter | 2005-11-29 | 1 | -0/+5 |
* | Optionally include a DEFAULTS config file if it is present in the current | jhb | 2005-10-27 | 1 | -3/+10 |
* | Put rev. 1.65 into usage(). | obrien | 2005-08-11 | 1 | -1/+1 |
* | Add an option to tell what version of config(8) this is. | obrien | 2005-08-10 | 1 | -1/+5 |
* | Ask that "make cleandepend" be run before "make depend", now that | ru | 2005-04-22 | 1 | -1/+1 |
* | Allow one to specify a second parameter to the machine line. This | imp | 2005-04-01 | 1 | -0/+14 |
* | style(9) nits | imp | 2005-03-30 | 1 | -2/+3 |
* | Unstaticize config. It was being optimized away. | des | 2005-03-27 | 1 | -1/+1 |
* | Per letter dated July 22, 1999, delete clause 3 from code directly | imp | 2004-08-07 | 1 | -4/+0 |
* | Add a new "files" directive, which allows to include a files.foo file directly | cognet | 2004-05-09 | 1 | -0/+2 |
* | Check the return values of opendir() and unlink() in cleanheaders(). | tmm | 2003-06-12 | 1 | -2/+4 |
* | Convert to using <sys/queue.h> macros. | ru | 2003-02-15 | 1 | -2/+3 |
* | We don't need to hit the user over the head so strong now that we've | obrien | 2002-07-06 | 1 | -1/+0 |
* | 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 |