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