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
compat_netbsd09.config
compat_netbsd10.config
compat_netbsd11.config
compat_netbsd12.config
compat_netbsd13.config
compat_netbsd14.config
compat_netbsd15.config
compat_netbsd16.config
compat_netbsd20.config
compat_netbsd30.config
compat_netbsd40.config
compat_netbsd50.config
compat_netbsd60.config
compat_netbsd70.config
compat_netbsd80.config
compat_netbsd90.config
compat_netbsd.config
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
files defflag USBHIST_PRINT 2021-02-06 16:03:31 +00:00
filesystems.config
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
majors.std
majors.storage
majors.tty
majors.usb
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
newvers_stand.sh
newvers.mk
newvers.sh
osrelease.sh
param.c
ssp.mk
std