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
*
In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.
bdrewery
2014-06-08
151
-4
/
+312
*
Use atomics to modify numvnodes variable.
mav
2014-06-08
1
-9
/
+15
*
Split RPC pool threads into number of smaller semi-isolated groups.
mav
2014-06-08
3
-182
/
+250
*
Remove write-only local variable.
kib
2014-06-08
1
-2
/
+0
*
Initialize the pbuf counter for directio using SYSINIT, instead of
kib
2014-06-08
4
-18
/
+8
*
Remove st_idle variable, duplicating st_xprt.
mav
2014-06-08
2
-6
/
+1
*
Introduce new per-thread lock to protect the list of requests.
mav
2014-06-08
3
-85
/
+57
*
Remove unused variable.
ae
2014-06-08
1
-14
/
+2
*
Add ioctl(VM_REINIT) to reinitialize the virtual machine state maintained
neel
2014-06-07
9
-85
/
+177
*
Add a page size field to struct vm_page. Increase the page size field when
alc
2014-06-07
7
-21
/
+65
*
Make WITNESS happy by giving USB mutexes different names.
hselasky
2014-06-07
1
-2
/
+2
*
Fix for USB specification compliance. We need to accept both DATA0 and
hselasky
2014-06-07
1
-0
/
+16
*
Some further DWC OTG improvements for full speed and low speed devices:
hselasky
2014-06-07
2
-83
/
+59
*
Mov p2041rdb.dts, p3041ds.dts, and p5020ds.dts to the powerpc directory.
rpaulo
2014-06-07
3
-0
/
+0
*
Fix the script to run make_dtb.sh instead of just dtc.
rpaulo
2014-06-07
1
-1
/
+4
*
Add Makefiles to automatically test all the DTS files.
rpaulo
2014-06-06
5
-0
/
+33
*
Add support for inspecting process flags set in p_flag2.
pluknet
2014-06-06
2
-1
/
+15
*
Add Ukranian vt(4) keymaps as an example.
ray
2014-06-06
4
-1
/
+506
*
The new NFS server would not allow a hard link to be
rmacklem
2014-06-06
1
-7
/
+0
*
make sure if_transmit returns 0 if the mbuf is enqueued.
luigi
2014-06-06
3
-6
/
+5
*
Minor improvements.
brueffer
2014-06-06
1
-2
/
+4
*
Add vte(4) to the hardware notes.
brueffer
2014-06-06
1
-0
/
+2
*
Compilation fixes.
hselasky
2014-06-06
1
-1
/
+3
*
Minor mdoc improvements.
joel
2014-06-06
7
-11
/
+8
*
Move atf-sh from /usr/bin/ to /usr/libexec/
jmmv
2014-06-06
13
-58
/
+30
*
better handling of netmap emulation over standard device drivers:
luigi
2014-06-06
2
-29
/
+83
*
Clarify statement on font origin
emaste
2014-06-06
1
-3
/
+3
*
Support guest accesses to %cr8.
tychon
2014-06-06
3
-53
/
+166
*
introduce mbq_lock() and mbq_unlock() for the mbq,
luigi
2014-06-06
3
-9
/
+19
*
Add the *_TESTS_SH_SED_* functionality to atf.test.mk.
jmmv
2014-06-06
1
-1
/
+5
*
Fix some rpcgen sample file issues.
bdrewery
2014-06-06
2
-2
/
+3
*
Update after r267011: use -h height and -w width args
emaste
2014-06-06
1
-1
/
+3
*
Homogenize libatf-* version numbers with upstream.
jmmv
2014-06-06
4
-2
/
+22
*
Remove extra semicolons.
kevlo
2014-06-06
3
-5
/
+5
*
move netmap_getna() to a freebsd-specific file
luigi
2014-06-06
2
-6
/
+8
*
Some devices (e.g. Intel AHCI and NICs) support quad-word access to
tychon
2014-06-06
1
-4
/
+21
*
misc bugfixes:
luigi
2014-06-06
1
-4
/
+7
*
whitespace change: fix one comment, remove a stale one.
luigi
2014-06-06
1
-16
/
+2
*
align comments with the ones in our development trunk
luigi
2014-06-06
2
-24
/
+104
*
rate limit some error messages
luigi
2014-06-06
1
-1
/
+1
*
remove two debugging messages, align comments with the code
luigi
2014-06-06
1
-5
/
+12
*
ktrace: Use designated initializers for the data_lengths array.
jilles
2014-06-06
1
-15
/
+14
*
Dereference portaudit(1), as it is now deprecated and its
gjb
2014-06-06
1
-3
/
+3
*
The 'create' subcommand doesn't have '-h' option.
pjd
2014-06-06
1
-1
/
+1
*
Mdoc cleanup, typo and grammar fixes.
brueffer
2014-06-06
1
-157
/
+154
*
Add missing MLINKs.
brueffer
2014-06-06
1
-0
/
+5
*
Add Lb string for libcuse.
brueffer
2014-06-06
1
-0
/
+1
*
Replace deprecated M_DONTWAIT with M_NOWAIT.
kevlo
2014-06-06
1
-3
/
+3
*
add checks for invalid buffer pointers and lengths
luigi
2014-06-06
1
-0
/
+14
*
prevent a panic when the netdev/ifp is not set in attach
luigi
2014-06-06
1
-1
/
+2
[next]