summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add Japanese catalogue entries for newer errnos: EBADMSG, EMULTIHOP,ume2009-11-102-0/+20
* Add gai_strerror() catalog for ja_JP.UTF-8 and ja_JP.eucJP.ume2009-11-092-0/+72
* Add NLS catalogs support to gai_strerror(3).ume2009-11-092-0/+94
* Fix comment.ume2009-11-092-2/+2
* Add ja_JP.eucJP catalog.ume2009-11-092-0/+250
* Add ja_JP.UTF-8 catalog.ume2009-11-092-0/+250
* - fix refcounting error during data transferthompsa2009-11-087-35/+251
* Fix a copy+paste error by checking the correct variable against MM_NULLACT.brueffer2009-11-081-1/+1
* - Strip trailing CRsgabor2009-11-081-259/+259
* - Update Ukranian cataloggabor2009-11-081-0/+10
* Fix a copy-paste bug when reading data from the last 3 (7 for PAE) bytes ofjhb2009-11-061-6/+6
* Add MAP_ANONYMOUS.ed2009-11-061-1/+5
* IP_TTL is an IP socket option, not a TTL value. Use IPDEFTTLmarcel2009-11-051-1/+1
* Use our canonical .Dd format.brueffer2009-11-0211-11/+11
* Attempt to reduce accidental foot-shooting by pointing out thatcperciva2009-11-021-0/+4
* Initialize f_rabuf in the raw device case. A subsequent close()brueffer2009-10-281-0/+1
* Move pselect(3) man page to section 2.kib2009-10-283-5/+6
* Commit libc files missed in r198508kib2009-10-273-8/+1
* Current pselect(3) is implemented in usermode and thus vulnerable tokib2009-10-273-79/+6
* Fix typo in bluetooth.3emax2009-10-262-3/+3
* Implement _umtx_op_err() for ia64.marcel2009-10-243-1/+38
* Not all Intel Core (TM) CPUs implement PMC_CLASS_IAF fixed-functionjkoshy2009-10-241-12/+47
* wordexp(3): fix some bugs with signals and long outputsjilles2009-10-231-19/+57
* Prevent wraparound of the timeout variable.thompsa2009-10-221-1/+5
* PR: 139751fabient2009-10-211-1/+1
* Make getcwd(3) faster, simpler and more compliant using *at syscalls.jilles2009-10-131-45/+18
* Add C message catalogue entries for newer errnos: EBADMSG, EMULTIHOP,rwatson2009-10-131-0/+10
* Make openat(2) a cancellation point.jilles2009-10-116-0/+38
* In nanosleep(2), note that the calling thread is put to sleep, not thekib2009-10-111-1/+3
* Document errno codes added in r144530.das2009-10-111-0/+8
* Add a new errno, ENOTCAPABLE, to be returned when a process requests anrwatson2009-10-072-0/+4
* Add basename_r(3) to complement basename(3). basename_r(3) which acceptsrwatson2009-10-064-13/+33
* fts_open() requires that the list passed as argument to contain at leastdelphij2009-10-052-2/+8
* pam_ssh needs roaming_dummy to link correctly against libssh.des2009-10-051-0/+3
* Modified locale(1) to be able to show the altmon_X fields and the [cxX]_fmt's.edwin2009-10-051-0/+6
* Better glibc compatibility for getline/getdelim:das2009-10-041-2/+2
* Install x86 related man pages on x86 systems only.rpaulo2009-10-041-0/+2
* Correct the pthread stub prototype for pthread_mutexattr_settype to allow formarcus2009-10-011-1/+1
* Fix bug, when RADIUS client gave up after single sendto() error, do notmav2009-09-291-9/+4
* Add two new fcntls to enable/disable read-ahead:delphij2009-09-281-1/+17
* - Add Galician NLS cataloggabor2009-09-272-0/+250
* Make malloc(3) superpage aware. Specifically, if getpagesizes(3) returnsalc2009-09-262-2/+19
* don't report error if key was deleted.davidxu2009-09-251-1/+11
* rwlock implemented from libthr need to fall through the 'hard path' andattilio2009-09-231-2/+5
* Correct a section name; specifically, "AUTHOR" should be "AUTHORS". [1]alc2009-09-211-3/+4
* Fixed markup (mostly) errors.ru2009-09-211-48/+54
* Disable a check on a disk size because it's too strict. This change isnyan2009-09-211-0/+2
* Add getpagesizes(3). This functions either the number of supported pagealc2009-09-194-3/+183
* Correct BIOS header sanitizing on pc98.nyan2009-09-191-3/+6
* Fix setfib(1) section number.brueffer2009-09-181-2/+2
OpenPOWER on IntegriCloud