summaryrefslogtreecommitdiffstats
path: root/sys/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* get rid of somming we willmickey2001-03-292-18/+3
|
* sync w/ libcmickey2001-03-281-5/+7
|
* rely on predefined space attributesmickey2001-03-281-3/+3
|
* ??? Bogons! How did this get broken?smurph2001-02-011-2/+2
|
* import strlcpy from libcmickey2000-12-292-3/+69
|
* strlcat and strlcpy into libkern.provos2000-12-1814-23/+182
|
* Include stand.h from lib/libsa/stand.hart2000-11-081-2/+2
|
* Don't include sys/systm.h if we include stand.h.art2000-11-081-3/+3
|
* +memset for ext2fs, should fix both pmax (untested) and arcimp2000-08-151-2/+2
|
* knf; ouch, that hurtsmickey2000-07-021-6/+7
|
* use ffs.cmickey2000-07-022-57/+3
|
* sync w/ libcmickey2000-07-022-41/+29
|
* bcmp.S bye-bye; use generic bcmp.c version which is as good as this onemickey2000-06-292-88/+3
|
* do not use <string.h> for _STANDALONEmickey2000-06-291-3/+3
|
* fix building bzero out of memset.c; from miod@mickey2000-06-291-4/+4
| | | | (that makefile:kerndir fix was needed to build the kernel ;)
* in order to build bzero from memset KERNDIR has to be exported.mickey2000-06-291-7/+5
| | | | | | i think other archs can adopt this instead of using .s versions. also compress arguments to make in fewer lines, so they do not abuse screen space.
* do not use <string.h> for _STANDALONE, like othersmickey2000-06-291-3/+3
|
* alpha was missing memsetmillert2000-06-261-2/+2
|
* Pull memcmp() into libkern.millert2000-06-162-1/+68
|
* Pull memcmp() into libkern. Also, use asm version of memset() on m68k.millert2000-06-1614-22/+280
|
* split symbol loading for a.out into a separate routine (tested on i386)mickey2000-05-304-63/+203
| | | | add symbol loading for elf (tested on hppa)
* screw .S version memset does same job...mickey2000-04-252-123/+10
|
* make bzero() compile again; millert@ okmickey2000-04-251-0/+4
|
* 5k of source saved in spaces and empty lines; also rcsidmickey2000-04-241-828/+673
|
* fix a commentart2000-03-031-3/+3
|
* $OpenBSD$todd2000-03-034-4/+4
|
* put C accessable labels on {,u}{rem,div}deraadt2000-02-222-7/+10
|
* Add an __attribute__((unused))__ to the function declared by _MCOUNT_DECL,art2000-02-221-3/+7
| | | | | sparc defines that function as static and gcc doesn't understand that it gets called from an assembler stub.
* som is a md formatmickey2000-01-061-2/+2
|
* netinet/in.h without sys/socket.hderaadt1999-12-181-1/+2
|
* but... these are needed by the bootblocksderaadt1999-12-102-0/+353
|
* move .mul and .umul into the kernel. if v8 sparc is detected, replace withderaadt1999-12-073-356/+3
| | | | the equivelant 2-instruction sequence.
* fix space regs load insns, also some tabs vs spacesmickey1999-12-051-19/+19
|
* add memset to list of files to build.rahnds1999-11-091-2/+2
|
* bew frame frameworkmickey1999-09-141-2/+5
|
* tabs vs spacesmickey1999-09-141-19/+19
|
* Allow the twiddler to be disabled via a global.downsj1999-08-161-3/+7
|
* fix unaligned copy's end conditionmickey1999-06-101-17/+38
|
* use right lorder; niklas@ okmickey1999-05-211-3/+3
|
* bcopy() and space-space bcopy()mickey1999-05-192-2/+259
|
* 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.