summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Markup, grammar, and spelling fixes.ru2004-06-3020-82/+121
* Fixed a typo.ru2004-06-302-2/+2
* Fix typo: WRDE_DOOFS -> WRDE_DOOFFS.tjr2004-06-302-5/+5
* s/SS_CANTSENDMORE/SBS_CANTSENDMORE/rik2004-06-241-1/+1
* Prefix the names of members of _RuneLocale and its sub-structurestjr2004-06-236-87/+90
* Be specific about which socket properties are inherited from the originalbms2004-06-231-10/+13
* Spelling fixes.mpp2004-06-212-3/+3
* Spelling fixes.mpp2004-06-211-1/+1
* Spelling fixes.mpp2004-06-211-1/+1
* Spelling fixes.mpp2004-06-212-3/+3
* Spelling fixes.mpp2004-06-216-7/+7
* PR: docs/67884mpp2004-06-211-1/+1
* CLOCK_PROF and CLOCK_VIRTUAL are implemented now.kbyanc2004-06-171-7/+1
* Add reference to mac_get_link() in man page, which was omitted whenrwatson2004-06-172-1/+10
* Rename variable name from `name' to `hostname'.ume2004-06-161-7/+7
* Avoid to touch red zone, in libpthread, ucontext may be saved by kernel'sdavidxu2004-06-151-1/+1
* The maximum value of iovcnt is IOV_MAX, not 16.kbyanc2004-06-151-1/+2
* Document the location of the header file which declares the functionbms2004-06-141-1/+2
* Date bump.bms2004-06-141-1/+1
* Document some return values.bms2004-06-141-1/+20
* Merge changes from the tzcode2004a import. Wherever possible I tried to bringstefanf2004-06-145-151/+374
* Use .Dv instead of .Li for all the RLIMIT_* constants.das2004-06-141-11/+11
* Document RLIMIT_AS. While here, correct an insertion sort error.das2004-06-131-5/+8
* Remove a stale reference to %Ef and %EF from a comment.stefanf2004-06-131-2/+2
* Change defualt time zone from GMT to UTC. This will not be MFC-ed, andkensmith2004-06-111-1/+6
* 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
OpenPOWER on IntegriCloud