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
...
*
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
*
* Add locking / MPSAFE.
netchild
2005-07-31
1
-11
/
+33
*
* als4000 can't do 48k properly (perhaps it really can't at all!).
netchild
2005-07-31
1
-9
/
+70
*
* Fix panic during driver unload on second attempt after failure on
netchild
2005-07-31
2
-11
/
+18
*
The isa attachment calls ep_free after it has already been called once
imp
2005-07-31
1
-1
/
+3
*
Add newer commands
imp
2005-07-31
1
-2
/
+7
*
Add missing parenthesis around error handling code upon attaching
csjp
2005-07-30
1
-1
/
+2
*
Fail the module loading process if the currently executing kernel
jkoshy
2005-07-30
1
-0
/
+12
*
Add a new PCI id for fxp(4) cards found on ICH7-based systems.
mux
2005-07-29
1
-0
/
+1
*
Remove stale struct ata_channel declaration.
sos
2005-07-29
1
-1
/
+0
*
Print the actual disk device we failed to complete i/o on.
ps
2005-07-29
1
-2
/
+2
*
Don't allow ioctl commands to be interrupted by the user.
ps
2005-07-29
1
-6
/
+4
*
Make ichsmb unloadable.
brian
2005-07-29
2
-8
/
+3
*
Add descriptions for the sysctls.
njl
2005-07-28
1
-6
/
+10
*
Zero the _BST, _BIF, and battinfo allocations. This is needed since we
njl
2005-07-28
1
-3
/
+3
*
Reorganize an_detach() a bit. Make sure ether_ifdetach() and if_free()
emax
2005-07-27
1
-3
/
+4
*
Correct the order of some if tests so that we don't complain about being
jhb
2005-07-27
1
-2
/
+2
*
- Use callout_*() rather than timeout() to periodically poll the media.
jhb
2005-07-27
2
-40
/
+156
*
Remove an erroneous m_freem() call. If m_defrag() returns a non-NULL
mux
2005-07-25
1
-1
/
+0
*
Correct minor output bug. When the battery being queried is charging or
njl
2005-07-25
1
-0
/
+7
*
Remove NOP spl*() calls and add locking (making gem(4) MPSAFE).
marius
2005-07-24
3
-35
/
+118
[prev]
[next]