Commit Graph

24435 Commits

Author SHA1 Message Date
phk
62958c1815 Ffs_alloc allow users to write one block beyond the limit.
PR:		3398
Reviewed by:	phk
Submitted by:	Wolfram Schneider <wosch@apfel.de>
1997-09-18 18:07:45 +00:00
jkh
5ce42b233d Whoops! Missed one on the XF8633 -> XF86331 update.
PR:		4560
1997-09-18 17:54:36 +00:00
jkh
fbd5c7472f Correct typo. 1997-09-18 16:24:36 +00:00
jkh
254b65d7ff Over 1000 ports now. Note this in the relevant place. 1997-09-18 16:19:17 +00:00
phk
7d1a30911b Many places in the code NULL is used in integer context, where
plain 0 should be used.  This happens to work because we #define
NULL to 0, but is stylistically wrong and can cause problems
for people trying to port bits of code to other environments.

PR:		2752
Submitted by:	Arne Henrik Juul <arnej@imf.unit.no>
1997-09-18 14:08:40 +00:00
phk
99bb50dbac Many places in the code NULL is used in integer context, where
plain 0 should be used.  This happens to work because we #define
NULL to 0, but is stylistically wrong and can cause problems
for people trying to port bits of code to other environments.

PR:		2752
Submitted by:	Arne Henrik Juul <arnej@imf.unit.no>
1997-09-18 13:45:34 +00:00
asami
5fc8d582d0 Add canna and Wnn ports numbers.
Submitted by:	Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
1997-09-18 08:56:53 +00:00
peter
d12c21703c Missed a place where the extra descriptor buffers would need to be
freed.

Submitted by:  Mark Valentine <mark@linus.demon.co.uk>
1997-09-18 08:28:23 +00:00
kato
e93464a2ed Synchronize with sys/i386/isa/fd.c revision 1.102. 1997-09-18 08:10:45 +00:00
jmg
824937e239 wrap kernel interface in #ifdef KERNEL/#endif
hide more verbosity behind bootverbose

make it so that it doesn't emit as many warnings durning compiling...
1997-09-18 08:04:13 +00:00
jmg
aa4db87866 reduce the number of warnings this file emits during compiling 1997-09-18 08:00:48 +00:00
jmg
6fbcaf4d12 update Luigi's driver to poll interface (Peter, you might want to check
that I've done this properly, it does work though :) )...

a few minor fixes to code

part-Submitted-by:	Luigi
1997-09-18 07:47:03 +00:00
charnier
23d24985c5 environmental -> environment. 1997-09-18 06:55:21 +00:00
charnier
1050957269 Typo. 1997-09-18 06:54:03 +00:00
charnier
c2a60a2ca2 Typo: environmental variable -> environment variable. 1997-09-18 06:49:40 +00:00
sef
3f4ecb9abf Fix sorting of directories when doing '-d'.
PR:		bin/4558
Submitted by:	Keith Bostic
1997-09-18 06:42:27 +00:00
charnier
c8857f6e29 Use err(3). Document -y flag. Remove unused -s flag from getopt string. 1997-09-18 06:35:51 +00:00
msmith
395e27bacd Remove line noise from the quirk list (kernel build stopper) 1997-09-18 00:15:55 +00:00
brian
25ee9997f3 Don't close(1) in direct mode and then proceed to
isatty(1) !  Keep 0 open for this till the modem's
been set up by either dup()ing 0 or by opening
ctermid(NULL) (if isatty(0)).

Discussed problem with: Tomi Vainio <tomppa@fidata.fi>
Made it finally dawn on me: Angelo Turetta <ATuretta@stylo.it>
1997-09-18 00:15:25 +00:00
brian
c8c9219bd1 Support CHAP using MD4
Suggested by: jordan
1997-09-17 23:17:57 +00:00
joerg
d0da91778e Add the C1557A as a known tape changer (thus non-broken multi-LUN tape
device).

Submitted by:	Andre.Albsmeier@mchp.siemens.de (Andre Albsmeier)
1997-09-17 21:49:06 +00:00
joerg
4413ba9ddf Activate c89(1). 1997-09-17 20:46:58 +00:00
joerg
a230912f9f This commit was generated by cvs2svn to compensate for changes in r29544,
which included commits to RCS files with non-trunk default branches.
1997-09-17 20:44:54 +00:00
joerg
07f8a58416 c89 is the Posix.2 name for a C compiler that accepts ANSI/ISO C source
code.  Basically a shortcut to cc -ansi -trigraphs.
1997-09-17 20:44:54 +00:00
tegge
e7a5debdcc Enable the FIFO on enhanced floppy controllers. This reduces the
number of dma overruns/underruns for systems under heavy dma load.
As a side effect, broken enhanced floppy controllers that sometimes
don't detect dma overruns/underruns will give less errors.

