kato
aff097221a
Synchronize with sys/i386/conf/files.i386 revision 1.171.
1997-08-16 01:31:22 +00:00
jlemon
7ebc5d1467
Enable the use of keypad cursor motion keys.
...
Submitted by: John Hay <jhay@mikom.csir.co.za>
1997-08-16 00:16:48 +00:00
ache
7574acc2f7
Remove LANG settings from here, they must be in login classes instead
1997-08-15 23:41:27 +00:00
jlemon
d637f4f507
Add support for XMS memory to doscmd.
...
Submitted by: Helmut F. Wirth <hfwirth@ping.at>
1997-08-15 23:41:26 +00:00
ache
3bc0e3d9d1
Map CSTATUS to ^T by default or it never noticed by novice users
...
Reviewed by: bde
1997-08-15 22:43:22 +00:00
wosch
812d6fd9cc
make install should not install mail.rc in /etc
1997-08-15 21:50:02 +00:00
gibbs
61e13f4498
Remove the bus settle delay after reset code. It could cause an infinite
...
loop.
Perform a "-Wall" cleanup which actually exposed two real bugs having to
do with operator precedence.
1997-08-15 19:27:43 +00:00
dg
a6696ae844
Fixed file descriptor leak that occurs after certain types of failures.
...
PR: 3516
Submitted by: Matthew Flatt <mflatt@cs.rice.edu>
1997-08-15 05:21:16 +00:00
kato
a629e89a7a
Added DIAGNOSTIC routine to test inconsistency of vnode when cnp
...
points `.'.
Obtained from: NetBSD
1997-08-15 02:36:28 +00:00
kato
8f18798bdf
Deleted unused code which adjust UN_UNLOCK flag.
1997-08-15 02:35:00 +00:00
fsmp
79155dd871
The promised "better fix" for "Trap 9 When Boot SMP" problem.
...
We now tsleep() in kthread_init() between start_init()
and prepare_usermode() while waiting for ALL the idle_loop()
processes to come online.
Debugged & tested by: "Thomas D. Dean" <tomdean@ix.netcom.com>
Reviewed by: David Greenman <dg@root.com>
1997-08-15 02:34:32 +00:00
fsmp
36308aa291
The promised "better fix" for "Trap 9 When Boot SMP" problem.
...
We now tsleep() in kthread_init() between start_init()
and prepare_usermode() while waiting for ALL the idle_loop()
processes to come online.
Debugged & tested by: "Thomas D. Dean" <tomdean@ix.netcom.com>
Reviewed by: David Greenman <dg@root.com>
1997-08-15 02:33:30 +00:00
fsmp
b458c644f8
Better fix, as originally submitted by reporter.
...
Submitted by: N.Dudorov <nnd@itfs.nsk.su>
1997-08-14 19:24:11 +00:00
peter
df2d634ff5
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
msmith
c1d8a1669b
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
msmith
eb517ff1c1
ISA Parallel-Port Bus chipset driver.
...
Submitted by: Nicolas Souchu <Nicolas.Souchu@prism.uvsq.fr>
1997-08-14 14:01:36 +00:00
msmith
c24a504737
Add parallel-Port Bus drivers.
...
Submitted by: Nicolas Souchu <Nicolas.Souchu@prism.uvsq.fr>
1997-08-14 13:59:24 +00:00
msmith
4cab4fbe44
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
08ef2a7971
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
phk
c185590853
typo fix.
1997-08-14 10:36:31 +00:00
phk
41f0be497a
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
ache
9ef9656a1f
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
ache
4ef0ac8df9
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
ache
d5b03c1103
Describe itimerfix upper limit
1997-08-14 07:57:58 +00:00
danny
39a89b9c7a
Add the NetVin 5000 series NE2000 PCI card vendor and device IDs.
1997-08-14 07:53:07 +00:00
ache
da5b9d9f11
Describe upper limit based on itimerfix restriction
1997-08-14 07:44:57 +00:00
jkh
26234bbec8
"addendum" -> "errata"
1997-08-14 07:08:40 +00:00
jkh
cc91c2728e
Further optimize crontab's installation.
...
Submitted by: pst
1997-08-14 07:00:44 +00:00
jkh
253ca8343d
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
charnier
81bcfffaf5
Add usage() and use err(3).
1997-08-14 06:48:59 +00:00
charnier
1cc1919e6e
Use err(3). 100 -> MAXHOSTNAMELEN from OpenBSD.
...
Obtained from: OpenBSD
1997-08-14 06:47:41 +00:00
ache
051a2e06f5
Oops, fix logic for previous commit
1997-08-14 06:46:44 +00:00
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