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
Commit message (
Expand
)
Author
Age
Files
Lines
*
The OBJ_TMPFS flag of vm_object means that there is unreclaimed tmpfs
kib
2014-07-14
2
-4
/
+5
*
Use tmpfs_vn_get_ino_gen() to handle the races with reclaim in tmpfs
kib
2014-07-14
1
-13
/
+13
*
Style. Add comment about lock mode.
kib
2014-07-14
2
-1
/
+2
*
Extract the code to put a filesystem into the suspended state (at the
kib
2014-07-14
3
-44
/
+39
*
In tmpfs_alloc_file(), code after the 'out' label does only 'return
kib
2014-07-14
1
-9
/
+5
*
Add convenience macro to assert tmpfs node lock.
kib
2014-07-14
2
-1
/
+3
*
Add some assertions for the code handling vm_object for tmpfs vnode.
kib
2014-07-14
2
-0
/
+3
*
The tmpfs_link() must not dereference the filesystem-specific data for
kib
2014-07-14
1
-2
/
+2
*
In kern_linkat(), avoid passing doomed vnode to the VOP.
kib
2014-07-14
1
-2
/
+8
*
Generalize vn_get_ino() to allow filesystems to use custom vnode
kib
2014-07-14
4
-89
/
+83
*
Remove code separator lines which do not conform to style(9).
kib
2014-07-14
7
-132
/
+0
*
Make bind(2) and connect(2) return EAFNOSUPPORT for AF_UNIX on wrong
kevlo
2014-07-14
1
-0
/
+6
*
Invoke the DTrace trap handler before calling trap() on amd64. This matches
markj
2014-07-14
10
-41
/
+44
*
Explicitly disable the build of tests when building bmake.
jmmv
2014-07-13
1
-0
/
+1
*
* Update the comments to agree with commit r226595.
kargl
2014-07-13
1
-4
/
+4
*
Eliminate an unused variable. Refresh two comments.
alc
2014-07-13
1
-5
/
+2
*
* Makefile:
kargl
2014-07-13
8
-19
/
+696
*
Implement pmap_unwire(). See r268327 for the motivation behind this change.
alc
2014-07-13
5
-0
/
+113
*
* Use 9 digits instead of 11 digits in efx and efx8.
kargl
2014-07-13
1
-54
/
+49
*
* Update the comments that refer to erf[c](nan) and erf[c](+-inf)
kargl
2014-07-13
1
-4
/
+4
*
* Use the volatile qualifier for 'tiny' to prevent compilers
kargl
2014-07-13
2
-10
/
+21
*
Whitespace.
kargl
2014-07-13
1
-25
/
+18
*
Unbreak with gcc.
pluknet
2014-07-13
1
-0
/
+2
*
Add a headphone redirection quirk for the Lenovo G580.
markj
2014-07-13
2
-1
/
+3
*
Turn off blinking device leds at attach.
hselasky
2014-07-13
1
-2
/
+13
*
Fix performance problems with AXGE network adapter in RX direction:
hselasky
2014-07-13
1
-9
/
+8
*
Merge several equal serialization indexes.
mav
2014-07-13
3
-91
/
+83
*
sh: Correctly handle positional parameters beyond INT_MAX on 64-bit systems.
jilles
2014-07-12
3
-2
/
+19
*
Add bsd.dtrace.mk to obsolete files.
rpaulo
2014-07-12
1
-0
/
+2
*
Clear nonblock and async on devctl close instaed of open.
mjg
2014-07-12
1
-2
/
+2
*
strfmon: reduce unnecessary snprintf.
pfg
2014-07-12
1
-5
/
+3
*
sh: Consistently treat ${01} like $1.
jilles
2014-07-12
3
-7
/
+11
*
Make the description of the "no_prefer_iface" flag easier to understand.
jlh
2014-07-12
1
-3
/
+5
*
Turn off exceptions and rtti when building the c++ version of users.
theraven
2014-07-12
1
-0
/
+1
*
Remove bsd.dtrace.mk.
rpaulo
2014-07-12
1
-1
/
+0
*
Revert r268543.
rpaulo
2014-07-12
20
-19
/
+19
*
Add IPv6 flowid, bindmulti and RSS awareness.
adrian
2014-07-12
2
-0
/
+145
*
Add INP_RSS_BUCKET_SET awareness for IPv6 pcbgroup entries.
adrian
2014-07-12
1
-0
/
+13
*
Add the IPv6 versions of the multi-bind, hash/hash type and RSS options.
adrian
2014-07-12
1
-0
/
+6
*
Add RSS hashing awareness for IPv6 and TCP IPv6 hash types.
adrian
2014-07-12
1
-0
/
+4
*
Add some hash types for UDP RSS for both IPv4 and IPv6.
adrian
2014-07-12
1
-0
/
+7
*
Expose in_pcbbind_check_bindmulti() so the upcoming IPv6 RSS changes
adrian
2014-07-12
2
-2
/
+5
*
Optimisation: replace ${_D:R} with just ${_D}.
rpaulo
2014-07-12
1
-2
/
+2
*
Move iic.h to sys/ so that it's automatically installed in /usr/include/sys.
rpaulo
2014-07-12
20
-19
/
+19
*
Remove _DTRACE_VERSION from sdt.h. It will now come from the command line
rpaulo
2014-07-12
1
-2
/
+0
*
Automatically build and link DTrace USDT probes.
rpaulo
2014-07-12
2
-65
/
+19
*
Allow up to 512K for boot code on GPT with BIOS. As pmbr.s says in a comment,
nwhitehorn
2014-07-11
1
-1
/
+1
*
The month's name shall not be abbreviated.
gavin
2014-07-11
1
-1
/
+1
*
Avoid hardcoding "gcc" in the DTrace tests.
pfg
2014-07-11
1
-1
/
+1
*
Whitespace changes.
tuexen
2014-07-11
3
-58
/
+58
[next]