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
*
Add a compatibility macro for FreeBSD-4.
simokawa
2003-10-31
1
-0
/
+1
*
Make TUNDEBUG use if_printf instead of printf.
brooks
2003-10-31
1
-24
/
+17
*
Replace a couple printfs with if_printfs.
brooks
2003-10-31
1
-4
/
+3
*
Initialize if_softc and use it in favor of &ipr_softc[ifp->if_unit] to
brooks
2003-10-31
1
-3
/
+4
*
Remove unused lp_unit member from softc.
brooks
2003-10-30
1
-3
/
+0
*
Remove unused FXP_UNIT() macro.
brooks
2003-10-30
1
-2
/
+0
*
ifp->if_name can't be null when we just assigned a static string to it.
brooks
2003-10-30
1
-5
/
+0
*
Overhaul routing table entry cleanup by introducing a new rtexpunge
sam
2003-10-30
8
-74
/
+134
*
style: strcmp() does not return a bool.
brooks
2003-10-30
1
-1
/
+1
*
use a local variable to avoid holding a lock across a call out of view
sam
2003-10-30
1
-4
/
+6
*
Change the pmap_invalidate_xxx() functions so they test against
peter
2003-10-30
1
-3
/
+3
*
Fixup the sorting of some of the options. DISABLE_P* are still out of
jhb
2003-10-30
1
-8
/
+8
*
Ensure that mp_ncpus is set to 1 if mp_cpu_probe() fails.
jhb
2003-10-30
1
-1
/
+3
*
Include "opt_pmap.h" so that the DISABLE_P* options are honored.
jhb
2003-10-30
2
-0
/
+4
*
Always export r_gdt and r_idt and give them extern declarations in
jhb
2003-10-30
8
-26
/
+2
*
There is no way to enter the attach routine twice with the same softc
brooks
2003-10-30
6
-185
/
+173
*
MFi386: thread specific fpu state optimizations
peter
2003-10-30
1
-1
/
+3
*
- unlock on error.
ume
2003-10-30
1
-4
/
+10
*
Relock mntvnode_mtx if vget fails in vfs_stdsync. The loop is
kan
2003-10-30
1
-0
/
+1
*
Explain why the lock-free allocation algorithm is safe in our case
harti
2003-10-30
1
-0
/
+18
*
Add sysctl MIB and loader tunable `hw.acpi.no_reset_video' as
iwasaki
2003-10-30
3
-0
/
+17
*
add management part of address selection policy described in
ume
2003-10-30
5
-0
/
+227
*
Add support for the VIA 8237 (both PATA and SATA part).
sos
2003-10-30
2
-80
/
+104
*
Reinvent the used-flag for external mbufs. This and the on-card flag
harti
2003-10-30
3
-19
/
+56
*
- Synchronize access to the swdevt's sw_blist with sw_dev_mtx.
alc
2003-10-30
1
-20
/
+20
*
- Synchronize access to swdevhd using sw_dev_mtx.
alc
2003-10-30
1
-7
/
+7
*
MFi386: rev 1.451 (jhb): call pmap_kremove() rather than duplicate it
peter
2003-10-30
1
-5
/
+2
*
MFi386: trap.c rev 1.259: fetch thread mailbox address in page fault trap
peter
2003-10-30
1
-0
/
+2
*
Try to fetch thread mailbox address in page fault trap, so when thread
davidxu
2003-10-30
2
-1
/
+5
*
Oops, forgot to save these in the editor. Add CTASSERTS for signal and
peter
2003-10-30
1
-0
/
+10
*
Add CTASSERT()'s to check that the sizes of our replicas of the 32 bit
peter
2003-10-30
3
-5
/
+26
*
avoid recursive lock panic by unlocking before calling rtrequest;
sam
2003-10-29
1
-1
/
+2
*
correct LOR by using a local variable to hold result
sam
2003-10-29
1
-3
/
+5
*
Don't attempt to destroy the driver mutex when it hasn't yet
deischen
2003-10-29
1
-1
/
+1
*
Fix a panic that occurs when resuming. For some reason, sc->cur_scp is
njl
2003-10-29
2
-0
/
+7
*
Potential fix for races shutting down callouts when unloading
sam
2003-10-29
1
-2
/
+6
*
o add locking to protect routing table refcnt manipulations
sam
2003-10-29
1
-16
/
+18
*
Always queue looped back packets (rather than potentially using
sam
2003-10-29
1
-1
/
+1
*
mark interrupt handlers MPSAFE
sam
2003-10-29
3
-3
/
+3
*
Add a temporary mechanism to disble INTR_MPSAFE from network interface
sam
2003-10-29
1
-0
/
+13
*
Removed mostly-dead code for setting switchtime after the idle loop
bde
2003-10-29
2
-11
/
+2
*
Allow sending of more than one raw cell from a single mbuf. Only the
harti
2003-10-29
1
-8
/
+11
*
Remove a superfluous ) from the previous commit. This was obviously
harti
2003-10-29
1
-1
/
+1
*
Make the maximum number of pages for external mbufs configurable in
harti
2003-10-29
3
-2
/
+7
*
add ECN support in layer-3.
ume
2003-10-29
10
-54
/
+186
*
Removed sched_nest variable in sched_switch(). Context switches always
bde
2003-10-29
3
-7
/
+1
*
Make the value of the HATM_DEBUG symbol the default for the debugging
harti
2003-10-29
3
-13
/
+15
*
Inline a function that was called only in one place directly into that place.
harti
2003-10-29
2
-72
/
+72
*
Alphabetical order for ACPI options broken by adding ACPI_NO_RESET_VIDEO.
iwasaki
2003-10-29
2
-2
/
+5
*
We have some space in the external mbufs so use this space for
harti
2003-10-29
2
-2
/
+5
[next]