Age | Commit message (Expand) | Author |
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 |
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 |
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 r... | Todd C. Miller |
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 |
1998-07-14 | oops | Michael Shalayeff |
1998-07-14 | HP object file formats | Michael Shalayeff |
1998-07-14 | some ecoff support; untested, but compiles | Michael Shalayeff |
1998-07-14 | no need for machine/exec.h | Michael Shalayeff |
1998-07-14 | struct exec members are not long any more | Michael Shalayeff |
1998-07-14 | multiformat exec framework | Michael Shalayeff |
1998-07-13 | add alloca, hope none would get hurt, since none but i386 use it | Michael Shalayeff |
1998-06-12 | fix potential bug where sprintf and %p would write to console | David Leonard |
1998-06-11 | fix leap year | Michael Shalayeff |
1998-06-01 | this is standalone, not kernel | Michael Shalayeff |
1998-05-31 | cleanup for !ANSI compilers, mostly __P usage | Michael Shalayeff |
1998-05-30 | use shift, save on long div (which is expensive on certain archs) | Michael Shalayeff |