1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys/i386
Bruce Evans 14b1ec3ac6 Don't include isa.c! How did it link?
Otherwise clean up the includes.  Don't include anything included by
param.h.  Do include systm.h and cons.h to avoid satisfy -Wimplicit.
Don't include console.h or use NOKEY because these are for syscons
and we use generic consoles.

Don't follow null pointer for command "ls -lrt" - don't allow extra
args but do allow trailing blanks.

Check for invalid device numbers.  strtol() failures are now checked
for in all cases, but not carefully enough.  We should check for
trailing junk, allow any base in all cases (just like config) and
handle signs better . (Use strtoul not strtol and cast by assignment
to the correct type - always an integral type, PARM_ADDR is bogus.
Hex numbers > 0x7fffffff can't be entered now.  0xffffffff has to
be entered as -1.)
1994-10-30 20:44:20 +00:00
..
apm
bios
boot A new Makefile, which is more our kind of makefile. 1994-10-28 22:13:22 +00:00
conf
eisa
i386 Don't include isa.c! How did it link? 1994-10-30 20:44:20 +00:00
ibcs2
include Included the command definition for FD_DEBUG. 1994-10-30 19:17:39 +00:00
isa Several minor fixes to the floppy driver: 1994-10-30 20:04:40 +00:00
pci Submitted by: Paul F. Werkowski 1994-10-30 00:30:27 +00:00
Makefile