summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/heapsort.c
Commit message (Collapse)AuthorAgeFilesLines
* Use size_t to avoid overflow when sorting arrays larger than 2 GB.David Schultz2008-01-131-1/+1
| | | | | | | | PR: 111085 MFC after: 2 weeks Notes: svn path=/head/; revision=175259
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
| | | | | | | | | clause. # If I've done so improperly on a file, please let me know. Notes: svn path=/head/; revision=165903
* Remove __P() usage.David E. O'Brien2002-03-211-1/+1
| | | | Notes: svn path=/head/; revision=92905
* Remove 'register' keyword.David E. O'Brien2002-03-211-2/+4
| | | | Notes: svn path=/head/; revision=92889
* Don't include <sys/types.h> when it isn't used.Bruce Evans1996-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. Notes: svn path=/head/; revision=15312
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+184
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573