aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Fix cut/paste brain-o. Spell #endif correctly.Peter Wemm2014-08-071-1/+1
* Like on stable/9 and later, don't redefine MALLOC_PRODUCTIONPeter Wemm2014-08-071-0/+2
* MFC r253380,253413: name passed into __setenv is not necessarily NUL-terminatedAndriy Gapon2013-07-241-3/+2
* When r241373 was merged, one file appears to have been missed from theGavin Atkinson2013-03-281-2/+1
* MFH (r240107,240111,240361): warn against using weak PRNGsDag-Erling Smørgrav2013-02-282-16/+19
* MFH r247014, r247050 and r247051.Giorgos Keramidas2013-02-251-1/+41
* MFC r241373:Eitan Adler2012-10-121-2/+1
* MFC r235286:Glen Barber2012-05-182-3/+4
* MFC r211706:Konstantin Belousov2012-05-091-3/+20
* MFC r228885:Glen Barber2012-01-022-3/+6
* MFC r212405 (by davidxu):Konstantin Belousov2011-10-011-1/+1
* MFC r217144:Konstantin Belousov2011-01-151-4/+5
* MFC r214147:Benedict Reuschling2010-10-261-2/+1
* MFC r213476:Konstantin Belousov2010-10-132-1/+11
* MFC r206622,207939,208593,208732,209031: mdoc cleanupUlrich Spörlein2010-08-272-2/+2
* MFC r211704:Konstantin Belousov2010-08-261-2/+2
* MFC r204636:Jaakko Heinonen2010-08-021-1/+8
* MFC: r207946Christian Brueffer2010-07-041-3/+2
* MFC r207009:Konstantin Belousov2010-05-051-2/+2
* MFC r206893:Konstantin Belousov2010-05-042-11/+62
* MFC r203077:Ed Maste2010-02-091-0/+1
* MFC r197524Alan Cox2009-11-022-2/+19
* MFC r196861:Konstantin Belousov2009-09-121-0/+9
* Remove extra debugging support that is turned on for head but turned offKen Smith2009-09-101-1/+1
* MFC r196508:Ed Schouten2009-08-281-15/+11
* Simplify. We can just use .sinclude here.Ed Schouten2009-06-231-3/+1
* Our grantpt(3) and unlockpt(3) don't comply with POSIX.Ed Schouten2009-05-041-3/+7
* "-isoC-99" should be spelled without 'c'.Xin LI2009-03-011-1/+1
* Add two new routines: fdevname() and fdevname_r().Ed Schouten2009-02-111-5/+3
* Fix language on atol(3) manpage. Add a COMPATIBILITY sectionGiorgos Keramidas2009-02-081-3/+32
* Fix a lock order reversal bug that could cause deadlock during fork(2).Jason Evans2008-12-011-11/+37
* Adjust an assertion to handle the case where a lock is contested, butJason Evans2008-11-301-1/+1
* Do not spin when trying to lock on a single-CPU system.Jason Evans2008-11-301-11/+13
* Revert to preferring mmap(2) over sbrk(2) when mapping memory, due toJason Evans2008-11-032-13/+18
* MTC r183949:Alexander Leidinger2008-10-171-0/+5
* Use PAGE_{SIZE,MASK,SHIFT} from machine/param.h rather than hard-codingJason Evans2008-09-101-120/+88
* Unbreak ia64: pges are 8KB.Marcel Moolenaar2008-09-061-1/+1
* Add thread-specific caching for small size classes, based on magazines.Jason Evans2008-08-273-256/+1133
* Remove grantpt.c, which should have been deleted in the MPSAFE TTY commit.Ed Schouten2008-08-201-286/+0
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-204-100/+129
* Move CPU_SPINWAIT into the innermost spin loop, in order to allow fasterJason Evans2008-08-141-2/+3
* Re-order the terms of an expression in arena_run_reg_dalloc() to correctlyJason Evans2008-08-141-2/+2
* Remove variables which are assigned values and never used thereafter.Colin Percival2008-08-081-5/+1
* Restructure and use different variables in the tests that involveSean Farley2008-08-031-13/+15
* Detect if the application has cleared the environ variable by settingSean Farley2008-08-021-7/+12
* Enhance arena_chunk_map_t to directly support run coalescing, and useJason Evans2008-07-181-394/+338
* - This code was intially obtained from NetBSD, but it's missing licenceDaniel Gerzo2008-07-061-1/+29
* - Add description about a missing return valueDaniel Gerzo2008-07-061-2/+6
* - remove superfluous wordDaniel Gerzo2008-07-061-3/+3
* Mark the section describing return values with an appropriate section flag.Daniel Gerzo2008-06-261-1/+1