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
/
dev
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Use callout_init_mtx() to close races between hme_stop() and hme_tick().
jhb
2005-08-10
1
-57
/
+22
*
Clarify/fix handling of the current channel:
sam
2005-08-10
5
-23
/
+23
*
Remove public declarations of variables that were forgotten when they were
obrien
2005-08-10
3
-5
/
+0
*
Fix FBSDid style nit.
obrien
2005-08-10
1
-1
/
+0
*
Add proper copyright attribution.
obrien
2005-08-10
1
-0
/
+1
*
Call tulip_start() rather than tulip_ifstart() from the interrupt handler
jhb
2005-08-09
1
-1
/
+1
*
There's no reason to check the valence. This allows ciss to work
ps
2005-08-09
2
-8
/
+0
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
86
-760
/
+881
*
- Use callout_init_mtx() to close a small race between callout_stop() and
jhb
2005-08-08
2
-71
/
+25
*
Merge the dev_clone and dev_clone_cred event handlers into a single
rwatson
2005-08-08
7
-9
/
+16
*
Add support for HP branded 2610SA
ps
2005-08-08
1
-0
/
+2
*
Split crypto tx+rx key indices and add a key index -> node mapping table:
sam
2005-08-08
2
-81
/
+44
*
Retire the last of the FreeBSD 4.x compat code from the mly driver.
scottl
2005-08-08
2
-15
/
+1
*
Retire the FreeBSD 4.x compat code and __FreeBSD_version checks from the aac
scottl
2005-08-08
2
-65
/
+0
*
Complete the removal of __FreeBSD_version checks from the amr driver. The
scottl
2005-08-08
5
-114
/
+6
*
Cleanup beacon/listen interval handling:
sam
2005-08-08
3
-3
/
+3
*
Remove a stale __FreeBSD_version check.
scottl
2005-08-07
1
-5
/
+3
*
The presence of a on __FreeBSD_version flagged some code that hasn't been in
scottl
2005-08-07
1
-23
/
+4
*
Other changes to this driver preclude its use on 4.x, so remove 4.x compat
imp
2005-08-07
1
-4
/
+0
*
Recognize the SAB82532 in USIII machines.
marius
2005-08-07
3
-4
/
+5
*
When summing capacities, skip info from batteries that weren't present.
njl
2005-08-05
1
-0
/
+4
*
Add support for the ITE IT8211F controller.
sos
2005-08-05
2
-6
/
+15
*
Recognize D-Link DGE-528(T) Gigabit as an re(4) device.
tobez
2005-08-05
1
-0
/
+2
*
When the MAC address is reported all zeros, then error is necessarily
imp
2005-08-05
1
-1
/
+3
*
Don't lock when holding led_mtx, instead use AcpiOsQueueForExecution to defer
markus
2005-08-04
1
-2
/
+29
*
Dont limit all transfers to DEV_BSIZE (stale dbug code)
sos
2005-08-04
1
-3
/
+4
*
don't do mutex locking around kthread_create() call.
ume
2005-08-04
1
-4
/
+16
*
Fix two bugs that interacted to cause page faults in softclock()
iedowse
2005-08-04
1
-1
/
+2
*
Minor style nits.
imp
2005-08-03
1
-6
/
+4
*
Correct attribution in clause three to address the correct copyright
gibbs
2005-08-03
7
-21
/
+21
*
Back out change accidentally committed as Makefile:1.21 -- a local
rwatson
2005-08-03
1
-1
/
+0
*
Modify device drivers supporting multicast addresses to lock if_addr_mtx
rwatson
2005-08-03
44
-4
/
+106
*
Do not lock an to check gone flag. Only need to hold the lock to set
emax
2005-08-02
1
-2
/
+1
*
- add missing ether_poll_deregister
brueffer
2005-08-02
1
-2
/
+13
*
Add missing ether_poll_deregister(). This is still not enough to
ru
2005-08-02
1
-0
/
+3
*
Fix a buffer aging problem in new r300 code that could lead to hangs with some
anholt
2005-08-01
1
-3
/
+1
*
Fixing compilation error by:
avatar
2005-08-01
2
-2
/
+2
*
Make the eisa probe messages just like all the others in the system.
imp
2005-08-01
1
-66
/
+18
*
AT_MAKE_TAGID needs an instance as the 2nd arg- not just a 0.
mjacob
2005-07-31
1
-1
/
+1
*
Style fix.
netchild
2005-07-31
1
-1
/
+1
*
Whats New:
netchild
2005-07-31
8
-740
/
+1496
*
* Slightly new method to detect mixer capabilities and resolution.
netchild
2005-07-31
1
-9
/
+41
*
- Fixup the locking.
netchild
2005-07-31
1
-3
/
+17
*
- Fixup the locking.
netchild
2005-07-31
3
-4
/
+26
*
Add another ID.
netchild
2005-07-31
1
-0
/
+1
*
* Add locking / MPSAFE
netchild
2005-07-31
1
-82
/
+206
*
Fix a LOR introduced with the last commit (some hours ago), I had the
netchild
2005-07-31
1
-14
/
+2
*
Fix a LOR introduced in the last commit (some hours ago), I had the wrong
netchild
2005-07-31
1
-25
/
+4
*
* Register programming error during device initialization
netchild
2005-07-31
2
-127
/
+278
*
This driver is already MPSAFE, remove busdma_lock_mutex and Giant from
netchild
2005-07-31
1
-2
/
+2
[next]