summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Prepare to handle state-dependent encodings. This mainly involves nottjr2004-04-0612-71/+87
* Add a missing "*errp = h_errno" forgotten in rev 1.36.pb2004-04-061-1/+2
* Update .Dd value.dfr2004-04-061-1/+1
* Overhauled ACL support. This makes us compatiblekientzle2004-04-0521-194/+1239
* Fix _dns_ghbyname() to return NS_TRYAGAIN instead of NS_NOTFOUNDpb2004-04-051-4/+12
* Document lgetfh(2).dfr2004-04-052-5/+22
* Remove support for emulating mbrtowc() and wcrtomb() in terms of thetjr2004-04-044-89/+4
* Reimplement the GB18030 encoding method using the new-style (mbrtowc()/tjr2004-04-041-123/+137
* Reimplement the deprecated UTF2 encoding method using the UTF-8 codetjr2004-04-041-104/+97
* Unbreak natd.deischen2004-04-021-0/+1
* Simplify one condition in prev. commit:ache2004-04-011-2/+1
* Fix parsing of ambiguous options, whole loop must be processedache2004-04-011-17/+27
* The previous commit changed the behavior of nsdispatch() in thenectar2004-04-011-3/+1
* Raise WARNS level to 2.des2004-03-311-0/+1
* Deal with aliasing warnings.des2004-03-314-181/+63
* Merge of libpcap 0.8.3 from tcpdump.org.bms2004-03-311-4/+10
* Fix Yet Another 16 byte stack alignment bug. Thankfully, this one ispeter2004-03-312-10/+10
* When a dynamic NSS module is built and linked against a threadnectar2004-03-303-23/+43
* MFi386: WARNS=4 clean.nyan2004-03-301-7/+7
* Add cross-references to isideogram(3), isphonogram(3), isrune(3),tjr2004-03-301-1/+6
* Add basic manual pages for isideogram(), isphonogram(), isrune()tjr2004-03-305-1/+235
* Trim cross-references.tjr2004-03-301-15/+2
* Document the isnumber() and ishexnumber() functions, and explain how theytjr2004-03-302-13/+34
* Down to WARNS=2 for a while.kuriyama2004-03-301-1/+1
* Make libdisk WARNS=4 clean.kuriyama2004-03-306-26/+31
* Remove duplicate MLINK.tjr2004-03-291-1/+1
* o Also check that the mutex type is not less than the minimum allowable value.mtm2004-03-291-2/+3
* Make the minimum implementation of pthread_kill conform to themtm2004-03-291-0/+13
* o Don't explicitly check the thread for NULL. That is the caller'smtm2004-03-291-6/+10
* o If a thread is marked as detached AND on the dead threads listmtm2004-03-291-3/+3
* If a condition variable is statically initialized don't returnmtm2004-03-291-2/+6
* The thread suspend function now returns ETIMEDOUT, not EAGAIN.mtm2004-03-292-3/+2
* o Remove more references to SIGTHRmtm2004-03-292-58/+0
* Remove the garbage collector thread. All resources are freedmtm2004-03-287-244/+44
* Fix a warning: compare u_long ps_strings to 0 instead of NULL.schweikh2004-03-281-1/+1
* o Since we're not using signals for thread synchronization anymore,mtm2004-03-272-34/+17
* Stop using signals for synchronizing threads. The performance penaltymtm2004-03-275-24/+9
* Recognize the "rune" character class in wctype().tjr2004-03-272-6/+8
* o The mutex locking functions aren't normally cancellation points. But,mtm2004-03-261-3/+12
* o Initialize a local variable before referencing it. This was notmtm2004-03-261-1/+4
* Document that kvm_open(3) also accepts "/dev/null" as a specialru2004-03-261-4/+15
* Document that libkvm also uses /dev/kmem, to access KVM.ru2004-03-261-3/+7
* Document the existence of NET_RT_IFMALIST.bms2004-03-251-0/+7
* [troff] removed the unnecessary use of \_ escapes.ru2004-03-251-96/+96
* Add locking so that arc4random(3) functions are all reentrant forgreen2004-03-241-10/+54
* mdoc fixeskientzle2004-03-231-2/+2
* Just use autoconf-compatible feature macros; don't try to be clever.kientzle2004-03-222-4/+9
* Document incorrect handling of multibyte characters.tjr2004-03-211-1/+7
* Adjust stack alignment so that when the 'call xxx' functions arepeter2004-03-212-0/+4
* Bug: Standard C still requires declarations to precede statements. <sigh>kientzle2004-03-203-8/+17
OpenPOWER on IntegriCloud