]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
26 years agoThis commit was generated by cvs2svn to compensate for changes in r29975,
ache [Mon, 29 Sep 1997 11:31:22 +0000 (11:31 +0000)]
This commit was generated by cvs2svn to compensate for changes in r29975,
which included commits to RCS files with non-trunk default branches.

26 years agoAdd setutent.c
ache [Mon, 29 Sep 1997 11:31:22 +0000 (11:31 +0000)]
Add setutent.c

26 years agoWork around a bug in the 82557 NIC where the receiver will lock up
dg [Mon, 29 Sep 1997 11:27:43 +0000 (11:27 +0000)]
Work around a bug in the 82557 NIC where the receiver will lock up
if it is in 10Mbps mode and gets certain types of garbage prior to
the packet header. The work-around involves reprogramming the
multicast filter if nothing is received in some number of seconds
(currently set at 15). As a side effect, implemented complete support
for multicasting rather than the previous 'receive all multicasts'
hack, since we now have the ability to program the filter table.
Fixed a serious bug which crept in with the timeout() changes;
the cookie was only saved on the first timeout() call in fxp_init()
and wasn't updated in the most common place in fxp_stats_update()
when the timeout was rescheduled. This bug would have resulted in
an eventual panic if fxp_stop() was called (which happens when any
interface flags are changed, for example).
Fixed a bug in Alpha support that would have caused the TxCB
descriptor chain to span a page boundry, causing serious problems
if the pages didn't happen to be contiguous.
Removed some gratuitous bit masking that was left over from an
older implementation.
Fixed a bug where too much was copied from the configuration
template, spilling over into memory that followed it.
Fixed handling of if_timer...it was cleared too early in some cases.

26 years agoAdd /etc/opielocks for opie locks, standard place
ache [Mon, 29 Sep 1997 11:10:09 +0000 (11:10 +0000)]
Add /etc/opielocks for opie locks, standard place

26 years agoOops, __END_DECLS was in wrong place
ache [Mon, 29 Sep 1997 10:58:53 +0000 (10:58 +0000)]
Oops, __END_DECLS was in wrong place

26 years agoEXT_KEYS gone, STD ommited
ache [Mon, 29 Sep 1997 10:55:46 +0000 (10:55 +0000)]
EXT_KEYS gone, STD ommited

26 years agoAdd logwtmp.c
ache [Mon, 29 Sep 1997 10:49:21 +0000 (10:49 +0000)]
Add logwtmp.c

26 years agoNot used in this version
ache [Mon, 29 Sep 1997 10:42:45 +0000 (10:42 +0000)]
Not used in this version

26 years agoMoved to libopie
ache [Mon, 29 Sep 1997 10:38:24 +0000 (10:38 +0000)]
Moved to libopie

26 years agoMerge
ache [Mon, 29 Sep 1997 10:33:14 +0000 (10:33 +0000)]
Merge

26 years agoSort cross refereces in section SEE ALSO.
wosch [Mon, 29 Sep 1997 10:11:02 +0000 (10:11 +0000)]
Sort cross refereces in section SEE ALSO.

26 years agoUpgrade to 2.31
ache [Mon, 29 Sep 1997 08:53:38 +0000 (08:53 +0000)]
Upgrade to 2.31

26 years agoThis commit was generated by cvs2svn to compensate for changes in r29964,
ache [Mon, 29 Sep 1997 08:53:38 +0000 (08:53 +0000)]
This commit was generated by cvs2svn to compensate for changes in r29964,
which included commits to RCS files with non-trunk default branches.

26 years agoUse err(3).
charnier [Mon, 29 Sep 1997 06:38:49 +0000 (06:38 +0000)]
Use err(3).

26 years agoFixed a foobar on my part that broke non-SMP kernels. (I need some sleep...)
fsmp [Mon, 29 Sep 1997 05:32:02 +0000 (05:32 +0000)]
Fixed a foobar on my part that broke non-SMP kernels. (I need some sleep...)

26 years agoAdd #include <stdlib.h> to pick up prototypes for getenv and friends.
imp [Mon, 29 Sep 1997 03:53:53 +0000 (03:53 +0000)]
Add #include <stdlib.h> to pick up prototypes for getenv and friends.

26 years agooops, I seem to have forgotten to commit this. redirect _cam_imask to
peter [Mon, 29 Sep 1997 02:17:42 +0000 (02:17 +0000)]
oops, I seem to have forgotten to commit this.  redirect _cam_imask to
cam_imask when compiling under elf.

