jpo
c31bb6f41c
insert a conversion operator from argument type to parameter type also
...
if the subtypes of both argument and parameter do not match (use
eqtype() instead of comparing t_tspec fields only).
1995-10-02 17:37:57 +00:00
jpo
0c1422d6bc
removed some dubious warnings about conversion of constant operands of
...
bitwise operators
1995-10-02 17:37:00 +00:00
jpo
e284b17305
allow register variables as left operand of POINT; fixes PR 1442
1995-10-02 17:35:57 +00:00
jpo
e5ba5db05b
don't print a warning about use of unitialized variables if one of the
...
enclosing compound statements had already an asm statement
1995-10-02 17:35:11 +00:00
jpo
9f9008af93
no need to print a warning about inline keywords
...
"inline" is a valid keyword only with -g, and "__inline" is always
a valid keyword
1995-10-02 17:34:16 +00:00
jpo
ffe990841c
don't print warnings about unused variables or arguments in compound
...
statements which contain asm statements.
1995-10-02 17:31:35 +00:00
jpo
5888f3bb16
LINTED and CONSTCOND are now valid up to the next end of a
...
global or local declaration/definition/statement. Originally they were
valid on the current and next line, which made it hard to suppress
warnings in constructs with more then one line.
LONGLONG can now be used to suppress errors or warnings in the next
declaration, definition or statement.
1995-10-02 17:29:45 +00:00
jpo
b95167a01a
support asm statements and asm modifiers in declarations
...
asm statements consist of an asm keyword, an optional qualifier, a
left paren, a list of tokens up to and including the matching right
paren, and a semicolon.
asm modifiers consist of an asm keyword, an left paren, a string and a
right paren.
asm statements and modifiers have no semantic for lint(1), they exist only
to avoid complaints about them.
1995-10-02 17:26:52 +00:00
jpo
bcb6c46ca1
some minor bug fixes
1995-10-02 17:22:46 +00:00
jpo
6910cf7927
prototypes override old style function definitions
...
this is a gnu extension to ansi c
1995-10-02 17:21:24 +00:00
jpo
ef83266200
__{const,signed,volatile}{__,} added
...
const, signed and volatile are disabled with -t
1995-10-02 17:18:53 +00:00
jpo
2e332f67bf
added inline keywords
...
"inline" is enabled by -g, "__inline" and "__inline__" are always available
1995-10-02 17:14:06 +00:00
jpo
a5d55cc062
prefixed members of dinfo_t with 'd_'
1995-10-02 17:08:31 +00:00
mycroft
0bc6ad73eb
Fix an oversight in the minphys routine.
1995-10-02 16:48:36 +00:00
chopps
8ba097efdc
remove extra space char
1995-10-02 13:10:53 +00:00
chopps
b7b8f64f25
update install stuff from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
1995-10-02 12:58:40 +00:00
chopps
7816a98189
new upgrade install from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
1995-10-02 12:57:40 +00:00
ragge
e3e007e87c
#include "sys/mount.h" added.
1995-10-02 12:33:32 +00:00
pk
35f79bc143
Update to -current.
1995-10-02 10:54:14 +00:00
pk
13132a621b
Add rtld & dl* man pages to the ports that have these.
1995-10-02 10:52:09 +00:00
chopps
6b4ca5ff16
bring up to date with reality
1995-10-02 10:06:30 +00:00
briggs
1ddc4223b1
Add offset to mac68k_vidlog as suggested by chas@ohm.nrl.navy.mil.
1995-10-02 09:41:06 +00:00
briggs
633e32000c
Wrap call to arpintr() in NETHER to avoid unresolved external if no ether
...
devices are present. Suggested by Paul Goyette (paul@pgoyette.bdt.com ).
1995-10-02 09:38:38 +00:00
pk
82434458cc
Get some of the bugs out. Thanks to David Gilbert for testing.
1995-10-02 09:07:03 +00:00
briggs
d510375b06
Change to allow nack_message() to take an argument and send
...
MSG_REJECT_MESSAGE instead of MSG_ABORT when we get an extended message.
This allows a DEC drive to work when it attempts to negotiate synch.
transfers on us.
1995-10-02 09:03:53 +00:00
pk
23b15422dc
svr4_fcntl: make uap point to argument.
1995-10-02 08:20:47 +00:00
thorpej
97717b2153
Add the new amiga and sun3 manual pages, the new makedev(8) pages, and
...
kill extra (hp300-specific, which is bogus) rbootd(8) page.
1995-10-02 01:13:04 +00:00
thorpej
5acc8aed38
Add manual pages for ld.so(1), rtld(1), and config.old(8).
1995-10-02 01:10:08 +00:00
thorpej
42c79bc062
Add manual pages for banner(1) and ccdconfig(8).
1995-10-02 01:07:52 +00:00
thorpej
febcc2f7f7
Add missing YP manual pages, network, device, and rcons include files,
...
and kill non-existent <dev/isa/if_lereg.h>.
1995-10-02 01:05:15 +00:00
thorpej
d263e1d22a
Add some missing include files, libpcap_pic.a, and config.old.
1995-10-02 00:58:53 +00:00
thorpej
1a70d814f0
Correct revisions of libc.so and libm.so. Add libpcap.so.0.0 and the
...
new standalone code.
1995-10-02 00:54:37 +00:00
thorpej
78de76b1e1
Add ./sbin/ccdconfig and ./usr/bin/banner
1995-10-02 00:52:52 +00:00
thorpej
d7b36ab7a2
Add mt0.
1995-10-02 00:36:07 +00:00
thorpej
f12fd2307e
Driver for HP 7974a, 7978a/b, 7979a, 7980a, and 7980xc 9-track HP-IB tapes.
...
Original version contributed to Utah by Mt. Xinu. Ported to 4.4BSD by
Mark Davies and Andrew Vignaux.
1995-10-02 00:28:20 +00:00
ragge
b1474f955b
Installation tools for vax.
1995-10-01 21:22:13 +00:00
mycroft
b5beeaaca9
Incorporate recent changes from Wolfgang and Stefan.
1995-10-01 20:51:34 +00:00
chopps
01d63931a5
only use one xmit buffer for ASDG
1995-10-01 19:30:22 +00:00
pk
bb4bce0db3
Install dlfcn.3 and links.
1995-10-01 18:47:21 +00:00
phil
1f494d0265
Don't add network files to SRCS if NO_NET is defined. (I'm getting
...
very short of disk space on STEELHEAD!) The pc532 doesn't use the
network (yet?) from boot.
1995-10-01 06:00:32 +00:00
briggs
0066d1a66f
Finally get this right... Final fix from Paul Goyette paul@pgoyette.bdt.com
1995-10-01 05:10:20 +00:00
briggs
9de2a25e73
Surround Debugger(); with #if DDB. Different fix than encl. for PR#1553.
1995-10-01 02:29:32 +00:00
pk
db0107b895
Specify SCSI_DATA_OUT in sddump() (from John Kohl; PR#1482).
1995-09-30 22:57:19 +00:00
thorpej
3f6cdcfbf3
Delete some non-applicable comments.
1995-09-30 22:03:02 +00:00
thorpej
c8c561474c
Default console to hp300h (the emulation used by the ITE), not pc3.
...
New-style RCS id.
1995-09-30 22:01:04 +00:00
thorpej
69337ffbd0
New-style RCS id.
1995-09-30 21:57:48 +00:00
thorpej
ceaaa99534
Make sure there's an entry for each HP-IB disk handled by COMPAT_NOLABEL.
...
Also, make sure that each HP-IB disk entry has an alias that looks like
what autoconfig reports as the disk model number. Add an entry for
`miniroot'.
1995-09-30 21:57:06 +00:00
pk
13dcbfbb29
Make this work with OBJ dirs.
1995-09-30 21:43:35 +00:00
briggs
c1138ce68a
Yet another error in the (next-to) last changes.
1995-09-30 21:34:54 +00:00
pk
160b38697c
Refer to installboot(8)
1995-09-30 21:33:30 +00:00