summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Unexpose the old uname(3) function.ed2010-01-162-4/+3
* Also call sem_module_init in sem_close to initialize mutexdavidxu2010-01-151-0/+2
* Add wtmpcvt(1).ed2010-01-141-0/+1
* Remove ttyslot from Symbol.map anyway.ed2010-01-141-1/+0
* Unbreak pututxline() on 32-bit architectures.ed2010-01-141-4/+4
* Revert the change to Symbol.map, made in r202274.ed2010-01-141-0/+1
* Don't use fseeko() to obtain the file offset.ed2010-01-141-1/+1
* Add two changes that should have gone into commit r202274.ed2010-01-142-2/+1
* Phase out ttyslot(3).ed2010-01-143-22/+6
* Implement <utmpx.h>.ed2010-01-137-6/+1190
* Return SEM_FAILED instead of NULL, though there are same, but thedavidxu2010-01-131-2/+3
* Update manuals of sem_open and sem_init.davidxu2010-01-122-5/+5
* Update manual for sem_init and sem_open, restrictions of shared semaphoredavidxu2010-01-092-9/+17
* Remove BUGS section that no longer applies after recent changes to semaphoretrasz2010-01-071-8/+1
* Don't forget to use fourth argument if O_CREAT is set in argument oflag.davidxu2010-01-071-1/+3
* Do not rely on behaviour undefined by ANSI C, use thunks to adaptkib2010-01-052-4/+33
* More cleanup, remove _libc prefix because libthr no longer has stubsdavidxu2010-01-052-39/+21
* forgot to remove SYM_FBP10. ;-)davidxu2010-01-051-1/+0
* Remove unused macros.davidxu2010-01-051-5/+0
* Don't check has_waiters twice, inline some small functions.davidxu2010-01-051-8/+5
* Use umtx to implement process sharable semaphore, to make this work,davidxu2010-01-055-79/+680
* Modernize scandir(3) and alphasort(3) interfaces according to the IEEEkib2010-01-043-18/+15
* Document CLOCK_SECOND, add cross-reference from time(3) to clock_gettime(2).kib2009-12-291-0/+1
* 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
* sem_init(3): document process shared semaphores and their restrictionsjilles2009-12-081-18/+9
* Fix many "function declaration isn't a prototype" warnings in libc.ed2009-12-057-32/+18
* Don't let the C library depend on <utmp.h>.ed2009-12-052-10/+9
* 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
* 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
* Eliminate more dead stores.wollman2009-11-253-5/+4
* Revert the previous change to pthread_once() stub in libc. It is actuallyjhb2009-11-202-6/+3
* Add an internal _once() method. This works identical to pthread_once(3)jhb2009-11-203-2/+70
* Catch up with r130332 which changed the default timezone from GMT to UTC.obrien2009-11-171-2/+2
* Fix a copy+paste error by checking the correct variable against MM_NULLACT.brueffer2009-11-081-1/+1
* Use our canonical .Dd format.brueffer2009-11-0210-10/+10
* Move pselect(3) man page to section 2.kib2009-10-282-123/+1
* Commit libc files missed in r198508kib2009-10-273-8/+1
* Current pselect(3) is implemented in usermode and thus vulnerable tokib2009-10-271-78/+0
* wordexp(3): fix some bugs with signals and long outputsjilles2009-10-231-19/+57
* Make getcwd(3) faster, simpler and more compliant using *at syscalls.jilles2009-10-131-45/+18
* Add a new errno, ENOTCAPABLE, to be returned when a process requests anrwatson2009-10-071-0/+1
* 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
* Correct the pthread stub prototype for pthread_mutexattr_settype to allow formarcus2009-10-011-1/+1
* Correct a section name; specifically, "AUTHOR" should be "AUTHORS". [1]alc2009-09-211-3/+4
OpenPOWER on IntegriCloud