aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* If a condition variable is statically initialized don't returnMike Makonnen2004-03-291-2/+6
* The thread suspend function now returns ETIMEDOUT, not EAGAIN.Mike Makonnen2004-03-292-3/+2
* o Remove more references to SIGTHRMike Makonnen2004-03-292-58/+0
* Remove the garbage collector thread. All resources are freedMike Makonnen2004-03-287-244/+44
* Fix a warning: compare u_long ps_strings to 0 instead of NULL.Jens Schweikhardt2004-03-281-1/+1
* o Since we're not using signals for thread synchronization anymore,Mike Makonnen2004-03-272-34/+17
* Stop using signals for synchronizing threads. The performance penaltyMike Makonnen2004-03-275-24/+9
* Recognize the "rune" character class in wctype().Tim J. Robbins2004-03-272-6/+8
* o The mutex locking functions aren't normally cancellation points. But,Mike Makonnen2004-03-261-3/+12
* o Initialize a local variable before referencing it. This was notMike Makonnen2004-03-261-1/+4
* Document that kvm_open(3) also accepts "/dev/null" as a specialRuslan Ermilov2004-03-261-4/+15
* Document that libkvm also uses /dev/kmem, to access KVM.Ruslan Ermilov2004-03-261-3/+7
* Document the existence of NET_RT_IFMALIST.Bruce M Simpson2004-03-251-0/+7
* [troff] removed the unnecessary use of \_ escapes.Ruslan Ermilov2004-03-251-96/+96
* Add locking so that arc4random(3) functions are all reentrant forBrian Feldman2004-03-241-10/+54
* mdoc fixesTim Kientzle2004-03-231-2/+2
* Just use autoconf-compatible feature macros; don't try to be clever.Tim Kientzle2004-03-222-4/+9
* Document incorrect handling of multibyte characters.Tim J. Robbins2004-03-211-1/+7
* Adjust stack alignment so that when the 'call xxx' functions arePeter Wemm2004-03-212-0/+4
* Bug: Standard C still requires declarations to precede statements. <sigh>Tim Kientzle2004-03-203-8/+17
* Mention that funopen() uses fpos_t incorrectly in the BUGS section.Tim J. Robbins2004-03-201-1/+9
* Improve documentation for fgetpos() and fsetpos(), and discourageTim J. Robbins2004-03-201-13/+21
* Many fixes:Tim Kientzle2004-03-1923-630/+1162
* Shave-off troff cycles by invoking .Fa only once.Diomidis Spinellis2004-03-191-3/+1
* Do not redundantly set the stream orientation in getc(), putc(), andTim J. Robbins2004-03-196-6/+12
* Update list of macros defined in <stdio.h>.Tim J. Robbins2004-03-171-1/+17
* Re-add description of putc() macro (back out rev. 1.13.)Tim J. Robbins2004-03-171-2/+8
* Re-add text that says getc() is a macro (back out rev. 1.16.)Tim J. Robbins2004-03-171-1/+2
* Fix a POSIX conformance bug. POSIX says sigwait should return error numberDavid Xu2004-03-172-6/+6
* Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(),Tim J. Robbins2004-03-176-34/+12
* Run through indent(1) so I can read the code without getting a headache.Dag-Erling Smørgrav2004-03-1614-5010/+4926
* Use unions to avoid violating C99 strict aliasing rules.Dag-Erling Smørgrav2004-03-166-43/+50
* Change libdisk and sysinstall to use d_addr_t rather than u_long for diskJohn Baldwin2004-03-166-71/+74
* Refer to "wide characters" instead of "wide-characters".Tim J. Robbins2004-03-163-15/+15
* Sort MLINKS.Tim J. Robbins2004-03-161-1/+1
* Add fairly minimal documentation for the nmount() syscall.Tim J. Robbins2004-03-162-3/+35
* Don't try to pass off a struct sockaddr as a struct sockaddr_in when itDag-Erling Smørgrav2004-03-151-2/+2
* Add -DDEBUG to DEBUG_FLAGS if PAM_DEBUG is defined.Dag-Erling Smørgrav2004-03-151-0/+4
* Document additional reasons that sysctl(3) can return ENOMEM (due toDon Lewis2004-03-151-0/+11
* Make this compile with -O2. A proper fix would use a struct to representDag-Erling Smørgrav2004-03-151-22/+22
* Whitespace nits.Dag-Erling Smørgrav2004-03-151-4/+4
* Fixed a misspelling of 0 as NULL.Bruce Evans2004-03-142-2/+2
* Fixed a misspelling of 0 as NULL. Removed a spelling of NULL as 0.Bruce Evans2004-03-141-1/+1
* Fixed misspellings of '\0' as NULL.Bruce Evans2004-03-141-2/+2
* Initial support for C99's (or is it POSIX.1-2001's?) MATH_ERRNO,Bruce Evans2004-03-121-0/+6
* Fixed misspellings of 0 as NULL.Bruce Evans2004-03-111-3/+2
* Set stream orientation in ungetc() instead of __ungetc(). This avoidsTim J. Robbins2004-03-101-2/+1
* Remove duplicate check for EOF from ungetc(); __ungetc() already checks.Tim J. Robbins2004-03-101-2/+0
* Call __sputc() directly in fputc() instead of taking an expensiveTim J. Robbins2004-03-101-1/+1
* Call __sgetc() directly in getchar() instead of taking an expensiveTim J. Robbins2004-03-101-1/+1