summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* q§mtm2004-05-201-7/+5
* Nits fixed.kientzle2004-05-201-4/+4
* More research, more shuffling and clarification.kientzle2004-05-201-119/+149
* Implement crashdump decoding for AMD64 as well, now that I have finallypeter2004-05-191-28/+63
* When combining ustar prefix and name fields, check before adding a '/'kientzle2004-05-191-8/+8
* I've recently been looking at the Seventh Edition sourcekientzle2004-05-191-78/+80
* Refine the heuristic used to determine whether or not to obeykientzle2004-05-191-9/+20
* Remove a long obsolete paragraph from the BUGS section.alc2004-05-191-10/+0
* For amd64, explicitly compile mcount.po, rather than copying mcount.o. Wepeter2004-05-181-0/+6
* Be smarter about hardlink sizes: some tar programs writekientzle2004-05-181-2/+18
* Don't depend on NULL's expansion being a pointer, cast it before it is passedstefanf2004-05-181-3/+4
* Clarify an error message.kientzle2004-05-182-2/+4
* Clarify and extend paragraphs on interoperationyar2004-05-173-6/+55
* getgrent() and friends should set errno if there is an error.kientzle2004-05-172-1/+8
* POSIX prohibits any library function from setting errno to 0.kientzle2004-05-172-2/+6
* Use conversion state objects to store the accumulated wide character,tjr2004-05-171-63/+67
* Use a simpler and faster buffering scheme for partial multibyte characters.tjr2004-05-172-52/+80
* If getpwent/getpwuid/getpwnam return NULL, they must also set errno.kientzle2004-05-171-0/+3
* Remove some kludges designed to ensure that the compiler didn't rounddas2004-05-172-87/+10
* Remove spurious semicolons. Outside of functions they are actually errors butstefanf2004-05-161-1/+1
* Style fixes:bde2004-05-141-11/+5
* Fixed some insertion sort errors (external ones only).bde2004-05-141-25/+25
* Use a simpler, faster buffering scheme for partial characters in mbrtowc().tjr2004-05-141-21/+27
* Do not attempt to build libdisk, libthr and libc_r for arm.cognet2004-05-141-3/+8
OpenPOWER on IntegriCloud