glebius
7597972ed7
Copy qsort_r(3) from libc to libkern.
...
Reviewed by: phk
Approved by: julian (mentor)
2004-07-15 23:58:23 +00:00
imp
b49b7fe799
Remove advertising clause from University of California Regent's
...
license, per letter dated July 22, 1999 and email from Peter Wemm,
Alan Cox and Robert Watson.
Approved by: core, peter, alc, rwatson
2004-04-07 20:46:16 +00:00
obrien
8b64eb1925
Use __FBSDID().
2003-06-11 05:37:42 +00:00
alfred
533541c47b
Fix instances of macros with improperly parenthasized arguments.
...
Verified by: md5
2002-11-09 12:55:07 +00:00
alfred
732ca9dc6a
Remove __P.
2002-03-20 02:15:46 +00:00
peter
3b842d34e8
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
phk
32d70b3967
#include sys/libkern.h instead of stdlib.h.
...
PR: 7105
Reviewed by: phk
Submitted by: Robert Watson <robert+freebsd@cyrus.watson.org>
1998-06-30 11:05:11 +00:00
bde
b598f559b2
Support compiling with `gcc -ansi'.
1998-04-15 17:47:40 +00:00
peter
94b6d72794
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
...
ready for it yet.
1997-02-22 09:48:43 +00:00
jkh
808a36ef65
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
bde
7d4c1814f6
Don't depend in the kernel on the gcc feature of doing arithmetic on
...
pointers of type `void *'. Warn about this in future.
1996-08-31 14:48:13 +00:00
bde
ce793fa876
Removed sccsids and rcsids and added Id$ to save space like everything
...
else in libkern.
1996-08-28 20:32:21 +00:00
bde
b0b36003dc
Don't include <sys/types.h> when it isn't used.
...
This commit covers most of the ANSI library functions. Many others only
need <sys/types.h> because they use u_xxx.
1996-04-19 18:40:25 +00:00
bde
6a0ace8bd0
Added prototypes.
1995-12-26 13:25:13 +00:00
phk
022ad6e833
Add qsort() to libkern, taken from libc.
1995-11-08 08:40:11 +00:00