aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* When f[w]printf() is called on an unbuffered file like stdout, itDavid Schultz2009-01-172-14/+23
* Simplify printf's inlined output buffering routines. On amd64, thisDavid Schultz2009-01-171-18/+18
* Change dstp to be const and remove bogus cast.Roman Divacky2009-01-151-2/+3
* Introduce a local variable and use it instead of passed in parameterRoman Divacky2009-01-155-6/+16
* Reduce code duplication by moving functions that are identical in bothDavid Schultz2009-01-153-427/+216
* Convert the insidious macros that handle printf()'s buffering intoDavid Schultz2009-01-153-86/+204
* Merge OpenBSM alpha 5 from OpenBSM vendor branch to head, bothRobert Watson2009-01-141-0/+8
* MFp4: //depot/projects/usb@156092Andrew Thompson2009-01-131-0/+2
* Document that ffsll(3) and flsll(3) functions first appeared inKonstantin Belousov2009-01-131-1/+1
* Use __gnu89_inline so that these files will compile with newer versionsDavid Schultz2009-01-135-5/+5
* "The first part is just to give more info, the latter part fixesTim Kientzle2009-01-131-2/+5
* - add missing includeDaniel Gerzo2009-01-121-2/+3
* o Language improvements from OpenBSD;Xin LI2009-01-121-17/+17
* o ANSIfy.Xin LI2009-01-121-29/+12
* Sort MLINKS.Ruslan Ermilov2009-01-091-21/+32
* Remove reference to no longer existing document.Poul-Henning Kamp2009-01-091-5/+0
* Set the error indicator on an attempt to write to a read-only stream.David Schultz2009-01-081-0/+1
* Fix the types of INFINITY and NAN, which were broken in r131851. TheyDavid Schultz2009-01-081-2/+2
* Document the special loopback address behaviour of jails.Bjoern A. Zeeb2009-01-061-1/+7
* - forgot to bump a dateDaniel Gerzo2009-01-061-1/+1
* catch up wtih r175955 by ume:Daniel Gerzo2009-01-061-53/+2
* put a prefix on dhcp options to avoid clobbering, even by mistake,Luigi Rizzo2009-01-051-1/+1
* Note that the protocol argument can be set to 0.Tom Rhodes2009-01-051-1/+6
* Add a README.Joseph Koshy2009-01-051-0/+12
* Sync with usb4bsd:Alfred Perlstein2009-01-041-14/+28
* Don't make the MIME magic any longer.David E. O'Brien2009-01-021-5/+2
* Don't try to read the next Gzip header after we reach theTim Kientzle2009-01-011-2/+3
* Merge OpenBSM alpha 4 from OpenBSM vendor branch to head, bothRobert Watson2008-12-313-1/+30
* Include param.h instead of types.h when using user.h. Otherwise there isRobert Watson2008-12-272-2/+2
* Document that kldunloadf can return EINVAL.Tom Rhodes2008-12-251-1/+5
* Updates for version 9.4.3Doug Barton2008-12-236-24/+169
* Add support for the FPA floating-point format on ARM. TheMarcel Moolenaar2008-12-234-5/+35
* Update copyrights and comments as of 9.4.3 (no functional changes)Doug Barton2008-12-234-8/+8
* If conversion from UTF8 fails, don't mark Unicode text as available.Tim Kientzle2008-12-231-1/+2
* Teach get_refdir() about FreeBSD's /usr/obj convention.Tim Kientzle2008-12-211-34/+45
* Initialize the cntp pointer to 0 prior to doing any work so that callersJoe Marcus Clarke2008-12-192-8/+10
* Fill in a missing constTim Kientzle2008-12-171-1/+1
* Exit earlier on failure in this test.Tim Kientzle2008-12-171-2/+2
* Once the test has failed, exit before the segfault.Tim Kientzle2008-12-171-2/+11
* Update the ar write test to give more detailed information about failures.Tim Kientzle2008-12-171-44/+44
* Clarify an 'ar' error message.Tim Kientzle2008-12-171-1/+1
* 1. Update fetch to consistently return 1 on error, as the man page states,Murray Stokely2008-12-171-8/+0
* Add support for HTTP 1.1 If-Modified-Since behavior.Murray Stokely2008-12-153-4/+50
* This main goals of this project are:Qing Li2008-12-151-2/+2
* Add an ENVIRONMENT section to note that the RSH variable can be set toMurray Stokely2008-12-141-0/+7
* Merge the resolver part of BIND 9.4.3 into HEAD.Hajimu UMEMOTO2008-12-147-28/+182
* Consolidate some variable initializations. No substantive change.David Schultz2008-12-112-13/+13
* Move the xprintf hook to where it belongs; it shouldn't be in theDavid Schultz2008-12-101-6/+4
* o Use full month name in .Dd macro.Maxim Konovalov2008-12-091-1/+1
* Add strndup(3) prototype to string.h.Konstantin Belousov2008-12-082-2/+2