summaryrefslogtreecommitdiffstats
path: root/sys/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* fix EXIT() usage, appen .endmickey1999-05-093-4/+12
|
* no separate bcopy, will be .m4 magic heremickey1999-05-051-253/+0
|
* add memset()mickey1999-04-201-2/+2
|
* added ffs()smurph1999-03-031-2/+2
|
* place a bin-patcheable z_verbose here for -DDEBUGmickey1999-02-141-1/+5
|
* make z_error be a panicmickey1999-02-141-1/+2
|
* fix -DDEBUG case, ie remove L-user-and stuff such as fprintf and stderr.mickey1999-02-145-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 kernelmickey1999-02-071-2/+2
|
* add ovbcopymickey1999-02-071-1/+2
|
* fix a real bad bug, which consists of return value frommickey1999-01-252-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 stringmillert1999-01-112-8/+7
|
* Support for the m88k arch.smurph1998-12-151-0/+7
|
* add missing function from libkern, strncasecmp()rahnds1998-09-251-2/+2
|
* If filesystem open routine returns ENOENT or ENOTDIR, set errno to that and returnmillert1998-09-111-1/+3
|
* Let's commit the correct files, shall we. This is the real zlib-1.1.3...millert1998-09-0818-499/+889
|
* include stand.h if -D_STANDALONEmillert1998-09-081-1/+5
|
* minor changes from zlib-1.1.3 gzio.cmillert1998-09-081-8/+24
|
* Update from zlib-1.1.3. These should really just be references to ../../../lib/libz/*millert1998-09-0816-54/+23
|
* better .bss treatmentmickey1998-08-271-4/+9
|
* fix symtab loading problemsmickey1998-08-271-10/+16
|
* add strchr protomickey1998-07-291-1/+2
|
* some debug prints; one lseek fixmickey1998-07-291-13/+54
|
* if() debug prints; correct handling sym-less filesmickey1998-07-291-10/+13
|
* more functionsmickey1998-07-201-2/+3
|
* align end of core to the intmickey1998-07-201-2/+2
|
* there will be no exec_sommickey1998-07-171-86/+0
|
* s/ecoff_filehdr/ecoff_exechdr/mickey1998-07-141-2/+2
|
* add HP SOM supportmickey1998-07-141-0/+86
|
* remove bogus commentmickey1998-07-141-2/+2
|
* oopsmickey1998-07-141-78/+0
|
* HP object file formatsmickey1998-07-141-0/+78
|
* some ecoff support; untested, but compilesmickey1998-07-141-0/+83
|
* no need for machine/exec.hmickey1998-07-141-2/+1
|
* struct exec members are not long any moremickey1998-07-141-2/+2
|
* multiformat exec frameworkmickey1998-07-144-0/+443
|
* add alloca, hope none would get hurt, since none but i386 use itmickey1998-07-131-3/+4
|
* there is no string.h in stand landmickey1998-06-277-20/+20
|
* stand guys don't have string.h as wellmickey1998-06-271-3/+3
|
* fix for non-ansi compilersmickey1998-06-272-7/+12
|
* add bcmp()mickey1998-06-242-2/+86
|
* some more files for libkern (/boot uses it's own Makefile for this)mickey1998-06-241-3/+3
|
* use HP versionmickey1998-06-238-1344/+1981
|
* initial importmickey1998-06-2311-0/+1853
|
* Added memset.c, needed by AUDIO_INITINFOespie1998-06-191-2/+2
|
* fix potential bug where sprintf and %p would write to consoled1998-06-121-3/+3
|
* fix leap yearmickey1998-06-111-1/+4
|
* sparc needs memset for gcc now (i hate this)deraadt1998-06-022-2/+144
|
* this is standalone, not kernelmickey1998-06-011-4/+4
|
* cleanup for !ANSI compilers, mostly __P usagemickey1998-05-314-9/+13
|
* use shift, save on long div (which is expensive on certain archs)mickey1998-05-301-2/+2
|