sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
hpt27xx: Use EXTRA_OBJS instead of OBJSSponsored by: NetflixReviewed by: emaste@Differential Revision: https://reviews.freebsd.org/D30616
hpt27xx: store the .o files directly in the treeStore the .o files directly in the tree. We no longer need to play uuencodegames like we did in the CVS days. Adjust the build infrastructure to mat
hpt27xx: store the .o files directly in the treeStore the .o files directly in the tree. We no longer need to play uuencodegames like we did in the CVS days. Adjust the build infrastructure to match.Reviewed by: markj@Sposnored by: Netflix, IncDifferential Revision: https://reviews.freebsd.org/D29634
show more ...
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
Import HighPoint DC Series Data Center HBA (DC7280 and R750) driver.This driver works for FreeBSD/i386 and FreeBSD/amd64 platforms.Many thanks to HighPoint for providing this driver.MFC after: 1
Import HighPoint DC Series Data Center HBA (DC7280 and R750) driver.This driver works for FreeBSD/i386 and FreeBSD/amd64 platforms.Many thanks to HighPoint for providing this driver.MFC after: 1 day
- Don't include date and time the driver is built, this is useful for generating binary diffs. - Constify a few strings used in the driver. - Style changes to make the driver compile with defaul
- Don't include date and time the driver is built, this is useful for generating binary diffs. - Constify a few strings used in the driver. - Style changes to make the driver compile with default clang settings.Approved by: HighPoint TechnologiesMFC after: 3 days
When building with clang, disable -Wformat-security forsys/dev/hpt27xx/osm_bsd.c, since it gets the following warnings:sys/dev/hpt27xx/osm_bsd.c:1180:25: error: format string is not a string liter
When building with clang, disable -Wformat-security forsys/dev/hpt27xx/osm_bsd.c, since it gets the following warnings:sys/dev/hpt27xx/osm_bsd.c:1180:25: error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security] S_IRUSR | S_IWUSR, driver_name); ^~~~~~~~~~~@/dev/hpt27xx/hpt27xx_config.h:46:21: note: expanded from:#define driver_name hpt27xx_driver_name ^~~~~~~~~~~~~~~~~~~Since 'hpt27xx_driver_name' is a constant string symbol (coming from theproprietary hpt27xx_lib.o file), there is no security problem.Because this driver is provided by the vendor, and applying changesrequires re-certification and other bureaucratic exercises, just disablethe warning for now.MFC after: 1 week
Import the first release of HighPoint RocketRAID 27xx SAS 6Gb/s HBA carddriver. This driver works for FreeBSD/i386 and FreeBSD/amd64 platforms.Many thanks to HighPoint for providing this driver.
Import the first release of HighPoint RocketRAID 27xx SAS 6Gb/s HBA carddriver. This driver works for FreeBSD/i386 and FreeBSD/amd64 platforms.Many thanks to HighPoint for providing this driver.MFC after: 2 weeks