| Commit message (Expand) | Author | Age | Files | Lines |
* | Honor NOINET6 and disable IPv6 support in libmilter and sendmail if it | gshapiro | 2004-06-01 | 2 | -2/+10 |
* | Treat IPv4 private address as global scope rather than site scope. | ume | 2004-05-31 | 1 | -1/+1 |
* | use source address as a hint to determine destination address. | ume | 2004-05-31 | 1 | -0/+111 |
* | Add implementations for cimag{,f,l}, creal{,f,l} and conj{,f,l}. They are | stefanf | 2004-05-30 | 10 | -0/+319 |
* | Connect libarchive decompress support to the build. | kientzle | 2004-05-27 | 3 | -2/+7 |
* | 'gnutar' is now handled by the 'tar' reader, so | kientzle | 2004-05-27 | 1 | -2/+1 |
* | Buffer partial wide characters more efficiently: instead of storing the | tjr | 2004-05-27 | 1 | -31/+46 |
* | Previously, restoring an archive with hardlinked files that had | kientzle | 2004-05-27 | 2 | -95/+149 |
* | Document support for reading .Z compressed archives. | kientzle | 2004-05-27 | 2 | -17/+15 |
* | GC some no-longer-used constants. | kientzle | 2004-05-27 | 1 | -2/+0 |
* | Add prototypes for .Z compression support. | kientzle | 2004-05-27 | 2 | -0/+4 |
* | Add read-only support for .Z compressed archives. | kientzle | 2004-05-27 | 1 | -0/+471 |
* | Add support for an /etc/eui64 file modeled on /etc/ethers. The API is | brooks | 2004-05-26 | 3 | -2/+492 |
* | Humanize_number(3) is a part of libutil. | pjd | 2004-05-25 | 1 | -0/+2 |
* | You want to include libutil.h, not util.h. | trhodes | 2004-05-25 | 1 | -4/+7 |
* | Scan the source string for invalid wide characters in wcsrtombs() | tjr | 2004-05-25 | 1 | -2/+9 |
* | Provide trivial macro implementations of getwc(), getwchar(), putwc() and | tjr | 2004-05-25 | 4 | -0/+8 |
* | Add humanize_number(3) to libutil for formating numbers into a human | pjd | 2004-05-24 | 4 | -4/+312 |
* | Don't declare spectHex() inside a function, use a real prototype. | stefanf | 2004-05-24 | 1 | -1/+2 |
* | Include <stdlib.h> for exit() and add a prototype for yyparse(). | stefanf | 2004-05-24 | 1 | -0/+4 |
* | Grab all the information we need about a character with one call to | tjr | 2004-05-23 | 1 | -7/+5 |
* | Perform conversions straight from the stream buffer instead of scanning | tjr | 2004-05-22 | 1 | -18/+19 |
* | Associate a multibyte conversion state object with each stream. Reset it | tjr | 2004-05-22 | 7 | -42/+24 |
* | Correct parsing of Solaris default ACLs. | kientzle | 2004-05-21 | 1 | -4/+6 |
* | Update the document date. | alc | 2004-05-20 | 1 | -1/+1 |
* | Make libthr async-signal-safe without costly signal masking. The guidlines I | mtm | 2004-05-20 | 15 | -622/+320 |
* | q§ | mtm | 2004-05-20 | 1 | -7/+5 |
* | Nits fixed. | kientzle | 2004-05-20 | 1 | -4/+4 |
* | More research, more shuffling and clarification. | kientzle | 2004-05-20 | 1 | -119/+149 |
* | Implement crashdump decoding for AMD64 as well, now that I have finally | peter | 2004-05-19 | 1 | -28/+63 |
* | When combining ustar prefix and name fields, check before adding a '/' | kientzle | 2004-05-19 | 1 | -8/+8 |
* | I've recently been looking at the Seventh Edition source | kientzle | 2004-05-19 | 1 | -78/+80 |
* | Refine the heuristic used to determine whether or not to obey | kientzle | 2004-05-19 | 1 | -9/+20 |
* | Remove a long obsolete paragraph from the BUGS section. | alc | 2004-05-19 | 1 | -10/+0 |
* | For amd64, explicitly compile mcount.po, rather than copying mcount.o. We | peter | 2004-05-18 | 1 | -0/+6 |
* | Be smarter about hardlink sizes: some tar programs write | kientzle | 2004-05-18 | 1 | -2/+18 |
* | Don't depend on NULL's expansion being a pointer, cast it before it is passed | stefanf | 2004-05-18 | 1 | -3/+4 |
* | Clarify an error message. | kientzle | 2004-05-18 | 2 | -2/+4 |
* | Clarify and extend paragraphs on interoperation | yar | 2004-05-17 | 3 | -6/+55 |
* | getgrent() and friends should set errno if there is an error. | kientzle | 2004-05-17 | 2 | -1/+8 |
* | POSIX prohibits any library function from setting errno to 0. | kientzle | 2004-05-17 | 2 | -2/+6 |
* | Use conversion state objects to store the accumulated wide character, | tjr | 2004-05-17 | 1 | -63/+67 |
* | Use a simpler and faster buffering scheme for partial multibyte characters. | tjr | 2004-05-17 | 2 | -52/+80 |
* | If getpwent/getpwuid/getpwnam return NULL, they must also set errno. | kientzle | 2004-05-17 | 1 | -0/+3 |
* | Remove some kludges designed to ensure that the compiler didn't round | das | 2004-05-17 | 2 | -87/+10 |
* | Remove spurious semicolons. Outside of functions they are actually errors but | stefanf | 2004-05-16 | 1 | -1/+1 |
* | Style fixes: | bde | 2004-05-14 | 1 | -11/+5 |
* | Fixed some insertion sort errors (external ones only). | bde | 2004-05-14 | 1 | -25/+25 |
* | Use a simpler, faster buffering scheme for partial characters in mbrtowc(). | tjr | 2004-05-14 | 1 | -21/+27 |
* | Do not attempt to build libdisk, libthr and libc_r for arm. | cognet | 2004-05-14 | 1 | -3/+8 |