Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-20 | Missing $OpenBSD$'s. | Kenneth R Westerback | |
ok deraadt@ | |||
2013-10-18 | bye bye rdsetroot; ok miod | Theo de Raadt | |
2011-07-08 | Allow the elf rdsetroot operation to function on 32 bit and 64 bit binaries. | Dale Rahn | |
Enables developers to build arm ramdisk kernels on amd64 archs OK deraadt@ 'looked fine' miod@ | |||
2009-04-17 | further steps towards unification | Theo de Raadt | |
2008-12-09 | unify these two versions further (one day we should merge them into | Theo de Raadt | |
one, and then merge them in crunchgen as a special option) tested on a lot of machines | |||
2008-12-02 | permit passing in the filesystem (a file) as an argument | Theo de Raadt | |
2008-12-02 | Allow the kernelfile to be read-only when doing extraction. | Paul de Weerd | |
'Sure' deraadt@ | |||
2008-12-02 | convert -DDEBUG to a -d option | Theo de Raadt | |
2008-12-02 | no need to close() before exit() | Theo de Raadt | |
2008-12-02 | let it compile, let it compile, let it compile... | Theo de Raadt | |
2008-12-02 | Do not write warnings, errors or debug messages to stdout; it breaks | Paul de Weerd | |
filesystem extraction (-x) with debug binaries. Found with Nick Bender at OpenCON. 'Go for it' deraadt@ | |||
2008-12-02 | eliminate gratuitous differences | Theo de Raadt | |
2008-12-02 | no , at end of array | Theo de Raadt | |
2008-09-02 | If the image size is known to be too big, print out the sizes. | Dale Rahn | |
ok deraadt@ miod@ | |||
2007-08-02 | In case the image size is too large, warn and exit instead of | Ray Lai | |
truncating. Initial diff from Rainer Giedat <rainer at staatssicherheit dot com>. OK millert and deraadt. | |||
2006-10-11 | use SEEK_SET; chl@tuxfamily.org | Theo de Raadt | |
2005-01-14 | code cleanup; ok grange | Theo de Raadt | |
2005-01-14 | Allows for VA!=PA addresses in the kernel. ok deraadt@ | Dale Rahn | |
2005-01-14 | missing newline | Theo de Raadt | |
2005-01-14 | Use __LP64__ instead of listing all 64bit arches. | Alexander Yurchenko | |
ok deraadt@ pvalchev@ miod@ | |||
2004-09-16 | mips64 is ELFSIZE 64. ok deraadt@ | Per Fogelstrom | |
2004-02-04 | hand craft elf size for amd64 | Michael Shalayeff | |
2003-10-27 | Add -x flag to extract the ramdisk filesystem from bsd.rd; OK deraadt@ | Todd C. Miller | |
2002-09-14 | Properly print out rd_root_size when running elfrdsetroot. ok art@ | Dale Rahn | |
2001-09-18 | sparc64 is 64 bit too | Jason Wright | |
2001-09-18 | copy the alpha/elfrdsetroot to common (for more general use: macppc, ↵ | Jason Wright | |
sparc64, etc) | |||
2001-05-11 | proto | Theo de Raadt | |
2001-05-11 | more cleaning | Theo de Raadt | |
2001-05-11 | -1 -> MAP_FAILED | Artur Grabowski | |
1997-11-26 | msync() has 3 args | Theo de Raadt | |
1997-05-16 | put an ugly ifdef around the kludge I needed for NMAGIC | Niklas Hallqvist | |
1997-05-16 | Add kludge to move around what seems to be a bug in ld(1) when | Niklas Hallqvist | |
creating NMAGIC files. However in this case it is bad to correct ld as that will break compatibility with other tools that assume the "incorrect" output | |||
1997-04-20 | Move hp300 rdsetroot.c to top level common directory, the one copy should | Jason Downs | |
be used by all ports. |