aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Add the 'D' and 'M' run time options, and use them to control whetherJason Evans2007-12-272-315/+492
* Fix a typo in regards to the ENOENT error.John Baldwin2007-12-271-1/+1
* Clean up some of the pts(4) vs pty(4) stuff in grantpt(3) and friends:John Baldwin2007-12-211-22/+23
* Reduce lock contention for simple cases.Warner Losh2007-12-191-16/+22
* Add note about other systems.Warner Losh2007-12-191-0/+3
* Move all the xprintf-related symbols to FBSDprivate_1.0.David Schultz2007-12-181-9/+13
* Since nan() is supposed to work the same as strtod("nan(...)", NULL),David Schultz2007-12-184-12/+0
* Use fixed point integer math instead of floating point math whenJason Evans2007-12-181-42/+47
* Catch up with vfprintf.c,v 1.77.David Schultz2007-12-181-0/+1
* Moved logging out of the nss_method_lookup() in order not toMichael Bushkov2007-12-171-9/+13
* Refactor features a bit in order to make it possible to disable lazyJason Evans2007-12-171-52/+127
* Implement and document nan(), nanf(), and nanl(). This commitDavid Schultz2007-12-161-4/+23
* Export gdtoa's __ULto{x,Q}_D2A routine in a private namespace soDavid Schultz2007-12-165-0/+17
* Arrange so that the NaN returned by strtod("nan", NULL) is the same asDavid Schultz2007-12-165-27/+27
* Increment the version namespace for 8.0-current. New symbols andDaniel Eischen2007-12-141-0/+5
* Update posix_openpt(3) to handle 512 ptys. This was missed in the earlierJohn Baldwin2007-12-131-2/+2
* Remove license clause 3 to agree with the now-standard BSD license.Wes Peters2007-12-123-14/+0
* Implementing 'fallback' nsswitch source. 'fallback' source is usedMichael Bushkov2007-12-123-116/+220
* Remove 3rd clause of licenseAlexey Zelkin2007-12-121-4/+0
* Fix typo in the commentAndrey A. Chernov2007-12-111-1/+1
* Remove some test instrumentation. (The Symbol.map changes broke it anyway.)David Schultz2007-12-092-8/+0
* Fix handling of subnormals on i386/ia64/amd64.David Schultz2007-12-091-2/+0
* Make the warning a bit less 'broad' then it used to be. The accessRemko Lodder2007-12-081-1/+10
* Merge BIND 9.4.2 into main chunk.Hajimu UMEMOTO2007-12-032-18/+25
* This commit was generated by cvs2svn to compensate for changes in r174223,Hajimu UMEMOTO2007-12-031-2/+2
|\
| * Vendor import of BIND 9.4.2vendor/resolver/9.4.2Hajimu UMEMOTO2007-12-033-21/+32
| * Vendor import of BIND 9.4.1vendor/resolver/9.4.1Hajimu UMEMOTO2007-06-031-2/+7
* | Since jb@ fixed the type of dd_lock in <dirent.h>, these casts are noDag-Erling Smørgrav2007-12-034-11/+11
* | In scanf, round according to the current rounding mode.David Schultz2007-12-037-8/+20
* | Only zero large allocations when necessary (for calloc()).Jason Evans2007-11-281-1/+1
* | Add _pthread_mutex_init_calloc_cb to libc's map, for which malloc definesJason Evans2007-11-271-0/+1
* | Document the B and L MALLOC_OPTIONS.Jason Evans2007-11-271-1/+26
* | Implement dynamic load balancing of thread-->arena mapping, based on lockJason Evans2007-11-271-58/+297
* | Implement lazy deallocation of small objects. For each arena, maintain aJason Evans2007-11-271-0/+218
* | Avoid re-zeroing memory in calloc() when possible.Jason Evans2007-11-271-143/+218
* | Fix stats printing of the amount of memory currently consumed by hugeJason Evans2007-11-271-36/+37
* | Use an intermediate pointer to avoid a strict aliasing warning.John Birrell2007-11-231-1/+2
* | Use an intermediate pointer to avoid a strict aliasing warning.John Birrell2007-11-211-1/+2
* | Use intermediate pointers to avoid strict alias type check failuresJohn Birrell2007-11-207-15/+47
* | Change the casts from (pthread_mutex_t *) to (void *) to keep gcc quiet.Olivier Houchard2007-11-191-3/+3
* | Fix bad rule and bad dependency for nsparser.h that canRuslan Ermilov2007-11-151-6/+3
* | - Include runetype.h for _RuneLocale_Rong-En Fan2007-11-071-0/+2
* | Remove extraneous empty lines, to fix mdoc warnings.Giorgos Keramidas2007-10-303-7/+3
* | mdoc fix: remove extraneous empty line.Giorgos Keramidas2007-10-301-2/+1
* | Bump manpage date, missed during the last change.Giorgos Keramidas2007-10-301-1/+1
* | The .Fx request doesn't recognize 2.2.0, so use ".Fx 2.2"Giorgos Keramidas2007-10-301-1/+1
* | Remove extraneous .Ef request.Giorgos Keramidas2007-10-301-2/+1
* | Back out 2nd part of wrong iswascii() change in prev. commit.Andrey A. Chernov2007-10-231-1/+1
* | Add a BUGS section to note that mount/chroot changes sinceJohn Birrell2007-10-221-0/+4
* | Add the full module path name to the kld_file_stat structureJohn Birrell2007-10-221-0/+5