summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Promise to not change arg 2 & 3 to scancniklas1996-12-062-5/+5
|
* short and long are now u_int16_t and u_int32_tniklas1996-11-274-8/+12
|
* Merge NetBSD/Alpha 961020niklas1996-10-3114-128/+155
|
* cleanup tags and Ids.mickey1996-09-2718-59/+32
|
* Fix unterminated constant complaintimp1996-09-221-1/+1
|
* Fluff needed for -Wstrict-prototypes -Wmissing-prototypesniklas1996-08-231-1/+6
|
* Remove extra underscore from _randseedniklas1996-08-141-3/+3
|
* make -Wstrict-prototypes happyniklas1996-08-113-3/+8
|
* Move MD5 protos to a more sensible placeniklas1996-08-111-1/+3
|
* srandom() seeds random() at boottimederaadt1996-08-104-6/+55
|
* Cleanup of endian and abi call stuff.pefo1996-07-308-28/+24
|
* Add macros to handle endian issues.pefo1996-07-183-12/+12
|
* sync to libcderaadt1996-06-181-2/+13
|
* add getsn(char *buf, int len)deraadt1996-06-163-3/+83
|
* 64 bit cleanderaadt1996-06-104-12/+12
|
* quote typederaadt1996-05-231-9/+9
|
* make depend workderaadt1996-05-222-4/+8
|
* Added missing '.set noreorder' directivepefo1996-05-188-3/+19
|
* Now uses libkern instead of locore functions.pefo1996-05-153-4/+8
|
* clean betterderaadt1996-05-101-1/+3
|
* switch on _KERNEL to pull in correct headersderaadt1996-05-0112-19/+62
|
* sparc needs memset, compiler calls it automaticallyderaadt1996-05-012-68/+4
|
* use .S versionderaadt1996-05-012-22/+28
|
* copied from libcderaadt1996-05-017-3/+231
|
* no longer needed because gcc has been fixedderaadt1996-05-011-17/+0
|
* copyright added by mark at my suggestionderaadt1996-05-011-0/+30
|
* Fix copyrights, comments, etc.mickey1996-04-241-5/+4
|
* partial sync with netbsd 960418, more to comederaadt1996-04-219-13/+366
|
* NetBSD 960317 mergeniklas1996-04-1918-43/+125
|
* Add MD5 routines to be used by anyone in the kernel.mickey1996-04-172-2/+170
| | | | Moved from dev/rnd.c
* From NetBSD:mickey1996-03-082-1/+59
| | | | linux compatibility changes.
* From NetBSD: Merge with NetBSD 960217niklas1996-02-295-26/+97
|