summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
...
* | Add yet an option, this time on how to deal with malloc(0) and realloc(ptr.0)Poul-Henning Kamp1997-06-122-8/+27
* | Fix mutex initialization.John Birrell1997-06-041-6/+4
* | Malloc flag X makes malloc behave like the canonical xmalloc() wrapper.Poul-Henning Kamp1997-05-302-19/+69
* | Changed all paths to be relative to src/lib instead of src/lib/libcJohn Birrell1997-05-031-3/+7
* | Typo.Masafumi Max NAKANE1997-04-251-1/+1
* | Fixed #include and/or prototype bugs in synopsis.Bruce Evans1997-04-191-2/+2
* | Fixed missing consts in synopsis.Bruce Evans1997-04-131-2/+2
* | Remove orand* code as promised for the next releaseAndrey A. Chernov1997-03-292-20/+4
* | Add srandomdev.3 linkAndrey A. Chernov1997-03-231-1/+2
* | Fix urandom reference in the commentAndrey A. Chernov1997-03-231-1/+1
* | Add srandomdev() descriptionAndrey A. Chernov1997-03-231-1/+24
* | Add srandomdev() function (use "/dev/urandom" now)Andrey A. Chernov1997-03-231-0/+40
* | Remove an extra comma.Mike Pritchard1997-03-221-2/+2
* | Use the .Tn macro for generic FreeBSD references. Other minor cleanup.Mike Pritchard1997-03-211-3/+3
* | Check for overflow in size argument.Poul-Henning Kamp1997-03-181-2/+4
* | Fix arg types to match Lite2Andrey A. Chernov1997-03-171-2/+2
* | Part 2 of a failed commit (cvs broke). Original message:Peter Wemm1997-03-132-0/+283
* | Back out a dubious Lite2 change to "optimise" getcwd() to look at $PWDPeter Wemm1997-03-131-2/+2
* | Merge Lite2 changesPeter Wemm1997-03-115-50/+98
* | merge from Lite2 - realpath() now shares a lot of code with getcwd()Peter Wemm1997-03-112-283/+0
* | This commit was generated by cvs2svn to compensate for changes in r23658,Peter Wemm1997-03-112-7/+7
|\|
| * Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branchPeter Wemm1997-03-117-0/+1233
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-226-6/+6
* Sort cross references.Wolfram Schneider1997-01-204-6/+6
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-146-6/+6
* _thread_kern_sig_unblock takes an integer, not a reference.Alexander Langer1996-12-291-2/+2
* comma typosWolfram Schneider1996-12-232-4/+6
* 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