26 years agoAdd ftp4.uk.freebsd.org
jkh [Mon, 29 Sep 1997 00:15:07 +0000 (00:15 +0000)]
Add ftp4.uk.freebsd.org

26 years agoScrewed the debug for the cil deadlock, another 3 hours down the tubes...
fsmp [Mon, 29 Sep 1997 00:04:33 +0000 (00:04 +0000)]
Screwed the debug for the cil deadlock, another 3 hours down the tubes...

26 years agoRestore the Samba entries which were spammed when someone added
jkh [Sun, 28 Sep 1997 22:25:29 +0000 (22:25 +0000)]
Restore the Samba entries which were spammed when someone added
the imap4 entry.

26 years agoppp.secret.sample listed twice, at the cost of ppp.shells.sample.
jkh [Sun, 28 Sep 1997 22:22:06 +0000 (22:22 +0000)]
ppp.secret.sample listed twice, at the cost of ppp.shells.sample.

26 years agoDocument the ever decreasingly popular USA_RESIDENT variable.
jkh [Sun, 28 Sep 1997 22:11:21 +0000 (22:11 +0000)]
Document the ever decreasingly popular USA_RESIDENT variable.

26 years agoRemove -ldes again; Brian's latest fix should deal with it.
jkh [Sun, 28 Sep 1997 20:35:54 +0000 (20:35 +0000)]
Remove -ldes again; Brian's latest fix should deal with it.

26 years agoTest for the existence of ../../secure rather
brian [Sun, 28 Sep 1997 20:17:59 +0000 (20:17 +0000)]
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

26 years agoAdded a couple short-term debugs and a fix to the SPIN_MAX variable.
fsmp [Sun, 28 Sep 1997 19:34:48 +0000 (19:34 +0000)]
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.

26 years agoFix a serious bug I introduced while adding in support for CAM interrupts.
gibbs [Sun, 28 Sep 1997 19:30:01 +0000 (19:30 +0000)]
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>

26 years agoRevert the previous prototype un-typo. Add a brief comment warning that
msmith [Sun, 28 Sep 1997 17:11:31 +0000 (17:11 +0000)]
Revert the previous prototype un-typo.  Add a brief comment warning that
"fixing" it is not a good idea.

26 years agoWhen bootstrapping lex, the object directory for lex/lib would be deleted
mckay [Sun, 28 Sep 1997 16:25:28 +0000 (16:25 +0000)]
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.

26 years agoAdd a small hack to support the strange antics of the Unisys ELI 4003. This
mckay [Sun, 28 Sep 1997 15:48:34 +0000 (15:48 +0000)]
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.

26 years agofetch(3) doesn't get asctime(3) format, wrong length assumed
cracauer [Sun, 28 Sep 1997 11:25:59 +0000 (11:25 +0000)]
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

26 years agoEndless loop.
wosch [Sun, 28 Sep 1997 10:41:40 +0000 (10:41 +0000)]
Endless loop.

$ touch from to
$ echo -n loop | mv -i from to
overwrite to?
^C

26 years agoAdd (commented out) macros to make compiling with tcpwrappers easier.
markm [Sun, 28 Sep 1997 09:31:43 +0000 (09:31 +0000)]
Add (commented out) macros to make compiling with tcpwrappers easier.

26 years agoFinal commit for KTH KerberosIV.
markm [Sun, 28 Sep 1997 09:29:11 +0000 (09:29 +0000)]
Final commit for KTH KerberosIV.
-DMAKE_EBONES -> -DMAKE_KERBEROS4

26 years agoChange for KTH KerberosIV.
markm [Sun, 28 Sep 1997 09:26:05 +0000 (09:26 +0000)]
Change for KTH KerberosIV.
-DMAKE_EBONES is changed to -DMAKE_KERBEROS4

26 years agoRemove include/kerberosIV directory. It is no longer used.
markm [Sun, 28 Sep 1997 09:20:48 +0000 (09:20 +0000)]
Remove include/kerberosIV directory. It is no longer used.

26 years agoComment out services that conflict with known (kerberos) services.
markm [Sun, 28 Sep 1997 09:20:11 +0000 (09:20 +0000)]
Comment out services that conflict with known (kerberos) services.
Add KTH names for Kerberos services. (K5-ready).

26 years agoChanges for KTH KerberosIV.
markm [Sun, 28 Sep 1997 09:14:41 +0000 (09:14 +0000)]
Changes for KTH KerberosIV.

