summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Plug memory leaks that is observed when argbuf or argspc is used in thedelphij2008-01-121-0/+4
* - Correct the range check in the double version to catch negative valuesdas2008-01-112-19/+22
* Add a feature_present(3) function which checks to see if a named kerneljhb2008-01-103-2/+137
* Add a new file descriptor type for IPC shared memory objects and use it tojhb2008-01-085-335/+161
* sem_post() requires to return -1 on error.davidxu2008-01-071-2/+2
* Enable both sbrk(2)- and mmap(2)-based memory acquisition methods byjasone2008-01-032-19/+20
* Crib {be,le}{16,32,64}{dec,enc} from src/sys/sys/endian.h and use it insteaddes2008-01-032-57/+164
* Add an internal utility function to simplify the many, many places wheredes2008-01-033-25/+24
* Extensive improvements to the libarchive_test test program thatkientzle2008-01-0129-789/+3321
* The mtree.5 file has been moved to src/usr.sbin/mtree.kientzle2008-01-012-271/+0
* 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
OpenPOWER on IntegriCloud