Commit Graph

24705 Commits

Author SHA1 Message Date
markm
04212e736f Quieten -Wall. 1997-09-28 08:46:12 +00:00
markm
2e4f0fbf0c Changes for the new KTH KerberosIV 1997-09-28 08:43:40 +00:00
markm
0ccd485f6f Changes for the new KTH KerberosIV. 1997-09-28 08:42:27 +00:00
markm
88659b601d 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
markm
6354aefdcd Changes for the new KTH Kerberos4.
Also make -Wall a bit quieter
1997-09-28 08:38:04 +00:00
markm
9bd5b323bc Changes for the new KTH Kerberos.
Also make -Wall a bit quieter.
1997-09-28 08:36:04 +00:00
phk
c48cc59656 Print the filename, not the directory we compiled in. 1997-09-28 08:34:46 +00:00
markm
6158da1e2c Change to use the new KTH Kerberos.
Also make -Wall a bit quieter.
1997-09-28 08:32:59 +00:00
phk
2f21117e7c Fix handling of nested mountpoints in __getcwd()
Detected by:	Simon Shapiro <Shimon@i-Connect.Net>
1997-09-28 06:37:02 +00:00
kato
d43c28ab49 Synchronize with sys/i386/isa/diskslice_machdep.c revision 1.26. 1997-09-28 05:52:51 +00:00
kato
8295ccc0c7 Fixed duplicate case introduced by previous commit. 1997-09-28 05:51:49 +00:00
msmith
5e855b7465 Typo fix 1997-09-28 03:28:34 +00:00
msmith
6126bcaa83 Fix typo in signal() prototype 1997-09-28 03:28:09 +00:00
kato
6ca8c4f599 Oops, include <sys/conf.h>.
Reminded-by:	Simon Shapiro <Shimon@i-Connect.Net>
1997-09-28 02:23:10 +00:00
peter
ed6105d8ca YAMF22: (rev 1.3.2.2) Display realtime and idle priorities appropriately. 1997-09-28 00:59:04 +00:00
fsmp
83c7657922 Added a missing comma for the INTR_SPL case. 1997-09-27 20:07:58 +00:00
brian
00b1544192 Don't depend on time.h including sys/types.h 1997-09-27 19:41:40 +00:00
gibbs
f83910df0b 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
gibbs
685e32b385 Add support to aicasm for "downloaded constants". These are immediate
operands that are set during seqeuncer program download instead of at
assembly time.

Convert the sequencer code to use" downloaded constants" for four run time
constants that vary depending on the board type.  This frees up 4 bytes
of sequencer scratch ram space where these constants used to be stored and
also removes the additional instructions required to load their values
into the accumulator prior to using them.

Remove the REJBYTE sram variable.  The host driver can just as easly
read the accumulator to get this value.

