| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove support for emulating mbrtowc() and wcrtomb() in terms of the | tjr | 2004-04-04 | 4 | -89/+4 |
* | Reimplement the GB18030 encoding method using the new-style (mbrtowc()/ | tjr | 2004-04-04 | 1 | -123/+137 |
* | Reimplement the deprecated UTF2 encoding method using the UTF-8 code | tjr | 2004-04-04 | 1 | -104/+97 |
* | Unbreak natd. | deischen | 2004-04-02 | 1 | -0/+1 |
* | Simplify one condition in prev. commit: | ache | 2004-04-01 | 1 | -2/+1 |
* | Fix parsing of ambiguous options, whole loop must be processed | ache | 2004-04-01 | 1 | -17/+27 |
* | The previous commit changed the behavior of nsdispatch() in the | nectar | 2004-04-01 | 1 | -3/+1 |
* | Raise WARNS level to 2. | des | 2004-03-31 | 1 | -0/+1 |
* | Deal with aliasing warnings. | des | 2004-03-31 | 4 | -181/+63 |
* | Merge of libpcap 0.8.3 from tcpdump.org. | bms | 2004-03-31 | 1 | -4/+10 |
* | Fix Yet Another 16 byte stack alignment bug. Thankfully, this one is | peter | 2004-03-31 | 2 | -10/+10 |
* | When a dynamic NSS module is built and linked against a thread | nectar | 2004-03-30 | 3 | -23/+43 |
* | MFi386: WARNS=4 clean. | nyan | 2004-03-30 | 1 | -7/+7 |
* | Add cross-references to isideogram(3), isphonogram(3), isrune(3), | tjr | 2004-03-30 | 1 | -1/+6 |
* | Add basic manual pages for isideogram(), isphonogram(), isrune() | tjr | 2004-03-30 | 5 | -1/+235 |
* | Trim cross-references. | tjr | 2004-03-30 | 1 | -15/+2 |
* | Document the isnumber() and ishexnumber() functions, and explain how they | tjr | 2004-03-30 | 2 | -13/+34 |
* | Down to WARNS=2 for a while. | kuriyama | 2004-03-30 | 1 | -1/+1 |
* | Make libdisk WARNS=4 clean. | kuriyama | 2004-03-30 | 6 | -26/+31 |
* | Remove duplicate MLINK. | tjr | 2004-03-29 | 1 | -1/+1 |
* | o Also check that the mutex type is not less than the minimum allowable value. | mtm | 2004-03-29 | 1 | -2/+3 |
* | Make the minimum implementation of pthread_kill conform to the | mtm | 2004-03-29 | 1 | -0/+13 |
* | o Don't explicitly check the thread for NULL. That is the caller's | mtm | 2004-03-29 | 1 | -6/+10 |
* | o If a thread is marked as detached AND on the dead threads list | mtm | 2004-03-29 | 1 | -3/+3 |
* | If a condition variable is statically initialized don't return | mtm | 2004-03-29 | 1 | -2/+6 |
* | The thread suspend function now returns ETIMEDOUT, not EAGAIN. | mtm | 2004-03-29 | 2 | -3/+2 |
* | o Remove more references to SIGTHR | mtm | 2004-03-29 | 2 | -58/+0 |
* | Remove the garbage collector thread. All resources are freed | mtm | 2004-03-28 | 7 | -244/+44 |
* | Fix a warning: compare u_long ps_strings to 0 instead of NULL. | schweikh | 2004-03-28 | 1 | -1/+1 |
* | o Since we're not using signals for thread synchronization anymore, | mtm | 2004-03-27 | 2 | -34/+17 |
* | Stop using signals for synchronizing threads. The performance penalty | mtm | 2004-03-27 | 5 | -24/+9 |
* | Recognize the "rune" character class in wctype(). | tjr | 2004-03-27 | 2 | -6/+8 |
* | o The mutex locking functions aren't normally cancellation points. But, | mtm | 2004-03-26 | 1 | -3/+12 |
* | o Initialize a local variable before referencing it. This was not | mtm | 2004-03-26 | 1 | -1/+4 |
* | Document that kvm_open(3) also accepts "/dev/null" as a special | ru | 2004-03-26 | 1 | -4/+15 |
* | Document that libkvm also uses /dev/kmem, to access KVM. | ru | 2004-03-26 | 1 | -3/+7 |
* | Document the existence of NET_RT_IFMALIST. | bms | 2004-03-25 | 1 | -0/+7 |
* | [troff] removed the unnecessary use of \_ escapes. | ru | 2004-03-25 | 1 | -96/+96 |
* | Add locking so that arc4random(3) functions are all reentrant for | green | 2004-03-24 | 1 | -10/+54 |
* | mdoc fixes | kientzle | 2004-03-23 | 1 | -2/+2 |
* | Just use autoconf-compatible feature macros; don't try to be clever. | kientzle | 2004-03-22 | 2 | -4/+9 |
* | Document incorrect handling of multibyte characters. | tjr | 2004-03-21 | 1 | -1/+7 |
* | Adjust stack alignment so that when the 'call xxx' functions are | peter | 2004-03-21 | 2 | -0/+4 |
* | Bug: Standard C still requires declarations to precede statements. <sigh> | kientzle | 2004-03-20 | 3 | -8/+17 |
* | Mention that funopen() uses fpos_t incorrectly in the BUGS section. | tjr | 2004-03-20 | 1 | -1/+9 |
* | 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 |