aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire/firewire.c
Commit message (Expand)AuthorAgeFilesLines
* firewire: replace magic numbers with named constantsAbdelkader Boudih2026-07-201-19/+38
* firewire: remove dead code across the subsystemAbdelkader Boudih2026-07-201-118/+2
* firewire: force root change when root node is not cycle master capableAbdelkader Boudih2026-07-201-3/+4
* firewire: drain pending xfers after callout stop in detachAbdelkader Boudih2026-07-201-1/+3
* firewire: add warn-only CRC validation for CSR ROM directoriesAbdelkader Boudih2026-07-201-1/+14
* firewire: remove SPL callsAbdelkader Boudih2026-07-171-19/+2
* firewire: per-unit-directory child device supportAbdelkader Boudih2026-07-171-16/+213
* firewire: NULL check on malloc in fw_busreset()Abdelkader Boudih2026-06-221-0/+3
* firewire: Fix watchdog_clock aliasing and fw_tl2xfer UAF raceAbdelkader Boudih2026-06-081-30/+37
* firewire: clean up XXX commentsAbdelkader Boudih2026-06-061-16/+9
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+1
* Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin2024-12-061-1/+1
* newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* firewire: Initialize firewire_devclass in fw_modevent.John Baldwin2022-04-271-2/+2
* firewire(4): Fix "set but not used" warningsEdward Tomasz Napierala2021-12-201-1/+4
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-6/+5
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* firewire: initialize tag label to -1 in fw_xfer_alloc()Andriy Gapon2016-11-241-0/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Fix firewire panic when issuing a reply to an unhandledWill Andrews2015-01-211-0/+1
* Properly lock accesss to the firewire_comm->devices list.Will Andrews2015-01-211-13/+5
* Fix panic in firewire and creation of invalid config ROM.Will Andrews2015-01-211-10/+19
* Fix a FWXF_INQ race in the firewire driver.Will Andrews2015-01-211-10/+2
* Fix one cause of firewire panics.Will Andrews2015-01-211-0/+1
* Remove obsolete compatibility glue and improve firewire code readability.Alexander Kabaev2014-09-271-346/+329
* Start the process of cleaning up FreeBSD's firewire driver.Will Andrews2014-09-181-25/+1
* Silence noisy firewire logging.Will Andrews2014-09-181-13/+0
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-1/+1
* FireWire: Don't allow a tlabel to reference an xfer after free.Will Andrews2013-04-081-3/+12
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-5/+4
* bus_add_child: change type of order parameter to u_intAndriy Gapon2010-09-101-2/+2
* Rename the host-related prison fields to be the same as the host.*Jamie Gritton2009-06-131-1/+1
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-2/+4
* Minor updates as a precursor to fixing sbp_targSean Bruno2009-04-071-1/+5
* Reviewed by: scott (scottl@freebsd.org)Sean Bruno2009-03-171-32/+52
* Introduce 1394a-2000 extended PHY Self ID packets.Sean Bruno2009-02-171-6/+23
* Simplify some debugging messages and try to consolodate some of the moreSean Bruno2009-02-171-65/+109
* Synopsis:Sean Bruno2009-02-171-6/+55
* Some updates and bug squashing in the firewire stack.Sean Bruno2009-02-011-36/+49
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-1/+1
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-1/+2
* - Fix panic on detach.Hidetoshi Shimokawa2008-05-101-1/+4
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-2/+2
* Protect transaction labels by its own lock to reduce lock contention.Hidetoshi Shimokawa2007-07-201-12/+16
* Improve acquisition of transaction labels.Hidetoshi Shimokawa2007-07-151-20/+16
* Fix a bug of retrieving configuration ROM.Hidetoshi Shimokawa2007-07-081-2/+2
* Timestamp after sent.Hidetoshi Shimokawa2007-06-081-4/+3