Commit Graph

24879 Commits

Author SHA1 Message Date
ache
7ff3236447 Oops, fix typo in istype definition 1997-09-27 04:30:50 +00:00
ache
a4d6990ae6 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
8161901df7 Spell out a few things for the media options. 1997-09-27 02:55:39 +00:00
wollman
b26754caaa Having done ICMP, UDP, and IP, could a TCP display be far behind? 1997-09-27 00:44:55 +00:00
jkh
8a0c7c5ebe 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
1b05a4262f 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
fb193b1b60 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
95dce19a99 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
2a21c9d118 Synchronize with sys/i386/i386/machdep.c revision 1.266. 1997-09-26 09:47:04 +00:00
jkh
93cb3f3468 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
2c55c29ae9 Set `crt' by default to make mail(1) happy. 1997-09-26 08:28:31 +00:00
joerg
22cd9dbc5d 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
3783a8767e 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
f5b2fcb0c6 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
fac1bc9849 Remove bogus declaration of calloc() that broke the build. Test, folks,
test!
1997-09-26 06:25:42 +00:00
alex
c6ca8e3387 Changed ipfw grep string: reject rules are now listed as deny, reset,
or unreach.
1997-09-26 01:38:30 +00:00
brian
72603302dc #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
6566cdfa69 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
eeedaac4ba Add missing SJIS and pl_PL entries 1997-09-25 23:57:53 +00:00
ache
0464de3a53 Add mskanji.c 1997-09-25 23:24:35 +00:00
ache
d2f27c061b Move it under XPG4 define 1997-09-25 23:20:26 +00:00
ache
5405cc0bba Move MSKanji under XPG4 define 1997-09-25 23:18:10 +00:00
ache
9021e21701 __maskrune --> __istype 1997-09-25 23:10:38 +00:00
ache
a411894a17 Oops, wrong version of digittoint fix was commited, step back to v1.8
instead just remove '!!' to make digittoint() work and re-arrange
things a little
1997-09-25 22:44:21 +00:00
ache
253e0dc600 Fix digittoint broken long ago
Redesign to allow digittoint work for runes too
__maskrune removed, __istype become a macro, __runeflags added
1997-09-25 22:27:45 +00:00
phk
099d96fad2 Reduce the target number of vnodes on the freelist from desiredvnodes
(usually a couple of thousand) to 25.  The measured impact on cache-hits
doesn't justify spending memory this way:

Target number of free vnodes versus namecache hit rate in % during a
make world:
          10    98.5316
         200    98.5479
         500    98.5546
        1000    98.5709
        3000    98.6006
        4000    98.6126
1997-09-25 16:17:57 +00:00
dg
1182dc26f7 Fix a bug where the speculative memory probe wouldn't occur on systems that
report slightly more than 64MB of total memory. This can happen due to the
total being the sum of both base and extended memory.
Submitted by:	Alan Cox <alc@cs.rice.edu>
1997-09-25 15:49:37 +00:00
charnier
e22797c8f4 Use err(3). Add missing parameter for printf() (reviewed by steve). 1997-09-25 06:47:33 +00:00
charnier
50b0f8d6fc Remove unused variables. Lowercase err() strings. 1997-09-25 06:44:39 +00:00
charnier
297ef2e6ce Put includes in alphabetical order. Use fprintf() in usage(). 1997-09-25 06:42:30 +00:00
charnier
5e19c15792 Stylistic changes in man page. 1997-09-25 06:38:17 +00:00
charnier
46349eda65 Use err(3). 1997-09-25 06:36:29 +00:00
peter
d84a9433e4 Bandaid for the build-breaking reference to _BSD_RUNE_T_. I'm not sure
that this is right, but the old reference defaintely was not.
1997-09-25 03:06:19 +00:00
peter
15c11737ff Show size of vnode pool in vmstat mode. 1997-09-25 01:14:25 +00:00
brian
a54a976476 Do the MSChap encryption.
Submitted by:	Gabor Kincses <gabor@acm.org>
1997-09-25 00:58:20 +00:00
brian
4c4910184f Allow Microsoft CHAP authentication.
This is a combination of MD4 & DES.
Submitted by:	Gabor Kincses <gabor@acm.org>
1997-09-25 00:52:37 +00:00
wollman
92277fa474 Emboldened by the success of yesterday's ICMP statistics display,
I've now added one that does IP (and also UDP) statistics.
1997-09-25 00:37:32 +00:00
wollman
6c4e9fc613 Export ipstat via sysctl. Don't understand why this wasn't done before. 1997-09-25 00:34:35 +00:00
ache
24ebd3d8b6 Remove unused file 1997-09-24 23:37:07 +00:00
ache
2c123b9bff Convert to random() 1997-09-24 23:33:25 +00:00
ache
ee017c7e5d Fix turn right
Submitted by: "Klaus-J. Wolf" <Yanestra@t-online.de>
1997-09-24 23:18:44 +00:00
ache
9cacac2173 Oops, miss one rand() lcation... 1997-09-24 23:15:00 +00:00
ache
d820189bdb Convert to random() 1997-09-24 23:09:34 +00:00
ache
f9b741be26 Convert to random() and automatically fix bug with RAND_MAX is too large 1997-09-24 23:00:29 +00:00
ache
0465821611 Convert to random() 1997-09-24 22:55:14 +00:00
ache
6f55e94584 Move under HIDEGAME, add revoke
Cleanup
Convert to random()
1997-09-24 22:50:24 +00:00
ache
3cf3c55356 Cleanup
Convert to random()
1997-09-24 22:40:45 +00:00
ache
518e6e69bd Convert to random()
Cleanup
1997-09-24 22:33:22 +00:00
ache
513b27d707 Cleanup.
Convert to random()
1997-09-24 22:29:08 +00:00
ache
8b97f3e687 - print ¤ when pressing Shift-4 (not w/ AltGR-4 as in the original).
- print $ when pressing AltGr-4 (not w/ Shift-4 as in the original).

Submitted by: erakupa@kk.etx.ericsson.se (ETX-B-SL Martti Kuparinen)
1997-09-24 22:13:18 +00:00