summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Removed the subdirectory paths from the definitions of MAN[1-9]. TheyBruce Evans1997-10-151-10/+5
* environmental -> environment.Philippe Charnier1997-09-181-2/+2
* Another 32bits of 64bits conformance.Poul-Henning Kamp1997-08-311-2/+2
* Improvement of type independency for the bitmap.Poul-Henning Kamp1997-08-271-3/+4
* Malloc option H is now default.Poul-Henning Kamp1997-08-272-4/+5
* Get rid of integer overflow warning.Steve Price1997-08-232-2/+2
* Fix a minor typo. It only affects the sparc version.John Polstra1997-07-261-2/+2
* realpath() should break on looped symlinks.Poul-Henning Kamp1997-07-161-0/+5
* kill the undeadPeter Wemm1997-07-132-180/+0
* This commit was generated by cvs2svn to compensate for changes in r27180,Bruce Evans1997-07-032-0/+180
|\
| * Import Lite2's src/lib, except for non-i386 machine-dependent directories,Bruce Evans1997-07-032-0/+180
* | Have another go at the malloc-sysv initialization.Poul-Henning Kamp1997-07-021-12/+11
* | malloc_sysv used before initialized, reported in PR4002 byPoul-Henning Kamp1997-07-014-40/+88
* | Show the real revision date and not the date that thisSteve Price1997-06-231-1/+1
* | Integrate calloc with the rest of the gang.Poul-Henning Kamp1997-06-225-478/+390
* | srandomdev: use stack junk value in the fallback code tooAndrey A. Chernov1997-06-151-2/+3
* | Instead of copying fallback code over and over in each program,Andrey A. Chernov1997-06-142-15/+17
* | 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