summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Document _FAST and _PRECISE clocks.kib2009-12-291-10/+40
* Document CLOCK_SECOND, add cross-reference from time(3) to clock_gettime(2).kib2009-12-292-3/+7
* Use clock_gettime(CLOCK_SECOND) instead of gettimeofday(2) forkib2009-12-291-4/+3
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-1/+1
* Use a local copy of entry_d for finding matches. Otherwise, if entry_d pointedmarkus2009-12-251-1/+6
* MFV of tzdata2009t, r200831edwin2009-12-221-1/+1
* Use vsprintf instead of rolling our own.delphij2009-12-211-9/+1
* Use vsscanf instead of rolling our own.delphij2009-12-211-24/+1
* K&R -> ANSI prototype.delphij2009-12-211-8/+3
* Use _once() to initialize the pthread key for thread-local storage to holdjhb2009-12-211-14/+14
* (no commit message)matteo2009-12-161-1/+2
* cpuset(2): fix a typo and a markup error in the man pagejilles2009-12-151-2/+2
* Simplify arena_run_reg_dalloc(), and remove a bug that was due to incorrectjasone2009-12-101-89/+28
* Fix the posix_memalign() changes in r196861 to actually return a NULL pointerjasone2009-12-101-0/+1
* sem_init(3): document process shared semaphores and their restrictionsjilles2009-12-081-18/+9
* Revert behavior change to setenv(), unsetenv() and putenv() until a morescf2009-12-071-3/+6
* Update the getenv(3) man page to reflect the recent change to the behaviorscf2009-12-061-9/+9
* Change the behavior of setenv(), putenv() and unsetenv() to continue parsingscf2009-12-061-6/+3
* Improve the comment within getenv() explaining the search order it takes toscf2009-12-061-8/+9
* Fix many "function declaration isn't a prototype" warnings in libc.ed2009-12-0512-42/+27
* Don't let the C library depend on <utmp.h>.ed2009-12-053-14/+12
* Remove warnings from exec.c.ed2009-12-051-20/+19
* Use ANSI C prototypes inside termios.ed2009-12-051-31/+13
* Remove (hidden) warning about missing prototypes for fdevname(3).ed2009-12-051-0/+1
* Add a missing word to a sentence in the return values section.trhodes2009-12-041-1/+1
* - Update the Spanish NLS cataloggabor2009-12-031-5/+51
* The fd_mask type is an unsigned long, not an int, so treat the mask as ajhb2009-12-031-2/+2
* Fix the dprintf() prototype.brueffer2009-12-021-2/+2
* Add an .Nm for strncat.brueffer2009-12-011-2/+3
* Temporarily revert the previous change because the linker has beengreen2009-12-011-36/+28
* Describe what setpgid(2) does when pgid=0. The text has beenkeramida2009-12-011-0/+5
* Do not gratuitously fail *env(3) operations due to corrupt ('='-less)green2009-12-011-28/+36
* - correct xref sectionsdanger2009-11-282-4/+4
* Properly use the envp argument in execvPe().ed2009-11-271-2/+2
* Reset path name back to original correctly in fts_build() whenjh2009-11-261-5/+2
* Clarify that the value of the fts_info field is different in post-order.jh2009-11-261-4/+3
* Implement sighold, sigignore, sigpause, sigrelse, sigset functionskib2009-11-264-8/+250
* 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
* - 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
OpenPOWER on IntegriCloud