| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Define iaddr_t and saddr_t for arm. | cognet | 2004-05-14 | 1 | -1/+4 |
* | Use WARNS?=3 for these in the arm case for now, due to toolchain issues. | cognet | 2004-05-14 | 3 | -0/+13 |
* | Import _setjmp.S for arm in libstand. | cognet | 2004-05-14 | 1 | -0/+106 |
* | Import libkvm MD file for arm. | cognet | 2004-05-14 | 1 | -0/+103 |
* | Arm bits for libpthread. It has no chances to work and should be considered | cognet | 2004-05-14 | 10 | -0/+942 |
* | C runtime support for FreeBSD/arm. | cognet | 2004-05-14 | 4 | -0/+169 |
* | Import the softfloat emulation library, needed for FreeBSD/arm right now. | cognet | 2004-05-14 | 39 | -0/+14975 |
* | Import the FreeBSD/arm libc bits. | cognet | 2004-05-14 | 53 | -0/+6228 |