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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Don't test for NULL when it is both unnecessary (the pointer is checked
cperciva
2007-05-21
1
-1
/
+1
*
|
Remove pointless code: Don't assign a value to a variable when we're
cperciva
2007-05-21
1
-1
/
+0
*
|
Bump library versions in preparation for 7.0.
deischen
2007-05-21
40
-40
/
+40
*
|
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
*
|
Add a level of indirection to the kernel PTE table. The old
marcel
2007-05-19
1
-8
/
+16
*
|
Don't forget to free a string allocated by strdup where necessary.
cperciva
2007-05-19
1
-2
/
+9
*
|
Make sure libc is installed before all other shared libraries. Other
kan
2007-05-19
1
-3
/
+4
*
|
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
*
|
Fix a logic bug I re-introduced in my patch I sent to Daniel
ru
2007-05-18
4
-4
/
+4
*
|
__nss_compat_* from net/nss_compat.c are needed by ports/net/nss_ldap, so exp...
jon
2007-05-18
1
-0
/
+10
*
|
Allow DEFAULT_THREAD_LIB to be set from /etc/src.conf.
deischen
2007-05-17
4
-16
/
+16
*
|
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
*
|
Replace select() by poll() to avoid problems with big
mav
2007-05-14
2
-6
/
+7
*
|
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
*
|
Use unsigned comparisons. Prior to this commit, SHA1_Update and
cperciva
2007-05-14
2
-2
/
+4
*
|
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
12
-781
/
+48
*
|
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
*
|
strlcpy() may be faster than snprintf(), but it is less portable, and this
des
2007-05-11
1
-8
/
+8
*
|
Fix typo.
des
2007-05-10
1
-1
/
+1
*
|
Well gag me with a spoon... I'm so used to working at high WARNS levels
des
2007-05-10
2
-1
/
+5
*
|
Remove superfluous unexpanded RCS tag.
des
2007-05-10
1
-2
/
+0
*
|
Use flopen(3).
des
2007-05-10
1
-2
/
+2
*
|
DTRT when O_NONBLOCK is specified.
des
2007-05-10
2
-4
/
+29
*
|
I'm tired of seeing this done incorrectly and non-portably, so add a
des
2007-05-10
4
-6
/
+177
*
|
Integrate the Camellia Block Cipher. For more information see RFC 4132
gnn
2007-05-09
1
-0
/
+3
*
|
backout experimental adaptive spinning mutex for product use.
davidxu
2007-05-09
3
-9
/
+0
*
|
Handle temporary redirects (HTTP status code 307)
des
2007-05-08
1
-0
/
+2
*
|
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
*
|
Remove parameter names from prototypes to avoid namespace issues.
des
2007-05-06
1
-22
/
+22
*
|
Implement and document some utility functions that can be used to communicate
pjd
2007-05-06
4
-3
/
+360
*
|
- Fix typo
gabor
2007-05-04
1
-2
/
+2
*
|
Don't assume that int is signed 32-bits in one place. Keep assuming
bde
2007-05-02
2
-8
/
+11
*
|
Fix tgamma() on some special args:
bde
2007-05-02
1
-14
/
+15
*
|
Document (in a comment) the current (slightly broken) handling of special
bde
2007-05-02
1
-6
/
+9
*
|
s/@VERSION@/@ARCHIVE_VERSION@/
cperciva
2007-05-02
2
-3
/
+3
[prev]
[next]