summaryrefslogtreecommitdiff
path: root/sys/tools/fw_stub.awk
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16fw_stub: Don't add $FreeBSD$ to generated fileWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-06-14firmware: Map '@' in filenames to '_' in symbols.John Baldwin
2021-11-30fw_stub: fix -Wunused-but-set-variable for firmware filesBjoern A. Zeeb
2020-12-17Use a template assembly file for firmware object files.John Baldwin
2019-09-11fw_stub.awk: use @generated tag in generated filesEd Maste
2017-11-27sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-10-16Rename the /usr/share/doc/legal files to driver.LICENSE to work aroundBryan Drewery
2012-10-10Revert previous commit...Kevin Lo
2012-10-09Prefer NULL over 0 for pointersKevin Lo
2011-03-31GNU awk does not output escaped newlines in multi-line printc statements. ThisRyan Stone
2009-10-25Output a comment on top of each generated file explaining where it cameRui Paulo
2009-10-20Allow KMOD with hypens and dots.Max Khon
2007-03-02- Add Intel firmwares for Intel PRO/Wireless LAN 2100/2200/2915 cards in aFlorent Thoumie
2007-02-27Fix obvious typo (use long name if short name isn't provided).Florent Thoumie
2007-02-15Cleanup and document the implementation of firmware(9) based onLuigi Rizzo
2006-06-16Check for errors when registering and unregistering firmware modules. ThisJohn Baldwin
2006-01-30Fix a leftover "iwi_boot" string.Max Laier
2006-01-29firmware(9) is a subsystem to load binary data into the kernel via aMax Laier