bde
fee89092b7
Don't clobber the SIGCONT bit in the signal mask in sigreturn(). Use
...
the `sigcantmask' macro to get the correct set of unmaskable signals.
Found by: NIST-PCTS.
1996-11-29 13:12:14 +00:00
bde
cd93045dc4
${COPY} -> -c. ${COPY} should never be used for installing sources since
...
it might be empty.
1996-11-29 12:54:10 +00:00
jkh
786512f23e
Correct name in probe type. Closes PR# 2122 (with a change, since the PR
...
did not actually use the correct name either :-).
Submitted-By: Toyonori Fujiura <toyo@exiv.pearnet.org>
1996-11-29 12:26:30 +00:00
tg
6d096a9c69
Add Sander Vesik for his tkcron port.
1996-11-29 08:06:48 +00:00
jkh
81397d8d8f
More involved description for fe0 driver using cards. Closes PR#2099.
...
Submitted-By: seki@sysrap.cs.fujitsu.co.jp
1996-11-29 07:19:57 +00:00
dyson
2a7b72c457
Clarified the comment about removing other CPU defs. Specifically,
...
I added the suggestion to remove the I386_CPU def if possible.
1996-11-29 07:08:48 +00:00
dyson
16328d75a7
Support the appropriate use of bswap instruction on non-I386 builds.
...
Per Wayne Scott of Intel, the old sequence took 20cycles!!! on a P6.
Another nice side-benefit is that the kernel is about 3K smaller!!!
Submitted by: Wayne Scott <wscott@ichips.intel.com>
1996-11-29 07:04:03 +00:00
jkh
e0557864f9
Add a new feature which Garrett pointed out.
1996-11-29 04:55:47 +00:00
jkh
73a9dda18e
Note unpleasant interaction between rawrite.exe and various flavors
...
of Windows.
1996-11-29 03:33:27 +00:00
dyson
f573ad0ab2
Make the kernel smaller with at worst a neutral effect on perf by
...
de-inlining some VM calls. (Actually, I measured a small improvement.)
1996-11-28 23:15:07 +00:00
jfieber
a28111b089
Some new sections.
...
Submitted by: William Lloyd <wlloyd@tolstoy.mpd.ca>
1996-11-28 18:09:30 +00:00
phk
33855a25bd
I broke psm.c and none of the 5 reviewers noticed :-)
1996-11-28 17:18:56 +00:00
phk
6f6b1023c0
Update to more current reality.
...
Reviewed by: phk
Submitted by: Robin Carey <robin@mailgate.dtc.rankxerox.co.uk>
1996-11-28 09:57:31 +00:00
phk
3c9e276048
Add a timeout here, just like in if_ed.c
...
Reviewed by: phk
Submitted by: Luigi Rizzo <luidi@labinfo.iet.unipi.it>
1996-11-28 09:54:38 +00:00
phk
fdf30b8e67
Rogue entry for DEC DLT2700
...
Reviewed by: julian & phk
Submitted by: Andre Albsmeier <Andre.Albsmeier@mchp.siemens.de>
1996-11-28 09:51:03 +00:00
joerg
8411333922
Few fixit improvements:
...
. hint about the usability of the arrow keys,
. export TAPE to an obscure dev node so mt(1) will work correctly.
1996-11-28 08:56:43 +00:00
dyson
f7092d9364
Potentially fix a problem, whereby MSDOSFS can request buffers
...
larger than the vfs layer can provide. We now automatically support
32K clusters if MSDOSFS is installed, and panic if a filesystem tries
to allocate a buffer larger than MAXBSIZE.
This commit is a result of some "prodding" by BDE.
1996-11-28 04:26:04 +00:00
dyson
239f3b5e64
Potentially fix a problem, whereby MSDOSFS can request buffers
...
larger than the vfs layer can provide. We now automatically support
32K clusters if MSDOSFS is installed, and panic if a filesystem tries
to allocate a buffer larger than MAXBSIZE.
This commit is a result of some "prodding" by BDE.
1996-11-28 04:07:44 +00:00
ache
e73a8ca780
Add missing ${COPY} to install options, zone.tab
1996-11-27 23:32:10 +00:00
phk
e666fa157c
Make intro command a NO-OP if no VISUAL_USERCONFIG
1996-11-27 22:53:10 +00:00
phk
7a88ca4da6
Try to impreve DD mode.
...
Try to make 4Mb floppies work again.
1996-11-27 22:52:34 +00:00
phk
71490cf916
Waste less space.
1996-11-27 22:52:25 +00:00
ache
66999dfcd2
Remove warning at AHC_SCBPAGING_ENABLE, not needed now
1996-11-27 22:52:09 +00:00
phk
ed9e01dfb5
Improve the Dangerously Dedidcated mode a bit. Not much, but a bit better.
1996-11-27 22:44:43 +00:00
ache
e27f332f23
Add rcsid[]
...
Since locale reading code not resistent against stack overflowing or
similar intruder attacks, don't allow PATH_LOCALE env variable action
for s-bit programs (non-standard locale path setting)
1996-11-27 22:30:44 +00:00
ache
86993ad860
Don't show on the screen just securely entered password
...
(in /etc/adduser.message text)
Sending password by E-mail on local machine is joke in any case
1996-11-27 22:04:55 +00:00
fenner
fa5c595ab7
Add -s flag to always supply mapping if known, ignoring the
...
presence or absence of files in /tftpboot.
1996-11-27 20:45:10 +00:00
fenner
c2f2394fba
Make the man page reflect reality. Add BUGS section about DNS.
...
Logging cleanups (including logging the requestor's MAC address instead
of the server's).
1996-11-27 20:42:09 +00:00
mckay
3d965dbf16
Simplified. Some fts related bugs removed. Made less verbose. The default
...
number of mail messages sent per run was lowered from 2 to 1. Why? Well,
some numbers just give you the warm fuzzies, like zero and one. Zero isn't
much use here, so I picked my all time favourite, one.
1996-11-27 13:06:51 +00:00
mckay
20c91aa5ab
Removed unnecessary locking. Simplified. Tidied.
1996-11-27 12:58:44 +00:00
jkh
26c9e6ed97
Correct some typos relating to PC98 server selection.
...
Submitted-By: HOSOKAWA Tatsumi <hosokawa@mt.cs.keio.ac.jp>
1996-11-27 12:44:43 +00:00
max
dfcd1b5ec2
Reflect the change made to the English version (Rev.1.17 -> Rev.1.18.)
1996-11-27 04:11:00 +00:00
max
6223d9dde8
Typo.
...
Some reformatting in a part of the sgml.
1996-11-27 03:54:50 +00:00
jkh
11589e2059
o Update for upcoming BETA release of 2.2
...
o Fix Adaptec controllers description error, spotted by Richard Wiwatowski
<rjwiwat@adelaide.on.net>
1996-11-27 01:44:57 +00:00
jkh
9f32f420c1
Recommend my new Lieblingcdromlaufwerke, the Plasmon PX-12CS.
1996-11-27 01:06:40 +00:00
joerg
d16df05f6b
Open devices read-only to test whether they are available. This
...
allows to use write-protected tapes...
1996-11-27 01:01:52 +00:00
asami
3dc5bc7a11
Change number of ports to the correct 690 (was 710, but the ports tree
...
has never had 710 ports!).
1996-11-26 12:03:20 +00:00
asami
80318dab12
Add share/misc. Definite 2.2 candidate, if we want it to be consistent
...
with the ports.
Found by: obrien and his mutt port
1996-11-26 10:01:28 +00:00
ache
91f60f21c3
Use LANG=C, LC_CTYPE=C, LC_TIME=C
1996-11-26 08:58:57 +00:00
ache
e5dccc9a0c
Use LC_TIME=C
1996-11-26 08:53:48 +00:00
ache
4e6f9d4616
Use LC_TIME=C
1996-11-26 08:45:28 +00:00
ache
21606c3294
Add Id
...
Optimize/improve recently added locale restoration on failure
1996-11-26 08:00:17 +00:00
ache
3c24b0d0f8
More fixes to Russian catalog
...
Should go to 2.2
(wrong number of % formatting found in old version)
1996-11-26 07:00:11 +00:00
ache
5a915103a4
Replace LC_TIME= with LC_TIME=C
1996-11-26 06:55:35 +00:00
ache
1b3b504f15
Use LC_TIME=C
1996-11-26 03:41:39 +00:00
ache
1a49e1ce33
Use LC_TIME=C instead of LC_TIME=
1996-11-26 03:31:26 +00:00
ache
ddd059c20b
Use LC_TIME=C instead of LC_TIME= (POSIX)
1996-11-26 03:26:31 +00:00
ache
aedf723373
Move PATH_LOCALE handling to setlocale.c, simplify locale path building,
...
don't treat empty encoding as C encoding
1996-11-26 02:52:52 +00:00
ache
de0f02e3b7
PATH_LOCALE: use this non-standard env variable first time only, i.e.
...
strdup() it to prevent unsetenv() or setenv() effects. Check its length to
not allow user to overflow internal locale buffer. Move PATH_LOCALE
handling code into one place.
POSIX: make better stub for LC_MONETARY & LC_NUMERIC, now it check
locale directory existance instead of refusing all non-C non-POSIX
locales. POSIX treats empty locale env variable as unset variable
while our old code treats it as "C" locale, fix it. Implement previous locale
restoring, if locale setting fails. Old code assumes success if some
of LC_ALL subset is successed even other fails, POSIX treats it as
failure with previous locale restoring, fix it.
Remove unneccessary length checking in currentlocale()
1996-11-26 02:49:53 +00:00
peter
dcd629b514
Don't close f->f_file on F_TTY types on error returns from ttymsg() since
...
it wasn't open in the first place..
1996-11-26 02:35:08 +00:00