summaryrefslogtreecommitdiffstats
path: root/sys/libkern/qsort.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't depend in the kernel on the gcc feature of doing arithmetic onbde1996-08-311-10/+10
| | | | pointers of type `void *'. Warn about this in future.
* Removed sccsids and rcsids and added Id$ to save space like everythingbde1996-08-281-8/+2
| | | | else in libkern.
* Don't include <sys/types.h> when it isn't used.bde1996-04-191-2/+1
| | | | | This commit covers most of the ANSI library functions. Many others only need <sys/types.h> because they use u_xxx.
* Added prototypes.bde1995-12-261-3/+9
|
* Add qsort() to libkern, taken from libc.phk1995-11-081-0/+173
OpenPOWER on IntegriCloud