Age | Commit message (Expand) | Author |
2012-06-22 | Improve error messages when removing/recreating symlinks in the build dir | Philip Guenthe |
2011-10-02 | Fix some minor things in config(8): | Edd Barrett |
2011-10-02 | When using `config -e`: | Edd Barrett |
2011-07-16 | remove unused variable | Charles Longeau |
2011-06-26 | remove mcd example here too | Ted Unangst |
2011-06-01 | Kill the nearly-15-years-dead cf_ivstubs field from struct cfdata. | Matthew Dempsky |
2011-04-15 | stop talking about make depend; ok guenther | Theo de Raadt |
2011-04-15 | do not need the run "make depend" reminder anymore | Theo de Raadt |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2010-06-02 | fix potential use of uninitialized value, and remove unused variables. | Charles Longeau |
2010-05-31 | Do not add the swap*.c to the CFILES as a dependency. The rest of the | Theo de Raadt |
2010-05-24 | automatically generate the _arch= and _mach= lines at the top of the kernel | Theo de Raadt |
2009-12-10 | Now that the old SysV SHM size limits global variables are gone, remove | Mark Kettenis |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-19 | Correct a target name so that we don't rebuild vers.o (and then | Philip Guenthe |
2009-06-03 | change "cachepct" to "bufcachepercent" so it is the same | Bob Beck |
2009-03-23 | correct example; from Sebastian Rother | Jason McIntyre |
2009-01-19 | Do not forget to adjust offsets for the beginning of the data area for non | Miod Vallat |
2008-11-22 | Make enable selected by attribute work. | Mats O Jansson |
2008-10-03 | correct comment; a part of PR4184 | Theo de Raadt |
2008-08-14 | simplify S definition to just srcdir, since it appears there's no special | Marc Espie |
2008-08-12 | basic bounds check on elf header info. avoid crashes on i.e.e truncated | Otto Moerbeek |
2008-04-19 | remove build warnings: | Charles Longeau |
2008-03-24 | Make it possible to disable/enable pseudo devices in UKC, config file and | Mats O Jansson |
2008-03-23 | Done mark a disable of a disabled device as an change (and same with enable). | Mats O Jansson |
2008-03-22 | spaces found reading that diff | Theo de Raadt |
2008-03-22 | put in explicit suffix rules, they're needed anyways since $< is only used | Marc Espie |
2008-03-08 | avoid request for input if lines are set to zero | Simon Bertrang |
2007-11-27 | add missing header for errx. | Charles Longeau |
2007-11-26 | Let multiple variables in the same filename expand | Theo de Raadt |
2007-11-26 | Put the converted filename into the makefiles, so that we can later support | Theo de Raadt |
2007-11-26 | discard still-born support for .o files in the "file" command.. | Theo de Raadt |
2007-11-25 | correct pathname variable matching, and also support ${MACHINE} | Theo de Raadt |
2007-11-25 | Extend the "file" directive to accept multiple pathnames seperated by '|'. | Theo de Raadt |
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade |
2007-06-28 | Add check for nlist failure to prevent a segfault. | Ray Lai |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-03-20 | document the args to the "timezone" command; | Jason McIntyre |
2007-03-20 | various text improvements to make this page read better. also add in | Jason McIntyre |
2007-03-20 | make synopsis/usage() a little nicer; | Jason McIntyre |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
2006-12-06 | Don't access buf[strlen(buf) - 1] for zero-length strings. | Ray Lai |
2006-10-30 | Now that we have smarter lex and yacc rules, remove redundant lines | Otto Moerbeek |
2006-05-06 | lint can't do assembly files, put them directly in OBJS. | Marc Espie |
2006-04-27 | lint(1) support in config: | Marc Espie |
2006-04-08 | Whack some obviously dead code (double return's, code after goto). | Kenneth R Westerback |
2006-03-23 | reword; ok otto | Jason McIntyre |
2006-03-17 | Add BUGS section documenting included files should start with a | Otto Moerbeek |
2006-03-10 | Avoid printing the whole file in the error message on missing trailing " | Otto Moerbeek |
2005-12-22 | `option', not `options'; | Jason McIntyre |