summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix a major chunk-related memory leak in chunk_dealloc_dss_record(). [1]jasone2007-12-311-65/+56
* Fix a bug related to sbrk() calls that could cause address space leaks.jasone2007-12-311-186/+268
* - Update build glue for 5.6-20071222rafan2007-12-302-23/+54
* Update libarchive to 2.4.10. This includes a number of improvementskientzle2007-12-3031-245/+2118
* - Update kvm_deadfiles to be compatible with the new system which has nojeff2007-12-301-44/+87
* Back out premature commit of previous version.jasone2007-12-281-183/+113
* Maintain two trees instead of one (old_chunks --> old_chunks_{ad,szad}) injasone2007-12-281-113/+183
* Release chunks_mtx for all paths through chunk_dealloc().jasone2007-12-281-1/+4
* Add the 'D' and 'M' run time options, and use them to control whetherjasone2007-12-272-315/+492
* Fix a typo in regards to the ENOENT error.jhb2007-12-271-1/+1
* Clean up some of the pts(4) vs pty(4) stuff in grantpt(3) and friends:jhb2007-12-211-22/+23
* Adjust for OpenPAM Hydrangea.des2007-12-214-7/+8
* Invoke revoke(2) on the slave pty in the pts(4) case (new_openpty()) tojhb2007-12-201-1/+13
* call underscore version of pthread_cleanup_pop instead.davidxu2007-12-201-1/+1
* Remove vfork() overloading, it is no longer needed.davidxu2007-12-202-11/+0
* Grumble. DO declare logbl(), DON'T declare logl() just yet.das2007-12-201-0/+2
* Remove the declaration of logl(). The relevant bits haven't beendas2007-12-201-2/+0
* Add missing dependencies on Makefile (fixes NO_CLEAN builds).ru2007-12-191-4/+4
* Reduce lock contention for simple cases.imp2007-12-191-16/+22
* Add note about other systems.imp2007-12-191-0/+3
* As several people pointed out, I did all the ctype casts the wrongdes2007-12-194-28/+36
* Move all the xprintf-related symbols to FBSDprivate_1.0.das2007-12-181-9/+13
* Since nan() is supposed to work the same as strtod("nan(...)", NULL),das2007-12-188-50/+85
* Document NO_PROXY / no_proxy.des2007-12-181-1/+17
* Add support for the NO_PROXY / no_proxy environment variable as used bydes2007-12-184-8/+63
* Old patch I had lying around: correctly cast the argument to is*().des2007-12-183-24/+25
* Use fixed point integer math instead of floating point math whenjasone2007-12-181-42/+47
* Fix logical bug in the bzip2 reading code, which results in bogus EIOsobomax2007-12-182-2/+48
* Catch up with vfprintf.c,v 1.77.das2007-12-181-0/+1
* Remove z_abs(). The z_*() functions were in libf77, and for some reasondas2007-12-182-8/+0
* Oops, the previous commit was not needed -- the file was committed butbde2007-12-171-1/+1
* Translate from the i386 so that this compiles and runs.bde2007-12-171-1/+1
* Moved logging out of the nss_method_lookup() in order not tobushman2007-12-171-9/+13
* Don't try to build s_nanl.c before it is committed.bde2007-12-171-1/+1
* Add logbl(3) to libm.das2007-12-179-32/+184
* Add function prototypes.davidxu2007-12-171-1/+7
* Refactor features a bit in order to make it possible to disable lazyjasone2007-12-171-52/+127
* Document the fact that we have nan(3) now, and make some minor clarificationsdas2007-12-171-10/+14
* Remove hacks to allow libkse to export its symbols in the LIBTHREAD_1_0deischen2007-12-16102-481/+0
* Implement and document nan(), nanf(), and nanl(). This commitdas2007-12-168-8/+302
* Export gdtoa's __ULto{x,Q}_D2A routine in a private namespace sodas2007-12-165-0/+17
* Arrange so that the NaN returned by strtod("nan", NULL) is the same asdas2007-12-165-27/+27
* Add a berase() function which uses ioctl(DIOCGDELETE) to erase a slabphk2007-12-164-8/+42
* 1. Add csqrt{,f}(3).das2007-12-151-2/+10
* Implement and document csqrt(3) and csqrtf(3).das2007-12-154-2/+290
* Increment the version namespace for 8.0-current. New symbols anddeischen2007-12-141-0/+5
* Clean up namespace violations.des2007-12-147-314/+314
* Update the standards section, and make a minor clarification about thedas2007-12-141-5/+10
* 1. Add function pthread_mutex_setspinloops_np to turn a mutex's spindavidxu2007-12-143-29/+114
* Typo in previous commitdas2007-12-141-2/+2
OpenPOWER on IntegriCloud