aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set the stream orientation explicitly in fgetln() instead of relying onTim J. Robbins2004-03-101-0/+1
* Set stream orientation in puts().Tim J. Robbins2004-03-101-0/+2
* Put libypclnt behind NO_YP_LIBCPoul-Henning Kamp2004-03-101-2/+6
* Make libgeom usable by C++ programs:John Baldwin2004-03-092-127/+140
* Many fixes.Tim Kientzle2004-03-0937-203/+448
* Backout the previous revision due to objections.John Birrell2004-03-092-10/+4
* On 4.X it was possible for an application to initialise a local FILEJohn Birrell2004-03-092-4/+10
* String the consumers into the list of the provider they are attached to.Poul-Henning Kamp2004-03-081-1/+5
* Rearrange (centralize) initialization of mallocs internals to always bePoul-Henning Kamp2004-03-071-19/+13
* Add manpages for the gctl API.Poul-Henning Kamp2004-03-072-4/+118
* Recognize hardlinks when reading cpio files.Tim Kientzle2004-03-071-5/+100
* Merge some fixes from NetBSD's getopt.3 v1.31:Andrey A. Chernov2004-03-061-43/+88
* Merge some fixes from NetBSD's getopt.c v1.26:Andrey A. Chernov2004-03-061-26/+43
* Fix typo, was 'W'; instead of `W;'Andrey A. Chernov2004-03-061-1/+1
* Make GNU-compatible following case:Andrey A. Chernov2004-03-062-23/+27
* Minor API tweak: The format-specific write_header function now setsTim Kientzle2004-03-063-36/+110
* Remove last evidence of a long-dead function.Tim Kientzle2004-03-062-18/+0
* Add ARCHIVE_EXTRACT_UNLINK option to permit clients toTim Kientzle2004-03-063-0/+7
* Correctly read symlinks from cpio files.Tim Kientzle2004-03-061-1/+15
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-058-11/+12
* Correctly read SCHILY.nlink from pax-format archives.Tim Kientzle2004-03-051-0/+2
* Document missing EFAULT errno value.Diomidis Spinellis2004-03-031-0/+8
* Make return code in noarg case GNU-compatibleAndrey A. Chernov2004-03-032-20/+24
* Be more GNU-compatible in diagnosticsAndrey A. Chernov2004-03-031-11/+61
* If handed a file pointer we can't write to, set errno properly to EBADFJordan K. Hubbard2004-03-021-1/+4
* Hook libthr to the build for PowerPCPeter Grehan2004-03-021-1/+1
* libthr powerpc support.Peter Grehan2004-03-022-0/+63
* makecontext lib call.Peter Grehan2004-03-023-3/+167
* Improve GNU compatibility in several places, use internal GNU_COMPATIBLEAndrey A. Chernov2004-03-012-29/+49
* Comment out things related to getopt() replacement we not useAndrey A. Chernov2004-03-011-36/+36
* Change "-"-started options when POSIX_CORRECTLY is set handlingAndrey A. Chernov2004-03-011-17/+17
* Change "-"-started options when POSIX_CORRECTLY is set handlingAndrey A. Chernov2004-03-011-1/+5
* Back out the "clean_environment()" function from libutil.Tim Kientzle2004-02-293-211/+4
* Make consistent with the better written wcsrtombs function:Diomidis Spinellis2004-02-271-4/+5
* Add the clean_environment call to libutil.h also.Tim Kientzle2004-02-261-0/+2
* Add a clean_environment call to libutil.Tim Kientzle2004-02-263-4/+211
* Add extra sanity check for SDP packets in libsdp(3)Maksim Yevmenkin2004-02-261-0/+1
* Backed out rev.1.6 and subsequent copying of it (bogus addition ofBruce Evans2004-02-261-6/+6
* Make the resolver(3) and many associated interfaces much more reentrant.Brian Feldman2004-02-2513-52/+280
* Add bsde_add_rule(), which is similar to bsde_set_rule() except thatRobert Watson2004-02-255-4/+79
* No reason to disable this test on powerpc.Peter Grehan2004-02-251-2/+0
* Use signed char cast to avoid out-of-range error on PowerPC (which hasPeter Grehan2004-02-251-4/+5
* Add getopt_long_only() from OpenBSD and other OpenBSD cleanupsAndrey A. Chernov2004-02-243-299/+459
* Apply style(9).Brian Feldman2004-02-231-2/+6
* style.Makefile:Johan Karlsson2004-02-232-2/+2