aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/crunch
Commit message (Expand)AuthorAgeFilesLines
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-2/+0
* It turns out that TARGET_CPUARCH doesn't buy us much here, if anything, butWarner Losh2010-09-131-11/+2
* Use TARGET_CPUARCH instead of TARGET_ARCH here. Define TARGET_CPUARCHWarner Losh2010-09-131-2/+11
* Fix crunchide to work on sparc64 and perhaps other 64 bit platforms.Adrian Chadd2010-08-121-1/+6
* Port over changes to the crunch symbol hiding method from NetBSD.Adrian Chadd2010-08-101-134/+88
* Teach crunchide(1) about PPC ELF64.Nathan Whitehorn2010-07-102-1/+5
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theUlrich Spörlein2010-05-131-16/+16
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Remove extra space introduced by the previous commit.Edward Tomasz Napierala2009-12-291-1/+1
* Remove pppd and SLIP-related stuff.Edward Tomasz Napierala2009-12-291-2/+2
* 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
* Introduce crunchide to the ELF e_machine MIPS values.David E. O'Brien2008-09-031-0/+8
* Cleanup of userland __P useKevin Lo2007-11-071-1/+1
* 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
* Use sizeof() for calculating the buffer size instead of hard-coded values.Kevin Lo2007-03-061-1/+1
* 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
* Remove reference to mount_fdescfs.Craig Rodrigues2006-11-221-2/+2
* Markup fixes.Ruslan Ermilov2006-09-291-2/+3
* Push removal of mrouted down to the rest of the tree.Bruce M Simpson2006-09-291-1/+1
* Remove alpha left-overs.Ruslan Ermilov2006-08-221-1/+1
* 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
* Make our ELF64 type definitions match standards. In particular thisMarcel Moolenaar2005-12-181-4/+4
* In crunchgen(1), when calling make(1), don't redirect stderr to stdout,Ruslan Ermilov2005-01-201-1/+1
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Fix a 4.X -> 5.X upgrade problem: crunchgen used to emit a line 'MAKE=make'Hartmut Brandt2004-08-091-7/+7
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-4/+10
* Adjust the system endian and a.out headers to be more MI and cross-buildingDavid E. O'Brien2004-06-221-0/+1
* Tell crunchide to deal with arm elf binaries as well.Olivier Houchard2004-06-061-0/+4
* Include <netinet/in.h> for ntoh*() and hton*() prototypes.Stefan Farfeleder2004-05-241-0/+1
* Fix a bug that caused i386 to produce broken binaries for big-endianRuslan Ermilov2003-08-081-16/+16
* Teach crunchide(1) about PowerPC ELF.David E. O'Brien2003-07-221-0/+4
* Add AMD64 support.Peter Wemm2003-06-032-1/+5
* 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
* Back out the totally unapproved backout of my commits.David E. O'Brien2003-03-292-58/+1
* Complete the endianness support -- sparc64 can now do i386.Ruslan Ermilov2003-03-131-16/+10
* Part 1/3 of unbreaking cross releases:Ruslan Ermilov2003-01-292-1/+58
* Use <sys/endian.h> rather than a private verison.David E. O'Brien2002-12-302-60/+2
* Bootstrapping aid for 4.0-RELEASE.Ruslan Ermilov2002-11-131-0/+6
* Put author name under .An/Aq.Philippe Charnier2002-10-161-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
* Get all the fruit from makefile.Ruslan Ermilov2002-05-253-30/+13