summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add fairly minimal documentation for the nmount() syscall.tjr2004-03-162-3/+35
* Don't try to pass off a struct sockaddr as a struct sockaddr_in when itdes2004-03-151-2/+2
* Add -DDEBUG to DEBUG_FLAGS if PAM_DEBUG is defined.des2004-03-151-0/+4
* Document additional reasons that sysctl(3) can return ENOMEM (due totruckman2004-03-151-0/+11
* Make this compile with -O2. A proper fix would use a struct to representdes2004-03-151-22/+22
* Whitespace nits.des2004-03-151-4/+4
* Fixed a misspelling of 0 as NULL.bde2004-03-142-2/+2
* Fixed a misspelling of 0 as NULL. Removed a spelling of NULL as 0.bde2004-03-141-1/+1
* Fixed misspellings of '\0' as NULL.bde2004-03-141-2/+2
* Initial support for C99's (or is it POSIX.1-2001's?) MATH_ERRNO,bde2004-03-121-0/+6
* Fixed misspellings of 0 as NULL.bde2004-03-111-3/+2
* Set stream orientation in ungetc() instead of __ungetc(). This avoidstjr2004-03-101-2/+1
* Remove duplicate check for EOF from ungetc(); __ungetc() already checks.tjr2004-03-101-2/+0
* Call __sputc() directly in fputc() instead of taking an expensivetjr2004-03-101-1/+1
* Call __sgetc() directly in getchar() instead of taking an expensivetjr2004-03-101-1/+1
* Set the stream orientation explicitly in fgetln() instead of relying ontjr2004-03-101-0/+1
* Set stream orientation in puts().tjr2004-03-101-0/+2
* Put libypclnt behind NO_YP_LIBCphk2004-03-101-2/+6
* Make libgeom usable by C++ programs:jhb2004-03-092-127/+140
* Many fixes.kientzle2004-03-0937-203/+448
* Backout the previous revision due to objections.jb2004-03-092-10/+4
* On 4.X it was possible for an application to initialise a local FILEjb2004-03-092-4/+10
* String the consumers into the list of the provider they are attached to.phk2004-03-081-1/+5
* Rearrange (centralize) initialization of mallocs internals to always bephk2004-03-071-19/+13
* Add manpages for the gctl API.phk2004-03-072-4/+118
* Recognize hardlinks when reading cpio files.kientzle2004-03-071-5/+100
* Merge some fixes from NetBSD's getopt.3 v1.31:ache2004-03-061-43/+88
* Merge some fixes from NetBSD's getopt.c v1.26:ache2004-03-061-26/+43
* Fix typo, was 'W'; instead of `W;'ache2004-03-061-1/+1
* Make GNU-compatible following case:ache2004-03-062-23/+27
OpenPOWER on IntegriCloud