summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Remove a couple of casts added for an ancient Sun compiler.stefanf2004-06-081-11/+2
* The third operand of the conditional operator should have type void too.stefanf2004-06-082-2/+2
* In fts_build(), if we try to chdir and fail (e.g. due to lack of searchdas2004-06-082-4/+0
* Rename cantwrite() to prepwrite(). The latter is less confusing,das2004-06-081-4/+1
* Rename cantwrite() to prepwrite(). The latter is less confusing,das2004-06-084-5/+6
* Set errno to EBADF on attempts to write to a stream that is notdas2004-06-081-2/+5
* Use ".In" to mark up C include file names.yar2004-06-071-2/+4
* Each sentence should begin on a new line.yar2004-06-071-10/+16
* Extend and improve the mdoc(7) markup of this page.yar2004-06-071-32/+60
* Finally document the option to avoid zombie creationyar2004-06-073-2/+41
* Fix the ordering in the description of the dlsym() lookup procedure toroam2004-06-031-4/+4
* use source address as a hint to determine destination addressume2004-06-021-50/+361
* Add Aerospace Corporation copyrights to EUI64 support files.brooks2004-06-012-0/+52
* Change the signature of ftok from (const char *, char) to (const char *, int)tjr2004-06-011-1/+1
* Treat IPv4 private address as global scope rather than site scope.ume2004-05-311-1/+1
* use source address as a hint to determine destination address.ume2004-05-311-0/+111
* Buffer partial wide characters more efficiently: instead of storing thetjr2004-05-271-31/+46
* Add support for an /etc/eui64 file modeled on /etc/ethers. The API isbrooks2004-05-263-2/+492
* Scan the source string for invalid wide characters in wcsrtombs()tjr2004-05-251-2/+9
* Provide trivial macro implementations of getwc(), getwchar(), putwc() andtjr2004-05-254-0/+8
* Grab all the information we need about a character with one call totjr2004-05-231-7/+5
* Perform conversions straight from the stream buffer instead of scanningtjr2004-05-221-18/+19
* Associate a multibyte conversion state object with each stream. Reset ittjr2004-05-227-42/+24
* Update the document date.alc2004-05-201-1/+1
* Remove a long obsolete paragraph from the BUGS section.alc2004-05-191-10/+0
* For amd64, explicitly compile mcount.po, rather than copying mcount.o. Wepeter2004-05-181-0/+6
* Clarify and extend paragraphs on interoperationyar2004-05-173-6/+55
* getgrent() and friends should set errno if there is an error.kientzle2004-05-172-1/+8
* POSIX prohibits any library function from setting errno to 0.kientzle2004-05-172-2/+6
* Use conversion state objects to store the accumulated wide character,tjr2004-05-171-63/+67
* Use a simpler and faster buffering scheme for partial multibyte characters.tjr2004-05-172-52/+80
* If getpwent/getpwuid/getpwnam return NULL, they must also set errno.kientzle2004-05-171-0/+3
* Use a simpler, faster buffering scheme for partial characters in mbrtowc().tjr2004-05-141-21/+27
* Import the softfloat emulation library, needed for FreeBSD/arm right now.cognet2004-05-1439-0/+14975
* Import the FreeBSD/arm libc bits.cognet2004-05-1453-0/+6228
* We use __arm__, not __arm32__.cognet2004-05-141-1/+1
* Define malloc_pageshift and malloc_minsize for arm.cognet2004-05-141-0/+4
* Fixed some minor style bugs.bde2004-05-132-14/+20
* Allow encoding modules to override the default implementations oftjr2004-05-138-9/+113
* Fix braino in previous: check that the second byte in the charactertjr2004-05-132-2/+2
* Fix some^Wseveral style bugs from last commit.peadar2004-05-123-45/+38
* Fix typo.josef2004-05-121-1/+1
* Reduce overhead by calling internal versions of the multibyte conversiontjr2004-05-128-11/+19
* Move prototypes of various encoding-related functions into a new headertjr2004-05-1216-71/+72
* 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
OpenPOWER on IntegriCloud