Commit Graph

16282 Commits

Author SHA1 Message Date
phil 8f280f43e8 First change for new install procedure. I'm sure it will need
more changes.
1995-10-03 22:43:39 +00:00
phil 84b6e2fe63 Minor updates to the distribution, things like new files in instbin,
new directories, comments to a program , deleting a binary that managed
to get checked in, ...
1995-10-03 22:30:59 +00:00
phil fd151de629 pc532 doesn't have ieefp exception stuff working. Don't test it. 1995-10-03 21:59:36 +00:00
thorpej 67f6822225 New-style RCS ids. 1995-10-03 21:42:34 +00:00
mycroft 393a69d6db Modularize the CCB/MSCP/ACB/ECB handling a little. No functional changes. 1995-10-03 20:58:56 +00:00
briggs f85c70984a Make 12 bpfs for all instead of 4. 1995-10-03 20:21:26 +00:00
briggs be8ef88444 Raise number of bpfs to 12 since CAP needs a minimum of 8. 1995-10-03 20:19:01 +00:00
mycroft 4a17d4a861 Undo accidental deletions in last commit. 1995-10-03 20:18:58 +00:00
pk 32c023995c Bring reset logic into interrupt state machine. 1995-10-03 17:32:12 +00:00
hpeyerl 8e41ca8016 -- convert sgtty to termios. From: Scott Bartram <scottb@iis.net>
-- Use seteuid() to only give lpr, lprm, lpq and lpc root when they
   need it from matthew green <mrg@mame.mu.oz.au>
1995-10-03 15:02:17 +00:00
briggs 6d186597ab Use vt220 instead of vt100 because new termcap fixes rows/cols for vt100. 1995-10-03 11:49:36 +00:00
pk fcc53878ca Make fbrcons_init() resistant against SUN4s. 1995-10-02 21:48:21 +00:00
pk cfbe993b9b Update to use <machine/cgtworeg.h> 1995-10-02 21:44:51 +00:00
pk 38d1101ad3 Silly me.. there's already a <machine/cgtworeg.h> 1995-10-02 21:44:22 +00:00
pk fb58a99a8f Fix some bogus calls to {read/write}disklabel(). 1995-10-02 21:04:45 +00:00
jtc f860fa6ee0 Add german libc message catalog 1995-10-02 20:54:45 +00:00
cgd 9544e255ed correct an alpha-specific comment 1995-10-02 20:30:28 +00:00
jtc 8ab9cf7c7c Remove spurious 'Do not', which looks to be the result of a bad cut-n-paste 1995-10-02 20:19:26 +00:00
hpeyerl ee26b4b560 Changes to update new area codes. From 'TELECOM Digest" archives. 1995-10-02 20:05:33 +00:00
pk db3185152f Fix typo (from Mark Weaver PR#1556); 1995-10-02 19:47:11 +00:00
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