summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-022-14/+0
* Split the contributed code from libc/stdtime from lib/libc/stdtimeedwin2010-02-261-1/+1
* Make pause(3) implementation not depended on the legacy sigcompat.ckib2010-02-251-1/+7
* While there, trim some trailing whitespace.ed2010-02-211-1/+0
* Add proper const keywords to sysctl(3) parameters.ed2010-02-214-25/+15
* The static TLS size as given by tls_static_space includes TLS_TCB_SIZEmarcel2010-02-161-2/+2
* Also add a cross-reference to NetBSD updlastlogx().ed2010-02-031-1/+3
* Bump .Dd, forgotten in r203393gavin2010-02-021-1/+1
* The multiplicand a = 0x5deece66d = 25214903917, not 0xfdeece66d.gavin2010-02-021-1/+1
* Perform some cleanups to devname(3).ed2010-01-311-13/+10
* Remove pseudo-terminals from ttys(5).ed2010-01-271-36/+1
* Improve the ttyname(3) manual page.ed2010-01-241-20/+5
* EMPTY records don't have a timestamp.ed2010-01-231-1/+2
* Reapply r201145 to lib/libc/gen/sem.cantoine2010-01-231-1/+1
* Just ignore the timestamps given to pututxline().ed2010-01-233-23/+12
* English nitpicking.ed2010-01-221-1/+1
* Describe why pututxline() doesn't entirely conform to standards.ed2010-01-221-2/+20
* Remove comments about breaking the specification.ed2010-01-221-2/+0
* Style: reword comment.ache2010-01-201-1/+1
* For alphasort() add reference to strcoll(3)ache2010-01-201-2/+4
* Style: rename internal function to opendir_compar()ache2010-01-201-2/+2
* Style: remove extra empty line in the comment.ache2010-01-201-1/+0
* Revert r202447 by re-exposing the old uname(3) function.ed2010-01-192-3/+4
* Double checking my commit I found that comment saying thatache2010-01-181-7/+3
* preserve errno when processing error cases.davidxu2010-01-181-1/+3
* a) Use strcoll() in opendir() and alphasort() as POSIX 2008 requires.ache2010-01-182-8/+4
* Perform several small cleanups to the utmpx code.ed2010-01-175-60/+62
* Add forgotten break; keyword to getutxid().ed2010-01-171-0/+2
* Simplify ttyslot(3).ed2010-01-171-25/+1
* 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
OpenPOWER on IntegriCloud