26 years agoChanges for KTH KerberosIV.
markm [Sun, 28 Sep 1997 09:12:04 +0000 (09:12 +0000)]
Changes for KTH KerberosIV.
telent.h is installed from libtelnet, not the include dir.

26 years agoChanges for KTH KerberosIV
markm [Sun, 28 Sep 1997 09:08:48 +0000 (09:08 +0000)]
Changes for KTH KerberosIV

26 years agoChanges for KTH KerberosIV.
markm [Sun, 28 Sep 1997 09:07:34 +0000 (09:07 +0000)]
Changes for KTH KerberosIV.

26 years agoChanges for KTH KerberosIV.
markm [Sun, 28 Sep 1997 09:02:16 +0000 (09:02 +0000)]
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)

26 years agoChanges for KTH KerberosIV.
markm [Sun, 28 Sep 1997 08:57:24 +0000 (08:57 +0000)]
Changes for KTH KerberosIV.
Also quieten -Wall a bit.

26 years agoQuieten -Wall.
markm [Sun, 28 Sep 1997 08:46:12 +0000 (08:46 +0000)]
Quieten -Wall.

26 years agoChanges for the new KTH KerberosIV
markm [Sun, 28 Sep 1997 08:43:40 +0000 (08:43 +0000)]
Changes for the new KTH KerberosIV

26 years agoChanges for the new KTH KerberosIV.
markm [Sun, 28 Sep 1997 08:42:27 +0000 (08:42 +0000)]
Changes for the new KTH KerberosIV.

26 years agoThere is a clear separation of the crypto telnet and the non-crypto telnet.
markm [Sun, 28 Sep 1997 08:40:54 +0000 (08:40 +0000)]
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.

26 years agoChanges for the new KTH Kerberos4.
markm [Sun, 28 Sep 1997 08:38:04 +0000 (08:38 +0000)]
Changes for the new KTH Kerberos4.
Also make -Wall a bit quieter

26 years agoChanges for the new KTH Kerberos.
markm [Sun, 28 Sep 1997 08:36:04 +0000 (08:36 +0000)]
Changes for the new KTH Kerberos.
Also make -Wall a bit quieter.

26 years agoPrint the filename, not the directory we compiled in.
phk [Sun, 28 Sep 1997 08:34:46 +0000 (08:34 +0000)]
Print the filename, not the directory we compiled in.

26 years agoChange to use the new KTH Kerberos.
markm [Sun, 28 Sep 1997 08:32:59 +0000 (08:32 +0000)]
Change to use the new KTH Kerberos.
Also make -Wall a bit quieter.

26 years agoFix handling of nested mountpoints in __getcwd()
phk [Sun, 28 Sep 1997 06:37:02 +0000 (06:37 +0000)]
Fix handling of nested mountpoints in __getcwd()

Detected by: Simon Shapiro <Shimon@i-Connect.Net>

26 years agoSynchronize with sys/i386/isa/diskslice_machdep.c revision 1.26.
kato [Sun, 28 Sep 1997 05:52:51 +0000 (05:52 +0000)]
Synchronize with sys/i386/isa/diskslice_machdep.c revision 1.26.

26 years agoFixed duplicate case introduced by previous commit.
kato [Sun, 28 Sep 1997 05:51:49 +0000 (05:51 +0000)]
Fixed duplicate case introduced by previous commit.

26 years agoTypo fix
msmith [Sun, 28 Sep 1997 03:28:34 +0000 (03:28 +0000)]
Typo fix

26 years agoFix typo in signal() prototype
msmith [Sun, 28 Sep 1997 03:28:09 +0000 (03:28 +0000)]
Fix typo in signal() prototype

26 years agoOops, include <sys/conf.h>.
kato [Sun, 28 Sep 1997 02:23:10 +0000 (02:23 +0000)]
Oops, include <sys/conf.h>.

Reminded-by: Simon Shapiro <Shimon@i-Connect.Net>

26 years agoYAMF22: (rev 1.3.2.2) Display realtime and idle priorities appropriately.
peter [Sun, 28 Sep 1997 00:59:04 +0000 (00:59 +0000)]
YAMF22: (rev 1.3.2.2) Display realtime and idle priorities appropriately.

26 years agoAdded a missing comma for the INTR_SPL case.
fsmp [Sat, 27 Sep 1997 20:07:58 +0000 (20:07 +0000)]
Added a missing comma for the INTR_SPL case.

26 years agoDon't depend on time.h including sys/types.h
brian [Sat, 27 Sep 1997 19:41:40 +0000 (19:41 +0000)]
Don't depend on time.h including sys/types.h