Reviewed by:	j@uriah.heep.sax.de (J Wunsch)
1997-09-17 20:16:17 +00:00
pst
1022332b55 Fix misspelling 1997-09-17 16:23:48 +00:00
pst
f31a735d6a variable_load.c is dead 1997-09-17 16:18:54 +00:00
pst
e5ff8a9d1b Put all variables in VAR_ #define's to force a single location for all
of these magic knobs.  This is purely cosmetic and a documentation issue
so we don't have to glop through the source code looking for gems.
1997-09-17 16:18:22 +00:00
jkh
0669639743 Add a new netInteractive variable so that the interactiveness of the TCP
setup dialog from scripts is more controllable.  No more biasing off of
hostname (which is now non-optional in the non-netInteractive case).
Requested by:	pst
1997-09-17 13:33:14 +00:00
kato
75efcd1009 Synchronize with sys/i386/conf/options.i386 and sys/i386/isa/fd.c
revisions 1.59 and 1.101, respectively.
1997-09-17 08:01:07 +00:00
charnier
285e8aa5a7 Use err(3). Document options in man page, not in usage string. 1997-09-17 06:32:45 +00:00
charnier
5c61f71e51 Perror() -> warn(). 1997-09-17 06:30:22 +00:00
charnier
5321587692 Use err(3). Add prototypes. 1997-09-17 06:29:23 +00:00
charnier
cce249cc7c Use err(3), add usage(). 1997-09-17 06:27:23 +00:00
charnier
922bbb359a Use err(3) instead of local redefinition. 1997-09-17 06:26:06 +00:00
charnier
24b6185548 Use err(3). Use An/Aq for author name. 1997-09-17 06:24:58 +00:00
charnier
712f2188eb Wrap too long lines.
Requested by: Bruce.
1997-09-17 06:20:45 +00:00
brian
6d1d7d71c8 o Fix two unlikely descriptor leaks.
o Output the correct device for "show modem"
  while in -direct mode.
o Cosmetic:  Moan a bit more when we can't open
  the [modem] device.
o Call OpenModem() in a more "natural" way.
o Add some LogDEBUG in OpenModem().
1997-09-16 23:15:16 +00:00
jkh
9dce8dc9fa Whoops, forgot a file!
Submitted by:	pst
1997-09-16 18:57:47 +00:00
jkh
bb5b3cf175 Much better dispatch code and scripting support.
Submitted by:	pst
1997-09-16 18:57:18 +00:00
joerg
687aa3cc3f Make TCPDEBUG a new-style option. 1997-09-16 18:36:06 +00:00
bde
65842ca8cf Drop temporary source-level compatibility for old mount(2) interface. 1997-09-16 14:44:24 +00:00
bde
1759ceba0c Removed a stray backslash-newline. 1997-09-16 14:37:55 +00:00
bde
506be99608 Fixed syntax errors in `#if 0' code. 1997-09-16 14:31:44 +00:00
bde
418589bcca Cleaned up. 1997-09-16 14:23:35 +00:00
bde
ef2d7b5849 Removed declaration of nonexistent function fuibyte().
Sorted some declarations.

Fixed missing __P(())'s.

Removed `timeout_func_t (pointer to timeout function) typedef.  It was
mainly used in bogus casts.  The more useful `timeout_t' (timeout function)
typedef should be used instead.

Cleaned up callout declarations and comments.
1997-09-16 14:19:46 +00:00
bde
cf7de235a2 Fixed staticization. buckets[] was staticized but was still declared
extern in <sys/malloc.h> and it should not have been staticized for
the !(KMEMSTATS || DIAGNOSTIC) case.

Fixed the !(KMEMSTATS || DIAGNOSTIC) case.  The MALLOC() and FREE()
macros are evil, but code generally doesn't allow for this and some code
involving else clauses did not compile.

Finished staticization.
1997-09-16 13:52:04 +00:00
bde
4704f7b21e Fixed gratuitous ANSIisms. 1997-09-16 11:44:05 +00:00
bde
44dda1fbdf Removed installhdrs target. It was an unnecessary complication. 1997-09-16 10:52:59 +00:00
bde
92b5fa2eab Backed out rev.1.136 and rev.1.144. Force SHARED=symlinks in a different
way - for buildworld only.

Rev.1.136 broke the (deprecated) external includes target.  Rev.1.144 was
a half-baked backout of rev.1.136.  It broke SHARED=symlinks for the
buildworld target and installation of subdirs of src/include for the
includes target.
1997-09-16 10:45:41 +00:00