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
*
Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.
mdf
2011-01-19
9
-19
/
+21
*
Make the length of the LDT a loader tunable, machdep.max_ldt_segment,
kib
2011-01-18
1
-2
/
+18
*
Use malloc(9) instead of kmem_alloc(9) for temporal copy of the
kib
2011-01-18
1
-9
/
+3
*
For architectures not using direct map , and requiring real KVA page for
kib
2011-01-18
6
-6
/
+6
*
There are PowerMacs which do not have a hwsensor-location property
andreast
2011-01-18
1
-7
/
+12
*
Make sure the PKGDIR exists before we move stuff into it.
phk
2011-01-18
1
-0
/
+1
*
Make USB packet filtering code optional.
hselasky
2011-01-18
3
-5
/
+11
*
sh: Fix signal messages being sent to the wrong file sometimes.
jilles
2011-01-18
2
-0
/
+9
*
Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need
mdf
2011-01-18
9
-36
/
+45
*
Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need
mdf
2011-01-18
8
-22
/
+26
*
Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need
mdf
2011-01-18
7
-76
/
+82
*
Update to upstream version 2.3
fanf
2011-01-18
1
-15
/
+10
*
Rework RX filter programming by providing separate handler for
yongari
2011-01-18
1
-91
/
+90
*
- Remove some always-true checks (checking for unsigned < 0).
jhb
2011-01-18
2
-7
/
+6
*
Fix some bugs in my last set of changes to ale(4):
jhb
2011-01-18
2
-9
/
+8
*
MFi386: revision 217515
nyan
2011-01-18
1
-3
/
+0
*
Remove some always-true comparisons.
jhb
2011-01-18
2
-2
/
+2
*
Remove bogus check. pcib_get_bus() (like other BUS_ACCESSOR() methods)
jhb
2011-01-18
1
-2
/
+0
*
Add libm to the dependencies section.
nwhitehorn
2011-01-18
1
-1
/
+1
*
Fix the experimental NFSv4 server so that it uses VOP_ACCESSX()
rmacklem
2011-01-18
1
-1
/
+1
*
Limit maximum number of GPT entries to 4k. It is most realistic value
ae
2011-01-18
1
-15
/
+33
*
Move the definition of M_VMPGDATA to the swap pager, where the only
alc
2011-01-18
3
-5
/
+1
*
Change model names of controller RTL_HWREV_8168_SPIN[123] to real ones.
yongari
2011-01-18
2
-9
/
+9
*
Support booting non FDT-capable loaders:
marcel
2011-01-17
2
-3
/
+31
*
Fix typo and bump date.
mdf
2011-01-17
1
-2
/
+2
*
The kernel is not exporting any "T,dev_t" sysctl nodes anymore, so
mdf
2011-01-17
2
-56
/
+2
*
Check the environment for system devices before using the FDT.
marcel
2011-01-17
1
-8
/
+11
*
Remove empty dev_mem_md_init() stubs.
jkim
2011-01-17
4
-21
/
+0
*
Save the CPU model, the board and the CPU clock rate so they are reported by
imp
2011-01-17
1
-9
/
+16
*
Kill redundant cpu line
imp
2011-01-17
1
-1
/
+0
*
Make cpu_model public (otherwise there's no way to set it) and bump it
imp
2011-01-17
1
-1
/
+4
*
Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().
jkim
2011-01-17
23
-57
/
+92
*
In order to save instructions the MMU trap handlers assumed that the kernel
marius
2011-01-17
2
-34
/
+72
*
Pull ieee80211_ratectl_node_init() calls from drivers into net80211.
bschmidt
2011-01-17
10
-54
/
+4
*
Fix 32bit bit fields handling. This fixes card serial number fetching.
mav
2011-01-17
1
-1
/
+1
*
Explicitly initialize the page's queue field to PQ_NONE instead of relying
alc
2011-01-17
4
-5
/
+8
*
Avoid preemption while manipulating CRs and MTRRs.
jkim
2011-01-17
2
-0
/
+8
*
Fix a bug related to connection caching which could cause a crash after
des
2011-01-17
1
-0
/
+1
*
Implement initial jumbo frame support for RTL8168/8111 C/D/E PCIe
yongari
2011-01-17
2
-116
/
+363
*
Add initial support for RTL8168E/8111E-VL PCIe GbE.
yongari
2011-01-17
2
-0
/
+7
*
Add missing comma to unbreak the PC98 build.
brucec
2011-01-17
1
-1
/
+1
*
Reduce the amount of text users need to read on each screen. Also try and
brucec
2011-01-17
2
-18
/
+14
*
mknod(2): The required include is <sys/stat.h>, not <unistd.h>.
jilles
2011-01-16
1
-2
/
+2
*
Sort function prototypes.
alc
2011-01-16
1
-4
/
+4
*
Fix the mount example of xfDmitry Marakasov <amdmi3@FreeBSD.org>s(5) filesyst...
keramida
2011-01-16
1
-1
/
+1
*
Update a lock annotation on the page structure.
alc
2011-01-16
1
-1
/
+1
*
Shift responsibility for synchronizing access to the page's act_count
alc
2011-01-16
3
-6
/
+7
*
Clean up the start of vm_page_alloc(). In particular, eliminate an
alc
2011-01-16
1
-7
/
+3
*
Add a missing word.
marius
2011-01-16
1
-1
/
+1
*
sh(1): Document changes to 'exit' from traps.
jilles
2011-01-16
1
-2
/
+7
[next]