| Commit message (Expand) | Author | Age | Files | Lines |
* | Document incorrect handling of multibyte characters. | tjr | 2004-07-06 | 1 | -1/+3 |
* | 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 |
* | Fix the NAME section making whatis(1) happy in particular. | ru | 2004-07-05 | 6 | -16/+13 |
* | Markup fixes. | ru | 2004-07-05 | 3 | -128/+180 |
* | Markup nits. | ru | 2004-07-05 | 13 | -70/+91 |
* | Sort SEE ALSO references (in dictionary order, ignoring case). | ru | 2004-07-04 | 7 | -7/+7 |
* | Add commentary explaining why we return EBADF upon attempts to fflush() a | cperciva | 2004-07-04 | 1 | -0/+12 |
* | Consistently use __inline instead of __inline__ as the former is an empty macro | stefanf | 2004-07-04 | 1 | -3/+3 |
* | Fixed markup. | ru | 2004-07-03 | 3 | -13/+14 |
* | Eliminate double whitespace. | ru | 2004-07-03 | 22 | -45/+48 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 143 | -439/+851 |
* | Follow previous change in makecontext. Use %esi to store next ucp | davidxu | 2004-07-02 | 1 | -1/+1 |
* | Removed trailing whitespace. | ru | 2004-07-02 | 6 | -15/+15 |
* | 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 |
* | Markup, grammar, and spelling fixes. | ru | 2004-06-30 | 20 | -82/+121 |
* | Fixed a typo. | ru | 2004-06-30 | 2 | -2/+2 |
* | Fix typo: WRDE_DOOFS -> WRDE_DOOFFS. | tjr | 2004-06-30 | 2 | -5/+5 |
* | s/SS_CANTSENDMORE/SBS_CANTSENDMORE/ | rik | 2004-06-24 | 1 | -1/+1 |
* | Prefix the names of members of _RuneLocale and its sub-structures | tjr | 2004-06-23 | 6 | -87/+90 |
* | Be specific about which socket properties are inherited from the original | bms | 2004-06-23 | 1 | -10/+13 |
* | Spelling fixes. | mpp | 2004-06-21 | 2 | -3/+3 |
* | Spelling fixes. | mpp | 2004-06-21 | 1 | -1/+1 |
* | Spelling fixes. | mpp | 2004-06-21 | 1 | -1/+1 |
* | Spelling fixes. | mpp | 2004-06-21 | 2 | -3/+3 |
* | Spelling fixes. | mpp | 2004-06-21 | 6 | -7/+7 |
* | PR: docs/67884 | mpp | 2004-06-21 | 1 | -1/+1 |
* | CLOCK_PROF and CLOCK_VIRTUAL are implemented now. | kbyanc | 2004-06-17 | 1 | -7/+1 |
* | Add reference to mac_get_link() in man page, which was omitted when | rwatson | 2004-06-17 | 2 | -1/+10 |
* | Rename variable name from `name' to `hostname'. | ume | 2004-06-16 | 1 | -7/+7 |
* | Avoid to touch red zone, in libpthread, ucontext may be saved by kernel's | davidxu | 2004-06-15 | 1 | -1/+1 |
* | The maximum value of iovcnt is IOV_MAX, not 16. | kbyanc | 2004-06-15 | 1 | -1/+2 |
* | Document the location of the header file which declares the function | bms | 2004-06-14 | 1 | -1/+2 |
* | Date bump. | bms | 2004-06-14 | 1 | -1/+1 |
* | Document some return values. | bms | 2004-06-14 | 1 | -1/+20 |
* | Merge changes from the tzcode2004a import. Wherever possible I tried to bring | stefanf | 2004-06-14 | 5 | -151/+374 |
* | Use .Dv instead of .Li for all the RLIMIT_* constants. | das | 2004-06-14 | 1 | -11/+11 |
* | Document RLIMIT_AS. While here, correct an insertion sort error. | das | 2004-06-13 | 1 | -5/+8 |
* | Remove a stale reference to %Ef and %EF from a comment. | stefanf | 2004-06-13 | 1 | -2/+2 |
* | Change defualt time zone from GMT to UTC. This will not be MFC-ed, and | kensmith | 2004-06-11 | 1 | -1/+6 |
* | Remove a couple of casts added for an ancient Sun compiler. | stefanf | 2004-06-08 | 1 | -11/+2 |
* | The third operand of the conditional operator should have type void too. | stefanf | 2004-06-08 | 2 | -2/+2 |
* | In fts_build(), if we try to chdir and fail (e.g. due to lack of search | das | 2004-06-08 | 2 | -4/+0 |
* | Rename cantwrite() to prepwrite(). The latter is less confusing, | das | 2004-06-08 | 1 | -4/+1 |
* | Rename cantwrite() to prepwrite(). The latter is less confusing, | das | 2004-06-08 | 4 | -5/+6 |
* | Set errno to EBADF on attempts to write to a stream that is not | das | 2004-06-08 | 1 | -2/+5 |
* | Use ".In" to mark up C include file names. | yar | 2004-06-07 | 1 | -2/+4 |
* | Each sentence should begin on a new line. | yar | 2004-06-07 | 1 | -10/+16 |
* | Extend and improve the mdoc(7) markup of this page. | yar | 2004-06-07 | 1 | -32/+60 |