The scratch ram savings is important as the old code used to clober the
SCSICONF register on 274X cards which sits near the top of scratch ram
space.  The SCSICONF register controls bus termination, and clobbering
it is not a good thing.  Now we have 4 bytes to spare.

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:37:31 +00:00
brian
de1bc54ba0 Don't login twice when using passwdauth
Suggested by:	Peter Childs <pjchilds@imforei.apana.org.au>
Merge the whole module into a few lines in pap.c
1997-09-27 19:11:43 +00:00
joerg
0224e3b5de Hide the `no magic' babble behind bootverbose, since it has proven to
be too much magic for 99.9 % of the users.
1997-09-27 15:34:34 +00:00
kato
5ebced44ad Add noclusterr and noclusterw options. The noclusterr and noclusterw
disable clustered read and write, respectively.

Reviewed by:	bde
1997-09-27 13:44:17 +00:00
hoek
fc8864fa8c Document pkg_add's dependency auto-install. While I'm here, fix
a couple typos, and consistent double-spacing after sentences.

This is actually a spinoff from the "ports-current discontinued"
blow-up some time ago.

Ack'd by: jkh
1997-09-27 13:41:35 +00:00
kato
f067b60f38 Clustered read and write are switched at mount-option level.
1. Clustered I/O is switched by the MNT_NOCLUSTERR and MNT_NOCLUSTERW
   bits of the mnt_flag.  The sysctl variables, vfs.foo.doclusterread
   and vfs.foo.doclusterwrite are deleted.  Only mount option can
   control clustered I/O from userland.
2. When foofs_mount mounts block device, foofs_mount checks D_CLUSTERR
   and D_CLUSTERW bits of the d_flags member in the block device switch
   table.  If D_NOCLUSTERR / D_NOCLUSTERW are set, MNT_NOCLUSTERR /
   MNT_NOCLUSTERW bits will be set.  In this case, MNT_NOCLUSTERR and
   MNT_NOCLUSTERW cannot be cleared from userland.
3. Vnode driver disables both clustered read and write.
4. Union filesystem disables clutered write.

Reviewed by:	bde
1997-09-27 13:40:20 +00:00
kato
c143dd2c94 Synchronize with sys/i386/isa/syscons.c revision 1.233. 1997-09-27 12:55:57 +00:00
wosch
f7a486796b Translated too much of it.
Submitted by: Andrzej Bialecki <abial@korin.warman.org.pl>
1997-09-27 10:31:27 +00:00
ache
b1c2d770f1 Use revived __maskrune for digittoint
Minor formatting
1997-09-27 04:34:35 +00:00
ache
3d358ac316 Oops, fix typo in istype definition 1997-09-27 04:30:50 +00:00
ache
24723f5ea1 1) Bring '!!' back since we wan't overflow even a char
2) Revive __maskrune, just return mask now
3) Express __istype via !!__maskrune
4) Use __maskrune in digittoint
1997-09-27 04:22:47 +00:00
peter
f1c3b7cd44 Spell out a few things for the media options. 1997-09-27 02:55:39 +00:00
wollman
3e6be13733 Having done ICMP, UDP, and IP, could a TCP display be far behind? 1997-09-27 00:44:55 +00:00
jkh
994b6abc0f Add (ick) -ldes to the boot floppy so that ppp can link again.
Not sure what this does to exportability but it's probably not
good.
1997-09-27 00:33:48 +00:00
msmith
39950f6a10 The previous commit broke support for the Pro/10; detect which sort of
card we are using and calculate the IRQ accordingly.
1997-09-26 17:17:43 +00:00
msmith
f6f2676d25 Update documentation for the 'ex' driver to indicate that it supports
the Pro/10+ cards as well.
1997-09-26 17:16:52 +00:00
itojun
61faede69c tiny update of ESC sequence parser.
- some addition of comments (for readability)
- iso-2022 G0 designation support.  This does almost nothing.  Just for
  avoiding garbled screen when got "ESC ( B".
  (how about G1/2/3 designation? I'm not sure)
1997-09-26 15:27:55 +00:00
kato
65e7ce0151 Synchronize with sys/i386/i386/machdep.c revision 1.266. 1997-09-26 09:47:04 +00:00
jkh
ca976808a0 When making make, do cleandir *before* objdir or we'll end
up with a blown objdir for the depend stage, leaving the
.depend file in ${SRCDIR} instead.
1997-09-26 09:31:41 +00:00
joerg
5ab88f6494 Set `crt' by default to make mail(1) happy. 1997-09-26 08:28:31 +00:00
joerg
8eec8cf086 Set `crt' by default to make mail(1) happy.
Also, comment out the not so very commonly used interviews settings.
1997-09-26 08:28:19 +00:00
phk
7cbdcf607a I lost a bit of my change in the last commit, this is more like it.
Noticed by:	bde
1997-09-26 08:08:58 +00:00
phk
64f97001d5 Add canonical 32bit crc as alorithm 3.
PR:		4615
Reviewed by:	phk
Submitted by:	Mike Meyer <mwm@shiva.the-park.com>
1997-09-26 08:02:18 +00:00
jkh
4a0ae6e3bc Remove bogus declaration of calloc() that broke the build. Test, folks,
test!
1997-09-26 06:25:42 +00:00
alex
e78507bb83 Changed ipfw grep string: reject rules are now listed as deny, reset,
or unreach.
1997-09-26 01:38:30 +00:00
brian
bb9d2eace9 #define RECON_ENVOKED as 4 (not 3, like RECON_UNKNOWN)
Pointed out by:	tom@tomqnx.com (Tom Torrance at home)
1997-09-26 00:23:36 +00:00
ache
a380939bfd daemon: bump maxproc from 256 to 512
256 means f.e. that only 256 users at once can be served by your HTTPD
1997-09-26 00:19:53 +00:00
ache
666744d25b Add missing SJIS and pl_PL entries 1997-09-25 23:57:53 +00:00
ache
aabf639ba4 Add mskanji.c 1997-09-25 23:24:35 +00:00
ache
043ac32676 Move it under XPG4 define 1997-09-25 23:20:26 +00:00
ache
23f0b5524f Move MSKanji under XPG4 define 1997-09-25 23:18:10 +00:00
ache
8a24b88205 __maskrune --> __istype 1997-09-25 23:10:38 +00:00