summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Remove extra debuggin gsupport that is turned on for head but turned offKen Smith2011-10-151-1/+1
* Fix building of 32-bit compat libraries on amd64 with clang, and usingDimitry Andric2011-07-181-4/+0
* Fix whitespace inconsistencies in libc in files copyrighted by me.Ed Schouten2011-06-261-1/+1
* Change sparc64 to use the initial exec TLS model, too. This avoids randomMarius Strobl2011-06-211-1/+1
* Don't add sigwait.c to MISRCS here when sigwait.c lives under ../sys andMarcel Moolenaar2011-03-171-1/+1
* Now that TLS generally is available on sparc64 since r219534 turn onMarius Strobl2011-03-111-1/+1
* Correct a typo in the malloc(3) manpage. Malloc options are set in theRyan Stone2011-03-071-2/+2
* Put in a temporary workaround for ctfmerge hanging on processingDimitry Andric2011-03-011-0/+4
* Fix some style(9) issues.Konstantin Belousov2011-01-081-4/+5
* Revert to r214147, errno is not clobbered as originallyBenedict Reuschling2010-10-221-2/+0
* Document strtonum()s behavior of setting errno to 0 when no error is found.Benedict Reuschling2010-10-211-0/+2
* Sync with OpenBSD rev. 1.13:Benedict Reuschling2010-10-211-2/+1
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-082-2/+0
* Missed space.Konstantin Belousov2010-10-061-1/+1
* Add cross-references to lrand48(3) and arc4random(3) from rand(3)Konstantin Belousov2010-10-062-1/+11
* Revert changes of 'assure' to 'ensure' made in r211936.Rebecca Cran2010-09-111-2/+2
* Because POSIX does not allow EINTR to be returned from sigwait(),David Xu2010-09-101-1/+1
* Fix incorrect usage of 'assure' and 'insure'.Rebecca Cran2010-08-281-2/+2
* Do not call __pthread_cxa_finalize with invalid struct dl_phdr_info.Konstantin Belousov2010-08-271-1/+1
* Powerpc is special here. powerpc and powerpc64 use different ABIs, soWarner Losh2010-08-241-2/+2
* MFtbemd:Warner Losh2010-08-231-2/+2
* On shared object unload, in __cxa_finalize, call and clear all installedKonstantin Belousov2010-08-231-3/+20
* Style.Konstantin Belousov2010-08-231-2/+2
* Use aux vector to get values for SSP canary, pagesize, pagesizes array,Konstantin Belousov2010-08-171-6/+15
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whileJoel Dahl2010-08-161-2/+2
* Fix typos and spelling mistakes.Joel Dahl2010-08-061-1/+1
* Comment out IEEE Std 1003.1-2001 conformance proclaimed too early,Andrey A. Chernov2010-08-051-5/+5
* mdoc: remove unbalanced quotesUlrich Spörlein2010-08-021-2/+2
* Provide 64-bit PowerPC support in libc.Nathan Whitehorn2010-07-101-1/+6
* In threaded processes, destroy the mutex atexit_mutex when we'veColin Percival2010-06-131-0/+3
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theUlrich Spörlein2010-05-131-12/+12
* The previous revision actually removed the bug being hinted at, soChristian Brueffer2010-05-121-3/+2
* C language does not has references, it provides pointers.Konstantin Belousov2010-04-211-2/+2
* Add standards section, improve wording, taking into account the handlingKonstantin Belousov2010-04-211-6/+8
* Free() is not allowed to modify errno, remove safety brackets around it [1].Konstantin Belousov2010-04-201-13/+5
* Slightly modernize realpath(3).Konstantin Belousov2010-04-202-8/+65
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-142-2/+2
* In reallocf(3), free the memory only when size != 0. Otherwise, when theJaakko Heinonen2010-03-031-1/+8
* Rewrite red-black trees to do lazy balance fixup. This improvesJason Evans2010-02-282-772/+837
* Define TLS_MODEL for PowerPC as well. Since PowerPC uses variant I,Marcel Moolenaar2010-02-161-0/+1
* Unbreak ia64: tls_model("initial-exec") is invalid, because it assumesMarcel Moolenaar2010-02-161-11/+9
* Fix PRMartin Cracauer2010-02-101-2/+2
* Fix bugs:Jason Evans2010-01-314-1345/+2249
* Add missing return, in a rare case where we can't allocate memory inEd Maste2010-01-271-0/+1
* Simplify arena_run_reg_dalloc(), and remove a bug that was due to incorrectJason Evans2009-12-101-89/+28
* Fix the posix_memalign() changes in r196861 to actually return a NULL pointerJason Evans2009-12-101-0/+1
* Revert behavior change to setenv(), unsetenv() and putenv() until a moreSean Farley2009-12-071-3/+6
* Update the getenv(3) man page to reflect the recent change to the behaviorSean Farley2009-12-061-9/+9
* Change the behavior of setenv(), putenv() and unsetenv() to continue parsingSean Farley2009-12-061-6/+3
* Improve the comment within getenv() explaining the search order it takes toSean Farley2009-12-061-8/+9