Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-02-22 | put C accessable labels on {,u}{rem,div} | Theo de Raadt | |
2000-02-22 | Add an __attribute__((unused))__ to the function declared by _MCOUNT_DECL, | Artur Grabowski | |
sparc defines that function as static and gcc doesn't understand that it gets called from an assembler stub. | |||
2000-01-06 | som is a md format | Michael Shalayeff | |
1999-12-18 | netinet/in.h without sys/socket.h | Theo de Raadt | |
1999-12-10 | but... these are needed by the bootblocks | Theo de Raadt | |
1999-12-07 | move .mul and .umul into the kernel. if v8 sparc is detected, replace with | Theo de Raadt | |
the equivelant 2-instruction sequence. | |||
1999-12-05 | fix space regs load insns, also some tabs vs spaces | Michael Shalayeff | |
1999-11-09 | add memset to list of files to build. | Dale S. Rahn | |
1999-09-14 | bew frame framework | Michael Shalayeff | |
1999-09-14 | tabs vs spaces | Michael Shalayeff | |
1999-08-16 | Allow the twiddler to be disabled via a global. | Jason Downs | |
1999-06-10 | fix unaligned copy's end condition | Michael Shalayeff | |
1999-05-21 | use right lorder; niklas@ ok | Michael Shalayeff | |
1999-05-19 | bcopy() and space-space bcopy() | Michael Shalayeff | |
1999-05-09 | fix EXIT() usage, appen .end | Michael Shalayeff | |
1999-05-05 | no separate bcopy, will be .m4 magic here | Michael Shalayeff | |
1999-04-20 | add memset() | Michael Shalayeff | |
1999-03-03 | added ffs() | Steve Murphree | |
1999-02-14 | place a bin-patcheable z_verbose here for -DDEBUG | Michael Shalayeff | |
1999-02-14 | make z_error be a panic | Michael Shalayeff | |
1999-02-14 | fix -DDEBUG case, ie remove L-user-and stuff such as fprintf and stderr. | Michael Shalayeff | |
another obvious fix would be porting stdio file functions into stand library, so code would go smooth from -lz, but former seems to be a minimal-change-compliant approach. | |||
1999-02-07 | no 968dyncall in kernel | Michael Shalayeff | |
1999-02-07 | add ovbcopy | 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-12-15 | Support for the m88k arch. | Steve Murphree | |
1998-09-25 | add missing function from libkern, strncasecmp() | Dale S. Rahn | |
1998-09-11 | If filesystem open routine returns ENOENT or ENOTDIR, set errno to that and ↵ | Todd C. Miller | |
return | |||
1998-09-08 | Let's commit the correct files, shall we. This is the real zlib-1.1.3... | Todd C. Miller | |
1998-09-08 | include stand.h if -D_STANDALONE | Todd C. Miller | |
1998-09-08 | minor changes from zlib-1.1.3 gzio.c | Todd C. Miller | |
1998-09-08 | Update from zlib-1.1.3. These should really just be references to ↵ | Todd C. Miller | |
../../../lib/libz/* | |||
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 | more functions | 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 | |