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
/
sys
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make ichsmb unloadable.
brian
2005-07-29
2
-8
/
+3
*
Don't compile ral and ural in the PAE kernel, because
imura
2005-07-28
1
-0
/
+2
*
Add descriptions for the sysctls.
njl
2005-07-28
1
-6
/
+10
*
Zero the _BST, _BIF, and battinfo allocations. This is needed since we
njl
2005-07-28
1
-3
/
+3
*
simplied the fix to FreeBSD-SA-04:06.ipv6. The previous one worried
ume
2005-07-28
1
-35
/
+9
*
Address minor locking issues. Use taskqueue_swi instead of taskqueue_swi_giant.
emax
2005-07-28
2
-74
/
+74
*
If a "hole" opens up in the ruleset (i.e.: remove 5), do not return
trhodes
2005-07-28
1
-5
/
+2
*
Fix for PR 83885.
gnn
2005-07-28
1
-1
/
+4
*
Fix the way how "InUse" column in 'vmstat -m' output works:
pjd
2005-07-27
1
-3
/
+6
*
MFp4: Export more informations about encrypted providers.
pjd
2005-07-27
1
-0
/
+32
*
Reduce default debug level to 0.
pjd
2005-07-27
1
-1
/
+1
*
Connect GEOM_ELI class to the build.
pjd
2005-07-27
4
-0
/
+8
*
Add GEOM_ELI class which provides GEOM providers encryption.
pjd
2005-07-27
8
-0
/
+2766
*
msdosfs_conv.c references cmos_wall_clock and adjkerntz. Since these
imp
2005-07-27
1
-0
/
+3
*
Reorganize an_detach() a bit. Make sure ether_ifdetach() and if_free()
emax
2005-07-27
1
-3
/
+4
*
Add extra constraints to tell the compiler that the memory be modified
jhb
2005-07-27
2
-6
/
+10
*
Use a + constraint modifier for a register arg in __bswap16_var().
jhb
2005-07-27
1
-3
/
+2
*
Simplify SMBIOS loader variables and drop `hint.smbios.0.enabled'.
jkim
2005-07-27
1
-14
/
+11
*
Correct the order of some if tests so that we don't complain about being
jhb
2005-07-27
1
-2
/
+2
*
FIx for a bug in the change that made nfs_timer() MPSAFE. We need to
ps
2005-07-27
1
-0
/
+2
*
In nfs_nget() if two threads race on the same filehandle, the loser should
ps
2005-07-27
1
-1
/
+2
*
- Use callout_*() rather than timeout() to periodically poll the media.
jhb
2005-07-27
4
-80
/
+312
*
Fix a typo in the name of the dmamap for a bus_dmamap_sync().
jhb
2005-07-27
1
-1
/
+1
*
Use root_mount KPI for RAID3 to delay root file system mount.
pjd
2005-07-27
2
-0
/
+28
*
Correct a buffer overflow which can occur when decompressing a
cperciva
2005-07-27
1
-7
/
+9
*
The 575A doesn't have funcregs in memio. So don't claim that it does.
imp
2005-07-27
1
-3
/
+8
*
when bridging internally bypass the bss node as traffic to it
sam
2005-07-27
1
-11
/
+21
*
bandaid ni_fails handling so ap's with association failures are
sam
2005-07-27
1
-18
/
+24
*
Rather than hold a mutex over calls to SYSCTL_OUT allocate a
csjp
2005-07-26
1
-12
/
+14
*
nuke duplicate inclusion of scope6_var.h.
ume
2005-07-26
1
-3
/
+0
*
include scope6_var.h for in6_clearscope().
ume
2005-07-26
1
-0
/
+3
*
Remove an erroneous m_freem() call. If m_defrag() returns a non-NULL
mux
2005-07-25
1
-1
/
+0
*
By design I left a tiny race in updating the I/O statistics based on
phk
2005-07-25
1
-8
/
+14
*
Correct minor output bug. When the battery being queried is charging or
njl
2005-07-25
1
-0
/
+7
*
oops, make it compilable. i need sleep. X-(
ume
2005-07-25
1
-2
/
+2
*
remove a pointless comment with a more helpful one...
jmg
2005-07-25
1
-1
/
+1
*
restore locks which disappeared wrongly by my previous commit.
ume
2005-07-25
1
-1
/
+10
*
include netinet6/scope6_var.h.
ume
2005-07-25
1
-0
/
+1
*
scope cleanup. with this change
ume
2005-07-25
34
-1239
/
+1419
*
Connect GZERO to the build.
pjd
2005-07-25
4
-1
/
+5
*
Cast to uintptr_t when the compiler complains. This unbreaks ULE
delphij
2005-07-25
1
-2
/
+4
*
Add a very simple and small GEOM class - ZERO.
pjd
2005-07-25
2
-0
/
+121
*
We check that all the member interfaces have the same MTU on attach to the
thompsa
2005-07-25
1
-0
/
+8
*
Rename UMA_MAX_NAME to UTH_MAX_NAME, since it's a maximum in the
rwatson
2005-07-25
2
-5
/
+14
*
Remove NOP spl*() calls and add locking (making gem(4) MPSAFE).
marius
2005-07-24
3
-35
/
+118
*
- Wrap the handler and associated code for collecting completed RX
marius
2005-07-24
1
-31
/
+23
*
Add back ed(4) in amd64 GENERIC. It now works nicely and since those
mux
2005-07-24
1
-2
/
+1
*
Introduce new sysctl variable: net.bpf.stats. This sysctl variable can
csjp
2005-07-24
2
-14
/
+117
*
o fix setup of sc_diversity; the hal does not give us reliable
sam
2005-07-24
2
-12
/
+15
*
Rewrite the acpi_battery interface to allow for other battery types
njl
2005-07-23
6
-532
/
+461
[next]