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
*
Use the correct minor number for the pccardX.cis device.
imp
2005-09-20
1
-3
/
+7
*
Remove unused (but initialized) variable 'objsize' from vm_mmap()
peter
2005-09-20
1
-2
/
+1
*
Remove OLDCARD support by removing compat shims
imp
2005-09-20
4
-93
/
+34
*
Better use of gone.
imp
2005-09-20
1
-9
/
+5
*
Remove oldcard support by removing the compat shims.
imp
2005-09-20
1
-21
/
+5
*
Remove support for oldcard by removing compat shims.
imp
2005-09-20
1
-24
/
+4
*
Eliminate support for oldcard by removing the compat shims.
imp
2005-09-20
1
-26
/
+5
*
remove some dead code
imp
2005-09-20
1
-9
/
+1
*
Remove queue check from last commit. In most cases there is smth in queue,
glebius
2005-09-20
1
-2
/
+1
*
Check IFF_DRV_RUNNING and presense of packets in queue before calling
glebius
2005-09-20
1
-1
/
+3
*
Add geom_bsd_enc.c which we've been wanting to be in geon_bsd.
imura
2005-09-20
1
-1
/
+1
*
Fix build.
glebius
2005-09-20
2
-0
/
+14
*
Correct an incorrect comment from the dawn of time: neither tprintf()
rwatson
2005-09-20
1
-10
/
+2
*
Move code macros from if_sis*reg*.h to if_sis.*c*
phk
2005-09-20
2
-16
/
+16
*
Add pccard_device.c
imp
2005-09-20
2
-1
/
+2
*
Implement /dev/pccardN.cis. This mirrors the CIS for the card to userland.
imp
2005-09-20
4
-164
/
+368
*
Call the passed function on cis scanning for all nodes in the CIS
imp
2005-09-20
1
-0
/
+17
*
Protect includes for kernel specific use from userland.
ticso
2005-09-19
1
-0
/
+2
*
Use monotonic 'time_uptime' instead of 'time_second' as timebase
andre
2005-09-19
5
-18
/
+18
*
Use monotonic 'time_uptime' instead of 'time_second' as timebase
andre
2005-09-19
4
-31
/
+31
*
Use monotonic time_uptime instead of 'time_second' as timebase
andre
2005-09-19
3
-14
/
+14
*
Start time_uptime with 1 instead of 0.
andre
2005-09-19
1
-1
/
+1
*
Replace m_extadd() with macro version MEXTADD().
andre
2005-09-19
2
-4
/
+4
*
Replace custom mbuf writeability test with generic
andre
2005-09-19
1
-2
/
+2
*
Rewamp DEVFS internals pretty severely [1].
phk
2005-09-19
8
-487
/
+465
*
Use phk's kernel unit number allocator to associate unique ids to neighbors
damien
2005-09-19
3
-45
/
+76
*
Add #include <sys/sx.h>, devfs is going to require this shortly.
phk
2005-09-19
7
-0
/
+7
*
The "SMC EZ Connect SMC2862W-G" product is not based on the Ralink RT2500USB
damien
2005-09-19
1
-1
/
+0
*
Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),
rwatson
2005-09-19
25
-14
/
+168
*
Drop current rtentry lock before calling rt_getifa(). This fixes a LOR
glebius
2005-09-19
1
-3
/
+3
*
It's safe to wait for command completion in iwi_config().
damien
2005-09-19
1
-1
/
+2
*
Fix genassym.o dependencies.
ru
2005-09-19
1
-1
/
+4
*
Remove duplicate if_free().
imp
2005-09-19
1
-1
/
+0
*
Remove mac_create_root_mount() and mpo_create_root_mount(), which
rwatson
2005-09-19
7
-73
/
+0
*
Relocate direct map specs into struct alpha_chipset.
ticso
2005-09-19
11
-33
/
+76
*
Restore the ability to detach from a tty via SIOCSTTY and document
ru
2005-09-19
1
-5
/
+5
*
sample.c needs ath magic include path
phk
2005-09-19
1
-1
/
+2
*
Dej'a vu of revision 1.35
glebius
2005-09-19
1
-1
/
+1
*
Fix the module build for snp(4).
mux
2005-09-19
1
-1
/
+1
*
Connect smbfs build on powerpc.
imura
2005-09-19
1
-0
/
+1
*
Remove macros
imura
2005-09-19
1
-48
/
+0
*
Dont wait for READY on ATAPI_IDENTIFY.
sos
2005-09-19
1
-1
/
+5
*
Fix configuration locking in MD.
phk
2005-09-19
1
-116
/
+80
*
Last change to this file actually removed the oldcard compat code.
imp
2005-09-19
1
-2
/
+1
*
Make sure that we call if_free(ifp) after bus_teardown_intr. Since we
imp
2005-09-19
31
-62
/
+55
*
o Don't cause a panic when the control request lacks a verb.
marcel
2005-09-18
1
-5
/
+9
*
Move the UUID generator into its own function, called kern_uuidgen(),
marcel
2005-09-18
2
-29
/
+41
*
Add three new read-only socket options, which allow regression tests
rwatson
2005-09-18
2
-0
/
+20
*
No ED_NO_MIIBUS no more. Not one more or the same number of non positive opt...
imp
2005-09-18
1
-1
/
+0
*
MFp4:
imp
2005-09-18
3
-125
/
+149
[next]