| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve documentation for fgetpos() and fsetpos(), and discourage | tjr | 2004-03-20 | 1 | -13/+21 |
* | Many fixes: | kientzle | 2004-03-19 | 23 | -631/+1163 |
* | Shave-off troff cycles by invoking .Fa only once. | dds | 2004-03-19 | 1 | -3/+1 |
* | Do not redundantly set the stream orientation in getc(), putc(), and | tjr | 2004-03-19 | 6 | -6/+12 |
* | Update list of macros defined in <stdio.h>. | tjr | 2004-03-17 | 1 | -1/+17 |
* | Re-add description of putc() macro (back out rev. 1.13.) | tjr | 2004-03-17 | 1 | -2/+8 |
* | Re-add text that says getc() is a macro (back out rev. 1.16.) | tjr | 2004-03-17 | 1 | -1/+2 |
* | Fix a POSIX conformance bug. POSIX says sigwait should return error number | davidxu | 2004-03-17 | 2 | -6/+6 |
* | Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(), | tjr | 2004-03-17 | 6 | -34/+12 |
* | Run through indent(1) so I can read the code without getting a headache. | des | 2004-03-16 | 14 | -5317/+5233 |
* | Use unions to avoid violating C99 strict aliasing rules. | des | 2004-03-16 | 6 | -43/+50 |
* | Change libdisk and sysinstall to use d_addr_t rather than u_long for disk | jhb | 2004-03-16 | 6 | -71/+74 |
* | Refer to "wide characters" instead of "wide-characters". | tjr | 2004-03-16 | 3 | -15/+15 |
* | Sort MLINKS. | tjr | 2004-03-16 | 1 | -1/+1 |
* | Add fairly minimal documentation for the nmount() syscall. | tjr | 2004-03-16 | 2 | -3/+35 |
* | Don't try to pass off a struct sockaddr as a struct sockaddr_in when it | des | 2004-03-15 | 1 | -2/+2 |
* | Add -DDEBUG to DEBUG_FLAGS if PAM_DEBUG is defined. | des | 2004-03-15 | 1 | -0/+4 |
* | Document additional reasons that sysctl(3) can return ENOMEM (due to | truckman | 2004-03-15 | 1 | -0/+11 |
* | Make this compile with -O2. A proper fix would use a struct to represent | des | 2004-03-15 | 1 | -22/+22 |
* | Whitespace nits. | des | 2004-03-15 | 1 | -4/+4 |
* | Fixed a misspelling of 0 as NULL. | bde | 2004-03-14 | 2 | -2/+2 |
* | Fixed a misspelling of 0 as NULL. Removed a spelling of NULL as 0. | bde | 2004-03-14 | 1 | -1/+1 |
* | Fixed misspellings of '\0' as NULL. | bde | 2004-03-14 | 1 | -2/+2 |
* | Initial support for C99's (or is it POSIX.1-2001's?) MATH_ERRNO, | bde | 2004-03-12 | 1 | -0/+6 |
* | Fixed misspellings of 0 as NULL. | bde | 2004-03-11 | 1 | -3/+2 |
* | Set stream orientation in ungetc() instead of __ungetc(). This avoids | tjr | 2004-03-10 | 1 | -2/+1 |
* | Remove duplicate check for EOF from ungetc(); __ungetc() already checks. | tjr | 2004-03-10 | 1 | -2/+0 |
* | Call __sputc() directly in fputc() instead of taking an expensive | tjr | 2004-03-10 | 1 | -1/+1 |
* | Call __sgetc() directly in getchar() instead of taking an expensive | tjr | 2004-03-10 | 1 | -1/+1 |
* | Set the stream orientation explicitly in fgetln() instead of relying on | tjr | 2004-03-10 | 1 | -0/+1 |
* | Set stream orientation in puts(). | tjr | 2004-03-10 | 1 | -0/+2 |
* | Put libypclnt behind NO_YP_LIBC | phk | 2004-03-10 | 1 | -2/+6 |
* | Make libgeom usable by C++ programs: | jhb | 2004-03-09 | 2 | -127/+140 |
* | Many fixes. | kientzle | 2004-03-09 | 37 | -203/+448 |
* | Backout the previous revision due to objections. | jb | 2004-03-09 | 2 | -10/+4 |
* | On 4.X it was possible for an application to initialise a local FILE | jb | 2004-03-09 | 2 | -4/+10 |
* | String the consumers into the list of the provider they are attached to. | phk | 2004-03-08 | 1 | -1/+5 |
* | Rearrange (centralize) initialization of mallocs internals to always be | phk | 2004-03-07 | 1 | -19/+13 |
* | Add manpages for the gctl API. | phk | 2004-03-07 | 2 | -4/+118 |
* | Recognize hardlinks when reading cpio files. | kientzle | 2004-03-07 | 1 | -5/+100 |
* | Merge some fixes from NetBSD's getopt.3 v1.31: | ache | 2004-03-06 | 1 | -43/+88 |
* | Merge some fixes from NetBSD's getopt.c v1.26: | ache | 2004-03-06 | 1 | -26/+43 |
* | Fix typo, was 'W'; instead of `W;' | ache | 2004-03-06 | 1 | -1/+1 |
* | Make GNU-compatible following case: | ache | 2004-03-06 | 2 | -23/+27 |
* | Minor API tweak: The format-specific write_header function now sets | kientzle | 2004-03-06 | 3 | -36/+110 |
* | Remove last evidence of a long-dead function. | kientzle | 2004-03-06 | 2 | -18/+0 |
* | Add ARCHIVE_EXTRACT_UNLINK option to permit clients to | kientzle | 2004-03-06 | 3 | -0/+7 |
* | Correctly read symlinks from cpio files. | kientzle | 2004-03-06 | 1 | -1/+15 |
* | Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) | markm | 2004-03-05 | 8 | -11/+12 |
* | Correctly read SCHILY.nlink from pax-format archives. | kientzle | 2004-03-05 | 1 | -0/+2 |