26 years agoAdd support to the host driver for "downloaded constants". These are immediate
gibbs [Sat, 27 Sep 1997 19:38:27 +0000 (19:38 +0000)]
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.

26 years agoAdd support to aicasm for "downloaded constants". These are immediate
gibbs [Sat, 27 Sep 1997 19:37:31 +0000 (19:37 +0000)]
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.

26 years agoDon't login twice when using passwdauth
brian [Sat, 27 Sep 1997 19:11:43 +0000 (19:11 +0000)]
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

26 years agoHide the `no magic' babble behind bootverbose, since it has proven to
joerg [Sat, 27 Sep 1997 15:34:34 +0000 (15:34 +0000)]
Hide the `no magic' babble behind bootverbose, since it has proven to
be too much magic for 99.9 % of the users.

26 years agoAdd noclusterr and noclusterw options. The noclusterr and noclusterw
kato [Sat, 27 Sep 1997 13:44:17 +0000 (13:44 +0000)]
Add noclusterr and noclusterw options.  The noclusterr and noclusterw
disable clustered read and write, respectively.

Reviewed by: bde

26 years agoDocument pkg_add's dependency auto-install. While I'm here, fix
hoek [Sat, 27 Sep 1997 13:41:35 +0000 (13:41 +0000)]
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

26 years agoClustered read and write are switched at mount-option level.
kato [Sat, 27 Sep 1997 13:40:20 +0000 (13:40 +0000)]
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

26 years agoSynchronize with sys/i386/isa/syscons.c revision 1.233.
kato [Sat, 27 Sep 1997 12:55:57 +0000 (12:55 +0000)]
Synchronize with sys/i386/isa/syscons.c revision 1.233.

26 years agoTranslated too much of it.
wosch [Sat, 27 Sep 1997 10:31:27 +0000 (10:31 +0000)]
Translated too much of it.

Submitted by: Andrzej Bialecki <abial@korin.warman.org.pl>

26 years agoUse revived __maskrune for digittoint
ache [Sat, 27 Sep 1997 04:34:35 +0000 (04:34 +0000)]
Use revived __maskrune for digittoint
Minor formatting

26 years agoOops, fix typo in istype definition
ache [Sat, 27 Sep 1997 04:30:50 +0000 (04:30 +0000)]
Oops, fix typo in istype definition

26 years ago1) Bring '!!' back since we wan't overflow even a char
ache [Sat, 27 Sep 1997 04:22:47 +0000 (04:22 +0000)]
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

26 years agoSpell out a few things for the media options.
peter [Sat, 27 Sep 1997 02:55:39 +0000 (02:55 +0000)]
Spell out a few things for the media options.

26 years agoHaving done ICMP, UDP, and IP, could a TCP display be far behind?
wollman [Sat, 27 Sep 1997 00:44:55 +0000 (00:44 +0000)]
Having done ICMP, UDP, and IP, could a TCP display be far behind?

26 years agoAdd (ick) -ldes to the boot floppy so that ppp can link again.
jkh [Sat, 27 Sep 1997 00:33:48 +0000 (00:33 +0000)]
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.

26 years agoThe previous commit broke support for the Pro/10; detect which sort of
msmith [Fri, 26 Sep 1997 17:17:43 +0000 (17:17 +0000)]
The previous commit broke support for the Pro/10; detect which sort of
card we are using and calculate the IRQ accordingly.

26 years agoUpdate documentation for the 'ex' driver to indicate that it supports
msmith [Fri, 26 Sep 1997 17:16:52 +0000 (17:16 +0000)]
Update documentation for the 'ex' driver to indicate that it supports
the Pro/10+ cards as well.

26 years agotiny update of ESC sequence parser.
itojun [Fri, 26 Sep 1997 15:27:55 +0000 (15:27 +0000)]
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)

26 years agoSynchronize with sys/i386/i386/machdep.c revision 1.266.
kato [Fri, 26 Sep 1997 09:47:04 +0000 (09:47 +0000)]
Synchronize with sys/i386/i386/machdep.c revision 1.266.

26 years agoWhen making make, do cleandir *before* objdir or we'll end
jkh [Fri, 26 Sep 1997 09:31:41 +0000 (09:31 +0000)]
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.

26 years agoSet `crt' by default to make mail(1) happy.
joerg [Fri, 26 Sep 1997 08:28:31 +0000 (08:28 +0000)]
Set `crt' by default to make mail(1) happy.

