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
*
msun: drop unnecessary checks (part 2).
pfg
2015-02-24
4
-4
/
+4
*
Significant upgrades to sa(4) and mt(1).
ken
2015-02-23
5
-0
/
+1347
*
setmode(3): Make sure that setmode sets errno on failure.
pfg
2015-02-22
2
-20
/
+47
*
nice(): Correct return value and [EPERM] error.
jilles
2015-02-22
2
-5
/
+32
*
msun: drop unnecessary checks.
pfg
2015-02-22
4
-4
/
+4
*
Prevent NULL pointer de-reference.
pfg
2015-02-21
1
-1
/
+1
*
regex(3): Fix uninitialized pointer values.
pfg
2015-02-20
2
-3
/
+3
*
tab vs spaces.
pfg
2015-02-20
1
-2
/
+2
*
dbm_delete(3) correct man page to match current behaviour.
pfg
2015-02-20
1
-4
/
+2
*
Fix small memleaks in nis_passwd() and nis_group().
pfg
2015-02-20
2
-2
/
+6
*
fix spelling, add comma and remove BUGS section.. it provided no useful
jmg
2015-02-19
1
-17
/
+3
*
libc: clean some set-but-not-used errors.
pfg
2015-02-18
3
-7
/
+1
*
ulimit(3): simplify.
pfg
2015-02-17
1
-10
/
+8
*
Update elftoolchain to upstream revision 3163
emaste
2015-02-17
1
-1
/
+1
*
compress,gzip,xz: Preserve timestamps with nanosecond precision.
jilles
2015-02-17
1
-0
/
+1
*
Restore the extern qualifier on __cleanup.
kib
2015-02-17
1
-1
/
+1
*
Unbreak sparc64 after r276630 by calling __sparc_sigtramp_setup signal
marius
2015-02-16
3
-4
/
+11
*
rexec(3): prevent uninitialized access to "port" variable.
pfg
2015-02-16
1
-4
/
+4
*
Replace strcpy() with strlcpy()
pfg
2015-02-15
1
-1
/
+1
*
Reverse one of the initializations from r278804.
pfg
2015-02-15
1
-1
/
+1
*
Mismatch in r278804.
pfg
2015-02-15
1
-1
/
+1
*
More tidy-ups on uninitialized scalar variable
pfg
2015-02-15
2
-3
/
+3
*
ulimit(3): Fix broken check.
pfg
2015-02-15
1
-5
/
+9
*
The ld(1) flag is -Bsymbolic not -Wsymbolic.
tijl
2015-02-14
1
-2
/
+2
*
Properly interpose libc spinlocks, was missed in r276630. In
kib
2015-02-14
6
-30
/
+34
*
Disallow pattern spaces which would cause intermediate calculations to
delphij
2015-02-14
1
-0
/
+17
*
Remove disconnected (and broken) directory libiconv. It was added in the
bdrewery
2015-02-13
1
-25
/
+0
*
Teach libproc how to find debugging symbols in /usr/lib/debug.
rpaulo
2015-02-13
1
-3
/
+18
*
Revert 278634: This broke the build due to the compiler being too clever.
pfg
2015-02-13
1
-2
/
+2
*
ulimit(3): Fix broken check.
pfg
2015-02-12
1
-2
/
+2
*
Update libthr(3) man page to reflect the work done to support dlopen.
kib
2015-02-12
1
-31
/
+11
*
When catopen(3) returns an error, it caches the result of that error
bdrewery
2015-02-10
1
-0
/
+1
*
Initial version of DTrace on ARM32.
gnn
2015-02-10
3
-0
/
+17
*
Merge xz 5.2.0.
rpaulo
2015-02-09
5
-21
/
+36
*
revert r278414
bapt
2015-02-08
1
-3
/
+0
*
Reapply r255891
bapt
2015-02-08
1
-0
/
+3
*
Protect uninitialized scalar variable from being accessed
pfg
2015-02-07
2
-2
/
+2
*
Remove useless comment.
trasz
2015-02-07
1
-6
/
+1
*
Truncate the exponent 'n' of type long to a domain contained
kargl
2015-02-07
1
-19
/
+9
*
Add a new device control utility for new-bus devices called devctl. This
jhb
2015-02-06
5
-0
/
+470
*
Update comment and NetBSD ID tag.
pfg
2015-02-06
1
-3
/
+3
*
Drop cgetclose() from getdiskbyname().
pfg
2015-02-06
1
-1
/
+0
*
Fully initialize allocated memory for the new barrier. The
kib
2015-02-06
1
-4
/
+1
*
Some NetGraph debug polishing.
mav
2015-02-06
1
-7
/
+22
*
Add a comment explaining why gcc is needed.
jhibbits
2015-02-06
1
-0
/
+4
*
tdelete(3): don't delete the node we are about to return.
pfg
2015-02-05
1
-1
/
+2
*
getdiskbyname(): plug resource leak
pfg
2015-02-05
1
-8
/
+16
*
Expose the constants for internal new-bus device flags to userland. The
jhb
2015-02-05
1
-1
/
+1
*
powerpc64 csu needs to be built by gcc, so enforce that.
jhibbits
2015-02-05
1
-0
/
+3
*
Followup to r278223, by only using -stdlib=libc++ when the compiler is
dim
2015-02-04
1
-1
/
+2
[next]