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
*
Merge BIND 9.4.1 into main chunk.
ume
2007-06-03
1
-2
/
+7
*
Merge BIND 9.4.1 into main chunk.
ume
2007-06-03
29
-341
/
+396
*
This commit was generated by cvs2svn to compensate for changes in r170242,
ume
2007-06-03
8
-110
/
+133
|
\
|
*
Vendor import of BIND 9.4.1
ume
2007-06-03
37
-452
/
+530
*
|
Fix the amd64 and pc98 versions of ISC_ATOMIC_ARCH with some help
dougb
2007-06-03
1
-5
/
+3
*
|
Update generated files for BIND 9.4.1
dougb
2007-06-02
9
-220
/
+512
*
|
Update bmake glue for the BIND 9.4.1 import.
dougb
2007-06-02
8
-18
/
+64
*
|
- Work-around the already partially broken rusage support in kvm by
jeff
2007-06-01
1
-0
/
+2
*
|
Export quad symbols. They were previously commented out. These symbols
deischen
2007-05-31
1
-6
/
+6
*
|
Some libc symbol map cleanups.
deischen
2007-05-31
11
-31
/
+0
*
|
Merge the relevant part of rev.1.14 of s_cbrt.c (a micro-optimization
bde
2007-05-29
1
-3
/
+3
*
|
libarchive 2.2.3
kientzle
2007-05-29
73
-1372
/
+3889
*
|
Correct spelling errors in comments.
rwatson
2007-05-28
1
-2
/
+2
*
|
Precede symbol names consistently with tabs rather than spaces.
rwatson
2007-05-28
1
-14
/
+14
*
|
Include string.h for memcpy() and memcmp().
delphij
2007-05-25
1
-0
/
+1
*
|
Const'ify and ANSIfy the internal interfaces of regex(3).
delphij
2007-05-25
1
-109
/
+100
*
|
ANSIfy function definitions, reduces diff against OpenBSD.
delphij
2007-05-25
1
-17
/
+8
*
|
Also fix the misspelling of hes_resolve().
ru
2007-05-25
1
-1
/
+1
*
|
The usage of "info" in init_hash() is read-only, so constify
delphij
2007-05-25
1
-3
/
+3
*
|
Re-add support for NIS netgroups (heavily modified from patch in PR)
des
2007-05-25
1
-4
/
+22
*
|
- When I introduce wide character enabled ncurses into base, all headers
rafan
2007-05-25
4
-0
/
+9
*
|
FreeBSD has <limits.h>.
obrien
2007-05-24
1
-0
/
+3
*
|
Update for the 'file' 4.21 import.
obrien
2007-05-24
1
-1
/
+1
*
|
Enable FTP_COMBINE_CWDS.
des
2007-05-24
2
-10
/
+2
*
|
Update for the 'file' 4.19 import.
obrien
2007-05-24
1
-1
/
+10
*
|
hesiod_resolv -> hesiod_resolve
ru
2007-05-24
1
-1
/
+1
*
|
Nit: avoid shadowing truncate(2) with a local variable.
des
2007-05-23
1
-3
/
+3
*
|
Fix stupid braino in previous commit.
des
2007-05-23
1
-1
/
+1
*
|
If (flags & O_TRUNC), don't truncate the file until we've successfully
des
2007-05-23
1
-1
/
+11
*
|
Replace "sizeof(struct bucket[cache_size])" with
cperciva
2007-05-22
1
-4
/
+4
*
|
Backout 1.5 as requested by deischen
jon
2007-05-22
1
-1
/
+0
*
|
__cleanup() is needed for ports/devel/valgrind, export it.
jon
2007-05-22
1
-0
/
+1
*
|
Make pointer argument to kread_string() const since the kernel structure
rwatson
2007-05-21
1
-3
/
+4
*
|
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
[next]