aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Cache failing and opened catalogs in catopen() and related functions.Gabor Kovesdan2010-01-251-17/+131
* Improve the ttyname(3) manual page.Ed Schouten2010-01-241-20/+5
* Make strsignal(3) thread-safe.Hajimu UMEMOTO2010-01-241-4/+48
* EMPTY records don't have a timestamp.Ed Schouten2010-01-231-1/+2
* Reapply r201145 to lib/libc/gen/sem.cAntoine Brodin2010-01-231-1/+1
* Just ignore the timestamps given to pututxline().Ed Schouten2010-01-233-23/+12
* English nitpicking.Ed Schouten2010-01-221-1/+1
* Describe why pututxline() doesn't entirely conform to standards.Ed Schouten2010-01-221-2/+20
* Remove comments about breaking the specification.Ed Schouten2010-01-221-2/+0
* - Update Galician catalogGabor Kovesdan2010-01-211-0/+46
* The waitpid(2) function needs neither sys/time.h nor sys/resource.h.Pawel Jakub Dawidek2010-01-201-2/+2
* Style: reword comment.Andrey A. Chernov2010-01-201-1/+1
* For alphasort() add reference to strcoll(3)Andrey A. Chernov2010-01-201-2/+4
* Style: rename internal function to opendir_compar()Andrey A. Chernov2010-01-201-2/+2
* Style: remove extra empty line in the comment.Andrey A. Chernov2010-01-201-1/+0
* Revert r202447 by re-exposing the old uname(3) function.Ed Schouten2010-01-192-3/+4
* Double checking my commit I found that comment saying thatAndrey A. Chernov2010-01-181-7/+3
* preserve errno when processing error cases.David Xu2010-01-181-1/+3
* a) Use strcoll() in opendir() and alphasort() as POSIX 2008 requires.Andrey A. Chernov2010-01-182-8/+4
* Perform several small cleanups to the utmpx code.Ed Schouten2010-01-175-60/+62
* Add forgotten break; keyword to getutxid().Ed Schouten2010-01-171-0/+2
* Simplify ttyslot(3).Ed Schouten2010-01-171-25/+1
* Unexpose the old uname(3) function.Ed Schouten2010-01-162-4/+3
* Also call sem_module_init in sem_close to initialize mutexDavid Xu2010-01-151-0/+2
* Add wtmpcvt(1).Ed Schouten2010-01-141-0/+1
* Remove ttyslot from Symbol.map anyway.Ed Schouten2010-01-141-1/+0
* Unbreak pututxline() on 32-bit architectures.Ed Schouten2010-01-141-4/+4
* Revert the change to Symbol.map, made in r202274.Ed Schouten2010-01-141-0/+1
* Don't use fseeko() to obtain the file offset.Ed Schouten2010-01-141-1/+1
* Add two changes that should have gone into commit r202274.Ed Schouten2010-01-142-2/+1
* Phase out ttyslot(3).Ed Schouten2010-01-143-22/+6
* Implement <utmpx.h>.Ed Schouten2010-01-137-6/+1190
* Return SEM_FAILED instead of NULL, though there are same, but theDavid Xu2010-01-131-2/+3
* Miscellaneous mdoc, spelling and inconsistency fixes.Christian Brueffer2010-01-1212-45/+54
* Update manuals of sem_open and sem_init.David Xu2010-01-122-5/+5
* Give a less silly response to a silly request.Colin Percival2010-01-102-3/+40
* Use the correct types to store uids and gids in the credential cache.Brooks Davis2010-01-091-4/+4
* Add a set of manual pages for pthread[_attr]_[sg]etaffinity(3).Xin LI2010-01-092-4/+8
* Update manual for sem_init and sem_open, restrictions of shared semaphoreDavid Xu2010-01-092-9/+17
* Merge r195030 from project/mips to head by handWarner Losh2010-01-092-1/+19
* Merge r197800 from projects/mips to head by hand:Warner Losh2010-01-082-7/+4
* Merge r195025 from projects/mips to head by hand:Warner Losh2010-01-086-0/+0
* Remove unnecessary quoting and markup, add missing punctuation.Christian Brueffer2010-01-081-3/+2
* Further fix grammar.Konstantin Belousov2010-01-071-1/+1
* Fix a typo and bump date for the previous commit.Christian Brueffer2010-01-071-2/+2
* Remove BUGS section that no longer applies after recent changes to semaphoreEdward Tomasz Napierala2010-01-071-8/+1
* Give some information on SF_MNOWAIT flag.Konstantin Belousov2010-01-071-2/+10
* Don't forget to use fourth argument if O_CREAT is set in argument oflag.David Xu2010-01-071-1/+3
* Use _pthread_once() rather than _once() for localtime() and gmtime(). TheseJohn Baldwin2010-01-061-2/+2
* Do not rely on behaviour undefined by ANSI C, use thunks to adaptKonstantin Belousov2010-01-052-4/+33