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
*
Remove names from some prototypes
rodrigc
2015-09-20
1
-2
/
+2
*
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
rodrigc
2015-09-20
12
-51
/
+28
*
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
rodrigc
2015-09-20
32
-142
/
+56
*
Remove names from some prototypes
rodrigc
2015-09-20
12
-14
/
+14
*
Remove names from some prototypes
rodrigc
2015-09-20
2
-5
/
+5
*
Remove names from prototypes
rodrigc
2015-09-20
3
-7
/
+7
*
Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes wa...
rodrigc
2015-09-20
7
-0
/
+7
*
Add declarations to eliminate -Wmissing-prototypes warnings
rodrigc
2015-09-20
1
-0
/
+3
*
Use ANSI C prototypes.
rodrigc
2015-09-20
1
-69
/
+31
*
Add declaration to eliminate -Wmissing-prototypes warning
rodrigc
2015-09-20
1
-0
/
+2
*
Add declarations to netdb_private.h to eliminate -Wmissing-prototypes warnings.
rodrigc
2015-09-20
5
-20
/
+20
*
Add declarations to eliminate -Wmissing-prototypes warnings
rodrigc
2015-09-20
1
-0
/
+10
*
Define _NS_PRIVATE to make declarations visible.
rodrigc
2015-09-20
1
-0
/
+1
*
Add missing includes to eliminate -Wmissing-prototypes warnings
rodrigc
2015-09-20
2
-0
/
+3
*
Adding missing declarations to eliminate -Wmissing-prototypes warnings
rodrigc
2015-09-20
2
-0
/
+6
*
Add missing include to eliminate -Wmissing-prototypes warning
rodrigc
2015-09-20
1
-0
/
+1
*
Add declaration to eliminate -Wmissing-prototypes warning
rodrigc
2015-09-20
1
-0
/
+1
*
Add declarations to eliminate -Wmissing-prototypes warnings
rodrigc
2015-09-20
18
-0
/
+35
*
Adding missing include to eliminate -Wmissing-prototypes warning
rodrigc
2015-09-20
1
-0
/
+1
*
Add declarations to eliminate -Wmissing-prototypes warnings
rodrigc
2015-09-20
3
-0
/
+6
*
Add declarations to eliminate -Wmissing-prototypes warnings.
rodrigc
2015-09-20
3
-0
/
+15
*
Add declaration to eliminate -Wmissing-prototypes warning.
rodrigc
2015-09-20
1
-0
/
+2
*
Add missing include to eliminate -Wmissing-prototypes warnings
rodrigc
2015-09-20
1
-0
/
+2
*
Add missing includes to eliminate -Wmissing-prototypes warnings
rodrigc
2015-09-20
5
-0
/
+5
*
Add PF_LOCAL support in getaddrinfo(3) and getnameinfo(3):
hrs
2015-09-20
4
-78
/
+205
*
libc: Consistently call _ioctl() internally, not ioctl().
jilles
2015-09-19
1
-1
/
+3
*
Replace beforeinstall: handling with FILES.
bdrewery
2015-09-18
3
-21
/
+9
*
There is no HP 300 support in FreeBSD anymore, so remove the obsolete
delphij
2015-09-18
1
-6
/
+1
*
Kernel part of reroot support - a way to change rootfs without reboot.
trasz
2015-09-18
1
-0
/
+7
*
Upgrade to Unbound 1.5.4.
des
2015-09-17
1
-1
/
+1
*
Update META_MODE dependencies.
bdrewery
2015-09-17
3
-2
/
+4
*
Use unsigned variables in a few places.
rodrigc
2015-09-14
3
-5
/
+6
*
Use ANSI C prototypes.
rodrigc
2015-09-14
9
-110
/
+37
*
db/recno: Open with close-on-exec like btree and hash do.
jilles
2015-09-13
1
-1
/
+1
*
setuid(2): Suggest O_CLOEXEC instead of fcntl(F_SETFD).
jilles
2015-09-13
1
-7
/
+2
*
Remove the v_cache_min and v_cache_max sysctls. They are unused and have
markj
2015-09-11
1
-9
/
+1
*
Zero out a local variable also when PURIFY is not defined.
tuexen
2015-09-10
1
-2
/
+0
*
- Fix SIGSEGV when sa == NULL. NULL check in getnameinfo_inet()
hrs
2015-09-09
1
-12
/
+8
*
Enable mincore_test on arm64, we now have a working pmap_mincore.
andrew
2015-09-08
1
-3
/
+0
*
Make it possible to use acl_create_entry_np(3) to use first entry to an
trasz
2015-09-08
1
-1
/
+1
*
Style. Use ANSI definition, wrap long lines, no initialization in
kib
2015-09-08
1
-8
/
+15
*
In the pthread_once(), if the initializer has already run, then the
kib
2015-09-08
1
-3
/
+5
*
In libz's inflateMark(), avoid left-shifting a negative integer, which
dim
2015-09-07
1
-1
/
+1
*
MFV r287451 + 287452: file 5.24 + fix for bin/181436.
delphij
2015-09-04
1
-3
/
+3
*
Expose an interface to determine if an ACE is inherited.
delphij
2015-09-04
2
-1
/
+3
*
Detect badly behaved coredump note helpers
cem
2015-09-03
2
-0
/
+8
*
Fix acl_strip_np(3) breakage introduced in r279962.
trasz
2015-09-03
1
-9
/
+11
*
Fix the way acl_init(3) uses posix_memalign(3) - the latter doesn't
trasz
2015-09-03
1
-1
/
+3
*
- snprintf() returns at most size-1 of the chars printed into
hrs
2015-09-02
1
-10
/
+6
*
Fix t_spawnattr test for attributes handling by posix_spawn(3).
kib
2015-09-01
1
-1
/
+1
[next]