aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern/qsort.c
Commit message (Expand)AuthorAgeFilesLines
* Copy qsort_r(3) from libc to libkern.Gleb Smirnoff2004-07-151-24/+41
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Fix instances of macros with improperly parenthasized arguments.Alfred Perlstein2002-11-091-1/+1
* Remove __P.Alfred Perlstein2002-03-201-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* #include sys/libkern.h instead of stdlib.h.Poul-Henning Kamp1998-06-301-2/+2
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-5/+5
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Don't depend in the kernel on the gcc feature of doing arithmetic onBruce Evans1996-08-311-10/+10
* Removed sccsids and rcsids and added Id$ to save space like everythingBruce Evans1996-08-281-8/+2
* Don't include <sys/types.h> when it isn't used.Bruce Evans1996-04-191-2/+1
* Added prototypes.Bruce Evans1995-12-261-3/+9
* Add qsort() to libkern, taken from libc.Poul-Henning Kamp1995-11-081-0/+173