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
ache
64369fc926
Revoke properly by setgid, not by setuid, overlooked in games
...
uid->gid change
1997-09-24 21:29:58 +00:00
ache
44591d995a
Remove setuid, priveledges already revoked early in the right way
1997-09-24 21:25:48 +00:00
ache
afaf9afc77
Cleanup.
...
Initialize random
1997-09-24 21:16:13 +00:00
ache
b78f1ac8f7
Use include for malloc declaration
1997-09-24 21:09:17 +00:00
ache
d7d1a88a74
Fix longstanding bug: it was impossible to save to the same file twice
...
since it was deleted on exit.
1997-09-24 21:05:08 +00:00
ache
4b745741b3
Fix revoke to use setgid instead of setuid,since games uid changed to
...
gid and this place overlooked
1997-09-24 20:52:59 +00:00
ache
2fcd0934d3
Revoke privs before shell exit
...
Includes cleanup
Use getlogin()
Fix names in FILES section
Convert to random()
1997-09-24 20:48:39 +00:00
julian
60b0e6fbbf
Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>
...
Basic support for the Shift JIS encoding of japanese.
(and one tiny typo fixed in a comment)
1997-09-24 20:38:12 +00:00
markm
176f82ad69
This commit was generated by cvs2svn to compensate for changes in r29815,
...
which included commits to RCS files with non-trunk default branches.
1997-09-24 20:37:15 +00:00
markm
49407ce799
Initial import of the new kerberosIV Makefiles.
...
I will follow up with the userland sources over the next few days.
The impatient of you can play with this, but you do this without
support or blessing until I am finished ;-)
1997-09-24 20:37:15 +00:00
markm
a4a1a839ad
Initial import of the new kerberosIV Makefiles.
...
I will follow up with the userland sources over the next few days.
The impatient of you can play with this, but you do this without
support or blessing until I am finished ;-)
1997-09-24 20:37:15 +00:00
ache
5449271204
Oops, to many zeroes was in usleep arg
1997-09-24 20:19:59 +00:00
ache
705dab002e
Headers cleanup.
...
Add revoke before shell exit.
Fix mail sending procedure.
Convert to random()
Implement nap.
1997-09-24 20:17:43 +00:00
julian
5771b3d5f6
put in the link for the dummy collation module for Shift-JIS
1997-09-24 20:06:53 +00:00
ache
5c7d6617c8
Remove conflicting malloc declaration
1997-09-24 19:26:20 +00:00
ache
6dbfe3ba60
Remove setuid, uneeded now
1997-09-24 18:03:26 +00:00