26 years agoSet `crt' by default to make mail(1) happy.
joerg [Fri, 26 Sep 1997 08:28:19 +0000 (08:28 +0000)]
Set `crt' by default to make mail(1) happy.
Also, comment out the not so very commonly used interviews settings.

26 years agoI lost a bit of my change in the last commit, this is more like it.
phk [Fri, 26 Sep 1997 08:08:58 +0000 (08:08 +0000)]
I lost a bit of my change in the last commit, this is more like it.
Noticed by: bde

26 years agoAdd canonical 32bit crc as alorithm 3.
phk [Fri, 26 Sep 1997 08:02:18 +0000 (08:02 +0000)]
Add canonical 32bit crc as alorithm 3.

PR: 4615
Reviewed by: phk
Submitted by: Mike Meyer <mwm@shiva.the-park.com>

26 years agoRemove bogus declaration of calloc() that broke the build. Test, folks,
jkh [Fri, 26 Sep 1997 06:25:42 +0000 (06:25 +0000)]
Remove bogus declaration of calloc() that broke the build.  Test, folks,
test!

26 years agoChanged ipfw grep string: reject rules are now listed as deny, reset,
alex [Fri, 26 Sep 1997 01:38:30 +0000 (01:38 +0000)]
Changed ipfw grep string: reject rules are now listed as deny, reset,
or unreach.

26 years ago#define RECON_ENVOKED as 4 (not 3, like RECON_UNKNOWN)
brian [Fri, 26 Sep 1997 00:23:36 +0000 (00:23 +0000)]
#define RECON_ENVOKED as 4 (not 3, like RECON_UNKNOWN)
Pointed out by: tom@tomqnx.com (Tom Torrance at home)

26 years agodaemon: bump maxproc from 256 to 512
ache [Fri, 26 Sep 1997 00:19:53 +0000 (00:19 +0000)]
daemon: bump maxproc from 256 to 512
256 means f.e. that only 256 users at once can be served by your HTTPD

26 years agoAdd missing SJIS and pl_PL entries
ache [Thu, 25 Sep 1997 23:57:53 +0000 (23:57 +0000)]
Add missing SJIS and pl_PL entries

26 years agoAdd mskanji.c
ache [Thu, 25 Sep 1997 23:24:35 +0000 (23:24 +0000)]
Add mskanji.c

26 years agoMove it under XPG4 define
ache [Thu, 25 Sep 1997 23:20:26 +0000 (23:20 +0000)]
Move it under XPG4 define

26 years agoMove MSKanji under XPG4 define
ache [Thu, 25 Sep 1997 23:18:10 +0000 (23:18 +0000)]
Move MSKanji under XPG4 define

26 years ago__maskrune --> __istype
ache [Thu, 25 Sep 1997 23:10:38 +0000 (23:10 +0000)]
__maskrune --> __istype

26 years agoOops, wrong version of digittoint fix was commited, step back to v1.8
ache [Thu, 25 Sep 1997 22:44:21 +0000 (22:44 +0000)]
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

26 years agoFix digittoint broken long ago
ache [Thu, 25 Sep 1997 22:27:45 +0000 (22:27 +0000)]
Fix digittoint broken long ago
Redesign to allow digittoint work for runes too
__maskrune removed, __istype become a macro, __runeflags added

26 years agoReduce the target number of vnodes on the freelist from desiredvnodes
phk [Thu, 25 Sep 1997 16:17:57 +0000 (16:17 +0000)]
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

26 years agoFix a bug where the speculative memory probe wouldn't occur on systems that
dg [Thu, 25 Sep 1997 15:49:37 +0000 (15:49 +0000)]
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>

26 years agoUse err(3). Add missing parameter for printf() (reviewed by steve).
charnier [Thu, 25 Sep 1997 06:47:33 +0000 (06:47 +0000)]
Use err(3). Add missing parameter for printf() (reviewed by steve).

26 years agoRemove unused variables. Lowercase err() strings.
charnier [Thu, 25 Sep 1997 06:44:39 +0000 (06:44 +0000)]
Remove unused variables. Lowercase err() strings.

26 years agoPut includes in alphabetical order. Use fprintf() in usage().
charnier [Thu, 25 Sep 1997 06:42:30 +0000 (06:42 +0000)]
Put includes in alphabetical order. Use fprintf() in usage().

26 years agoStylistic changes in man page.
charnier [Thu, 25 Sep 1997 06:38:17 +0000 (06:38 +0000)]
Stylistic changes in man page.