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 a critical region to protect pushing of the parent's npx state to the
bde
2001-05-13
2
-8
/
+28
*
Remove safety belt that checks for miibus in the config file. This
jlemon
2001-05-13
1
-11
/
+0
*
Return errors for unsupported operations on pcic_get_res_flags rather
imp
2001-05-13
1
-1
/
+1
*
Change #ifdef PC98 to #ifdef MECIA_SUPPORT and define MECIA_SUPPORT
imp
2001-05-13
1
-13
/
+17
*
I'll be making some rather substantial changes to the pci attachment
imp
2001-05-13
4
-608
/
+2
*
o Get rid of static array of slots in pccard layer. Move this to the
imp
2001-05-13
4
-102
/
+100
*
Update makefile to reflect vlan support.
jlemon
2001-05-13
1
-1
/
+5
*
Add few cosmetic style fixes, and some debug information for SCB timeouts.
jlemon
2001-05-13
1
-4
/
+62
*
Add a few more register definitions.
jlemon
2001-05-12
1
-0
/
+12
*
Revert part of last commit. Instead of using %fs for KSD/TSD, we'll
deischen
2001-05-12
2
-0
/
+2
*
Unbreak release. *sigh*
wpaul
2001-05-12
2
-2
/
+2
*
Th -> The in a comment
imp
2001-05-12
1
-1
/
+1
*
Preserve the state of the %gs register when setting up the signal
deischen
2001-05-12
1
-2
/
+0
*
Simplify the vm fault trap handling code a bit by using if-else instead of
jhb
2001-05-11
4
-98
/
+49
*
GC prototype for procfs_bmap() missed during a previous commit.
jhb
2001-05-11
2
-2
/
+0
*
Simply the vm fault trap handling code a bit by using if-else instead of
jhb
2001-05-11
1
-11
/
+4
*
Allow sendsig() to hand the proc lock off to osendsig() rather than having
jhb
2001-05-11
1
-2
/
+1
*
Add a new macro to test if a process' proc lock is held by the current
jhb
2001-05-11
1
-0
/
+1
*
It's vlan.h, not opt_vlan.h.
wpaul
2001-05-11
1
-1
/
+1
*
In vrele() and vput(), avoid triggering the confusing "missed vn_close"
iedowse
2001-05-11
1
-2
/
+6
*
Regenerate.
jlemon
2001-05-11
1
-3
/
+7
*
Correctly recognize the i82562{EM} PHYs.
jlemon
2001-05-11
2
-15
/
+20
*
Regenerate
wpaul
2001-05-11
1
-1
/
+5
*
Check witness_dead in more functions to avoid panic'ing when assertions
jhb
2001-05-11
1
-3
/
+16
*
Disable the 'stats counter overflow' interrupts since they can happen
wpaul
2001-05-11
1
-1
/
+1
*
Add support for gigabit ethernet cards based on the NatSemi DP83820
wpaul
2001-05-11
11
-3
/
+3384
*
Regenerate.
tegge
2001-05-11
1
-1
/
+1
*
gettimeofday() is MP safe on both -current and -stable.
tegge
2001-05-11
1
-1
/
+1
*
In in_ifadown(), differentiate between whether the interface goes
ru
2001-05-11
4
-11
/
+15
*
Remove yet another deadlock case.
mckusick
2001-05-11
1
-3
/
+6
*
Fix world-breaking typo in previous commit.
grog
2001-05-11
1
-1
/
+1
*
Un-swap irq/link byte values so that printf works.
msmith
2001-05-11
3
-3
/
+3
*
Trim lots of stuff that is now in MI code along with MD alpha code.
jhb
2001-05-10
1
-324
/
+7
*
- Split out the support for per-CPU data from the SMP code. UP kernels
jhb
2001-05-10
17
-79
/
+139
*
Try to read the station address twice during the probe. I've seen
wpaul
2001-05-10
1
-1
/
+7
*
- Use sched_lock and critical regions to ensure that LDT updates are thread
jhb
2001-05-10
7
-63
/
+100
*
The new order of things is that dwlpxN is now called pcibN- so hack around
mjacob
2001-05-10
1
-2
/
+4
*
Fix the panics for real this time. When something can't be allocated,
imp
2001-05-10
1
-24
/
+27
*
add alpha_pci_route_interrupt method
mjacob
2001-05-10
1
-2
/
+4
*
Quick hack to reintroduce the notion that there might be alpha platforms
mjacob
2001-05-10
1
-20
/
+82
*
FICL 2.05 has a flawed definition of BASE. Fix it.
dcs
2001-05-10
1
-1
/
+1
*
Include sys/lock.h for witness_list_locks() and axe unneeded sys/mutex.h
jhb
2001-05-09
1
-1
/
+1
*
Add in commented out entries for NEWCARD so that they are at least
jhb
2001-05-09
2
-0
/
+30
*
The sk driver developed a bug when the multicast code was changed to
wpaul
2001-05-09
2
-12
/
+14
*
Add include of sys/mutex.h and resort include of sys/lock.h.
jhb
2001-05-09
1
-1
/
+2
*
Add needed sys/lock.h include.
jhb
2001-05-09
1
-0
/
+1
*
Remove the error var, it hides the real one.
sos
2001-05-09
1
-1
/
+1
*
Avoid overflow when converting ticks to jiffies.
des
2001-05-09
2
-2
/
+2
*
Eliminate some panics for errors we can recover from.
dmlb
2001-05-09
2
-164
/
+121
*
Use enumeration values for CARD_SET_RES_FLAGS.
dmlb
2001-05-08
1
-4
/
+13
[next]