summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Link radixsort(3) to sradixsort(3), make the latter appear inru2004-05-122-1/+2
* Document the fact that in a jailed environment, sendto(2) could failcsjp2004-05-111-0/+4
* In the absence of proper validation, at least check that null bytestjr2004-05-114-1/+19
* Remove a trailing newline, to behave as documented in syslog(3):dds2004-05-101-0/+4
* Fixed style bugs in previous commit (bogus forward declaration andbde2004-05-101-3/+1
* Use a binary search to find the range containing a character intjr2004-05-093-20/+34
* o fix a sentence to match with the synopsis [1]brueffer2004-05-091-3/+3
* The FTS_NOSTAT option is an optimisation that reduces the numberpeadar2004-05-083-6/+153
* A minor refactoring to simplify portability: assign the filenamekientzle2004-05-052-10/+14
* Remove bogus FBSDID.obrien2004-05-021-3/+1
* Fix damaged FBSDID.obrien2004-05-021-3/+1
* Merge vfscanf.c, v1.37:das2004-05-021-8/+7
* Merge vfprintf.c, v1.65:das2004-05-021-24/+17
* Add option NO_FP_LIBC, which disables floating-point support indas2004-05-021-0/+3
* - To make it easier to compile *printf() and *scanf() withoutdas2004-05-022-31/+21
* When *printf() and *scanf() are compiled without floating-pointdas2004-05-021-0/+4
* Markup nit.ru2004-04-271-1/+1
* Rewrite split_lines() to operate safelyache2004-04-251-3/+7
* Use the correct size to allocate, copy and clear argument type tablestjr2004-04-222-12/+18
* Fix a bug that could result in getpw*() incorrectly returning NULL when NISjon2004-04-211-0/+1
* Unbreak world.ru2004-04-211-3/+2
* MFdragonfly: resolver fix for timeouts on unqualified hostnamesnjl2004-04-211-5/+18
* Add mention of the fact that timeouts are silently limited to 24 hours.cperciva2004-04-201-0/+5
* Document POSIX stupidity: Attempts to mmap zero bytes will succeed (andcperciva2004-04-181-0/+7
* Bring describtion of a sysctl in line with the source:brueffer2004-04-161-1/+1
* Remove unnecessary .Pp macro and bump document datebrueffer2004-04-161-2/+1
* List some sysctl variables that influence accountingbrueffer2004-04-161-0/+16
* Perform some basic validation of multibyte conversion state objects.tjr2004-04-128-16/+116
* Remove a nonsensical remark about byte order markers in UTF-8 streams.tjr2004-04-121-6/+1
* Belatedly remove the getvfsent(3) API. All the consumers have beenmux2004-04-113-342/+2
* Document the meaning of the zero return value.tjr2004-04-112-6/+11
* Fix a typo. I was locked out for two days from my machine.davidxu2004-04-101-1/+1
* Don't cast away const qualifiers.tjr2004-04-108-8/+8
* Terminate execl()'s argument list with a null pointer instead of atjr2004-04-091-1/+1
* Update manual pages for change to C99 mbrtowc() semantics.tjr2004-04-0812-134/+143
* Allow partial multibyte characters to accumulate in conversion statetjr2004-04-0712-89/+350
* Prepare to handle trivial state-dependent encodings. Full support fortjr2004-04-079-21/+61
* Begin conversions for sgetrune() and sputrune() in the initialtjr2004-04-071-3/+12
* Prepare to handle state-dependent encodings. This mainly involves nottjr2004-04-076-21/+38
* Begin in the initial shift state in mbstowcs() and wcstombs().tjr2004-04-072-2/+6
* Prepare to handle state-dependent encodings. This mainly involves nottjr2004-04-0612-71/+87
* Add a missing "*errp = h_errno" forgotten in rev 1.36.pb2004-04-061-1/+2
* Update .Dd value.dfr2004-04-061-1/+1
* Fix _dns_ghbyname() to return NS_TRYAGAIN instead of NS_NOTFOUNDpb2004-04-051-4/+12
* Document lgetfh(2).dfr2004-04-052-5/+22
* Remove support for emulating mbrtowc() and wcrtomb() in terms of thetjr2004-04-044-89/+4
* Reimplement the GB18030 encoding method using the new-style (mbrtowc()/tjr2004-04-041-123/+137
* Reimplement the deprecated UTF2 encoding method using the UTF-8 codetjr2004-04-041-104/+97
* Simplify one condition in prev. commit:ache2004-04-011-2/+1
* Fix parsing of ambiguous options, whole loop must be processedache2004-04-011-17/+27
OpenPOWER on IntegriCloud