summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Libthr cannot be dynamically loaded into the running process.kib2009-11-261-1/+1
* Implement sighold, sigignore, sigpause, sigrelse, sigset functionskib2009-11-264-8/+250
* sigset() is the name of function specified by SUSv4.kib2009-11-261-4/+4
* In tac_get_av_value() empty attributes should be handled like 0-lengthattilio2009-11-251-1/+6
* Fix a socket leak in ftp_request() after that a connection is established.attilio2009-11-251-3/+9
* Style: use structure assignment rather than memcpy() to copy awollman2009-11-251-1/+1
* In clnt_raw_create(), avoid minor race condition initializing thewollman2009-11-251-4/+7
* In svc_raw_reply(), don't leave stat uninitialized if the MSG_ACCEPTEDwollman2009-11-251-3/+2
* Eliminate more dead stores.wollman2009-11-257-10/+9
* Make all three if conditions look similar by always initializing nsecwollman2009-11-251-1/+2
* In __mbsconv(), if prec was zero, nconv could have been usedwollman2009-11-251-1/+1
* Eliminate dead store.wollman2009-11-251-1/+1
* Revert the previous change to pthread_once() stub in libc. It is actuallyjhb2009-11-203-7/+3
* Replace gmt_is_set and the gmt_mutex lock with a pthread_once_t variable andjhb2009-11-201-12/+13
* Add an internal _once() method. This works identical to pthread_once(3)jhb2009-11-204-2/+78
* Sync to P4thompsa2009-11-205-11/+155
* Make following functions be cancellation points:davidxu2009-11-181-4/+55
* link libpthread because the librt really needs it to fully function.davidxu2009-11-181-0/+1
* Fix compiler warnings.davidxu2009-11-181-2/+2
* - Update Hungarian libc cataloggabor2009-11-171-0/+46
* Catch up with r130332 which changed the default timezone from GMT to UTC.obrien2009-11-171-2/+2
* Sync with C.msg r199083.jkim2009-11-162-2/+94
* Fix grammar.brueffer2009-11-161-1/+1
* Fix a memory leak in acl_from_text() in case the conversion succeeded.brueffer2009-11-161-0/+1
* Collapse devinfo_state_t with device_state_t in order to avoid aattilio2009-11-151-10/+2
* Change the utrace log entry for malloc_init from (0, 0, 0) to (-1, 0, 0)cperciva2009-11-141-1/+1
* Remove a note about vfork(4) going to be eliminated, it's here to stay.brueffer2009-11-131-8/+0
* Improved the manpage description. The committed wordingbrueffer2009-11-131-2/+2
* Note that nullok should not be used by processes that can't access thedes2009-11-131-0/+11
* Fix the grammar in the isprint(3) description.roam2009-11-131-1/+1
* Fix the grammar in the isgraph(3) description, almost as per the PR.roam2009-11-131-1/+1
* Add missing IEEE1394 support dropped during merge from NetBSD.ume2009-11-121-0/+11
* Synchronize with C.msg revision 199083 and improve some existing messages.rene2009-11-111-30/+57
* ANSIfy.ume2009-11-111-25/+8
* Fix the grammar as in the PR, and then some.roam2009-11-111-2/+2
* 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
OpenPOWER on IntegriCloud