summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Make syslog() use the internal (non-cancellation point) _usleep().deischen2005-08-031-1/+1
* Make usleep() overridable by the thread libraries so they can providedeischen2005-08-031-1/+4
* Add namespace #defines for usleep.deischen2005-08-032-0/+2
* Fix all the spelling mistakes I could find in the man pages for wordskeramida2005-07-317-9/+9
* Document the ECONNRESET errno value.dds2005-07-292-0/+7
* don't accept invalid form of an address like 1:2:3:4:5:6:7::8.ume2005-07-271-0/+4
* Move initialization above point of first possible reference tomdodd2005-07-251-3/+4
* Speed up __wcsconv() (and hence the printf() %ls format):tjr2005-07-241-34/+30
* Better translation.pjd2005-07-231-1/+1
* fix innetgr() returning false positives and negatives when reverse netgroupjon2005-07-221-54/+63
* Remove padding for ABI compatibility of ai_addrlen memberume2005-07-221-3/+0
* Add HISTORY section.tjr2005-07-211-1/+6
* Add cross-reference to nextwctype(3).tjr2005-07-211-1/+2
* Add COMPATIBILITY and HISTORY sections. Fix typo.tjr2005-07-211-2/+13
* refer RFC 3542 rather than RFC 2292bis.ume2005-07-193-4/+4
* fixed the validation code of routing header length in inet6_rth_getaddr().ume2005-07-191-4/+3
* remove the supposed max of 2^31, it hasn't been this small in a veryjmg2005-07-181-4/+1
* Remove confusing "single C char locales" phrase; arguments to thesetjr2005-07-1712-106/+44
* Remove confusing "single C char locales" phrase; arguments to tolower()tjr2005-07-172-18/+6
* Use better Korean translation for `trap'jkim2005-07-162-6/+6
* Document the fact that if MAP_FIXED request has been successful itsobomax2005-07-151-0/+7
* Cross-reference sem_getvalue(3) from several other semaphore-relatedrwatson2005-07-133-0/+3
* - Add two new system calls: preadv() and pwritev() which are like readv()jhb2005-07-073-16/+48
* Fix ptsname(3) by converting it to use devname(3) to obtain the name ofmarcus2005-07-071-3/+4
* Minor grammar fixdelphij2005-07-031-1/+1
* Use 'manual page' instead of 'man page' for consistency.hmp2005-06-302-2/+2
* Clean out the leftovers from the i386_set_gsbase() TLS conversion.peter2005-06-291-18/+1
* Add the functions _Qp_cmp() and _Qp_cmpe() as described in the Sparcstefanf2005-06-211-8/+11
* Markup fixes.ru2005-06-161-7/+10
* Assorted markup fixes.ru2005-06-158-34/+59
* When IPC_NOWAIT is set and there is no message, msgrcv() failsru2005-06-141-3/+3
* Remove rexecd(8), a server that implements a particularly insecurenectar2005-06-101-2/+0
* Fix the wording in this man page so that itrodrigc2005-06-101-2/+4
* Update .Dd value.alc2005-06-041-1/+1
* Eliminate the original method of requesting notification of aio_read(2) andalc2005-06-041-9/+0
* Missed rwatson's redundancyimp2005-06-031-2/+0
* reflect type change of n_net and getnetbyaddr(3).ume2005-06-031-2/+2
* - Remove padding for ABI compatibility of n_net member from structume2005-06-034-17/+1
* reduce cast.ume2005-05-271-3/+3
* Fix long (and long long) to long double, unsigned to long double and unsignedstefanf2005-05-272-10/+24
* reduce strlen() call.ume2005-05-201-4/+6
* use reentrant.h and simplify.ume2005-05-201-29/+20
* check return value of ttyname_r().ume2005-05-201-1/+2
* ttyname_r() didn't pass correct buffer size to devname_r().ume2005-05-201-1/+1
* Make <runefile.h> internal to libc.ru2005-05-162-1/+63
* - The ai_addrlen of a struct addrinfo used to be a size_t, perume2005-05-156-25/+37
* Submitted by: Jinmei Tatuya, Hajimu Umemotognn2005-05-142-4/+4
* Revert to old ttyname_r behavior that when _ioctl() returns 0 (SUCCEEDED),delphij2005-05-141-1/+1
* The header glue.h should provide just a declaration for the variablestefanf2005-05-131-1/+2
* raise readability bit.ume2005-05-131-7/+7
OpenPOWER on IntegriCloud