summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Shutup warning for DNAME RR.ume2009-02-082-2/+3
* Fix language on atol(3) manpage. Add a COMPATIBILITY sectionkeramida2009-02-081-3/+32
* Make sure the comparison is done with an unsigned char.imp2009-02-071-1/+1
* Standardize the various prison_foo_ip[46] functions and prison_if tojamie2009-02-051-2/+2
* Fix the functions to match prototypes. The K&R definitions differimp2009-02-033-3/+3
* - ANSIfy function definitionsdanger2009-02-0333-110/+41
* Provide a type for the argument.rdivacky2009-02-021-1/+1
* - Remove superfluous commentgabor2009-01-301-2/+0
* Update the description of KERN_PROC.trhodes2009-01-281-5/+3
* Better wording for clearing EOF indicator.trhodes2009-01-281-0/+4
* Remove another comment about clearing EOF indicator.trhodes2009-01-281-4/+1
* Update the manpage to reflect r145172.das2009-01-281-2/+1
* Remove comment about clearerr() being the only method of clearingtrhodes2009-01-281-3/+1
* - Fix grammar. [1]delphij2009-01-261-3/+3
* Rewrite of MI strlen(3) in a way that can better utilize modern hardware bydelphij2009-01-251-15/+78
* Add support for multibyte thousands_sep encodings, e.g., U+066C.das2009-01-223-173/+225
* - Add support for multibyte decimal_point encodings, e.g., U+066B.das2009-01-192-23/+49
* Add support for multibyte decimal_point encodings, e.g., U+066B.das2009-01-192-23/+35
* When f[w]printf() is called on an unbuffered file like stdout, itdas2009-01-172-14/+23
* Simplify printf's inlined output buffering routines. On amd64, thisdas2009-01-171-18/+18
* Change dstp to be const and remove bogus cast.rdivacky2009-01-151-2/+3
* Introduce a local variable and use it instead of passed in parameterrdivacky2009-01-155-6/+16
* Reduce code duplication by moving functions that are identical in bothdas2009-01-153-427/+216
* Convert the insidious macros that handle printf()'s buffering intodas2009-01-153-86/+204
* Document that ffsll(3) and flsll(3) functions first appeared inkib2009-01-131-1/+1
* - add missing includedanger2009-01-121-2/+3
* o Language improvements from OpenBSD;delphij2009-01-121-17/+17
* o ANSIfy.delphij2009-01-121-29/+12
* Sort MLINKS.ru2009-01-091-21/+32
* Set the error indicator on an attempt to write to a read-only stream.das2009-01-081-0/+1
* Document the special loopback address behaviour of jails.bz2009-01-061-1/+7
* - forgot to bump a datedanger2009-01-061-1/+1
* catch up wtih r175955 by ume:danger2009-01-061-53/+2
* Note that the protocol argument can be set to 0.trhodes2009-01-051-1/+6
* Document that kldunloadf can return EINVAL.trhodes2008-12-251-1/+5
* Add support for the FPA floating-point format on ARM. Themarcel2008-12-233-3/+23
* Add an ENVIRONMENT section to note that the RSH variable can be set tomurray2008-12-141-0/+7
* Merge the resolver part of BIND 9.4.3 into HEAD.ume2008-12-147-28/+182
* Consolidate some variable initializations. No substantive change.das2008-12-112-13/+13
* Move the xprintf hook to where it belongs; it shouldn't be in thedas2008-12-101-6/+4
* o Use full month name in .Dd macro.maxim2008-12-091-1/+1
* Import the strndup(3) function.kib2008-12-064-3/+75
* Order the str*.c files mostly alphabetical.kib2008-12-061-3/+3
* Add an easier example.pjd2008-12-051-1/+16
* The times(3) function returns the number of CLK_TCKs since thekeramida2008-12-011-4/+9
* Fix fread() to return a correct value on platforms where sizeof(int) !=ru2008-12-011-1/+1
* Fix a lock order reversal bug that could cause deadlock during fork(2).jasone2008-12-011-11/+37
* It's silly to claim recv(2) is to be removed in favour of recvfrom(2)ivoras2008-11-301-1/+0
* Adjust an assertion to handle the case where a lock is contested, butjasone2008-11-301-1/+1
* Do not spin when trying to lock on a single-CPU system.jasone2008-11-301-11/+13
OpenPOWER on IntegriCloud