| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Unbreak world. | Ruslan Ermilov | 2004-04-21 | 1 | -3/+2 |
| * | MFdragonfly: resolver fix for timeouts on unqualified hostnames | Nate Lawson | 2004-04-21 | 1 | -5/+18 |
| * | Add mention of the fact that timeouts are silently limited to 24 hours. | Colin Percival | 2004-04-20 | 1 | -0/+5 |
| * | Document POSIX stupidity: Attempts to mmap zero bytes will succeed (and | Colin Percival | 2004-04-18 | 1 | -0/+7 |
| * | Bring describtion of a sysctl in line with the source: | Christian Brueffer | 2004-04-16 | 1 | -1/+1 |
| * | Remove unnecessary .Pp macro and bump document date | Christian Brueffer | 2004-04-16 | 1 | -2/+1 |
| * | List some sysctl variables that influence accounting | Christian Brueffer | 2004-04-16 | 1 | -0/+16 |
| * | Perform some basic validation of multibyte conversion state objects. | Tim J. Robbins | 2004-04-12 | 8 | -16/+116 |
| * | Remove a nonsensical remark about byte order markers in UTF-8 streams. | Tim J. Robbins | 2004-04-12 | 1 | -6/+1 |
| * | Belatedly remove the getvfsent(3) API. All the consumers have been | Maxime Henrion | 2004-04-11 | 3 | -342/+2 |
| * | Document the meaning of the zero return value. | Tim J. Robbins | 2004-04-11 | 2 | -6/+11 |
| * | Fix a typo. I was locked out for two days from my machine. | David Xu | 2004-04-10 | 1 | -1/+1 |
| * | Don't cast away const qualifiers. | Tim J. Robbins | 2004-04-10 | 8 | -8/+8 |
| * | Terminate execl()'s argument list with a null pointer instead of a | Tim J. Robbins | 2004-04-09 | 1 | -1/+1 |
| * | Update manual pages for change to C99 mbrtowc() semantics. | Tim J. Robbins | 2004-04-08 | 12 | -134/+143 |
| * | Allow partial multibyte characters to accumulate in conversion state | Tim J. Robbins | 2004-04-07 | 12 | -89/+350 |
| * | Prepare to handle trivial state-dependent encodings. Full support for | Tim J. Robbins | 2004-04-07 | 9 | -21/+61 |
| * | Begin conversions for sgetrune() and sputrune() in the initial | Tim J. Robbins | 2004-04-07 | 1 | -3/+12 |
| * | Prepare to handle state-dependent encodings. This mainly involves not | Tim J. Robbins | 2004-04-07 | 6 | -21/+38 |
| * | Begin in the initial shift state in mbstowcs() and wcstombs(). | Tim J. Robbins | 2004-04-07 | 2 | -2/+6 |
| * | Prepare to handle state-dependent encodings. This mainly involves not | Tim J. Robbins | 2004-04-06 | 12 | -71/+87 |
| * | Add a missing "*errp = h_errno" forgotten in rev 1.36. | Pierre Beyssac | 2004-04-06 | 1 | -1/+2 |
| * | Update .Dd value. | Doug Rabson | 2004-04-06 | 1 | -1/+1 |
| * | Fix _dns_ghbyname() to return NS_TRYAGAIN instead of NS_NOTFOUND | Pierre Beyssac | 2004-04-05 | 1 | -4/+12 |
| * | Document lgetfh(2). | Doug Rabson | 2004-04-05 | 2 | -5/+22 |
| * | Remove support for emulating mbrtowc() and wcrtomb() in terms of the | Tim J. Robbins | 2004-04-04 | 4 | -89/+4 |
| * | Reimplement the GB18030 encoding method using the new-style (mbrtowc()/ | Tim J. Robbins | 2004-04-04 | 1 | -123/+137 |
| * | Reimplement the deprecated UTF2 encoding method using the UTF-8 code | Tim J. Robbins | 2004-04-04 | 1 | -103/+96 |
| * | Simplify one condition in prev. commit: | Andrey A. Chernov | 2004-04-01 | 1 | -2/+1 |
| * | Fix parsing of ambiguous options, whole loop must be processed | Andrey A. Chernov | 2004-04-01 | 1 | -17/+27 |
| * | The previous commit changed the behavior of nsdispatch() in the | Jacques Vidrine | 2004-04-01 | 1 | -3/+1 |
| * | Fix Yet Another 16 byte stack alignment bug. Thankfully, this one is | Peter Wemm | 2004-03-31 | 2 | -10/+10 |
| * | When a dynamic NSS module is built and linked against a thread | Jacques Vidrine | 2004-03-30 | 3 | -23/+43 |
| * | Add cross-references to isideogram(3), isphonogram(3), isrune(3), | Tim J. Robbins | 2004-03-30 | 1 | -1/+6 |
| * | Add basic manual pages for isideogram(), isphonogram(), isrune() | Tim J. Robbins | 2004-03-30 | 5 | -1/+235 |
| * | Trim cross-references. | Tim J. Robbins | 2004-03-30 | 1 | -15/+2 |
| * | Document the isnumber() and ishexnumber() functions, and explain how they | Tim J. Robbins | 2004-03-30 | 2 | -13/+34 |
| * | Remove duplicate MLINK. | Tim J. Robbins | 2004-03-29 | 1 | -1/+1 |
| * | Recognize the "rune" character class in wctype(). | Tim J. Robbins | 2004-03-27 | 2 | -6/+8 |
| * | Document the existence of NET_RT_IFMALIST. | Bruce M Simpson | 2004-03-25 | 1 | -0/+7 |
| * | [troff] removed the unnecessary use of \_ escapes. | Ruslan Ermilov | 2004-03-25 | 1 | -96/+96 |
| * | Add locking so that arc4random(3) functions are all reentrant for | Brian Feldman | 2004-03-24 | 1 | -10/+54 |
| * | Document incorrect handling of multibyte characters. | Tim J. Robbins | 2004-03-21 | 1 | -1/+7 |
| * | Mention that funopen() uses fpos_t incorrectly in the BUGS section. | Tim J. Robbins | 2004-03-20 | 1 | -1/+9 |
| * | Improve documentation for fgetpos() and fsetpos(), and discourage | Tim J. Robbins | 2004-03-20 | 1 | -13/+21 |
| * | Shave-off troff cycles by invoking .Fa only once. | Diomidis Spinellis | 2004-03-19 | 1 | -3/+1 |
| * | Do not redundantly set the stream orientation in getc(), putc(), and | Tim J. Robbins | 2004-03-19 | 6 | -6/+12 |
| * | Update list of macros defined in <stdio.h>. | Tim J. Robbins | 2004-03-17 | 1 | -1/+17 |
| * | Re-add description of putc() macro (back out rev. 1.13.) | Tim J. Robbins | 2004-03-17 | 1 | -2/+8 |
| * | Re-add text that says getc() is a macro (back out rev. 1.16.) | Tim J. Robbins | 2004-03-17 | 1 | -1/+2 |