summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add a macro STRICT_ASSIGN() to help avoid the compiler bug thatbde2008-01-171-0/+16
* Add an alternative view of the bits in an 80-bit long double (64+16bde2008-01-173-3/+24
* Fix some style nits.remko2008-01-161-4/+4
* Optimize this a bit better.das2008-01-151-13/+18
* Remove some now-unused macros.jhb2008-01-151-3/+1
* Handle Zip archives that are "multi-part archives with onlykientzle2008-01-151-1/+19
* Put back the openpty(3) and ptsname(3) fixes but don't disable ptsname(3)jhb2008-01-152-101/+34
* Back out last commit, since it accidentally broke pts.cperciva2008-01-152-40/+103
* In getttyent(3), if /etc/ttys doesn't end in a newline, don'tdas2008-01-151-1/+1
* Support uppercase hex digits in cpio archives.kientzle2008-01-151-3/+5
* Update the manpage for openpty(3) to account for the recent fixes.jhb2008-01-141-18/+14
* Fix issues which allow snooping on ptys. [08:01]cperciva2008-01-143-105/+42
* Changing 'r' to a size_t in the previous commit turned quicksortdas2008-01-141-4/+5
* Implement rintl(), nearbyintl(), lrintl(), and llrintl().das2008-01-1418-35/+383
* Since the tar bidder can never get called more than once, itkientzle2008-01-132-23/+59
* Update for the 'file' 4.23 import.obrien2008-01-131-4/+23
* Use size_t to avoid overflow when sorting arrays larger than 2 GB.das2008-01-132-2/+3
* 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
OpenPOWER on IntegriCloud