summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mention that funopen() uses fpos_t incorrectly in the BUGS section.tjr2004-03-201-1/+9
* Improve documentation for fgetpos() and fsetpos(), and discouragetjr2004-03-201-13/+21
* Many fixes:kientzle2004-03-1923-631/+1163
* Shave-off troff cycles by invoking .Fa only once.dds2004-03-191-3/+1
* Do not redundantly set the stream orientation in getc(), putc(), andtjr2004-03-196-6/+12
* Update list of macros defined in <stdio.h>.tjr2004-03-171-1/+17
* Re-add description of putc() macro (back out rev. 1.13.)tjr2004-03-171-2/+8
* Re-add text that says getc() is a macro (back out rev. 1.16.)tjr2004-03-171-1/+2
* Fix a POSIX conformance bug. POSIX says sigwait should return error numberdavidxu2004-03-172-6/+6
* Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(),tjr2004-03-176-34/+12
* Run through indent(1) so I can read the code without getting a headache.des2004-03-1614-5317/+5233
* Use unions to avoid violating C99 strict aliasing rules.des2004-03-166-43/+50
* Change libdisk and sysinstall to use d_addr_t rather than u_long for diskjhb2004-03-166-71/+74
* Refer to "wide characters" instead of "wide-characters".tjr2004-03-163-15/+15
* Sort MLINKS.tjr2004-03-161-1/+1
OpenPOWER on IntegriCloud