Wolfram Schneider
bceb8aed9e
Sort cross refereces in section SEE ALSO.
1997-09-29 10:11:02 +00:00
Andrey A. Chernov
8fd53644f9
Upgrade to 2.31
1997-09-29 08:53:38 +00:00
Andrey A. Chernov
27544d1f2f
This commit was generated by cvs2svn to compensate for changes in r29964,
...
which included commits to RCS files with non-trunk default branches.
1997-09-29 08:53:38 +00:00
Philippe Charnier
cd94e9c368
Use err(3).
1997-09-29 06:38:49 +00:00
Steve Passe
33be7322dc
Fixed a foobar on my part that broke non-SMP kernels. (I need some sleep...)
1997-09-29 05:32:02 +00:00
Warner Losh
ce2d5f5fa6
Add #include <stdlib.h> to pick up prototypes for getenv and friends.
1997-09-29 03:53:53 +00:00
Peter Wemm
ec7bb87229
oops, I seem to have forgotten to commit this. redirect _cam_imask to
...
cam_imask when compiling under elf.
1997-09-29 02:17:42 +00:00
Jordan K. Hubbard
26a695079e
Add ftp4.uk.freebsd.org
1997-09-29 00:15:07 +00:00
Steve Passe
10de100e2e
Screwed the debug for the cil deadlock, another 3 hours down the tubes...
1997-09-29 00:04:33 +00:00
Jordan K. Hubbard
0b104e4078
Restore the Samba entries which were spammed when someone added
...
the imap4 entry.
1997-09-28 22:25:29 +00:00
Jordan K. Hubbard
c25d9c21a9
ppp.secret.sample listed twice, at the cost of ppp.shells.sample.
1997-09-28 22:22:06 +00:00
Jordan K. Hubbard
6b60b66862
Document the ever decreasingly popular USA_RESIDENT variable.
1997-09-28 22:11:21 +00:00
Jordan K. Hubbard
b0a117a8bc
Remove -ldes again; Brian's latest fix should deal with it.
1997-09-28 20:35:54 +00:00
Brian Somers
4e556546a8
Test for the existence of ../../secure rather
...
than /usr/include/des.h before building with MSChap.
support. Also allow -DNOCRYPT (as well as -DNOSECURE)
as an override
sbin/init example pointed out by: bde
1997-09-28 20:17:59 +00:00
Steve Passe
c2d4a15648
Added a couple short-term debugs and a fix to the SPIN_MAX variable.
...
Debugs are an attempt to ferret out the PUSHDOWN_LEVEL_3 deadlock.
1997-09-28 19:34:48 +00:00
Justin T. Gibbs
643b3d0cf2
Fix a serious bug I introduced while adding in support for CAM interrupts.
...
It seems I didn't count my 0's properly when adding the new masks into
icu_vector.s pushing SWI_AST_MASK off the end of the array and screwing
up the indexing for SWI_CLOCK_MASK.
Fix the bug icu_vector.s and also reformat the code in both icu_vector.s and
apic_vector.s so that it will be much harder to make the same mistake in
the future.
Submitted by: Bruce Evans <bde@zeta.org.au>
1997-09-28 19:30:01 +00:00
Mike Smith
af35b9ccb0
Revert the previous prototype un-typo. Add a brief comment warning that
...
"fixing" it is not a good idea.
1997-09-28 17:11:31 +00:00
Stephen McKay
1e1ff62149
When bootstrapping lex, the object directory for lex/lib would be deleted
...
without being recreated. A read-only source compile would then fail shortly
afterwards trying to write .depend into the source tree.
1997-09-28 16:25:28 +00:00
Stephen McKay
a2575e01e8
Add a small hack to support the strange antics of the Unisys ELI 4003. This
...
machine generates an NMI for each floating point error, just like an old XT.
Since it is ISA only, reading the EISA status port yields 0xff, which would
give a spurious EISA panic. The simplest thing to do is to ignore the 0xff.
1997-09-28 15:48:34 +00:00
Martin Cracauer
3e27c094e4
fetch(3) doesn't get asctime(3) format, wrong length assumed
...
PR: bin/4625
Submitted by: "Timo J. Rinne" <tri@pooh.tky.hut.fi>
Obtained from:bin/4625
1997-09-28 11:25:59 +00:00
Wolfram Schneider
fee9ad97d6
Endless loop.
...
$ touch from to
$ echo -n loop | mv -i from to
overwrite to?
^C
1997-09-28 10:41:40 +00:00
Mark Murray
14710273ac
Add (commented out) macros to make compiling with tcpwrappers easier.
1997-09-28 09:31:43 +00:00
Mark Murray
73357bc9b4
Final commit for KTH KerberosIV.
...
-DMAKE_EBONES -> -DMAKE_KERBEROS4
1997-09-28 09:29:11 +00:00
Mark Murray
542552a46c
Change for KTH KerberosIV.
...
-DMAKE_EBONES is changed to -DMAKE_KERBEROS4
1997-09-28 09:26:05 +00:00
Mark Murray
2b1161ec4e
Remove include/kerberosIV directory. It is no longer used.
1997-09-28 09:20:48 +00:00
Mark Murray
e2323a775f
Comment out services that conflict with known (kerberos) services.
...
Add KTH names for Kerberos services. (K5-ready).
1997-09-28 09:20:11 +00:00
Mark Murray
9cac174188
Changes for KTH KerberosIV.
1997-09-28 09:14:41 +00:00
Mark Murray
2ca29c4475
Changes for KTH KerberosIV.
...
telent.h is installed from libtelnet, not the include dir.
1997-09-28 09:12:04 +00:00
Mark Murray
0e8089efef
Changes for KTH KerberosIV
1997-09-28 09:08:48 +00:00
Mark Murray
1ba18872f4
Changes for KTH KerberosIV.
1997-09-28 09:07:34 +00:00
Mark Murray
301afdb85c
Changes for KTH KerberosIV.
...
Quieten -Wall a bit.
From Joe Traister:
The previous patch did not propogate the KRBTKFILE environment variable
into the new environment when -l is given to su, making it impossible
for kdestroy to find the ticket file. This patch corrects that problem
as well as the original segfault problem.
(Fixes PR 3903)
1997-09-28 09:02:16 +00:00
Mark Murray
7f80a02080
Changes for KTH KerberosIV.
...
Also quieten -Wall a bit.
1997-09-28 08:57:24 +00:00
Mark Murray
f714a88adc
Quieten -Wall.
1997-09-28 08:46:12 +00:00
Mark Murray
f8dd90c3b9
Changes for the new KTH KerberosIV
1997-09-28 08:43:40 +00:00
Mark Murray
81127b1486
Changes for the new KTH KerberosIV.
1997-09-28 08:42:27 +00:00
Mark Murray
8aeaa47e80
There is a clear separation of the crypto telnet and the non-crypto telnet.
...
As this is the non-crypto version, remove the useless (commented out)
directives and macros.
1997-09-28 08:40:54 +00:00
Mark Murray
0934db4674
Changes for the new KTH Kerberos4.
...
Also make -Wall a bit quieter
1997-09-28 08:38:04 +00:00
Mark Murray
e7509c75f5
Changes for the new KTH Kerberos.
...
Also make -Wall a bit quieter.
1997-09-28 08:36:04 +00:00
Poul-Henning Kamp
c69c1d52e9
Print the filename, not the directory we compiled in.
1997-09-28 08:34:46 +00:00
Mark Murray
8a7ad3adf7
Change to use the new KTH Kerberos.
...
Also make -Wall a bit quieter.
1997-09-28 08:32:59 +00:00
Poul-Henning Kamp
ad324c8891
Fix handling of nested mountpoints in __getcwd()
...
Detected by: Simon Shapiro <Shimon@i-Connect.Net>
1997-09-28 06:37:02 +00:00
KATO Takenori
348aa87048
Synchronize with sys/i386/isa/diskslice_machdep.c revision 1.26.
1997-09-28 05:52:51 +00:00
KATO Takenori
674418c711
Fixed duplicate case introduced by previous commit.
1997-09-28 05:51:49 +00:00
Mike Smith
378a2883fe
Typo fix
1997-09-28 03:28:34 +00:00
Mike Smith
27c729f066
Fix typo in signal() prototype
1997-09-28 03:28:09 +00:00
KATO Takenori
7825620c11
Oops, include <sys/conf.h>.
...
Reminded-by: Simon Shapiro <Shimon@i-Connect.Net>
1997-09-28 02:23:10 +00:00
Peter Wemm
e5aff02f68
YAMF22: (rev 1.3.2.2) Display realtime and idle priorities appropriately.
1997-09-28 00:59:04 +00:00
Steve Passe
39a3d94ba8
Added a missing comma for the INTR_SPL case.
1997-09-27 20:07:58 +00:00
Brian Somers
fde958c3d3
Don't depend on time.h including sys/types.h
1997-09-27 19:41:40 +00:00
Justin T. Gibbs
a30f48f020
Add support to the host driver for "downloaded constants". These are immediate
...
operands that are set during seqeuncer program download instead of at
assembly time.
Remove the REJBYTE sram variable. The host driver can just as easly
read the accumulator to get this value.
This should fix the reported problems with cards that don't have devices
attached to them failing with a stream of "Somone reset bus X" messages.
Doug Ledford determined the cause of the problem, fixes by me.
1997-09-27 19:38:27 +00:00