summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* _thread_kern_sig_unblock takes an integer, not a reference.alex1996-12-291-2/+2
* comma typoswosch1996-12-232-4/+6
* If you run with option Z and malloc fails, memset gets calledphk1996-10-291-4/+6
* Note that streams are now flushed on abort.alex1996-10-261-2/+2
* Various cosmeticsphk1996-10-261-48/+28
* POSIX requires stdio buffers be flushed on abort.alex1996-10-261-0/+8
* malloc_pages should be static.phk1996-10-201-187/+103
* Improve seeding, the random sequence did not vary matchache1996-10-092-14/+75
* Don't use malloc, pessimize to use sbrk.phk1996-09-271-1/+2
* Fix a typo.sos1996-09-251-2/+2
* A number of minor bogons and portability things from jdp.phk1996-09-251-28/+37
* add missing comma(s) in .Xr macroswosch1996-09-231-3/+4
* phkmalloc/3phk1996-09-232-196/+342
* Fix a very rare error condition: The code to free VM back to the kernelphk1996-09-171-3/+4
* Don't depend in the kernel on the gcc feature of doing arithmetic onbde1996-08-311-10/+10
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-222-2/+4
* Update a bunch of man pages to use .Fn insteadmpp1996-08-221-1/+1
* Correctly document when getopt returns EOF and '?', and some othermpp1996-08-211-5/+7
* General -Wall warning cleanup, part I.jkh1996-07-1211-40/+43
* Isolated all the crap for thread-safe so I can see what goes on again...phk1996-07-031-61/+48
* Oops, replace a rather important line that was lost in transit 8-(jraynard1996-06-081-1/+2
* Submitted by: (based on code in "Advanced Programming in the Unix Environment"jraynard1996-06-052-18/+36
* Fixed various problems: typos, grammer, missing include filesmpp1996-05-231-1/+1
* Don't include <sys/types.h> when it isn't used.bde1996-04-192-4/+2
* Xref sysexits(3).joerg1996-03-311-1/+7
* Added missing section numbers to a bunch of .Xr macros, ormpp1996-03-271-4/+9
* Fixed a bunch of man page cross references that werempp1996-02-151-1/+1
* Correct a bunch of man page cross references and generallympp1996-02-113-5/+5
* Fix even more spelling errors in some more man pages.mpp1996-01-302-6/+6
* Reviewed by: julian and (hsu?)julian1996-01-222-3/+79
* Return pointer to new hash node when search inserts it (e.g. therejkh1996-01-131-1/+5
* Fix a fencepost error.phk1996-01-051-4/+4
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-302-180/+0
* Added prototypes.bde1995-12-261-3/+8
* Preallocate a small structure, so we can sbrk(2) further back.phk1995-12-181-2/+8
* Change phkmalloc so that the page directory is now floating and allocatedpeter1995-12-111-29/+47
* Mino cleanup, #includes & unused vars.phk1995-10-222-2/+6
* Remove EXTRA_SANITY, fix a unused var.phk1995-10-221-4/+8
* Doubled the performance of getenv()/__findenv() by rewriting it to notdg1995-10-171-20/+24
* phkmalloc/2phk1995-10-082-311/+370
* A buglet when dumping and a stylistic point from Mike.phk1995-09-221-8/+8
* ``phkmalloc''phk1995-09-163-373/+1123
* Make strtod conforms manpage, use isspace to skip initial whitespacesache1995-08-011-7/+3
* Similar changes like in strtol, all this family is VERY brokenache1995-08-015-5/+15
* strtol and atoi VERY broken in 8bit chars locale, i.e. if you pass somethingache1995-08-011-1/+3
* Remove trailing whitespace.rgrimes1995-05-3010-71/+78
* Fix a missing _hash() to prevent namespace pollution with the db/hash routines.jkh1995-03-281-5/+7
* Hash 8bit chars without sign extensionache1995-03-261-3/+8
* Add the strhash family of routines. They provide a number of featuresjkh1995-03-262-2/+416
* Don't attempt to lstat() the POSIXLY invalid empty pathname.bde1995-02-251-1/+1
OpenPOWER on IntegriCloud