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
...
*
|
Fix compilation. Also move ogetkerninfo() to kern_xxx.c.
ed
2008-12-29
2
-212
/
+208
*
|
When the insmntque() in the pfs_vncache_alloc() fails, vop_reclaim calls
kib
2008-12-29
1
-1
/
+2
*
|
Push down Giant inside sysctl. Also add some more assertions to the code.
ed
2008-12-29
5
-76
/
+47
*
|
vm_map_lock_read() does not increment map->timestamp, so we should
kib
2008-12-29
3
-4
/
+4
*
|
Use curproc->p_sysent->sv_flags bit SV_ILP32 for detection of the 32 bit
kib
2008-12-29
1
-11
/
+5
*
|
Drop the pseudofs vnode lock around call to pfs_read handler. The handler
kib
2008-12-29
1
-15
/
+18
*
|
After the pfs_vncache_mutex is dropped, another thread may attempt to
kib
2008-12-29
1
-13
/
+26
*
|
merge 186535, 186537, and 186538 from releng_7_xen
kmacy
2008-12-29
32
-1417
/
+1328
*
|
For consistency use LLE_IS_VALID() in this 4th place that is actually
bz
2008-12-28
1
-1
/
+1
*
|
drop rnh lock before destroying it
kmacy
2008-12-28
1
-0
/
+1
*
|
Remove unused variable.
ganbold
2008-12-28
1
-3
/
+0
*
|
Include std.ixp425 for "cpu" and comment out duplicate memory map
bz
2008-12-28
1
-7
/
+10
*
|
Like in the rest of the file and the network stack use inp as
bz
2008-12-27
1
-30
/
+30
*
|
Non-functional (style) changes:
bz
2008-12-27
1
-206
/
+208
*
|
Convert function definitions to constantly use ANSI-style
bz
2008-12-27
1
-98
/
+34
*
|
- Fix incorrect array declaration that was causing the stack overflow
stas
2008-12-27
1
-1
/
+1
*
|
Rewrite ipsec6_setspidx_inpcb() to match the logic in the
bz
2008-12-27
1
-21
/
+11
*
|
For consistency with ipsec4_setspidx_inpcb() rename file local function
bz
2008-12-27
1
-3
/
+3
*
|
Change the in6p variable names to inp to be able to diff
bz
2008-12-27
1
-16
/
+16
*
|
In additions to the configs from r185478, which also enabled the
bz
2008-12-27
3
-0
/
+3
*
|
arm is in DEFAULTS; remove dup
sam
2008-12-27
1
-1
/
+0
*
|
Removed duplicate
bz
2008-12-27
1
-1
/
+0
*
|
Hide detect_virtual() along with the accompanying string
bz
2008-12-27
1
-7
/
+9
*
|
Minor style(9) compliance change.
kan
2008-12-27
1
-1
/
+2
*
|
Add support for the Oxford OX16PCI958-based card.
rik
2008-12-27
1
-0
/
+6
*
|
- Fix an issue with access permissions to underlying disks used by a gvinum
lulf
2008-12-27
1
-0
/
+10
*
|
unbreak the build. Decoupled the USB2's NDIS build from the default
weongyo
2008-12-27
1
-1
/
+1
*
|
Remove an unused variable to make the SENTRY5 mips kernel compile
bz
2008-12-27
1
-1
/
+0
*
|
Add some found NVidia MCP7x HDA controller IDs.
mav
2008-12-27
1
-0
/
+20
*
|
Prevent overflow of uio_resid.
pho
2008-12-27
1
-0
/
+2
*
|
fix a bug to handling the argument that it passed `device_t' but it's
weongyo
2008-12-27
1
-1
/
+3
*
|
Make ipsec_getpolicybysock() static and no longer export it. It has not
bz
2008-12-27
2
-8
/
+2
*
|
Integrate the NDIS USB support code to CURRENT.
weongyo
2008-12-27
14
-59
/
+1680
*
|
Add some special handling for AD1986A codec:
mav
2008-12-26
1
-1
/
+27
*
|
When the geometry does not match the label, print out the values.
obrien
2008-12-26
1
-3
/
+4
*
|
This checkin addresses a couple of issues:
qingli
2008-12-26
4
-9
/
+24
*
|
The "tun?" dev need not be opened at all. One is allowed to perform
qingli
2008-12-25
1
-4
/
+2
*
|
Following the recent security advisory, add a comment describing our
rwatson
2008-12-25
1
-0
/
+22
*
|
Rejoin ng_tty module to the build.
mav
2008-12-25
1
-0
/
+1
*
|
shave about 7% off the overhead of ng_ether by using per-hook
julian
2008-12-25
1
-17
/
+23
*
|
Hook up the ether_echo node and fix the man page
julian
2008-12-25
3
-0
/
+3
*
|
fix a silly bug that I missed a for-loop to initialize AL2230S PHY.
weongyo
2008-12-25
1
-2
/
+4
*
|
- Close a race during which the open flag could be cleared but the tun_softc ...
kmacy
2008-12-25
1
-2
/
+6
*
|
Add a trivial node to reflect ethernet frames to whence they came.
julian
2008-12-25
3
-0
/
+203
*
|
Add macro RB_FOREACH_SAFE(), which accepts an additional argument
bms
2008-12-24
1
-0
/
+5
*
|
must pack structures for architectures like arm
sam
2008-12-24
1
-2
/
+2
*
|
Fix missed unlock and reference drop of lle
kmacy
2008-12-24
1
-6
/
+6
*
|
avoid lock recursion by deferring the link check until after LLE lock is dropped
kmacy
2008-12-24
1
-1
/
+5
*
|
Change message severity level from WARN to INFO. This should reduce
emax
2008-12-24
1
-1
/
+1
*
|
Only set registers if irqs are enabled
rnoland
2008-12-23
1
-2
/
+4
[prev]
[next]