| Commit message (Expand) | Author | Age | Files | Lines |
* | Add code to let 32bit code *printf() {u,}int64_t values. |  miod | 2004-09-22 | 1 | -2/+61 |
* | Fix buffer writing in cd9660 code, written by Tom and myself, examined by toby |  drahn | 2004-07-09 | 1 | -14/+19 |
* | Change of variable name from read to nread, to reduce difference |  tom | 2004-06-22 | 1 | -18/+18 |
* | remove terms 3 & 4 for drochner@NetBSD.org; as seen on netbsd lists |  deraadt | 2004-04-02 | 3 | -21/+3 |
* | Enter pxeboot, derived from the NetBSD implementation. Initially |  tom | 2004-03-19 | 2 | -0/+554 |
* | Allow /boot to load read-only data segments in ELF kernels. |  tom | 2004-02-10 | 1 | -3/+3 |
* | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros |  espie | 2004-01-03 | 4 | -8/+8 |
* | rename struct dinode to ufs1_dinode. clears the namespace and makes |  tedu | 2003-08-25 | 1 | -4/+4 |
* | load file in one pass avoiding seeking the headers back and forth; miod@ testing & ok (two months ago and then i forgot ;) |  mickey | 2003-08-11 | 1 | -29/+38 |
* | ansification and knf and protos |  deraadt | 2003-08-11 | 50 | -960/+685 |
* | first ansi |  deraadt | 2003-08-08 | 3 | -17/+9 |
* | Add missing close() on EFTYPE error in exec(); from Patrick Latifi |  millert | 2003-08-04 | 1 | -1/+2 |
* | ansi |  deraadt | 2003-07-05 | 1 | -9/+6 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-04 | 1 | -6/+2 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 35 | -211/+71 |
* | three four kill ... |  mickey | 2003-06-02 | 7 | -42/+7 |
* | kill exec.new bit i had forgotten |  mickey | 2003-06-02 | 1 | -99/+0 |
* | strcpy/strcat/sprintf removal in all bootblocks. various testing by |  deraadt | 2003-06-01 | 38 | -262/+322 |
* | de-register; ok millert |  jason | 2003-05-20 | 1 | -5/+4 |
* | plug a memory leak |  mickey | 2003-05-07 | 1 | -3/+2 |
* | replaced by loadfile now |  mickey | 2003-04-17 | 4 | -621/+0 |
* | missing indent |  mickey | 2003-04-17 | 1 | -2/+2 |
* | do the same ufs does: collapse extra slashes. this allows loading files from the root of cd9660 in particular; millert@ ok |  mickey | 2003-04-15 | 1 | -1/+7 |
* | avoid uninitialized warnings from gcc; art@ ok |  mickey | 2002-11-11 | 1 | -6/+4 |
* | changing kernel load address does not work that well w/ elf, load it where it was linked |  mickey | 2002-07-09 | 1 | -5/+5 |
* | Delete directories created by cleandir to prevent permission problems |  hugh | 2002-04-29 | 1 | -1/+2 |
* | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things |  millert | 2002-03-15 | 3 | -42/+4 |
* | Final __P removal plus some cosmetic fixups |  millert | 2002-03-14 | 8 | -32/+31 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 22 | -232/+232 |
* | Add a strcmp() prototype, which will be needed shortly. |  miod | 2002-03-02 | 1 | -1/+2 |
* | Add MI loadfile support, from NetBSD |  drahn | 2001-06-23 | 4 | -2/+708 |
* | split symbol loading for a.out into a separate routine (tested on i386) |  mickey | 2000-05-30 | 4 | -63/+203 |
* | som is a md format |  mickey | 2000-01-06 | 1 | -2/+2 |
* | netinet/in.h without sys/socket.h |  deraadt | 1999-12-18 | 1 | -1/+2 |
* | Allow the twiddler to be disabled via a global. |  downsj | 1999-08-16 | 1 | -3/+7 |
* | place a bin-patcheable z_verbose here for -DDEBUG |  mickey | 1999-02-14 | 1 | -1/+5 |
* | fix a real bad bug, which consists of return value from |  mickey | 1999-01-25 | 1 | -4/+13 |
* | panic prints a newline for you, don't do it in the panic string |  millert | 1999-01-11 | 2 | -8/+7 |
* | If filesystem open routine returns ENOENT or ENOTDIR, set errno to that and return |  millert | 1998-09-11 | 1 | -1/+3 |
* | minor changes from zlib-1.1.3 gzio.c |  millert | 1998-09-08 | 1 | -8/+24 |
* | better .bss treatment |  mickey | 1998-08-27 | 1 | -4/+9 |
* | fix symtab loading problems |  mickey | 1998-08-27 | 1 | -10/+16 |
* | add strchr proto |  mickey | 1998-07-29 | 1 | -1/+2 |
* | some debug prints; one lseek fix |  mickey | 1998-07-29 | 1 | -13/+54 |
* | if() debug prints; correct handling sym-less files |  mickey | 1998-07-29 | 1 | -10/+13 |
* | align end of core to the int |  mickey | 1998-07-20 | 1 | -2/+2 |
* | there will be no exec_som |  mickey | 1998-07-17 | 1 | -86/+0 |
* | s/ecoff_filehdr/ecoff_exechdr/ |  mickey | 1998-07-14 | 1 | -2/+2 |
* | add HP SOM support |  mickey | 1998-07-14 | 1 | -0/+86 |
* | remove bogus comment |  mickey | 1998-07-14 | 1 | -2/+2 |