summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Revert to r214147, errno is not clobbered as originallybcr2010-10-221-2/+0
* Document strtonum()s behavior of setting errno to 0 when no error is found.bcr2010-10-211-0/+2
* Sync with OpenBSD rev. 1.13:bcr2010-10-211-2/+1
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-082-2/+0
* Missed space.kib2010-10-061-1/+1
* Add cross-references to lrand48(3) and arc4random(3) from rand(3)kib2010-10-062-1/+11
* Revert changes of 'assure' to 'ensure' made in r211936.brucec2010-09-111-2/+2
* Because POSIX does not allow EINTR to be returned from sigwait(),davidxu2010-09-101-1/+1
* Fix incorrect usage of 'assure' and 'insure'.brucec2010-08-281-2/+2
* Do not call __pthread_cxa_finalize with invalid struct dl_phdr_info.kib2010-08-271-1/+1
* Powerpc is special here. powerpc and powerpc64 use different ABIs, soimp2010-08-241-2/+2
* MFtbemd:imp2010-08-231-2/+2
* On shared object unload, in __cxa_finalize, call and clear all installedkib2010-08-231-3/+20
* Style.kib2010-08-231-2/+2
* Use aux vector to get values for SSP canary, pagesize, pagesizes array,kib2010-08-171-7/+16
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whilejoel2010-08-161-2/+2
* Fix typos and spelling mistakes.joel2010-08-061-1/+1
* Comment out IEEE Std 1003.1-2001 conformance proclaimed too early,ache2010-08-051-5/+5
* mdoc: remove unbalanced quotesuqs2010-08-021-2/+2
* Provide 64-bit PowerPC support in libc.nwhitehorn2010-07-101-1/+6
* In threaded processes, destroy the mutex atexit_mutex when we'vecperciva2010-06-131-0/+3
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theuqs2010-05-131-12/+12
* The previous revision actually removed the bug being hinted at, sobrueffer2010-05-121-3/+2
* C language does not has references, it provides pointers.kib2010-04-211-2/+2
* Add standards section, improve wording, taking into account the handlingkib2010-04-211-6/+8
* Free() is not allowed to modify errno, remove safety brackets around it [1].kib2010-04-201-13/+5
* Slightly modernize realpath(3).kib2010-04-202-8/+65
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-142-2/+2
* In reallocf(3), free the memory only when size != 0. Otherwise, when thejh2010-03-031-1/+8
* Rewrite red-black trees to do lazy balance fixup. This improvesjasone2010-02-282-772/+837
* Define TLS_MODEL for PowerPC as well. Since PowerPC uses variant I,marcel2010-02-161-0/+1
* Unbreak ia64: tls_model("initial-exec") is invalid, because it assumesmarcel2010-02-161-11/+9
* Fix PRcracauer2010-02-101-2/+2
* Fix bugs:jasone2010-01-314-1352/+2256
* Add missing return, in a rare case where we can't allocate memory inemaste2010-01-271-0/+1
* Simplify arena_run_reg_dalloc(), and remove a bug that was due to incorrectjasone2009-12-101-89/+28
* Fix the posix_memalign() changes in r196861 to actually return a NULL pointerjasone2009-12-101-0/+1
* Revert behavior change to setenv(), unsetenv() and putenv() until a morescf2009-12-071-3/+6
* Update the getenv(3) man page to reflect the recent change to the behaviorscf2009-12-061-9/+9
* Change the behavior of setenv(), putenv() and unsetenv() to continue parsingscf2009-12-061-6/+3
* Improve the comment within getenv() explaining the search order it takes toscf2009-12-061-8/+9
* Fix many "function declaration isn't a prototype" warnings in libc.ed2009-12-051-2/+1
* Temporarily revert the previous change because the linker has beengreen2009-12-011-36/+28
* Do not gratuitously fail *env(3) operations due to corrupt ('='-less)green2009-12-011-28/+36
* Change the utrace log entry for malloc_init from (0, 0, 0) to (-1, 0, 0)cperciva2009-11-141-1/+1
* Make malloc(3) superpage aware. Specifically, if getpagesizes(3) returnsalc2009-09-262-2/+19
* Handle zero size for posix_memalign. Return NULL or unique addresskib2009-09-051-0/+9
* Our implementation of granpt(3) could be valid in the future.ed2009-08-241-15/+11
* Simplify. We can just use .sinclude here.ed2009-06-231-3/+1
* Our grantpt(3) and unlockpt(3) don't comply with POSIX.ed2009-05-041-3/+7
OpenPOWER on IntegriCloud