summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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
|
* no 968dyncall in kernelmickey1999-02-071-2/+2
|
* add ovbcopymickey1999-02-071-1/+2
|
* Support for the m88k arch.smurph1998-12-151-0/+7
|
* add missing function from libkern, strncasecmp()rahnds1998-09-251-2/+2
|
* more functionsmickey1998-07-201-2/+3
|
* 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
|
* sparc needs memset for gcc now (i hate this)deraadt1998-06-022-2/+144
|
* 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
|
* Added CPP, STRIP, AR, NM and LORDER to KERNMAKE, to facilitate cross-compilingd1998-02-141-1/+3
| | | | kernels when using tools built from 'make cross-tools'.
* missed from last bcd2bin commitmickey1997-11-301-1/+5
|
* add bcd<-->bin conversions; from freebsdmickey1997-11-302-2/+39
|
* $OpenBSD$niklas1997-11-0780-54/+154
|
* add prototype for memchrchuck1997-11-041-1/+2
|
* add memchr to libkernchuck1997-11-0412-9/+137
|
* From NetBSD: assert stuffniklas1997-09-141-1/+39
|
* _STANDALONE needs <machine/limits.h> toomickey1997-07-251-2/+2
|
* Fix a repeatbility problem associated with doing make cleandir of sys/lib/* -grr1997-06-191-2/+2
| | | | | | | | mkdir fails if the destination already exists. It could be argued that having make cleandir rm the directory would be appropriate, but there really shouldn't be any dynamic fooling around with the directory structure. Fixes PR sparc/231 by Marshal Midden, though probably MI.
* eliminate comment about HAVEHTONS since the conditional implied is no longer present in the sourcegrr1997-06-061-4/+1
|
* Removed strchr() for libkern.millert1997-05-051-2/+1
|
* Several kernel files have internal (conflicting) versions of strchr() somillert1997-05-052-59/+2
| | | | move to libsa for now.
* Back out depend/clean changes.millert1997-05-051-5/+3
|
* Alpha needs strchr.cmillert1997-05-044-7/+66
| | | | | | Fix up clean and depend targets in Makefile.inc so we can include Makefile.inc in cases where there is already a clean/depend target (based on a NetBSD Makefile.inc).
* fixed bcopy/memcpy conflict by using private mem* routines.mickey1997-04-041-4/+5
| | | | | | changed generic pointer type to (void *) and, md5 is in libkern, since more than one component of the kernel uses it. what would be better place? well, imagine some lkm that uses md5 someday...
* no more 2(two) md5 libs in kernel!mickey1997-03-302-149/+362
| | | | | | | tested for rnd(4).... should work for ip too, since it's the copy of ip_md*. use sys/md5k.h for protos.... std iface forever! hurray!
* prototyping problems, PR#71, felix@mamba.pond.sub.orgderaadt1997-01-271-0/+1
|
* protect from multiple includes (required by gpl_math_emulate)mickey1997-01-181-1/+6
|
* Remove locc. -mojmaja1997-01-141-2/+2
|
* Adding OpenBSD tags to files.rahnds1996-12-282-0/+2
|
* add necessary file for powerpc port.rahnds1996-12-281-0/+62
| | | | It would be really nice if this was a "standard" libkern function.
* Check-in of powerpc kernel support.rahnds1996-12-212-0/+48
| | | | | | NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF.
* types.h for u_charderaadt1996-12-122-2/+4
|
* -Wcast-qual happinessniklas1996-12-083-9/+9
|