index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdlib
/
qsort.c
Age
Commit message (
Expand
)
Author
2017-05-19
The BSD qsort() performs tail recursion elimination on the second
christos
2012-05-26
don't trigger diagassert for a null array with 0 elements or 0 elementsize.
christos
2011-05-18
Remove __P()
dsl
2009-06-01
qsort: remove the "switch to insertion sort" optimization because it
yamt
2009-01-30
sign-compare fix
lukem
2009-01-11
merge christos-time_t
christos
2008-11-16
Our qsort() is inappropriate for kernel use because it makes recursive
ad
2008-11-16
Make qsort() available in libkern.
ad
2008-03-11
Use size_t to avoid overflow when sorting large arrays. While here, ANSIfy.
rmind
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
1999-09-20
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
lukem
1999-09-16
* use _DIAGASSERT() to check pointer arguments against NULL and file
lukem
1998-11-15
delint
christos
1998-02-03
remove obsolete register declarations
perry
1997-07-13
Add local.h for local prototypes.
christos
1997-06-19
avoid unportable arithmetic on void pointers
mikel
1996-12-19
use __inline and __asm, rather than inline and asm. By default (without -g)
cgd
1995-12-28
New-style RCS ids.
thorpej
1994-06-16
Add RCS ids.
mycroft
1993-08-26
Declare rcsid strings so they are stored in text segment.
jtc
1993-08-01
Add RCS identifiers.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd