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
*
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
*
If we run out of transmission labels, just re-queue the packet for later
dfr
2004-06-14
1
-3
/
+4
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's to
dfr
2004-05-22
1
-36
/
+36
*
Fix spelling.
dfr
2004-05-21
1
-5
/
+5
*
Don't use the node id as an index into the topology map. This breaks
dfr
2004-05-16
1
-2
/
+21
*
MFp4: FireWire
simokawa
2004-03-26
1
-20
/
+45
*
Check that xfer != NULL before dereferencing it, not after.
cperciva
2004-02-22
1
-2
/
+2
*
Use device_identify and bus_add_child methods to add a firewire
simokawa
2004-01-30
1
-4
/
+13
*
* firewire
simokawa
2004-01-08
1
-17
/
+26
*
Remove __P().
simokawa
2004-01-06
1
-19
/
+19
[next]