summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* mdoc: stop abusing -column lists and use .Bl -tag insteaduqs2010-06-111-19/+21
* mdoc: spell macros correctly, there's no need for the backslash escapeuqs2010-06-021-1/+1
* mdoc: consistently spell our email addresses <foo@FreeBSD.org>uqs2010-05-194-4/+4
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theuqs2010-05-131-6/+6
* Fix a bug due to a type conversion from 64 to 32 bits. The side effect ofgordon2010-05-121-2/+2
* raise(3): Note that this sends a signal to the current thread, not process.jilles2010-05-071-3/+3
* Update xrefs from 4.3BSD to modern signal functions in various man pages.jilles2010-05-063-7/+5
* sysctl(3): Update description of various kern.* variables.jilles2010-04-251-12/+10
* getcwd(3): Clarify that EACCES may or may not be checked.jilles2010-04-171-3/+11
* fnmatch: Fix bad FNM_PERIOD disabling if an asterisk has been seen.jilles2010-04-161-8/+8
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-1410-10/+10
* mdoc: don't abuse Bo/Pc to get what looks like an intervaluqs2010-04-141-1/+1
* mdoc: remove .Pp where not neededuqs2010-04-143-10/+0
* Add prototype for libc internal interfaces.delphij2010-03-312-0/+4
* Add prototypes for libc private interfaces.delphij2010-03-311-5/+9
* - Remove const'ness from dlerror(3) prototype, for consistency with POSIX.gahr2010-03-242-3/+3
* Let opendir() use O_DIRECTORY.ed2010-03-211-2/+2
* Comment a fine point, so it does not get lost when people borrow codephk2010-03-151-0/+4
* 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
OpenPOWER on IntegriCloud