| Commit message (Expand) | Author | Age | Files | Lines |
* | Some amount of style(9) | obrien | 2012-06-27 | 3 | -53/+94 |
* | Ensure crunchen uses the same make binary as the rest of the build. | obrien | 2012-06-25 | 1 | -5/+11 |
* | Remove variables which are initialized but never used thereafter reported by ... | eadler | 2012-06-19 | 1 | -2/+1 |
* | Fix crunchide on MIPS with other than the O32 ABI. | jmallett | 2012-03-13 | 1 | -1/+2 |
* | mdoc: drop redundant .Pp and .LP calls | uqs | 2010-10-08 | 1 | -2/+0 |
* | It turns out that TARGET_CPUARCH doesn't buy us much here, if anything, but | imp | 2010-09-13 | 1 | -11/+2 |
* | Use TARGET_CPUARCH instead of TARGET_ARCH here. Define TARGET_CPUARCH | imp | 2010-09-13 | 1 | -2/+11 |
* | Fix crunchide to work on sparc64 and perhaps other 64 bit platforms. | adrian | 2010-08-12 | 1 | -1/+6 |
* | Port over changes to the crunch symbol hiding method from NetBSD. | adrian | 2010-08-10 | 1 | -134/+88 |
* | Teach crunchide(1) about PPC ELF64. | nwhitehorn | 2010-07-10 | 2 | -1/+5 |
* | mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the | uqs | 2010-05-13 | 1 | -16/+16 |
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
* | Remove extra space introduced by the previous commit. | trasz | 2009-12-29 | 1 | -1/+1 |
* | Remove pppd and SLIP-related stuff. | trasz | 2009-12-29 | 1 | -2/+2 |
* | 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 |
* | Introduce crunchide to the ELF e_machine MIPS values. | obrien | 2008-09-03 | 1 | -0/+8 |
* | Cleanup of userland __P use | kevlo | 2007-11-07 | 1 | -1/+1 |
* | 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 |
* | Use sizeof() for calculating the buffer size instead of hard-coded values. | kevlo | 2007-03-06 | 1 | -1/+1 |
* | 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 |
* | Remove reference to mount_fdescfs. | rodrigc | 2006-11-22 | 1 | -2/+2 |
* | Markup fixes. | ru | 2006-09-29 | 1 | -2/+3 |
* | Push removal of mrouted down to the rest of the tree. | bms | 2006-09-29 | 1 | -1/+1 |
* | Remove alpha left-overs. | ru | 2006-08-22 | 1 | -1/+1 |
* | 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 |
* | Make our ELF64 type definitions match standards. In particular this | marcel | 2005-12-18 | 1 | -4/+4 |
* | In crunchgen(1), when calling make(1), don't redirect stderr to stdout, | ru | 2005-01-20 | 1 | -1/+1 |
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 1 | -1/+1 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 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 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -4/+10 |
* | Adjust the system endian and a.out headers to be more MI and cross-building | obrien | 2004-06-22 | 1 | -0/+1 |
* | Tell crunchide to deal with arm elf binaries as well. | cognet | 2004-06-06 | 1 | -0/+4 |
* | Include <netinet/in.h> for ntoh*() and hton*() prototypes. | stefanf | 2004-05-24 | 1 | -0/+1 |
* | Fix a bug that caused i386 to produce broken binaries for big-endian | ru | 2003-08-08 | 1 | -16/+16 |
* | Teach crunchide(1) about PowerPC ELF. | obrien | 2003-07-22 | 1 | -0/+4 |
* | Add AMD64 support. | peter | 2003-06-03 | 2 | -1/+5 |
* | 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 |
* | Back out the totally unapproved backout of my commits. | obrien | 2003-03-29 | 2 | -58/+1 |
* | Complete the endianness support -- sparc64 can now do i386. | ru | 2003-03-13 | 1 | -16/+10 |
* | Part 1/3 of unbreaking cross releases: | ru | 2003-01-29 | 2 | -1/+58 |
* | Use <sys/endian.h> rather than a private verison. | obrien | 2002-12-30 | 2 | -60/+2 |
* | Bootstrapping aid for 4.0-RELEASE. | ru | 2002-11-13 | 1 | -0/+6 |
* | Put author name under .An/Aq. | charnier | 2002-10-16 | 1 | -1/+2 |