| Commit message (Expand) | Author | Age | Files | Lines |
* | crunchgen: Permit use of alternative linkers. | pfg | 2013-02-05 | 1 | -1/+2 |
* | crunch: Sync some NetBSD changes | pfg | 2013-02-02 | 1 | -2/+3 |
* | crunch: Sync some NetBSD changes. | pfg | 2013-02-02 | 1 | -17/+17 |
* | Some amount of style(9) | obrien | 2012-06-27 | 2 | -41/+77 |
* | Ensure crunchen uses the same make binary as the rest of the build. | obrien | 2012-06-25 | 1 | -5/+11 |
* | mdoc: drop redundant .Pp and .LP calls | uqs | 2010-10-08 | 1 | -2/+0 |
* | mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the | uqs | 2010-05-13 | 1 | -16/+16 |
* | Run with -B and just .POSIX. | obrien | 2009-01-31 | 1 | -2/+2 |
* | Set .POSIX mode, along with disable parallel mode. Crunchgen parses the | obrien | 2009-01-13 | 1 | -3/+4 |
* | Include <stdlib.h> for the right prototype for exit(3). | yar | 2007-10-27 | 1 | -0/+1 |
* | Set the program name if the crunched program is selected through | yar | 2007-10-27 | 1 | -0/+5 |
* | Back out half of my previous change to support parallel makes. | jb | 2006-11-27 | 1 | -0/+2 |
* | Fix another parallel make problem with the generated make file. | jb | 2006-11-24 | 1 | -9/+11 |
* | Add the SUBMAKE_TARGETS (like ppp_make) to the dependency list | jb | 2006-11-22 | 1 | -1/+1 |
* | Markup fixes. | ru | 2006-09-29 | 1 | -2/+3 |
* | Bump .Dd before I get told off. | ceri | 2005-12-23 | 1 | -1/+1 |
* | Commands like gmirror, graid3, ... and others which use dlopen() to load | ceri | 2005-12-23 | 2 | -4/+95 |
* | In crunchgen(1), when calling make(1), don't redirect stderr to stdout, | ru | 2005-01-20 | 1 | -1/+1 |
* | Fix a 4.X -> 5.X upgrade problem: crunchgen used to emit a line 'MAKE=make' | harti | 2004-08-09 | 1 | -7/+7 |
* | The second chdir(1) that I trimmed is needed too | ru | 2003-04-23 | 1 | -2/+3 |
* | chdir(1) into a source directory before attempting to determine the | ru | 2003-04-22 | 1 | -1/+2 |
* | Apply the envp fix to the other call to main() as well. | gshapiro | 2002-08-09 | 1 | -2/+2 |
* | Pass envp to crunched program's main() routines as some depend on it. | gshapiro | 2002-08-04 | 1 | -2/+4 |
* | mdoc(7) police: markup nit. | ru | 2002-05-30 | 1 | -1/+1 |
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -6/+12 |
* | Add a "special progname lib xxx ..." command to crunchgen | luigi | 2002-03-30 | 2 | -2/+23 |
* | Make source crunches work as well as object crunches; broken in the | joe | 2001-08-17 | 1 | -1/+1 |
* | Make crunchgen crunch pre-built object files again, i.e.: | joe | 2001-08-15 | 1 | -10/+10 |
* | mdoc(7) police: s/BSD/.Bx/ where appropriate. | ru | 2001-08-14 | 1 | -2/+6 |
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -2/+2 |
* | Remove GCC'isms in CFLAGS. | obrien | 2001-07-20 | 1 | -1/+1 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | Use 'LIBS+= ...' instead of 'LIBS= ...' in the generated makefile | joe | 2001-06-20 | 1 | -1/+1 |
* | Document ``special <progname> ident <identifier>'' command. | ru | 2001-04-04 | 1 | -0/+17 |
* | - Call `subclean' after `clean' for each program. | ru | 2001-04-04 | 1 | -2/+2 |
* | `buildopts' may affect the selection of object files. | ru | 2001-03-30 | 1 | -1/+1 |
* | Liberal application of style(9). | joe | 2001-01-10 | 1 | -665/+758 |
* | Flag an error and remove the program from the list if there is | joe | 2001-01-10 | 1 | -1/+4 |
* | Clean up the source directory finding code, and in the process fix a | joe | 2000-12-24 | 1 | -16/+24 |
* | Use one of the TMPDIR env variable or _PATH_TMP instead of hardcoding | joe | 2000-12-17 | 1 | -1/+3 |
* | Avoid potential problems with the existance of a shadow obj directory | joe | 2000-12-17 | 1 | -1/+1 |
* | Clarify an ambiguous 'else' introduced by a recent commit. | joe | 2000-12-17 | 1 | -2/+2 |
* | o check strdup() return values | joe | 2000-12-17 | 1 | -23/+30 |
* | Hopefully the last patch in a series to try and teach crunchgen to | joe | 2000-12-17 | 1 | -38/+62 |
* | mdoc(7) police: fixed errors from the previous revision, keep | ru | 2000-12-01 | 1 | -17/+21 |
* | Make crunchgen aware of obj directories. Formerly it had | luigi | 2000-11-30 | 2 | -31/+59 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -3/+3 |
* | mdoc(7) police: use certified section headers wherever possible. | ru | 2000-11-17 | 1 | -1/+1 |
* | mdoc(7)ify. | ru | 2000-11-16 | 1 | -114/+181 |
* | Add and document a new configuration command: buildopts. | joe | 2000-11-15 | 2 | -3/+28 |