summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Pointy hat: We can't avoid a chown() call without checking both UIDkientzle2004-06-051-1/+5
* YAPHtM: Yet Another Pointy Hat to Me.kientzle2004-06-051-1/+1
* Recognize when we've accidentally created "foo/."kientzle2004-06-051-0/+12
* Correctly reset archive_read_data state everytime a header is read.kientzle2004-06-041-0/+5
* Correct the layering violation in read_body_to_string. The previouskientzle2004-06-041-17/+24
* Handle read_block() failures by ignoring the disk rather thanbrian2004-06-044-10/+34
* When we go to read the next tar header, if we get zero bytes, acceptkientzle2004-06-041-3/+22
* Be more careful about the initial read (used for "tasting" the compression):kientzle2004-06-041-1/+12
* Refactor the extraction code somewhat. In particular,kientzle2004-06-034-120/+105
* Add __BEGIN_DECLS / __END_DECLS so this can be used in C++ code.des2004-06-031-0/+4
* Fix the ordering in the description of the dlsym() lookup procedure toroam2004-06-031-4/+4
* Fixed lots of 1 ULP errors caused by a broken approximation for pi/2.bde2004-06-021-2/+2
* Add MLINKS for new API functions.kientzle2004-06-022-4/+6
* Refactor read_data:kientzle2004-06-028-131/+300
* use source address as a hint to determine destination addressume2004-06-021-50/+361
* Port a bugfix from FDLIBM 5.3. The bug really only applies to tan()das2004-06-021-8/+24
* Merge a bugfix from FDLIBM 5.3 to ensure that the error in tan()das2004-06-021-10/+24
* Distinguish cases when ncp module not loaded and when module have oldbp2004-06-021-1/+4
* Merged from double precision case (e_pow.c 1.10: sign fixes).bde2004-06-011-13/+14
* Add Aerospace Corporation copyrights to EUI64 support files.brooks2004-06-012-0/+52
* Fixed the sign of the result in some overflow and underflow cases (onesbde2004-06-011-17/+18
* Fixed another precision bug in powf(). This one is in the computationbde2004-06-011-1/+1
* Fixed 2 bugs in the computation /* t_h=ax+bp[k] High */.bde2004-06-011-1/+2
* Change the signature of ftok from (const char *, char) to (const char *, int)tjr2004-06-011-1/+1
* Honor NOINET6 and disable IPv6 support in libmilter and sendmail if itgshapiro2004-06-012-2/+10
* Treat IPv4 private address as global scope rather than site scope.ume2004-05-311-1/+1
* use source address as a hint to determine destination address.ume2004-05-311-0/+111
* Add implementations for cimag{,f,l}, creal{,f,l} and conj{,f,l}. They arestefanf2004-05-3010-0/+319
* Connect libarchive decompress support to the build.kientzle2004-05-273-2/+7
* 'gnutar' is now handled by the 'tar' reader, sokientzle2004-05-271-2/+1
* Buffer partial wide characters more efficiently: instead of storing thetjr2004-05-271-31/+46
* Previously, restoring an archive with hardlinked files that hadkientzle2004-05-272-95/+149
* Document support for reading .Z compressed archives.kientzle2004-05-272-17/+15
* GC some no-longer-used constants.kientzle2004-05-271-2/+0
* Add prototypes for .Z compression support.kientzle2004-05-272-0/+4
* Add read-only support for .Z compressed archives.kientzle2004-05-271-0/+471
* Add support for an /etc/eui64 file modeled on /etc/ethers. The API isbrooks2004-05-263-2/+492
* Humanize_number(3) is a part of libutil.pjd2004-05-251-0/+2
* You want to include libutil.h, not util.h.trhodes2004-05-251-4/+7
* Scan the source string for invalid wide characters in wcsrtombs()tjr2004-05-251-2/+9
* Provide trivial macro implementations of getwc(), getwchar(), putwc() andtjr2004-05-254-0/+8
* Add humanize_number(3) to libutil for formating numbers into a humanpjd2004-05-244-4/+312
* Don't declare spectHex() inside a function, use a real prototype.stefanf2004-05-241-1/+2
* Include <stdlib.h> for exit() and add a prototype for yyparse().stefanf2004-05-241-0/+4
* Grab all the information we need about a character with one call totjr2004-05-231-7/+5
* Perform conversions straight from the stream buffer instead of scanningtjr2004-05-221-18/+19
* Associate a multibyte conversion state object with each stream. Reset ittjr2004-05-227-42/+24
* Correct parsing of Solaris default ACLs.kientzle2004-05-211-4/+6
* Update the document date.alc2004-05-201-1/+1
* Make libthr async-signal-safe without costly signal masking. The guidlines Imtm2004-05-2015-622/+320
OpenPOWER on IntegriCloud