charnier
057a30e59c
Hardcode progname in usage string.
1997-08-14 06:44:41 +00:00
charnier
d72228bb7a
Use err(3) instead of local redefinition. Add usage().
1997-08-14 06:42:43 +00:00
charnier
baddffcb88
Use err(3). Correct usage string. Change default tape to /dev/rst0.
1997-08-14 06:41:00 +00:00
ache
b537b1ccca
Remove wrong machine-dependent phrase about maximum microseconds
...
limit. Small cleanup.
1997-08-14 06:32:25 +00:00
ache
6ee68884c1
Break loop if error != EINTR occurse or it can take forever with
...
time_remaining unchanged
1997-08-14 06:23:48 +00:00
fsmp
c852b1e121
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
9e0af5b4e3
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
a9c600c630
Backed out part of previous change. The example of -b mount in
...
manpage works again.
1997-08-14 03:52:27 +00:00
ache
51ac279382
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
wosch
18723c26bb
install dot.shrc
...
Submitted by: Wolfgang Helbig <helbig@MX.BA-Stuttgart.De>
1997-08-13 23:16:54 +00:00
fsmp
087e3f1aff
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
jkh
e1e1bc61d5
Reserve major 81 for rocketport driver.
1997-08-13 21:01:30 +00:00
steve
4102fc6259
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
0d371398d7
add a diagnostic to catch some common cases of tsleep being
...
called from the wrong place.
1997-08-13 19:29:33 +00:00
ache
cc75a271ba
Note that default behaviour (restarting signals) is only for signal(3)
1997-08-13 18:40:57 +00:00
ache
54c8d4859c
Handle syscalls error return slightly better
1997-08-13 18:22:41 +00:00
ache
4dd0f70342
Back out itimerfix hack since nanosleep1 fixed now
...
Handle syscalls error return slightly better
1997-08-13 18:13:17 +00:00
ache
17e05ba7e2
Bypass itimerfix 100000000 limit in nanosleep1 using loop through timeouts
1997-08-13 17:55:11 +00:00
steve
ccbdaeb2aa
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
gibbs
6bb904da80
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
ache
9d8aeece34
Fix mdoc directives
1997-08-13 16:27:59 +00:00
ache
c10d309e8b
SUNIT: exchange up/down states too
1997-08-13 14:57:14 +00:00
ache
eb38783b56
Add unsigned char cast to all ctype calls
1997-08-13 13:11:53 +00:00
danny
7a5418e034
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
jkh
e6cd74c649
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
jkh
9f9f6e5ce4
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
936e159f4a
Synchronize with sys/i386/isa/isa.c revision 1.100.
1997-08-13 11:00:49 +00:00
kato
ef76809350
Synchronize with sys/i386/i386/trap.c revision 1.104.
1997-08-13 11:00:09 +00:00
charnier
06f6291f16
Cosmetic in usage(). Mdoc'ify man page.
1997-08-13 06:58:45 +00:00
charnier
ee20f297c2
Nm talk -> Nm.
1997-08-13 06:48:56 +00:00
charnier
cf4900f7ab
Remove trailing \n in warn() string.
1997-08-13 06:46:57 +00:00
charnier
d1a307d129
Use err(3). /sys/dkstat.h -> /usr/include/sys/dkstat.h
1997-08-13 06:45:11 +00:00
pst
30f274935d
Back out the fancy directory sorting, it's more pain that its worth,
...
and it's there in the CVS repository in case someone things that this
idea is superkeen.
1997-08-13 06:23:54 +00:00
pst
77f8fc2dc8
Make the cutover to periodic and cron.d as discussed to death on committers
...
for the past week.
1997-08-13 06:12:05 +00:00
pst
717eb2339d
Incorporate some ideas that came up during discussion with msmith.
1997-08-13 06:02:18 +00:00
pst
fc13ca15fb
Add local_cron in the spirit of local_startup
1997-08-13 06:01:14 +00:00
steve
d25262a858
ARP_PROXY_ALL -> ARP_PROXYALL
...
PR: kern/4181
Submitted by: Johan Larsson <johan@moon.campus.luth.se>
1997-08-13 03:31:19 +00:00
steve
6729ca665f
__GNU_G__ -> __GNUG__
...
PR: gnu/4188
Submitted by: Dustin Sallings <dustin@spy.net>
1997-08-13 03:11:18 +00:00
steve
d9d7463508
Add parentheses because == has higher precedence than &.
...
PR: i386/4225
Submitted by: Frank MacLachlan <fpm@n2.net>
1997-08-13 02:40:06 +00:00
steve
0bd5a262bd
Fix a typo that caused an incorrect path to be displayed.
...
PR: docs/4258
1997-08-13 02:14:43 +00:00
ache
89f12e03aa
Fix longstanding bug with buffer pointer goes beyoud buffer start
...
Cause initscr (ncurses) fail in some cases
1997-08-13 01:21:36 +00:00
pst
2d758a4528
Enable periodic
1997-08-13 00:58:49 +00:00
ache
c1b38e9944
TRACE_VIRTPUT (we don't have it yet) -> TRACE_CHARPUT
1997-08-13 00:12:46 +00:00
adam
501e9d334a
line continuation
1997-08-12 23:11:24 +00:00
ache
5f7cf9fa55
Describe signals behaviour now
1997-08-12 21:20:12 +00:00
adam
d33379b483
typo and reword
...
Submitted by: garbanzo@hooked.net (Alex)
1997-08-12 20:07:22 +00:00
ache
73828b4148
Rearrange itimerfix loop doing it inside SIGALRM handling section
1997-08-12 19:54:31 +00:00
ache
3a0de699cf
Solve itimerfix() problem completely by using loop in 100000000 secs chunks
1997-08-12 19:47:01 +00:00
ache
b4d5f4ee83
Reflect blocked SIGALRM changes
1997-08-12 19:28:07 +00:00
ache
f9a8aa567e
Back out my installation of SIGALRM handler even if it is blocked
...
and return to previous Peter's variant.
POSIX says that this place is implementation defined and old variant allows
application block SIGALRM and sleep and not be killed by external SIGALRMs.
BTW, GNU sleep f.e. sleeps forever in blocked SIGALRM :-)
1997-08-12 19:14:54 +00:00