aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Remove references to nonexistent "FreeBSD Security Architecture" document.Tim J. Robbins2005-09-055-25/+0
* Added a sentence to explain what "span" means.Gary W. Swearingen2005-08-292-1/+15
* - Document the fact that the real length of listen queue is 1.5 moreGleb Smirnoff2005-08-291-1/+16
* Add the function memmem(3) as found in glibc and others.Andre Oppermann2005-08-256-5/+159
* Include <sys/types.h> and <limits.h> ourselves, don't assume they are includedStefan Farfeleder2005-08-205-0/+5
* Fix a boundary condition error in slow() and fast() in multibyte locales:Tim J. Robbins2005-08-171-6/+7
* Document the fact that word-boundary matching does not workTim J. Robbins2005-08-171-1/+3
* Add an implementation of the semi-standard wcsdup() function, as foundTim J. Robbins2005-08-133-4/+53
* Change OUT from -2 to CHAR_MIN-1, making it impossible for it toTim J. Robbins2005-08-131-1/+1
* Add missing links from getgrent_r.3, getgrnam_r.3, and getgrgid_r.3 toSimon L. B. Nielsen2005-08-121-1/+2
* Respect the YES_HESIOD build variable.Poul-Henning Kamp2005-08-062-3/+9
* Make syslog() use the internal (non-cancellation point) _usleep().Daniel Eischen2005-08-031-1/+1
* Make usleep() overridable by the thread libraries so they can provideDaniel Eischen2005-08-031-1/+4
* Add namespace #defines for usleep.Daniel Eischen2005-08-032-0/+2
* Fix all the spelling mistakes I could find in the man pages for wordsGiorgos Keramidas2005-07-317-9/+9
* Document the ECONNRESET errno value.Diomidis Spinellis2005-07-292-0/+7
* don't accept invalid form of an address like 1:2:3:4:5:6:7::8.Hajimu UMEMOTO2005-07-271-0/+4
* Move initialization above point of first possible reference toMatthew N. Dodd2005-07-251-3/+4
* Speed up __wcsconv() (and hence the printf() %ls format):Tim J. Robbins2005-07-241-34/+30
* Better translation.Pawel Jakub Dawidek2005-07-231-1/+1
* fix innetgr() returning false positives and negatives when reverse netgroupJonathan Chen2005-07-221-54/+63
* Remove padding for ABI compatibility of ai_addrlen memberHajimu UMEMOTO2005-07-221-3/+0
* Add HISTORY section.Tim J. Robbins2005-07-211-1/+6
* Add cross-reference to nextwctype(3).Tim J. Robbins2005-07-211-1/+2
* Add COMPATIBILITY and HISTORY sections. Fix typo.Tim J. Robbins2005-07-211-2/+13
* refer RFC 3542 rather than RFC 2292bis.Hajimu UMEMOTO2005-07-193-4/+4
* fixed the validation code of routing header length in inet6_rth_getaddr().Hajimu UMEMOTO2005-07-191-4/+3
* remove the supposed max of 2^31, it hasn't been this small in a veryJohn-Mark Gurney2005-07-181-4/+1
* Remove confusing "single C char locales" phrase; arguments to theseTim J. Robbins2005-07-1712-106/+44
* Remove confusing "single C char locales" phrase; arguments to tolower()Tim J. Robbins2005-07-172-18/+6
* Use better Korean translation for `trap'Jung-uk Kim2005-07-162-6/+6
* Document the fact that if MAP_FIXED request has been successful itMaxim Sobolev2005-07-151-0/+7
* Cross-reference sem_getvalue(3) from several other semaphore-relatedRobert Watson2005-07-133-0/+3
* - Add two new system calls: preadv() and pwritev() which are like readv()John Baldwin2005-07-073-16/+48
* Fix ptsname(3) by converting it to use devname(3) to obtain the name ofJoe Marcus Clarke2005-07-071-3/+4
* Minor grammar fixXin LI2005-07-031-1/+1
* Use 'manual page' instead of 'man page' for consistency.Hiten Pandya2005-06-302-2/+2
* Clean out the leftovers from the i386_set_gsbase() TLS conversion.Peter Wemm2005-06-291-18/+1
* Add the functions _Qp_cmp() and _Qp_cmpe() as described in the SparcStefan Farfeleder2005-06-211-8/+11
* Markup fixes.Ruslan Ermilov2005-06-161-7/+10
* Assorted markup fixes.Ruslan Ermilov2005-06-158-34/+59
* When IPC_NOWAIT is set and there is no message, msgrcv() failsRuslan Ermilov2005-06-141-3/+3
* Remove rexecd(8), a server that implements a particularly insecureJacques Vidrine2005-06-101-2/+0
* Fix the wording in this man page so that itCraig Rodrigues2005-06-101-2/+4
* Update .Dd value.Alan Cox2005-06-041-1/+1
* Eliminate the original method of requesting notification of aio_read(2) andAlan Cox2005-06-041-9/+0
* Missed rwatson's redundancyWarner Losh2005-06-031-2/+0
* reflect type change of n_net and getnetbyaddr(3).Hajimu UMEMOTO2005-06-031-2/+2
* - Remove padding for ABI compatibility of n_net member from structHajimu UMEMOTO2005-06-034-17/+1
* reduce cast.Hajimu UMEMOTO2005-05-271-3/+3