summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-084-4/+0
* To support stack unwinding for cancellation points, add -fexceptions flagdavidxu2010-09-255-53/+31
* Powerpc is special here. powerpc and powerpc64 use different ABIs, soimp2010-08-241-4/+2
* MFtbemd:imp2010-08-231-3/+3
* On shared object unload, in __cxa_finalize, call and clear all installedkib2010-08-233-1/+49
* Introduce implementation-private rtld interface _rtld_addr_phdr, whichkib2010-08-232-0/+9
* Use aux vector to get values for SSP canary, pagesize, pagesizes array,kib2010-08-177-15/+191
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whilejoel2010-08-161-1/+1
* Spelling fixes.joel2010-08-021-1/+1
* Also link getutxent.3 to utmpx.3.ed2010-07-211-1/+1
* The 64-bit PowerPC ABI implemented in binutils 2.15 requires some specialnwhitehorn2010-07-101-1/+2
* 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
OpenPOWER on IntegriCloud