aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Bump .Dd, forgotten in r203393Gavin Atkinson2010-02-021-1/+1
* The multiplicand a = 0x5deece66d = 25214903917, not 0xfdeece66d.Gavin Atkinson2010-02-021-1/+1
* Implement strndup(3) using strnlen(3).Ed Schouten2010-02-021-3/+1
* Fix bugs:Jason Evans2010-01-314-1352/+2256
* Remove extra semicolon.Rebecca Cran2010-01-311-1/+1
* Fix typo of ENOTCONN.Rebecca Cran2010-01-314-3/+5
* Perform some cleanups to devname(3).Ed Schouten2010-01-311-13/+10
* - Fix some style(9) bugsGabor Kovesdan2010-01-291-17/+16
* You must include fcntl.h (in practice) to be able to do anything usefulRobert Watson2010-01-291-0/+1
* Add missing return, in a rare case where we can't allocate memory inEd Maste2010-01-271-0/+1
* Remove pseudo-terminals from ttys(5).Ed Schouten2010-01-271-36/+1
* Add information about when nmount(2) was introduced.Edward Tomasz Napierala2010-01-261-1/+5
* - style(9)Gabor Kovesdan2010-01-251-25/+25
* 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