index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.
ed
2010-03-28
1
-11
/
+17
*
- Remove const'ness from dlerror(3) prototype, for consistency with POSIX.
gahr
2010-03-24
2
-3
/
+3
*
Reject attempts to create a MAP_ANON mapping with a non-zero offset.
jhb
2010-03-23
1
-1
/
+6
*
Let opendir() use O_DIRECTORY.
ed
2010-03-21
1
-2
/
+2
*
Actually make O_DIRECTORY work.
ed
2010-03-21
1
-0
/
+12
*
Avoid aliasing which leads to incorrect results when compiling with the
marius
2010-03-21
1
-12
/
+11
*
- While SPARC V9 allows tininess to be detected either before or after
marius
2010-03-20
1
-5
/
+10
*
Division should take both arguments' signs into account when the
marius
2010-03-20
1
-7
/
+9
*
FPU_DEBUG requires <stdio.h>.
marius
2010-03-20
3
-1
/
+12
*
Ensure that __fpu_ftox() both returns the high bits and res[1] contains
marius
2010-03-20
1
-5
/
+7
*
- Remove a bogus forward declaration.
marius
2010-03-20
2
-7
/
+3
*
Comment a fine point, so it does not get lost when people borrow code
phk
2010-03-15
1
-0
/
+4
*
Correct bugs fixed but not merged from my own tree.
delphij
2010-03-13
1
-2
/
+3
*
Follow up commit to reindent the code.
delphij
2010-03-12
1
-13
/
+13
*
Two optimizations to MI strlen(3) inspired by David S. Miller's
delphij
2010-03-12
1
-12
/
+31
*
Fix several typos in macros or macro misusage.
uqs
2010-03-12
1
-0
/
+1
*
- Use an initializer macro to initialize fields in 'fake' FILE objects used
jhb
2010-03-11
12
-39
/
+22
*
Fix a bug in the previous change: remove function-local definition of
jhb
2010-03-11
1
-1
/
+0
*
Fix a typo in r204974 so that FTYPE_LNG matches the initialisers of
marius
2010-03-11
1
-1
/
+1
*
- The OPSZ macro actually only does the right thing for int32 and int64
marius
2010-03-10
2
-29
/
+21
*
Use thr_once() with once_t controls to initialize various thread_key_t
jhb
2010-03-10
8
-64
/
+81
*
Switch to our preferred license text.
joel
2010-03-07
1
-8
/
+8
*
Use our standard license text. No more voices in the authors head. :-)
joel
2010-03-04
9
-72
/
+72
*
The NetBSD Foundation has granted permission to remove clause 3 and 4 from
joel
2010-03-03
1
-7
/
+0
*
In reallocf(3), free the memory only when size != 0. Otherwise, when the
jh
2010-03-03
1
-1
/
+8
*
The NetBSD Foundation has granted permission to remove clause 3 and 4 from
joel
2010-03-02
4
-28
/
+0
*
The NetBSD Foundation has granted permission to remove clause 3 and 4 from
joel
2010-03-02
5
-35
/
+0
*
The NetBSD Foundation has granted permission to remove clause 3 and 4 from
joel
2010-03-02
6
-42
/
+0
*
Rewrite red-black trees to do lazy balance fixup. This improves
jasone
2010-02-28
2
-772
/
+837
*
In _gettemp(), check that the length of the path doesn't exceed
jh
2010-02-28
1
-0
/
+4
*
Split the contributed code from libc/stdtime from lib/libc/stdtime
edwin
2010-02-26
10
-3621
/
+5
*
Make pause(3) implementation not depended on the legacy sigcompat.c
kib
2010-02-25
1
-1
/
+7
*
While there, trim some trailing whitespace.
ed
2010-02-21
1
-1
/
+0
*
Add proper const keywords to sysctl(3) parameters.
ed
2010-02-21
4
-25
/
+15
*
- More style(9) fixups
gabor
2010-02-20
1
-26
/
+29
*
Mention EISDIR as a possible errno.
phk
2010-02-17
1
-0
/
+2
*
Define TLS_MODEL for PowerPC as well. Since PowerPC uses variant I,
marcel
2010-02-16
1
-0
/
+1
*
%U was macroized in mdoc(7), escape.
ru
2010-02-16
2
-2
/
+2
*
Unbreak ia64: tls_model("initial-exec") is invalid, because it assumes
marcel
2010-02-16
1
-11
/
+9
*
The static TLS size as given by tls_static_space includes TLS_TCB_SIZE
marcel
2010-02-16
1
-2
/
+2
*
s/APIS/APIs - not part of the original submission.
trhodes
2010-02-11
1
-2
/
+2
*
o Add support for COMPAT_IA32.
marcel
2010-02-11
1
-13
/
+21
*
Correct two typoes.
trhodes
2010-02-11
1
-1
/
+1
*
Fix PR
cracauer
2010-02-10
1
-2
/
+2
*
- Deal with some special cases [1]
gabor
2010-02-09
1
-30
/
+54
*
Add PT_VM_TIMESTAMP and PT_VM_ENTRY so that the tracing process can
marcel
2010-02-09
1
-1
/
+76
*
Mark up "unsigned char".
ru
2010-02-04
4
-4
/
+11
*
Reinstate the ptrace patch to restore the 'gp' register after calling
neel
2010-02-04
1
-0
/
+3
*
-White space cleanup (missing spaces in new line)
rrs
2010-02-03
1
-5
/
+2
*
Also add a cross-reference to NetBSD updlastlogx().
ed
2010-02-03
1
-1
/
+3
[next]