Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | From NetBSD: assert stuff | 1997-09-14 | 1 | -1/+39 | ||
| | ||||||
* | _STANDALONE needs <machine/limits.h> too | 1997-07-25 | 1 | -2/+2 | ||
| | ||||||
* | Fix a repeatbility problem associated with doing make cleandir of sys/lib/* - | 1997-06-19 | 1 | -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 source | 1997-06-06 | 1 | -4/+1 | ||
| | ||||||
* | Removed strchr() for libkern. | 1997-05-05 | 1 | -2/+1 | ||
| | ||||||
* | Several kernel files have internal (conflicting) versions of strchr() so | 1997-05-05 | 2 | -59/+2 | ||
| | | | | move to libsa for now. | |||||
* | Back out depend/clean changes. | 1997-05-05 | 1 | -5/+3 | ||
| | ||||||
* | Alpha needs strchr.c | 1997-05-04 | 4 | -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. | 1997-04-04 | 1 | -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! | 1997-03-30 | 2 | -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.org | 1997-01-27 | 1 | -0/+1 | ||
| | ||||||
* | protect from multiple includes (required by gpl_math_emulate) | 1997-01-18 | 1 | -1/+6 | ||
| | ||||||
* | Remove locc. -moj | 1997-01-14 | 1 | -2/+2 | ||
| | ||||||
* | Adding OpenBSD tags to files. | 1996-12-28 | 2 | -0/+2 | ||
| | ||||||
* | add necessary file for powerpc port. | 1996-12-28 | 1 | -0/+62 | ||
| | | | | It would be really nice if this was a "standard" libkern function. | |||||
* | Check-in of powerpc kernel support. | 1996-12-21 | 2 | -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_char | 1996-12-12 | 2 | -2/+4 | ||
| | ||||||
* | -Wcast-qual happiness | 1996-12-08 | 3 | -9/+9 | ||
| | ||||||
* | Promise to not change arg 2 & 3 to scanc | 1996-12-06 | 2 | -5/+5 | ||
| | ||||||
* | short and long are now u_int16_t and u_int32_t | 1996-11-27 | 4 | -8/+12 | ||
| | ||||||
* | Merge NetBSD/Alpha 961020 | 1996-10-31 | 14 | -128/+155 | ||
| | ||||||
* | cleanup tags and Ids. | 1996-09-27 | 18 | -59/+32 | ||
| | ||||||
* | Fix unterminated constant complaint | 1996-09-22 | 1 | -1/+1 | ||
| | ||||||
* | Fluff needed for -Wstrict-prototypes -Wmissing-prototypes | 1996-08-23 | 1 | -1/+6 | ||
| | ||||||
* | Remove extra underscore from _randseed | 1996-08-14 | 1 | -3/+3 | ||
| | ||||||
* | make -Wstrict-prototypes happy | 1996-08-11 | 3 | -3/+8 | ||
| | ||||||
* | Move MD5 protos to a more sensible place | 1996-08-11 | 1 | -1/+3 | ||
| | ||||||
* | srandom() seeds random() at boottime | 1996-08-10 | 4 | -6/+55 | ||
| | ||||||
* | Cleanup of endian and abi call stuff. | 1996-07-30 | 8 | -28/+24 | ||
| | ||||||
* | Add macros to handle endian issues. | 1996-07-18 | 3 | -12/+12 | ||
| | ||||||
* | sync to libc | 1996-06-18 | 1 | -2/+13 | ||
| | ||||||
* | add getsn(char *buf, int len) | 1996-06-16 | 3 | -3/+83 | ||
| | ||||||
* | 64 bit clean | 1996-06-10 | 4 | -12/+12 | ||
| | ||||||
* | quote type | 1996-05-23 | 1 | -9/+9 | ||
| | ||||||
* | make depend work | 1996-05-22 | 2 | -4/+8 | ||
| | ||||||
* | Added missing '.set noreorder' directive | 1996-05-18 | 8 | -3/+19 | ||
| | ||||||
* | Now uses libkern instead of locore functions. | 1996-05-15 | 3 | -4/+8 | ||
| | ||||||
* | clean better | 1996-05-10 | 1 | -1/+3 | ||
| | ||||||
* | switch on _KERNEL to pull in correct headers | 1996-05-01 | 12 | -19/+62 | ||
| | ||||||
* | sparc needs memset, compiler calls it automatically | 1996-05-01 | 2 | -68/+4 | ||
| | ||||||
* | use .S version | 1996-05-01 | 2 | -22/+28 | ||
| | ||||||
* | copied from libc | 1996-05-01 | 7 | -3/+231 | ||
| | ||||||
* | no longer needed because gcc has been fixed | 1996-05-01 | 1 | -17/+0 | ||
| | ||||||
* | copyright added by mark at my suggestion | 1996-05-01 | 1 | -0/+30 | ||
| | ||||||
* | Fix copyrights, comments, etc. | 1996-04-24 | 1 | -5/+4 | ||
| | ||||||
* | partial sync with netbsd 960418, more to come | 1996-04-21 | 9 | -13/+366 | ||
| | ||||||
* | NetBSD 960317 merge | 1996-04-19 | 18 | -43/+125 | ||
| | ||||||
* | Add MD5 routines to be used by anyone in the kernel. | 1996-04-17 | 2 | -2/+170 | ||
| | | | | Moved from dev/rnd.c | |||||
* | From NetBSD: | 1996-03-08 | 2 | -1/+59 | ||
| | | | | linux compatibility changes. | |||||
* | From NetBSD: Merge with NetBSD 960217 | 1996-02-29 | 5 | -26/+97 | ||
| |