| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate some magic numbers and correct description of _PC_NO_TRUNC. | wollman | 2004-07-08 | 2 | -20/+45 |
* | Add the new call control layer to the library and install the man page | harti | 2004-07-08 | 1 | -5/+11 |
* | Add a function to iterate over all characters in a particular character | tjr | 2004-07-08 | 3 | -2/+150 |
* | I think this is my fourth complete rewrite of the dir-creation | kientzle | 2004-07-08 | 1 | -139/+213 |
* | Make bluetooth compile on all platforms | emax | 2004-07-07 | 1 | -1/+2 |
* | there's no such define as KERN_NAME_MAX, change to _POSIX_NAME_MAX. | alfred | 2004-07-07 | 1 | -1/+1 |
* | Markup fixes. | ru | 2004-07-07 | 1 | -16/+24 |
* | Markup nits. | ru | 2004-07-07 | 1 | -2/+4 |
* | Fixed markup. | ru | 2004-07-07 | 1 | -16/+22 |
* | mdoc(7) fixes. | ru | 2004-07-07 | 1 | -2/+3 |
* | Move the return value information about the getenv(3) library function | hmp | 2004-07-06 | 1 | -4/+10 |
* | Keep it sync with OpenBSD: | ache | 2004-07-06 | 1 | -3/+4 |
* | Push WARNS back up to 6, but define NO_WERROR; I want the warts out in the | des | 2004-07-06 | 1 | -1/+2 |
* | Introduce inline {ip,udp,tcp}_next() functions which take a pointer to an | des | 2004-07-06 | 12 | -52/+77 |
* | Rewrite twowords() to access its argument through a char pointer and not | des | 2004-07-06 | 1 | -3/+10 |
* | Document incorrect handling of multibyte characters. | tjr | 2004-07-06 | 1 | -1/+3 |
* | Temporarily lower WARNS to 3 while I figure out the alignment issues on | des | 2004-07-06 | 1 | -1/+1 |
* | Add C99's nearbyint{,f}() functions as wrappers around rint(). | das | 2004-07-06 | 4 | -6/+94 |
* | Add implementations of ftw(3) and nftw(3) and the corresponding header | das | 2004-07-05 | 2 | -2/+211 |
* | Documentation for ftw(3) and nftw(3). | das | 2004-07-05 | 1 | -0/+210 |
* | Minor wordsmithing; remove a controversial colon. | kientzle | 2004-07-05 | 1 | -3/+2 |
* | Add convenience functions to retrieve the atime fields directly, | kientzle | 2004-07-05 | 3 | -0/+20 |
* | ru@'s ambitious sweep through the manpages is mostly a good thing, | kientzle | 2004-07-05 | 1 | -1/+1 |
* | Make whatis(1) happy about the NAME section. | ru | 2004-07-05 | 1 | -57/+60 |
* | Fix the NAME section making whatis(1) happy in particular. | ru | 2004-07-05 | 7 | -68/+65 |
* | Unbreak a whatis(1) entry by fixing the NAME section. | ru | 2004-07-05 | 1 | -14/+10 |
* | Make libalias WARNS?=6-clean. This mostly involves renaming variables | des | 2004-07-05 | 15 | -676/+721 |
* | Parenthesize return values. | des | 2004-07-05 | 6 | -120/+120 |
* | Mechanical whitespace cleanup. | des | 2004-07-05 | 6 | -126/+126 |
* | Markup fixes. | ru | 2004-07-05 | 3 | -128/+180 |
* | Markup fixes. | ru | 2004-07-05 | 1 | -22/+28 |
* | Markup fixes. | ru | 2004-07-05 | 5 | -31/+31 |
* | Markup nits. | ru | 2004-07-05 | 14 | -72/+93 |
* | Fixed cross-references in SEE ALSO. | ru | 2004-07-04 | 6 | -20/+28 |
* | Sort SEE ALSO references (in dictionary order, ignoring case). | ru | 2004-07-04 | 10 | -11/+11 |
* | Add commentary explaining why we return EBADF upon attempts to fflush() a | cperciva | 2004-07-04 | 1 | -0/+12 |
* | Record the offset of thr_id in the thread structure. Required for | marcel | 2004-07-04 | 1 | -0/+1 |
* | Yet another pointy hat: When restoring file flags, it's okay to use the | kientzle | 2004-07-04 | 1 | -1/+1 |
* | Consistently use __inline instead of __inline__ as the former is an empty macro | stefanf | 2004-07-04 | 1 | -3/+3 |
* | Add LibAliasOutTry() which checks a packet for a hit in the tables, but | phk | 2004-07-04 | 2 | -16/+29 |
* | Yes, NgRecvAsciiMsg has the same results as NgRecvAsciiMsg, but it's | jmallett | 2004-07-04 | 1 | -1/+1 |
* | Fixed markup. | ru | 2004-07-03 | 3 | -13/+14 |
* | Eliminate double whitespace. | ru | 2004-07-03 | 30 | -59/+62 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 215 | -732/+1395 |
* | Follow previous change in makecontext. Use %esi to store next ucp | davidxu | 2004-07-02 | 1 | -1/+1 |
* | Deal with unsafe tab characters. | ru | 2004-07-02 | 1 | -1/+3 |
* | Removed trailing whitespace. | ru | 2004-07-02 | 9 | -18/+18 |
* | Fixed spelling of the document date. | ru | 2004-07-02 | 6 | -6/+6 |
* | Markup tidying. | ru | 2004-07-02 | 6 | -16/+37 |
* | Use %esi to store next ucp pointer. Mark end of stack by | davidxu | 2004-07-02 | 2 | -3/+4 |