aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* MFC: doc fixes, casts, cosmetic.Jordan K. Hubbard1998-07-192-3/+4
* MFC part 5: Fix recursion problem which occurs when a signal is receivedThomas Gellekum1998-04-301-3/+12
* MFC part 2: Static initializers for mutexes and condition variables.Thomas Gellekum1998-04-231-2/+2
* MFC: indentDima Ruban1998-04-201-1/+1
* remove bogus bugs section.Jordan K. Hubbard1998-04-131-8/+0
* MFC: bring in arc4random code.Jordan K. Hubbard1998-03-013-55/+144
* MFC: constify.Jordan K. Hubbard1998-02-171-2/+2
* MFC: symlink loop checking in realpath().Jordan K. Hubbard1998-02-172-1/+6
* MFC: minor improvements to radixsort.Jordan K. Hubbard1998-02-172-5/+5
* MFC: getopt() wants to use -1 instead of EOF now.Jordan K. Hubbard1998-02-172-16/+24
* MFC: Fix ``Integer overflow in expression''.Thomas Gellekum1998-01-221-1/+1
* environmental -> environmentPhilippe Charnier1997-09-191-2/+2
* Merge malloc from current.Poul-Henning Kamp1997-07-244-408/+434
* YAMFC part IIIJulian Elischer1997-06-241-3/+7
* YAMFC: .Tn cleanup and other misc cleanup.Mike Pritchard1997-03-252-5/+5
* YAMFC (check for overflow in size argument)Poul-Henning Kamp1997-03-181-2/+4
* YAMFC (sort cross references).Bruce Evans1997-03-031-2/+2
* YAMFC:Mike Pritchard1997-02-284-6/+6
* YAMFC: various minor man page cleanupsMike Pritchard1997-01-022-4/+6
* Bring in thread locking fix from rev 1.19.Alexander Langer1996-12-301-2/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1996-11-022-254/+0
* If you run with option Z and malloc fails, memset gets calledPoul-Henning Kamp1996-10-291-4/+6
* Note that streams are now flushed on abort.Alexander Langer1996-10-261-2/+2
* Various cosmeticsPoul-Henning Kamp1996-10-261-48/+28
* POSIX requires stdio buffers be flushed on abort.Alexander Langer1996-10-261-0/+8
* malloc_pages should be static.Poul-Henning Kamp1996-10-201-187/+103
* Improve seeding, the random sequence did not vary matchAndrey A. Chernov1996-10-092-14/+75
* Don't use malloc, pessimize to use sbrk.Poul-Henning Kamp1996-09-271-1/+2
* Fix a typo.Søren Schmidt1996-09-251-2/+2
* A number of minor bogons and portability things from jdp.Poul-Henning Kamp1996-09-251-28/+37
* add missing comma(s) in .Xr macrosWolfram Schneider1996-09-231-3/+4
* phkmalloc/3Poul-Henning Kamp1996-09-232-196/+342
* Fix a very rare error condition: The code to free VM back to the kernelPoul-Henning Kamp1996-09-171-3/+4
* Don't depend in the kernel on the gcc feature of doing arithmetic onBruce Evans1996-08-311-10/+10
* Correctly use .Fn instead of .Nm to reference function namesMike Pritchard1996-08-222-2/+4
* Update a bunch of man pages to use .Fn insteadMike Pritchard1996-08-221-1/+1
* Correctly document when getopt returns EOF and '?', and some otherMike Pritchard1996-08-211-5/+7
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-1211-40/+43
* Isolated all the crap for thread-safe so I can see what goes on again...Poul-Henning Kamp1996-07-031-61/+48
* Oops, replace a rather important line that was lost in transit 8-(James Raynard1996-06-081-1/+2
* Submitted by: (based on code in "Advanced Programming in the Unix Environment"James Raynard1996-06-052-18/+36
* Fixed various problems: typos, grammer, missing include filesMike Pritchard1996-05-231-1/+1
* Don't include <sys/types.h> when it isn't used.Bruce Evans1996-04-192-4/+2
* Xref sysexits(3).Joerg Wunsch1996-03-311-1/+7
* Added missing section numbers to a bunch of .Xr macros, orMike Pritchard1996-03-271-4/+9
* Fixed a bunch of man page cross references that wereMike Pritchard1996-02-151-1/+1
* Correct a bunch of man page cross references and generallyMike Pritchard1996-02-113-5/+5
* Fix even more spelling errors in some more man pages.Mike Pritchard1996-01-302-6/+6
* Reviewed by: julian and (hsu?)Julian Elischer1996-01-222-3/+79
* Return pointer to new hash node when search inserts it (e.g. thereJordan K. Hubbard1996-01-131-1/+5