Age | Commit message (Expand) | Author |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2008-01-06 | repair build of boot code where it uses an undefind __ashldi3 on some archs | Otto Moerbeek |
2007-09-10 | Make function pointer calls look all alike; from Holger Mikolon. | Miod Vallat |
2007-06-26 | Fix the description of loadfile() semantics in comment (and kill "and | Tom Cosgrove |
2007-05-30 | Pull out the ELF loadfile pieces from the standalone libraries, so that | Tom Cosgrove |
2007-05-04 | remove strcpy and strcat from the kernel; they are dead and unused code. | Reyk Floeter |
2007-03-16 | Re-initialise f_seekp to 0 on a successful read_inode() return. | Marc Aurele La France |
2007-01-04 | Revert 1.11 and load .shstrtab, as it is currently needed for /dev/ksyms | Miod Vallat |
2006-12-30 | do not load unneeded stringtab sections; avoids backward seeking; from netbsd... | Michael Shalayeff |
2006-10-11 | use SEEK_SET; chl@tuxfamily.org | Theo de Raadt |
2006-09-18 | Import a slightly stripped down strtoll(3) from stdlib | Marco Pfatschbacher |
2006-09-18 | Add a hand rolled 64bit hex printf that can be used outside of | Marco Pfatschbacher |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre |
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller |
2005-07-13 | do not leak memory if read()ing section headers fails; from Andrey Matveev <e... | Michael Shalayeff |
2005-05-24 | -ansi considered harmful, even in comments | Todd C. Miller |
2004-09-22 | Add code to let 32bit code *printf() {u,}int64_t values. | Miod Vallat |
2004-07-09 | Fix buffer writing in cd9660 code, written by Tom and myself, examined by toby | Dale Rahn |
2004-06-22 | Change of variable name from read to nread, to reduce difference | Tom Cosgrove |
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 |
2004-02-10 | Allow /boot to load read-only data segments in ELF kernels. | Tom Cosgrove |
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst |
2003-08-11 | load file in one pass avoiding seeking the headers back and forth; miod@ test... | Michael Shalayeff |
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 |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
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 |
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 |
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 it... | Michael Shalayeff |
2002-04-29 | Delete directories created by cleandir to prevent permission problems | Hugh Graham |
2002-03-15 | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | Todd C. Miller |
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 |
2000-05-30 | split symbol loading for a.out into a separate routine (tested on i386) | Michael Shalayeff |
2000-01-06 | som is a md format | Michael Shalayeff |
1999-12-18 | netinet/in.h without sys/socket.h | Theo de Raadt |