summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* - Remove const'ness from dlerror(3) prototype, for consistency with POSIX.gahr2010-03-242-3/+3
* Reject attempts to create a MAP_ANON mapping with a non-zero offset.jhb2010-03-231-1/+6
* Let opendir() use O_DIRECTORY.ed2010-03-211-2/+2
* Actually make O_DIRECTORY work.ed2010-03-211-0/+12
* Avoid aliasing which leads to incorrect results when compiling with themarius2010-03-211-12/+11
* - While SPARC V9 allows tininess to be detected either before or aftermarius2010-03-201-5/+10
* Division should take both arguments' signs into account when themarius2010-03-201-7/+9
* FPU_DEBUG requires <stdio.h>.marius2010-03-203-1/+12
* Ensure that __fpu_ftox() both returns the high bits and res[1] containsmarius2010-03-201-5/+7
* - Remove a bogus forward declaration.marius2010-03-202-7/+3
* Comment a fine point, so it does not get lost when people borrow codephk2010-03-151-0/+4
* Correct bugs fixed but not merged from my own tree.delphij2010-03-131-2/+3
* Follow up commit to reindent the code.delphij2010-03-121-13/+13
* Two optimizations to MI strlen(3) inspired by David S. Miller'sdelphij2010-03-121-12/+31
* Fix several typos in macros or macro misusage.uqs2010-03-121-0/+1
* - Use an initializer macro to initialize fields in 'fake' FILE objects usedjhb2010-03-1112-39/+22
* Fix a bug in the previous change: remove function-local definition ofjhb2010-03-111-1/+0
* Fix a typo in r204974 so that FTYPE_LNG matches the initialisers ofmarius2010-03-111-1/+1
* - The OPSZ macro actually only does the right thing for int32 and int64marius2010-03-102-29/+21
* Use thr_once() with once_t controls to initialize various thread_key_tjhb2010-03-108-64/+81
* Switch to our preferred license text.joel2010-03-071-8/+8
* Use our standard license text. No more voices in the authors head. :-)joel2010-03-049-72/+72
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-031-7/+0
* In reallocf(3), free the memory only when size != 0. Otherwise, when thejh2010-03-031-1/+8
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-024-28/+0
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-025-35/+0
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-026-42/+0
* Rewrite red-black trees to do lazy balance fixup. This improvesjasone2010-02-282-772/+837
* In _gettemp(), check that the length of the path doesn't exceedjh2010-02-281-0/+4
* Split the contributed code from libc/stdtime from lib/libc/stdtimeedwin2010-02-2610-3621/+5
* 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
* - More style(9) fixupsgabor2010-02-201-26/+29
* Mention EISDIR as a possible errno.phk2010-02-171-0/+2
* Define TLS_MODEL for PowerPC as well. Since PowerPC uses variant I,marcel2010-02-161-0/+1
* %U was macroized in mdoc(7), escape.ru2010-02-162-2/+2
* Unbreak ia64: tls_model("initial-exec") is invalid, because it assumesmarcel2010-02-161-11/+9
* The static TLS size as given by tls_static_space includes TLS_TCB_SIZEmarcel2010-02-161-2/+2
* s/APIS/APIs - not part of the original submission.trhodes2010-02-111-2/+2
* o Add support for COMPAT_IA32.marcel2010-02-111-13/+21
* Correct two typoes.trhodes2010-02-111-1/+1
* Fix PRcracauer2010-02-101-2/+2
* - Deal with some special cases [1]gabor2010-02-091-30/+54
* Add PT_VM_TIMESTAMP and PT_VM_ENTRY so that the tracing process canmarcel2010-02-091-1/+76
* Mark up "unsigned char".ru2010-02-044-4/+11
* Reinstate the ptrace patch to restore the 'gp' register after callingneel2010-02-041-0/+3
* -White space cleanup (missing spaces in new line)rrs2010-02-031-5/+2
* Also add a cross-reference to NetBSD updlastlogx().ed2010-02-031-1/+3
* This fixes a bug found and fixed by JC. Basicallyrrs2010-02-031-1/+13
OpenPOWER on IntegriCloud