summaryrefslogtreecommitdiffstats
path: root/sys/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* more const here and there; so would benefit everyonemickey1998-05-305-17/+17
|
* add ctime(3) for certain archs usagemickey1998-05-292-1/+80
|
* update up to the current libsa envmickey1998-05-252-34/+57
|
* fix strtol on one character long numbersart1998-05-201-2/+2
|
* Silence warning now that a_* is not long.millert1998-04-271-2/+3
|
* a.out fields are u_int32_t not long; fix warnings from printf.millert1998-04-251-6/+6
|
* cannot grow this as mickey wantsderaadt1998-04-181-19/+9
|
* i386 bootblocks that work for 2.3. A tale too long to tellderaadt1998-04-181-9/+19
|
* pass MACHINE{,_ARCH} into libkern/Makefile so cross-build worksmickey1998-03-183-6/+9
| | | | no 64bit math for sgi (;
* Use correct comment syntax for RCS Idsniklas1998-03-018-8/+8
|