aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern/qsort.c
Commit message (Expand)AuthorAgeFilesLines
* libkern: Drop incorrect qsort optimizationDag-Erling Smørgrav2025-08-271-13/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Alter the prototype of qsort_r(3) to match POSIX, which adopted theEd Schouten2022-09-301-5/+5
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Sync qsort.c with userland r318515.Xin LI2017-05-191-47/+82
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* libkern: Remove obsolete 'register' keywordConrad Meyer2017-01-121-3/+3
* 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