| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | We use __arm__, not __arm32__. | cognet | 2004-05-14 | 1 | -1/+1 |
* | Define malloc_pageshift and malloc_minsize for arm. | cognet | 2004-05-14 | 1 | -0/+4 |
* | Fixed some minor style bugs. | bde | 2004-05-13 | 2 | -14/+20 |
* | Allow encoding modules to override the default implementations of | tjr | 2004-05-13 | 8 | -9/+113 |
* | Update raw byte count statistic correctly. | kientzle | 2004-05-13 | 1 | -1/+1 |
* | Add MLINK for newly-added archive_read_extract_set_progress_callback(3). | kientzle | 2004-05-13 | 2 | -0/+2 |
* | Add hook for a client-provided progress callback to be invoked | kientzle | 2004-05-13 | 6 | -2/+34 |
* | Fix braino in previous: check that the second byte in the character | tjr | 2004-05-13 | 2 | -2/+2 |
* | Fix some^Wseveral style bugs from last commit. | peadar | 2004-05-12 | 3 | -45/+38 |
* | Fix typo. | josef | 2004-05-12 | 1 | -1/+1 |
* | Fix typo. | josef | 2004-05-12 | 1 | -1/+1 |
* | Reduce overhead by calling internal versions of the multibyte conversion | tjr | 2004-05-12 | 8 | -11/+19 |
* | Move prototypes of various encoding-related functions into a new header | tjr | 2004-05-12 | 16 | -71/+72 |
* | Link radixsort(3) to sradixsort(3), make the latter appear in | ru | 2004-05-12 | 2 | -1/+2 |
* | Put crypto-aware version of the library into the right distribution. | ru | 2004-05-12 | 1 | -0/+1 |
* | Document the fact that in a jailed environment, sendto(2) could fail | csjp | 2004-05-11 | 1 | -0/+4 |
* | In the absence of proper validation, at least check that null bytes | tjr | 2004-05-11 | 4 | -1/+19 |
* | Fix and clarify unparsable sentence. | dds | 2004-05-11 | 1 | -3/+3 |
* | Bring the description for login_getclassbyname in sync with the function's | dds | 2004-05-11 | 2 | -8/+28 |
* | Remove a trailing newline, to behave as documented in syslog(3): | dds | 2004-05-10 | 1 | -0/+4 |
* | Fixed style bugs in previous commit (bogus forward declaration and | bde | 2004-05-10 | 1 | -3/+1 |
* | Use a binary search to find the range containing a character in | tjr | 2004-05-09 | 3 | -20/+34 |
* | o fix a sentence to match with the synopsis [1] | brueffer | 2004-05-09 | 1 | -3/+3 |