aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/crunch/crunchgen
Commit message (Expand)AuthorAgeFilesLines
* Run with -B and just .POSIX.David E. O'Brien2009-01-311-2/+2
* Set .POSIX mode, along with disable parallel mode. Crunchgen parses theDavid E. O'Brien2009-01-131-3/+4
* Include <stdlib.h> for the right prototype for exit(3).Yaroslav Tykhiy2007-10-271-0/+1
* Set the program name if the crunched program is selected throughYaroslav Tykhiy2007-10-271-0/+5
* Back out half of my previous change to support parallel makes.John Birrell2006-11-271-0/+2
* Fix another parallel make problem with the generated make file.John Birrell2006-11-241-9/+11
* Add the SUBMAKE_TARGETS (like ppp_make) to the dependency listJohn Birrell2006-11-221-1/+1
* Markup fixes.Ruslan Ermilov2006-09-291-2/+3
* Bump .Dd before I get told off.Ceri Davies2005-12-231-1/+1
* Commands like gmirror, graid3, ... and others which use dlopen() to loadCeri Davies2005-12-232-4/+95
* In crunchgen(1), when calling make(1), don't redirect stderr to stdout,Ruslan Ermilov2005-01-201-1/+1
* Fix a 4.X -> 5.X upgrade problem: crunchgen used to emit a line 'MAKE=make'Hartmut Brandt2004-08-091-7/+7
* The second chdir(1) that I trimmed is needed tooRuslan Ermilov2003-04-231-2/+3
* chdir(1) into a source directory before attempting to determine theRuslan Ermilov2003-04-221-1/+2
* Apply the envp fix to the other call to main() as well.Gregory Neil Shapiro2002-08-091-2/+2
* Pass envp to crunched program's main() routines as some depend on it.Gregory Neil Shapiro2002-08-041-2/+4
* mdoc(7) police: markup nit.Ruslan Ermilov2002-05-301-1/+1
* Use `The .Nm utility'Philippe Charnier2002-04-201-6/+12
* Add a "special progname lib xxx ..." command to crunchgenLuigi Rizzo2002-03-302-2/+23
* Make source crunches work as well as object crunches; broken in theJosef Karthauser2001-08-171-1/+1
* Make crunchgen crunch pre-built object files again, i.e.:Josef Karthauser2001-08-151-10/+10
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-2/+6
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-2/+2
* Remove GCC'isms in CFLAGS.David E. O'Brien2001-07-201-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Use 'LIBS+= ...' instead of 'LIBS= ...' in the generated makefileJosef Karthauser2001-06-201-1/+1
* Document ``special <progname> ident <identifier>'' command.Ruslan Ermilov2001-04-041-0/+17
* - Call `subclean' after `clean' for each program.Ruslan Ermilov2001-04-041-2/+2
* `buildopts' may affect the selection of object files.Ruslan Ermilov2001-03-301-1/+1
* Liberal application of style(9).Josef Karthauser2001-01-101-610/+703
* Flag an error and remove the program from the list if there isJosef Karthauser2001-01-101-1/+4
* Clean up the source directory finding code, and in the process fix aJosef Karthauser2000-12-241-16/+24
* Use one of the TMPDIR env variable or _PATH_TMP instead of hardcodingJosef Karthauser2000-12-171-1/+3
* Avoid potential problems with the existance of a shadow obj directoryJosef Karthauser2000-12-171-1/+1
* Clarify an ambiguous 'else' introduced by a recent commit.Josef Karthauser2000-12-171-2/+2
* o check strdup() return valuesJosef Karthauser2000-12-171-23/+30
* Hopefully the last patch in a series to try and teach crunchgen toJosef Karthauser2000-12-171-38/+62
* mdoc(7) police: fixed errors from the previous revision, keepRuslan Ermilov2000-12-011-17/+21
* Make crunchgen aware of obj directories. Formerly it hadLuigi Rizzo2000-11-302-31/+59
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-3/+3
* mdoc(7) police: use certified section headers wherever possible.Ruslan Ermilov2000-11-171-1/+1
* mdoc(7)ify.Ruslan Ermilov2000-11-161-114/+181
* Add and document a new configuration command: buildopts.Josef Karthauser2000-11-152-3/+28
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-26/+17
* Define a new special type: buildopts.Josef Karthauser2000-11-102-2/+30
* Since the 'when built' phrase is talking about the 'source file' weSteve Price2000-11-091-1/+1
* Cause prog_make targets to include a ``make obj'' rule if the -o flagJosef Karthauser2000-11-032-6/+13
* A missing feature of crunchgen was the ability to supply make options onJosef Karthauser2000-11-031-3/+7
* Add the description of some hard-learnt restrictions and a workaround.Greg Lehey2000-08-281-1/+22
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2