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
...
*
|
__cleanup() is needed for ports/devel/valgrind, export it.
jon
2007-05-22
1
-0
/
+1
*
|
Use LDADD to add -lgcc to the end of linker command line. Using LDFLAGS
kan
2007-05-19
1
-1
/
+2
*
|
Use __mcount() instead of _mcount() to reduce diffs with NetBSD.
cognet
2007-05-19
1
-1
/
+1
*
|
Use built-in _end symbol insteadof 'end' for consistency with other
kan
2007-05-19
1
-2
/
+2
*
|
Do not declare float_detect_tininess as external if it will be re-delared
kan
2007-05-19
1
-0
/
+2
*
|
Make sure GCC will not try to link libc with itself.
kan
2007-05-19
1
-0
/
+5
*
|
Follow NetBSD, OpenBSD and DragonfyBSD project and add BSD-licensed
kan
2007-05-19
3
-1
/
+124
*
|
Move nss_compat symbols from r1.11 to private section of symbol map.
jon
2007-05-18
1
-10
/
+10
*
|
__nss_compat_* from net/nss_compat.c are needed by ports/net/nss_ldap, so exp...
jon
2007-05-18
1
-0
/
+10
*
|
endrpcent belongs with rpc name service db, not services.
jon
2007-05-17
1
-1
/
+1
*
|
fix memory leak from reading nsswitch.conf
jon
2007-05-17
2
-0
/
+7
*
|
-Fix so getoptinfo() is in conformance with socket api (it
rrs
2007-05-16
1
-32
/
+33
*
|
Resolves symbols map so sctp_xxx() functions are included.
rrs
2007-05-16
1
-0
/
+14
*
|
Do not export 'end' symbol. It is not meant to be visible to outside
kan
2007-05-16
1
-1
/
+1
*
|
Document RFTHREAD
pav
2007-05-14
1
-1
/
+9
*
|
I guess powerpc needs vfork(), add it to the symbol list.
deischen
2007-05-14
1
-0
/
+1
*
|
Add ether_aton_r and ether_ntoa_r to public symbol map for libc.
rwatson
2007-05-13
1
-0
/
+2
*
|
Remove .mcount from gmon's Symbol map and add it to the appropriate
deischen
2007-05-13
5
-2
/
+27
*
|
Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.
deischen
2007-05-13
1
-2
/
+0
*
|
Add and document ether_ntoa_r() and ether_aton_r() functions, which accept
rwatson
2007-05-13
2
-37
/
+85
*
|
Move to more conformant style(9) before making functional changes.
rwatson
2007-05-13
1
-51
/
+35
*
|
- Add bits for userland profiling. For sun4u this is compile-tested only.
marius
2007-05-11
1
-0
/
+1
*
|
We should never zero-pad INF or NaN (yielding silly strings like "00inf")
das
2007-05-08
1
-0
/
+1
*
|
Fix a rounding error.
das
2007-05-08
1
-1
/
+1
*
|
- Fix typo
gabor
2007-05-04
1
-2
/
+2
*
|
Back out all POSIXified *env() changes.
ache
2007-05-01
4
-96
/
+41
*
|
Bump .Dd
ache
2007-04-30
1
-1
/
+1
*
|
Add phrase
ache
2007-04-30
1
-1
/
+2
*
|
Make putenv() fully conforms to Open Group specs Issue 6
ache
2007-04-30
4
-26
/
+58
*
|
Remove special case skipping initial '=' of the setenv() value "for
ache
2007-04-30
2
-7
/
+0
*
|
Make setenv, putenv, getenv and unsetenv conforming to Open Group specs
ache
2007-04-30
4
-19
/
+48
*
|
Add missing links and sort.
pjd
2007-04-29
1
-3
/
+9
*
|
Make sure FBSDprivate_1.0 is located at the end of the version
kan
2007-04-29
1
-1
/
+1
*
|
Use C comments since we now preprocess these files with CPP.
deischen
2007-04-29
30
-166
/
+242
*
|
Number the private version namespace in case we ever want to have
deischen
2007-04-29
1
-1
/
+1
*
|
Remove the MSG_PEEK flag from the documentation of the send(2) syscall -
roam
2007-04-27
1
-1
/
+0
*
|
Make inet6_rth_* family of functions more compliant with RFC3542:
mtm
2007-04-19
1
-1
/
+9
*
|
Grammer correction from: emaste
phk
2007-04-19
1
-1
/
+1
*
|
Loosen return value spec for fputs to be standards compliant so people
phk
2007-04-19
1
-5
/
+2
*
|
Cleanup sysconf(3) a bit. sysconf(3) assumes in some places it operates
pjd
2007-04-14
1
-21
/
+18
*
|
Belatedly bump Dd for my recent changes.
emaste
2007-04-11
1
-1
/
+1
*
|
Expand the description of the host's UUID.
ru
2007-04-10
1
-3
/
+3
*
|
Swap "underflow"/"overflow" in the table header.
ru
2007-04-10
1
-2
/
+2
*
|
Clean-ip TLS symbol versions. [_]__tls_get_addr function is part of
kan
2007-04-09
2
-6
/
+2
*
|
Document KERN_HOSTUUID.
pjd
2007-04-09
1
-1
/
+4
*
|
Document PT_GETNUMLWPS.
emaste
2007-04-09
1
-0
/
+3
*
|
Describe PT_GETLWPLIST's arguments.
emaste
2007-04-07
1
-0
/
+9
*
|
__p_rcode_syms is declared as external in resolv.conf, so it cannot be
kan
2007-04-06
2
-1
/
+2
*
|
Bump date.
pjd
2007-04-05
3
-3
/
+3
*
|
Implement SEEK_DATA and SEEK_HOLE extensions to lseek(2) as found in
pjd
2007-04-05
2
-1
/
+65
[prev]
[next]