| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix EXIT() usage, appen .end | 1999-05-09 | 3 | -4/+12 | ||
| | | ||||||
| * | no separate bcopy, will be .m4 magic here | 1999-05-05 | 1 | -253/+0 | ||
| | | ||||||
| * | add memset() | 1999-04-20 | 1 | -2/+2 | ||
| | | ||||||
| * | added ffs() | 1999-03-03 | 1 | -2/+2 | ||
| | | ||||||
| * | place a bin-patcheable z_verbose here for -DDEBUG | 1999-02-14 | 1 | -1/+5 | ||
| | | ||||||
| * | make z_error be a panic | 1999-02-14 | 1 | -1/+2 | ||
| | | ||||||
| * | fix -DDEBUG case, ie remove L-user-and stuff such as fprintf and stderr. | 1999-02-14 | 5 | -38/+34 | ||
| | | | | | | | 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. | |||||
| * | no 968dyncall in kernel | 1999-02-07 | 1 | -2/+2 | ||
| | | ||||||
| * | add ovbcopy | 1999-02-07 | 1 | -1/+2 | ||
| | | ||||||
| * | fix a real bad bug, which consists of return value from | 1999-01-25 | 2 | -6/+15 | ||
| | | | | | | | 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 | ||
| | | ||||||
| * | Support for the m88k arch. | 1998-12-15 | 1 | -0/+7 | ||
| | | ||||||
| * | add missing function from libkern, strncasecmp() | 1998-09-25 | 1 | -2/+2 | ||
| | | ||||||
| * | If filesystem open routine returns ENOENT or ENOTDIR, set errno to that and return | 1998-09-11 | 1 | -1/+3 | ||
| | | ||||||
| * | Let's commit the correct files, shall we. This is the real zlib-1.1.3... | 1998-09-08 | 18 | -499/+889 | ||
| | | ||||||
| * | include stand.h if -D_STANDALONE | 1998-09-08 | 1 | -1/+5 | ||
| | | ||||||
| * | minor changes from zlib-1.1.3 gzio.c | 1998-09-08 | 1 | -8/+24 | ||
| | | ||||||
| * | Update from zlib-1.1.3. These should really just be references to ../../../lib/libz/* | 1998-09-08 | 16 | -54/+23 | ||
| | | ||||||
| * | 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 | ||
| | | ||||||
| * | more functions | 1998-07-20 | 1 | -2/+3 | ||
| | | ||||||
| * | 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 | ||
| | | ||||||
| * | oops | 1998-07-14 | 1 | -78/+0 | ||
| | | ||||||
| * | HP object file formats | 1998-07-14 | 1 | -0/+78 | ||
| | | ||||||
| * | some ecoff support; untested, but compiles | 1998-07-14 | 1 | -0/+83 | ||
| | | ||||||
| * | no need for machine/exec.h | 1998-07-14 | 1 | -2/+1 | ||
| | | ||||||
| * | struct exec members are not long any more | 1998-07-14 | 1 | -2/+2 | ||
| | | ||||||
| * | multiformat exec framework | 1998-07-14 | 4 | -0/+443 | ||
| | | ||||||
| * | add alloca, hope none would get hurt, since none but i386 use it | 1998-07-13 | 1 | -3/+4 | ||
| | | ||||||
| * | there is no string.h in stand land | 1998-06-27 | 7 | -20/+20 | ||
| | | ||||||
| * | stand guys don't have string.h as well | 1998-06-27 | 1 | -3/+3 | ||
| | | ||||||
| * | fix for non-ansi compilers | 1998-06-27 | 2 | -7/+12 | ||
| | | ||||||
| * | add bcmp() | 1998-06-24 | 2 | -2/+86 | ||
| | | ||||||
| * | some more files for libkern (/boot uses it's own Makefile for this) | 1998-06-24 | 1 | -3/+3 | ||
| | | ||||||
| * | use HP version | 1998-06-23 | 8 | -1344/+1981 | ||
| | | ||||||
| * | initial import | 1998-06-23 | 11 | -0/+1853 | ||
| | | ||||||
| * | Added memset.c, needed by AUDIO_INITINFO | 1998-06-19 | 1 | -2/+2 | ||
| | | ||||||
| * | fix potential bug where sprintf and %p would write to console | 1998-06-12 | 1 | -3/+3 | ||
| | | ||||||
| * | fix leap year | 1998-06-11 | 1 | -1/+4 | ||
| | | ||||||
| * | sparc needs memset for gcc now (i hate this) | 1998-06-02 | 2 | -2/+144 | ||
| | | ||||||
| * | this is standalone, not kernel | 1998-06-01 | 1 | -4/+4 | ||
| | | ||||||
| * | cleanup for !ANSI compilers, mostly __P usage | 1998-05-31 | 4 | -9/+13 | ||
| | | ||||||
| * | use shift, save on long div (which is expensive on certain archs) | 1998-05-30 | 1 | -2/+2 | ||
| | | ||||||
