Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add code to let 32bit code *printf() {u,}int64_t values. | 2004-09-22 | 1 | -2/+61 | |
| | | | | | | | Only enabled if libsa is compiled with the adequate define, so as not to grow bootblocks which do not need this feature. ok deraadt@ | ||||
* | Fix buffer writing in cd9660 code, written by Tom and myself, examined by toby | 2004-07-09 | 1 | -14/+19 | |
| | | | | and tested in-tree for a while. | ||||
* | Change of variable name from read to nread, to reduce difference | 2004-06-22 | 1 | -18/+18 | |
| | | | | | | from NetBSD version. ok weingart@ | ||||
* | remove terms 3 & 4 for drochner@NetBSD.org; as seen on netbsd lists | 2004-04-02 | 3 | -21/+3 | |
| | |||||
* | Enter pxeboot, derived from the NetBSD implementation. Initially | 2004-03-19 | 2 | -0/+554 | |
| | | | | | | | | intended to support network installs using bsd.rd over TFTP. Thanks to the many who tested, including Diana Eichert. ok deraadt@ | ||||
* | Allow /boot to load read-only data segments in ELF kernels. | 2004-02-10 | 1 | -3/+3 | |
| | | | | | | Thanks to miod@ for testing on many archs. ok deraadt@. | ||||
* | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | 2004-01-03 | 4 | -8/+8 | |
| | | | | | | | to built-ins, so eventually we will have one version of these files. Special adjustments for the kernel to cope: machine/stdarg.h -> sys/stdarg.h and machine/ansi.h needs to have a _BSD_VA_LIST_ for syslog* prototypes. okay millert@, drahn@, miod@. | ||||
* | rename struct dinode to ufs1_dinode. clears the namespace and makes | 2003-08-25 | 1 | -4/+4 | |
| | | | | | way for some future work. no function changes yet. help testing otto@ and markus@ | ||||
* | load file in one pass avoiding seeking the headers back and forth; miod@ testing & ok (two months ago and then i forgot ;) | 2003-08-11 | 1 | -29/+38 | |
| | |||||
* | ansification and knf and protos | 2003-08-11 | 50 | -960/+685 | |
| | |||||
* | first ansi | 2003-08-08 | 3 | -17/+9 | |
| | |||||
* | Add missing close() on EFTYPE error in exec(); from Patrick Latifi | 2003-08-04 | 1 | -1/+2 | |
| | |||||
* | ansi | 2003-07-05 | 1 | -9/+6 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-04 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. This got missed in the omnibus commit. | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 35 | -211/+71 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | three four kill ... | 2003-06-02 | 7 | -42/+7 | |
| | |||||
* | kill exec.new bit i had forgotten | 2003-06-02 | 1 | -99/+0 | |
| | |||||
* | strcpy/strcat/sprintf removal in all bootblocks. various testing by | 2003-06-01 | 38 | -262/+322 | |
| | | | | | various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind | ||||
* | de-register; ok millert | 2003-05-20 | 1 | -5/+4 | |
| | |||||
* | plug a memory leak | 2003-05-07 | 1 | -3/+2 | |
| | |||||
* | replaced by loadfile now | 2003-04-17 | 4 | -621/+0 | |
| | |||||
* | missing indent | 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 | 2003-04-15 | 1 | -1/+7 | |
| | |||||
* | avoid uninitialized warnings from gcc; art@ ok | 2002-11-11 | 1 | -6/+4 | |
| | |||||
* | changing kernel load address does not work that well w/ elf, load it where it was linked | 2002-07-09 | 1 | -5/+5 | |
| | |||||
* | Delete directories created by cleandir to prevent permission problems | 2002-04-29 | 1 | -1/+2 | |
| | | | | during sudo builds. Verified by Valchev and sanctioned by Shalayeff. | ||||
* | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | 2002-03-15 | 3 | -42/+4 | |
| | | | | the ANSI way. | ||||
* | Final __P removal plus some cosmetic fixups | 2002-03-14 | 8 | -32/+31 | |
| | |||||
* | First round of __P removal in sys | 2002-03-14 | 22 | -232/+232 | |
| | |||||
* | Add a strcmp() prototype, which will be needed shortly. | 2002-03-02 | 1 | -1/+2 | |
| | |||||
* | Add MI loadfile support, from NetBSD | 2001-06-23 | 4 | -2/+708 | |
| | | | | | | This is currently only used on powerpc, but may be looked at for other architectures. Piece of the support to have kernel symbols on powerpc. | ||||
* | split symbol loading for a.out into a separate routine (tested on i386) | 2000-05-30 | 4 | -63/+203 | |
| | | | | add symbol loading for elf (tested on hppa) | ||||
* | som is a md format | 2000-01-06 | 1 | -2/+2 | |
| | |||||
* | netinet/in.h without sys/socket.h | 1999-12-18 | 1 | -1/+2 | |
| | |||||
* | Allow the twiddler to be disabled via a global. | 1999-08-16 | 1 | -3/+7 | |
| | |||||
* | place a bin-patcheable z_verbose here for -DDEBUG | 1999-02-14 | 1 | -1/+5 | |
| | |||||
* | fix a real bad bug, which consists of return value from | 1999-01-25 | 1 | -4/+13 | |
| | | | | | | read() /* oread() */ not being checked for errors/eof or not checked for error value (-1), which would result in bad kernels loaded, i/o errors not reported and such. | ||||
* | panic prints a newline for you, don't do it in the panic string | 1999-01-11 | 2 | -8/+7 | |
| | |||||
* | If filesystem open routine returns ENOENT or ENOTDIR, set errno to that and return | 1998-09-11 | 1 | -1/+3 | |
| | |||||
* | minor changes from zlib-1.1.3 gzio.c | 1998-09-08 | 1 | -8/+24 | |
| | |||||
* | better .bss treatment | 1998-08-27 | 1 | -4/+9 | |
| | |||||
* | fix symtab loading problems | 1998-08-27 | 1 | -10/+16 | |
| | |||||
* | add strchr proto | 1998-07-29 | 1 | -1/+2 | |
| | |||||
* | some debug prints; one lseek fix | 1998-07-29 | 1 | -13/+54 | |
| | |||||
* | if() debug prints; correct handling sym-less files | 1998-07-29 | 1 | -10/+13 | |
| | |||||
* | align end of core to the int | 1998-07-20 | 1 | -2/+2 | |
| | |||||
* | there will be no exec_som | 1998-07-17 | 1 | -86/+0 | |
| | |||||
* | s/ecoff_filehdr/ecoff_exechdr/ | 1998-07-14 | 1 | -2/+2 | |
| | |||||
* | add HP SOM support | 1998-07-14 | 1 | -0/+86 | |
| | |||||
* | remove bogus comment | 1998-07-14 | 1 | -2/+2 | |
| |