Steve Passe
6e0d2d5172
Better fix, as originally submitted by reporter.
...
Submitted by: N.Dudorov <nnd@itfs.nsk.su>
1997-08-14 19:24:11 +00:00
Peter Wemm
b7abf69c86
Snapshot the various mail configurations. hub.mc was reconstructed to
...
produce the same sendmail.cf since the original has been lost.
1997-08-14 14:42:06 +00:00
Mike Smith
ab4c624ba4
Add support for the new Parallel-Port Bus and devices thereon.
...
Submitted by: Nicolas Souchu <Nicolas.Souchu@prism.uvsq.fr>
1997-08-14 14:03:27 +00:00
Mike Smith
676465394a
ISA Parallel-Port Bus chipset driver.
...
Submitted by: Nicolas Souchu <Nicolas.Souchu@prism.uvsq.fr>
1997-08-14 14:01:36 +00:00
Mike Smith
1b16a0ddb8
Add parallel-Port Bus drivers.
...
Submitted by: Nicolas Souchu <Nicolas.Souchu@prism.uvsq.fr>
1997-08-14 13:59:24 +00:00
Mike Smith
ed3815224c
New directory and drivers for Parallel Port Bus devices.
...
Submitted by: Nicolas Souchu <Nicolas.Souchu@prism.uvsq.fr>
1997-08-14 13:57:45 +00:00
KATO Takenori
fb35546309
Fixed locking violation of vnode operation. VOP_READ, VOP_WRITE and
...
VOP_BMAP require locked vnode, and they will keep lock on exit.
1997-08-14 13:44:19 +00:00
Poul-Henning Kamp
44beef22f3
typo fix.
1997-08-14 10:36:31 +00:00
Poul-Henning Kamp
6ff4cb0076
Do not output anything for source-files with no counts.
...
Output function name for the "pre-prologue" entry, by stealing
it from the next entry.
Output length of basic-block in bytes and product of executions
and length.
1997-08-14 10:36:02 +00:00
Andrey A. Chernov
422ff09040
Explicitly point that it_value == 0 disables timer regardles of
...
it_interval value. It is backward-compatible with previous usage
and SunOS-compatible now.
1997-08-14 08:26:25 +00:00
Andrey A. Chernov
cd9f713d45
setitimer: if it_value == 0 clear it_interval now
...
non-zero it_interval values have no sense if it_value == 0 but
checked by itimerfix which may cause EINVAL return
1997-08-14 08:15:12 +00:00
Andrey A. Chernov
3ece8e2b27
Describe itimerfix upper limit
1997-08-14 07:57:58 +00:00
Daniel O'Callaghan
26bb051a7b
Add the NetVin 5000 series NE2000 PCI card vendor and device IDs.
1997-08-14 07:53:07 +00:00
Andrey A. Chernov
067fe639d7
Describe upper limit based on itimerfix restriction
1997-08-14 07:44:57 +00:00
Jordan K. Hubbard
2cf5a4eae1
"addendum" -> "errata"
1997-08-14 07:08:40 +00:00
Jordan K. Hubbard
355ae1ab45
Further optimize crontab's installation.
...
Submitted by: pst
1997-08-14 07:00:44 +00:00
Jordan K. Hubbard
e437231848
Yeesh! I completely missed the cron.d install here which did the right
...
thing already. Just remove the old references.
Noted by: pst
1997-08-14 06:58:44 +00:00
Philippe Charnier
80c486a414
Add usage() and use err(3).
1997-08-14 06:48:59 +00:00
Philippe Charnier
fd129a0245
Use err(3). 100 -> MAXHOSTNAMELEN from OpenBSD.
...
Obtained from: OpenBSD
1997-08-14 06:47:41 +00:00
Andrey A. Chernov
a85a54896e
Oops, fix logic for previous commit
1997-08-14 06:46:44 +00:00
Philippe Charnier
7a8dd9fee0
Hardcode progname in usage string.
1997-08-14 06:44:41 +00:00
Philippe Charnier
c10d7afbab
Use err(3) instead of local redefinition. Add usage().
1997-08-14 06:42:43 +00:00
Philippe Charnier
54d183e244
Use err(3). Correct usage string. Change default tape to /dev/rst0.
1997-08-14 06:41:00 +00:00
Andrey A. Chernov
d1e224f2cc
Remove wrong machine-dependent phrase about maximum microseconds
...
limit. Small cleanup.
1997-08-14 06:32:25 +00:00
Andrey A. Chernov
3b3d0d1b49
Break loop if error != EINTR occurse or it can take forever with
...
time_remaining unchanged
1997-08-14 06:23:48 +00:00
Steve Passe
74a19f1229
Fix PR bin/4291: /usr/bin/make - inconsistent -j<n> flag parsing.
...
Submitted by: N.Dudorov <nnd@itfs.nsk.su>
1997-08-14 04:46:20 +00:00
KATO Takenori
5842d4e5b2
If the user doesn't have read permission, union_copyup should not copy
...
a file to upper layer.
Reviewed by: Naofumi Honda <honda@Kururu.math.sci.hokudai.ac.jp>
1997-08-14 03:57:46 +00:00
KATO Takenori
3dc942bbe9
Backed out part of previous change. The example of -b mount in
...
manpage works again.
1997-08-14 03:52:27 +00:00
Andrey A. Chernov
ee05c01758
Define NCURSES_VERSION publicly, some applications want it
...
Fix unctrl()
Merging from 4.1 used for this fixes.
1997-08-13 23:28:29 +00:00
Wolfram Schneider
02c7e1cb34
install dot.shrc
...
Submitted by: Wolfgang Helbig <helbig@MX.BA-Stuttgart.De>
1997-08-13 23:16:54 +00:00
Steve Passe
22e5e9b058
Cheap TEMPORARY fix for "Trap 9 When Boot SMP" problem.
...
This is on the top of my list for a correct fix.
Submitted by: "Thomas D. Dean" <tomdean@ix.netcom.com>
1997-08-13 23:05:33 +00:00
Jordan K. Hubbard
56ed81f738
Reserve major 81 for rocketport driver.
1997-08-13 21:01:30 +00:00
Steve Price
673b794638
Protect the copyright comments from reformatting by
...
indent and make this compile -Wall clean like the
Makefile suggests that it should. :)
Pointed out by: Bruce Evans <bde@zeta.org.au>
1997-08-13 20:42:18 +00:00
Julian Elischer
3d0a7bc3b8
add a diagnostic to catch some common cases of tsleep being
...
called from the wrong place.
1997-08-13 19:29:33 +00:00
Andrey A. Chernov
2e2d038677
Note that default behaviour (restarting signals) is only for signal(3)
1997-08-13 18:40:57 +00:00
Andrey A. Chernov
71936d097e
Handle syscalls error return slightly better
1997-08-13 18:22:41 +00:00
Andrey A. Chernov
3be4b5c3df
Back out itimerfix hack since nanosleep1 fixed now
...
Handle syscalls error return slightly better
1997-08-13 18:13:17 +00:00
Andrey A. Chernov
76aab1da0f
Bypass itimerfix 100000000 limit in nanosleep1 using loop through timeouts
1997-08-13 17:55:11 +00:00
Steve Price
6ad175c69e
Use -I${.CURDIR}/../../sys so that the path is relative
...
to the source code directory.
Submitted by: bde
1997-08-13 17:35:00 +00:00
Justin T. Gibbs
083bc8b2cc
Add a spin lock that prevents the sequencer from attempting to add an
...
entry to the QOUTFIFO when it is full. This should eliminate the
"Timed out while idle" problems that many have reported.
In truth, this is somewhat of a hack. Although are interrupt latency is
low enough that we should be able to always service the queue in time,
since each entry must be passed up to the higher SCSI layer for what can
be a large amount of processing (perhaps even resulting in a new command
being queued) with interrupts disabled, we need this mechanism to avoid
overflow. In the future, these additional tasks will be offloaded to a
software interrupt handler which should make this hack unnecessary.
1997-08-13 17:02:47 +00:00
Andrey A. Chernov
696a50cd5d
Fix mdoc directives
1997-08-13 16:27:59 +00:00
Andrey A. Chernov
6e5334121f
SUNIT: exchange up/down states too
1997-08-13 14:57:14 +00:00
Andrey A. Chernov
f38ea584f5
Add unsigned char cast to all ctype calls
1997-08-13 13:11:53 +00:00
Daniel O'Callaghan
0b1885f985
Add ppp.shells.sample and ppp.deny to Makefile so they actually appear
...
in a release.
Reminded by: Satoshi and DavidG
1997-08-13 12:56:12 +00:00
Jordan K. Hubbard
c9d12677b4
Cast argument to lseek() properly to off_t.
...
PR: 4246
Obtained from: review of PR and NetBSD sources.
1997-08-13 12:09:48 +00:00
Jordan K. Hubbard
42a2309875
Make distribute target work again in the wake of the cron.d changes.
...
Note: I don't like the way these files are being copied but every
other method seemed gross too.
1997-08-13 11:22:21 +00:00
KATO Takenori
4a05b623d6
Synchronize with sys/i386/isa/isa.c revision 1.100.
1997-08-13 11:00:49 +00:00
KATO Takenori
4018397ff3
Synchronize with sys/i386/i386/trap.c revision 1.104.
1997-08-13 11:00:09 +00:00
Philippe Charnier
07de424e35
Cosmetic in usage(). Mdoc'ify man page.
1997-08-13 06:58:45 +00:00
Philippe Charnier
a27bb57a02
Nm talk -> Nm.
1997-08-13 06:48:56 +00:00