NetBSD/sys/conf
rillig f0bd455f32 sys/conf/lint.mk: fix order of command line options
The option -o must come before the first filename.

Now it is possible to lint kern_exec.c at least.  The next failure is in
netbsd32_machdep.c:

	netbsd32_machdep.c(395): error: illegal bit-field size: 255 [36]

That line in netbsd32_process_read_fpregs reads:

	__CTASSERT(sizeof(*regs) == sizeof(struct save87));

This is probably a bug in lint.  The struct save87 contains 3 uint16_t,
followed by a union containing a uint64_t, followed by a packed struct
with size 10.  The combination of packed and padding is suspicious.
2021-05-02 20:11:43 +00:00
..
assym.mk factor out common code. 2020-07-09 02:13:58 +00:00
compat_netbsd09.config note that COMPAT_X implies all COMPAT_X+N. 2018-01-15 07:20:10 +00:00
compat_netbsd10.config note that COMPAT_X implies all COMPAT_X+N. 2018-01-15 07:20:10 +00:00
compat_netbsd11.config note that COMPAT_X implies all COMPAT_X+N. 2018-01-15 07:20:10 +00:00
compat_netbsd12.config note that COMPAT_X implies all COMPAT_X+N. 2018-01-15 07:20:10 +00:00
compat_netbsd13.config note that COMPAT_X implies all COMPAT_X+N. 2018-01-15 07:20:10 +00:00
compat_netbsd14.config note that COMPAT_X implies all COMPAT_X+N. 2018-01-15 07:20:10 +00:00
compat_netbsd15.config note that COMPAT_X implies all COMPAT_X+N. 2018-01-15 07:20:10 +00:00
compat_netbsd16.config note that COMPAT_X implies all COMPAT_X+N. 2018-01-15 07:20:10 +00:00
compat_netbsd20.config note that COMPAT_X implies all COMPAT_X+N. 2018-01-15 07:20:10 +00:00
compat_netbsd30.config note that COMPAT_X implies all COMPAT_X+N. 2018-01-15 07:20:10 +00:00
compat_netbsd40.config note that COMPAT_X implies all COMPAT_X+N. 2018-01-15 07:20:10 +00:00
compat_netbsd50.config note that COMPAT_X implies all COMPAT_X+N. 2018-01-15 07:20:10 +00:00
compat_netbsd60.config note that COMPAT_X implies all COMPAT_X+N. 2018-01-15 07:20:10 +00:00
compat_netbsd70.config note that COMPAT_X implies all COMPAT_X+N. 2018-01-15 07:20:10 +00:00
compat_netbsd80.config Fix version numbers in comments 2020-01-18 07:54:26 +00:00
compat_netbsd90.config Fix version numbers in comments 2020-01-18 07:54:26 +00:00
compat_netbsd.config clean up COMPAT_* options for native netbsd code: 2017-09-14 07:58:38 +00:00
copts.mk new GCC_NO_* uses for warning issues. most of the users of the new 2021-04-12 06:08:30 +00:00
copyright welcome 2021. YES. 2021-01-01 08:02:16 +00:00
cscope.mk
debugsyms.c
dts.mk change -h to -n because it is more "portable" 2019-04-24 20:53:10 +00:00
files defflag USBHIST_PRINT 2021-02-06 16:03:31 +00:00
filesystems.config remove SMBFS and nsmb(4) - kernel part 2020-04-04 15:43:21 +00:00
gdbinit.mk
genassym.cf
ldscript.mk
linkset
lint.mk sys/conf/lint.mk: fix order of command line options 2021-05-02 20:11:43 +00:00
majors acpi: add character device for accessing ACPI tables 2020-12-06 02:57:29 +00:00
majors.std
majors.storage
majors.tty
majors.usb urio has gone. Comment it out (remaining visible to hold the number) 2020-02-03 13:28:11 +00:00
majors.ws
Makefile.kern.inc Revert rev 1.278 which tried to call ctfmerge only once - this has 2021-04-06 15:05:12 +00:00
mdroot.mk
mkldscript.sh
newvers_stand.mk Fix typo 2017-04-09 14:52:14 +00:00
newvers_stand.sh Add makefile snippet for vers.c building. 2017-04-08 19:53:54 +00:00
newvers.mk
newvers.sh
osrelease.sh
param.c Set a better default for MAXFILES on larger RAM machines if not 2020-11-12 07:44:01 +00:00
ssp.mk Retire KLEAK. 2020-02-08 07:07:06 +00:00
std Merge the [pgoyette-compat] branch 2019-01-27 02:08:33 +00:00