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
/
firewire
/
firewire.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r309093: firewire: initialize tag label to -1 in fw_xfer_alloc()
avg
2016-12-14
1
-0
/
+1
*
sys/dev: minor spelling fixes.
pfg
2016-05-03
1
-1
/
+1
*
Fix firewire panic when issuing a reply to an unhandled
will
2015-01-21
1
-0
/
+1
*
Properly lock accesss to the firewire_comm->devices list.
will
2015-01-21
1
-13
/
+5
*
Fix panic in firewire and creation of invalid config ROM.
will
2015-01-21
1
-10
/
+19
*
Fix a FWXF_INQ race in the firewire driver.
will
2015-01-21
1
-10
/
+2
*
Fix one cause of firewire panics.
will
2015-01-21
1
-0
/
+1
*
Remove obsolete compatibility glue and improve firewire code readability.
kan
2014-09-27
1
-346
/
+329
*
Start the process of cleaning up FreeBSD's firewire driver.
will
2014-09-18
1
-25
/
+1
*
Silence noisy firewire logging.
will
2014-09-18
1
-13
/
+0
*
Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this
eadler
2013-11-30
1
-1
/
+1
*
FireWire: Don't allow a tlabel to reference an xfer after free.
will
2013-04-08
1
-3
/
+12
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-5
/
+4
*
bus_add_child: change type of order parameter to u_int
avg
2010-09-10
1
-2
/
+2
*
Rename the host-related prison fields to be the same as the host.*
jamie
2009-06-13
1
-1
/
+1
*
Place hostnames and similar information fully under the prison system.
jamie
2009-05-29
1
-2
/
+4
*
Minor updates as a precursor to fixing sbp_targ
sbruno
2009-04-07
1
-1
/
+5
*
Reviewed by: scott (scottl@freebsd.org)
sbruno
2009-03-17
1
-32
/
+52
*
Introduce 1394a-2000 extended PHY Self ID packets.
sbruno
2009-02-17
1
-6
/
+23
*
Simplify some debugging messages and try to consolodate some of the more
sbruno
2009-02-17
1
-65
/
+109
*
Synopsis:
sbruno
2009-02-17
1
-6
/
+55
*
Some updates and bug squashing in the firewire stack.
sbruno
2009-02-01
1
-36
/
+49
*
Step 1.5 of importing the network stack virtualization infrastructure
zec
2008-10-02
1
-1
/
+1
*
Commit step 1 of the vimage project, (network stack)
bz
2008-08-17
1
-1
/
+2
*
- Fix panic on detach.
simokawa
2008-05-10
1
-1
/
+4
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
1
-2
/
+2
*
Protect transaction labels by its own lock to reduce lock contention.
simokawa
2007-07-20
1
-12
/
+16
*
Improve acquisition of transaction labels.
simokawa
2007-07-15
1
-20
/
+16
*
Fix a bug of retrieving configuration ROM.
simokawa
2007-07-08
1
-2
/
+2
*
Timestamp after sent.
simokawa
2007-06-08
1
-4
/
+3
*
Fix a race after a bus reset.
simokawa
2007-06-08
1
-11
/
+12
*
MFp4: MPSAFE firewire stack.
simokawa
2007-06-06
1
-69
/
+214
*
Make sure fwsid is not NULL.
simokawa
2007-05-21
1
-1
/
+3
*
MFp4: Simplify the bus probe routin using a kthread.
simokawa
2007-05-21
1
-335
/
+236
*
MFp4:
simokawa
2007-04-30
1
-9
/
+11
*
MFp4: Fix broken userland API for async packets.
simokawa
2007-04-30
1
-54
/
+45
*
MFp4: Fix typo in recv spd.
simokawa
2007-04-30
1
-1
/
+1
*
MFp4: remove unused fw_asybusy().
simokawa
2007-04-30
1
-14
/
+0
*
MFp4: Simplify tlabel handling
simokawa
2007-04-30
1
-33
/
+27
*
Initialize configuration ROM before a bus reset.
simokawa
2007-04-30
1
-2
/
+3
*
Free tlabel in fw_xfer_done().
simokawa
2007-03-30
1
-2
/
+1
*
- Don't call fw_busreset() in firewire_attach().
simokawa
2007-03-30
1
-1
/
+0
*
Replace xfer->act.hand with xfer->hand.
simokawa
2007-03-16
1
-16
/
+16
*
Remove retry_count.
simokawa
2007-03-16
1
-1
/
+0
*
* Remove xfer->retry_req.
simokawa
2007-03-16
1
-30
/
+2
*
Fix panic when we cannot find self-id of probing nodes.
simokawa
2005-11-25
1
-1
/
+3
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
return after freeing data element, instead of falling through, and using
jmg
2005-01-04
1
-0
/
+1
*
Avoid casts as lvalues.
kan
2004-07-28
1
-1
/
+1
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
1
-0
/
+2
[next]