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
*
sys/dev/hwpmc/hwpmc_{amd,piv,ppro}.c:
jkoshy
2005-07-09
5
-34
/
+44
*
Use m_length (m, NULL) instead of m->m_pkthdr.len.
rik
2005-07-09
3
-3
/
+3
*
Lost cx_mpsafenet check.
rik
2005-07-09
1
-2
/
+3
*
Lost t_oproc() callback assignment.
rik
2005-07-09
1
-0
/
+1
*
Lost CX_UNLOCK().
rik
2005-07-09
1
-0
/
+4
*
Protect from partially initialized channels.
rik
2005-07-09
3
-0
/
+6
*
Space & alignment nits.
rik
2005-07-09
3
-21
/
+20
*
Fix the build. The SMC_8020BT define doesn't exist yet.
scottl
2005-07-09
1
-0
/
+2
*
Noticed that NetBSD's sm driver has the PSION GOLDCARD listed, so list
imp
2005-07-09
1
-3
/
+2
*
oops ... forgot to declare sc in my previous commit. unbreak build.
damien
2005-07-08
1
-0
/
+1
*
fix allocation of rx dma buffers. buffers must be contiguous.
damien
2005-07-08
1
-2
/
+2
*
Make sure that all the necessary USB endpoints are found during device
damien
2005-07-08
2
-2
/
+7
*
ral_init() takes a struct ral_softc as parameter not a struct ifnet.
damien
2005-07-08
2
-2
/
+2
*
reclaim node reference when ieee80211_encap fails
sam
2005-07-08
3
-4
/
+13
*
update ural ids
sam
2005-07-08
2
-2
/
+34
*
reclaim mbuf when ieee80211_crypto_encap fails
sam
2005-07-07
4
-4
/
+12
*
Fix ifnet fallout in if_ti.
scottl
2005-07-07
1
-8
/
+7
*
only invoke ath_rate_tx_complete to update rate control state when the
sam
2005-07-07
2
-1
/
+5
*
Add support for Farallon EtherMAC PC Card.
imp
2005-07-06
4
-66
/
+65
*
Add device entry for a Farallon EtherMac PC Card that I won on ebay. This
imp
2005-07-06
1
-0
/
+1
*
Add support for IODATA USB-RSAQ3 USB-Serial Adapter.
hrs
2005-07-03
2
-0
/
+3
*
- Update the CPU version check to recognize P4/EMT64 CPUs. [1]
jkoshy
2005-07-03
1
-1
/
+1
*
o Make ipw(4) more robust against frames received with a bad length.
damien
2005-07-03
1
-3
/
+9
*
o Add new ids for the Belkin F5D7050
damien
2005-07-03
1
-3
/
+10
*
Add another ural(4) device (Belkin F5D7050)
damien
2005-07-03
1
-0
/
+1
*
Upon relection, we shouldn't allow the tuple structs to be modified by
imp
2005-07-01
3
-11
/
+7
*
Fix another fallout from the ifnet change that assumed that a softc
harti
2005-07-01
6
-9
/
+9
*
Make a pass and cleanup the printfs from this driver.
imp
2005-07-01
3
-21
/
+11
*
Minor cleanup of ep driver and pccard attachment:
imp
2005-07-01
3
-45
/
+68
*
Use correct pointer type. This should fix non-functional re(4)
yongari
2005-07-01
1
-1
/
+1
*
Add a much-requested feature: The ability for pccard attachments to
imp
2005-07-01
4
-8
/
+18
*
MFP4:
jkoshy
2005-06-30
2
-24
/
+30
*
o Fix a write mbuf-after-free bug. The duration field of the 802.11 header
damien
2005-06-29
1
-9
/
+23
*
Add a chipset field to the lookup. Use this chipset type to determine
imp
2005-06-28
1
-168
/
+58
*
Disable the drm_initmap calls in radeon_cp.c, due to them resulting in improper
anholt
2005-06-28
1
-0
/
+6
*
Zero donecount on auto request sense.
sos
2005-06-28
1
-0
/
+1
*
Dont call ata_finish in ad_dump as that is no longer needed and causes panic.
sos
2005-06-27
1
-10
/
+11
*
Implement suspend/resume operation for snd_csa(4)
glebius
2005-06-27
4
-17
/
+220
*
Add a quirk for a motherboard whose acpi timer runs too fast.
dwmalone
2005-06-26
1
-0
/
+8
*
Fix some long standing bugs in writing to the BPF device attached to
dwmalone
2005-06-26
1
-1
/
+7
*
o When calling ep_get_macaddr(), provide it a local buffer. Add a comment
imp
2005-06-26
4
-19
/
+22
*
Make the initialization in the AGPv3 case match that of Linux. Fixes hangs on
anholt
2005-06-26
1
-8
/
+28
*
Mark the permanent map for radeon registers read-only. Failure to set this flag
anholt
2005-06-24
1
-1
/
+2
*
Backout the change I made before 5.4-R since I wasn't aware that it was only
dwhite
2005-06-24
1
-0
/
+21
*
Eliminate unused argument in PCMCIA_CARD macro.
imp
2005-06-24
19
-211
/
+238
*
Add wireless + flash CF card I have
imp
2005-06-24
1
-0
/
+1
*
Fix a read mbuf-after-free error in the iwi driver that was provoked by
silby
2005-06-23
1
-9
/
+6
*
polled commands can read or write, so bus_dmamap_sync properly
ps
2005-06-23
1
-2
/
+16
*
Struct ifatm isn't at the beginning of the softc anymore. Use the
harti
2005-06-22
1
-2
/
+2
*
Free the struct ifnet when detaching is complete. Also add BPF stuff.
harti
2005-06-22
1
-0
/
+23
[next]