kato
c3f358a1d3
Fix locking violation when accessing `..'.
...
Obtained from: NetBSD
1997-04-14 05:13:55 +00:00
peter
15519681fe
Unused variable (upobj is now purely handled within pmap)
1997-04-14 03:40:42 +00:00
gibbs
171f8e74af
Be more careful about how SCBs are cleaned up during error recovery.
...
Add some more diagnostic information to timeouts.
1997-04-14 02:27:50 +00:00
gibbs
eba76f6c45
Re-arange the selection and reselection code to hopefully kill the
...
spurious selection timeouts that have been reported.
1997-04-14 02:26:59 +00:00
dyson
28135ae9b2
Make a problem that I cannot reproduce go away for now. This commit
...
is to decrease the inconvienience of other developers until I can
really fix the code.
Reviewed by: Donald J. Maddox <dmaddox@scsn.net>
1997-04-14 01:28:58 +00:00
gibbs
1fb8503751
New name for the EtherExpress register file.
1997-04-14 00:40:04 +00:00
gibbs
20ceba0216
Add Intel EtherExpress16 support into the ie driver, removing the need
...
for the ix driver.
Add a shutdown hook that resets the etherexpress so that Windoze can find
the card after a warm boot.
Submitted by: Aaron Smith <aaron@tau.veritas.com>
Obtained From: NetBSD
1997-04-14 00:37:53 +00:00
gibbs
61f3ba2045
GENERIC, LINT:
...
Add an ie entry that corresponds to the location the old ix entry used
to probe and kill the ix entry.
files.i386:
Remove entries for the ix driver.
1997-04-14 00:35:25 +00:00
gibbs
e1b0ef5af6
Remove this man page now that the ie driver supports the EtherExpress16.
1997-04-14 00:31:19 +00:00
davidn
52eacdf9c6
Remove text about unsupported flags 'mdmbuf', 'local', 'crtscts' etc
...
that are in reality handled in gettytab.
Document the new 'dialin' and 'network' tty flags.
1997-04-13 21:29:50 +00:00
joerg
2964fbaf62
``Ooops'' :-)
1997-04-13 20:20:25 +00:00
davidn
8a567ff7fe
(log entry inadvertently missed)
...
Add "dialin" to installable /etc/ttys file for dialin lines which
allows login to recognise which serial lines are dialin etc.
1997-04-13 20:09:54 +00:00
davidn
9b251603c0
PR:
...
Reviewed by:
Submitted by:
Obtained from:
1997-04-13 19:58:05 +00:00
joerg
3c00d09fbb
Make the $@ macro behave as described in the man page.
...
This patch has been submitted by Andreas Burmester (i think) on the
German Usenet long ago. Andreas told me that our m4 has quite more
subtle bugs, so we might consider using NGU m4 instead.
1997-04-13 17:51:32 +00:00
bde
e337a6ffb3
Don't forget to set `runtime' in fork_trampoline(). The time slice before
...
switching to a child for the first time was being counted twice. I think
this only affected unimportant statistics.
Simplified arg handling in fork_trampoline(). splz() doesn't actually
smash the registers of interest.
1997-04-13 16:58:08 +00:00
davidn
12a3835517
Fix typo.
1997-04-13 16:55:56 +00:00
bde
424af3040a
Fixed some style bugs.
1997-04-13 15:52:26 +00:00
bde
7533d16134
Removed nonstandard #include of <sys/types.h>.
...
Use _BSD_OFF_T_ instead of off_t so that we're still self-sufficent.
Copied the ftruncate/lseek()/mmap()/truncate() redeclaration hacks
from <sys/types.h> so that things depending on them don't break.
1997-04-13 15:50:07 +00:00
bde
a88742ac00
#ifdef'ed the declaration of lseek() so that -Wredundant-decls doesn't
...
cause noise.
Duplicated the lseek() redeclaration hack for all functions involving
off_t's (ftruncate(), mmap() and truncate()) to help broken programs
work.
1997-04-13 15:38:10 +00:00
bde
ab02bbe5fc
Moved #include of <sys/cdefs.h> earlier so that __signed in
...
<machine/types.h> gets redefined in the non-GNU and non-ANSI cases.
Since this hasn't caused problems, there must be no one actually
benefitting from the obfuscations supported by <sys/cdefs.h>.
`make CC="cc -traditional"' in /usr/src/bin shows the same. Almost
everything is broken in essentially the same way - `const' is used
in strings before <sys/cdefs.h> is included, so `const' is not
#defined away until after it is used.
Fixed some style bugs.
1997-04-13 15:27:12 +00:00
davidn
feba356601
Use isdialuptty() rather than hard-coded heuristic.
1997-04-13 15:26:04 +00:00
davidn
c638443a2b
Implement two new keywords and status flags for entries in /etc/ttys;
...
TTY_NETWORK (network), TTY_DIALUP (dialup), which determine a basic
connection type. TTY_DIALUP in particular will replace the old out of
date heuristic "tty[dD]*" in login.c (and better than the current
hard-coded method).
1997-04-13 15:16:03 +00:00
davidn
f1fc544bbc
Add MLINKS for isdialuptty(3) & isnetworktty(3).
1997-04-13 15:12:14 +00:00
davidn
ca879b247e
Add bitflags TTY_NETWORK/TTY_DIALUP and interface functions which
...
make use of them.
1997-04-13 15:09:46 +00:00
bde
37dd85e0da
Fixed #include and/or prototype bugs in synopsis.
1997-04-13 14:49:13 +00:00
bde
730fe2af93
Updated synopsis for Lite2.
...
Fixed missing #include in synopsis.
1997-04-13 14:39:59 +00:00
jkh
239a5d0454
Add Jack O'Neill for his donation of an NCR 53C575 controller card.
1997-04-13 14:36:18 +00:00
bde
a9765f074d
Fixed type bugs in synopsis. Some of the typedefs that were used here
...
haven't existed for years, if they ever existed. The "prototypes" are
actually for macros, so they are difficult to check automatically.
1997-04-13 14:19:59 +00:00
bde
9e1aca546f
Fixed missing const in synopsis.
1997-04-13 14:12:48 +00:00
bde
cc04673c2b
Fixed #include and/or prototype bugs in synopsis.
1997-04-13 14:10:05 +00:00
bde
9ebd8c5c8e
"Fixed" prototype bugs in synopsis.
1997-04-13 14:05:58 +00:00
bde
b5ed96c360
Fixed missing #include in synopsis.
1997-04-13 13:52:58 +00:00
bde
3d2306dcae
Fixed #includes in synopsis.
1997-04-13 13:48:43 +00:00
bde
a0d83089a3
Updated the LOCK_* #defines in the synopsis to be lexically identical
...
with the (Lite1) ones in fcntl.h).
1997-04-13 13:43:06 +00:00
bde
cccb9a6fd9
Fixed missing consts in synopsis.
1997-04-13 13:37:56 +00:00
bde
07fad8bc3c
Fixed #include and/or prototype bugs in synopsis.
1997-04-13 13:35:33 +00:00
bde
ae023d0952
Fixed wrong #include in synopsis.
1997-04-13 13:29:06 +00:00
bde
6e8cbacedc
Fixed #include and/or prototype bugs in synopsis.
1997-04-13 13:26:42 +00:00
bde
89fd9a1ca7
Fixed #include and/or prototype bugs in synopsis.
1997-04-13 13:16:20 +00:00
kato
438e103bba
Access correct union mount point in union_access.
1997-04-13 13:12:12 +00:00
bde
64ab9b726d
Fixed wrong/incomplete #includes in synopsis.
1997-04-13 13:02:07 +00:00
bde
9378f158c3
Fixed wrong function return type in synopsis.
1997-04-13 13:01:05 +00:00
bde
7591b3a02c
Don't use literal semicolons in .Fn macro invocations.
1997-04-13 12:55:36 +00:00
bde
4d371f008f
Fixed synopsis. There was a missing arg, 3 args with the wrong type,
...
and many apparent dependendcies on <sys/types.h> from use of u_char.
<dialog.h> avoids u_char, so avoid it here too.
1997-04-13 12:36:42 +00:00
bde
7d0ee5afec
Fixed spelling of __set_ospeed (was _set_ospeed) and improved
...
nearby English.
1997-04-13 12:16:59 +00:00
bde
d37e3b2f7d
Declare the documented (modulo a spelling error) interface
...
`void __set_ospeed(long);' in the appropriate header.
The implementation still uses speed_t instead of long. This
will break properly when speed_t is fixed (speed_t shall be
unsigned ...).
1997-04-13 11:41:59 +00:00
paul
3aafa26aa4
This file is deprecated not "obsoleted".
1997-04-13 11:33:17 +00:00
bde
08375adf47
Removed bogus unused #include.
1997-04-13 11:31:20 +00:00
bde
e8809b8213
Removed bogus unused #include.
1997-04-13 11:24:29 +00:00
bde
c67cff8287
Updated to use new MOD_SYSCALL() and MOD_DISPATCH() macros.
...
Removed bogus unused #include and unused #includes.
1997-04-13 11:10:40 +00:00