| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Finally document the option to avoid zombie creation | yar | 2004-06-07 | 3 | -2/+41 |
* | Fix the ordering in the description of the dlsym() lookup procedure to | roam | 2004-06-03 | 1 | -4/+4 |
* | use source address as a hint to determine destination address | ume | 2004-06-02 | 1 | -50/+361 |
* | Add Aerospace Corporation copyrights to EUI64 support files. | brooks | 2004-06-01 | 2 | -0/+52 |
* | Change the signature of ftok from (const char *, char) to (const char *, int) | tjr | 2004-06-01 | 1 | -1/+1 |
* | Treat IPv4 private address as global scope rather than site scope. | ume | 2004-05-31 | 1 | -1/+1 |
* | use source address as a hint to determine destination address. | ume | 2004-05-31 | 1 | -0/+111 |
* | Buffer partial wide characters more efficiently: instead of storing the | tjr | 2004-05-27 | 1 | -31/+46 |
* | Add support for an /etc/eui64 file modeled on /etc/ethers. The API is | brooks | 2004-05-26 | 3 | -2/+492 |
* | 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 |
* | 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 |
* | Update the document date. | alc | 2004-05-20 | 1 | -1/+1 |
* | 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 |
* | 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 |