]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
26 years agoUse err(3). Add usage.
charnier [Mon, 13 Oct 1997 11:27:55 +0000 (11:27 +0000)]
Use err(3). Add usage.
Use syslog instead of fprintf when being a daemon.
Change sprintf to snprintf obtained from OpenBSD.
Obtained from: OpenBSD

26 years agoUse err(3). Sync usage string and man page.
charnier [Mon, 13 Oct 1997 11:24:01 +0000 (11:24 +0000)]
Use err(3). Sync usage string and man page.

26 years agoUse err(3). Remove multiply defined Id string.
charnier [Mon, 13 Oct 1997 11:22:39 +0000 (11:22 +0000)]
Use err(3). Remove multiply defined Id string.

26 years agoRemove multiply defined Id string. Hide sccsid string.
charnier [Mon, 13 Oct 1997 11:18:53 +0000 (11:18 +0000)]
Remove multiply defined Id string. Hide sccsid string.

26 years agoUse err(3). Add usage() and #includes.
charnier [Mon, 13 Oct 1997 11:13:33 +0000 (11:13 +0000)]
Use err(3). Add usage() and #includes.

26 years agoUse err(3).
charnier [Mon, 13 Oct 1997 11:08:47 +0000 (11:08 +0000)]
Use err(3).

26 years agoHide sccsid[]. Typo in man page.
charnier [Mon, 13 Oct 1997 11:06:30 +0000 (11:06 +0000)]
Hide sccsid[]. Typo in man page.

26 years agoUse err(3). Add prototypes.
charnier [Mon, 13 Oct 1997 11:05:07 +0000 (11:05 +0000)]
Use err(3). Add prototypes.

26 years agoMdoc'ify man page.
charnier [Mon, 13 Oct 1997 11:03:36 +0000 (11:03 +0000)]
Mdoc'ify man page.

26 years agoUse err(3). Add prototypes. Cosmetic in usage string.
charnier [Mon, 13 Oct 1997 11:01:33 +0000 (11:01 +0000)]
Use err(3). Add prototypes. Cosmetic in usage string.

26 years agoStyle police: keep a variable list in alphabetical order, and add
joerg [Mon, 13 Oct 1997 09:36:05 +0000 (09:36 +0000)]
Style police: keep a variable list in alphabetical order, and add
pointless paren's to return statements.

Nitpicked by: bde :)

26 years agoSynchronize with sys/i386/isa/wd.c revision 1.141.
kato [Mon, 13 Oct 1997 09:24:04 +0000 (09:24 +0000)]
Synchronize with sys/i386/isa/wd.c revision 1.141.

26 years agoSynchronize with sys/i386/isa/sio.c revision 1.184.
kato [Mon, 13 Oct 1997 09:23:14 +0000 (09:23 +0000)]
Synchronize with sys/i386/isa/sio.c revision 1.184.

26 years agoSynchronize with sys/i386/i386/userconfig.c revision 1.269.
kato [Mon, 13 Oct 1997 09:22:03 +0000 (09:22 +0000)]
Synchronize with sys/i386/i386/userconfig.c revision 1.269.

26 years agoSynchronize with sys/i386/i386/machdep.c revision 1.269.
kato [Mon, 13 Oct 1997 09:21:16 +0000 (09:21 +0000)]
Synchronize with sys/i386/i386/machdep.c revision 1.269.

26 years ago1) Remove comment about tip(1) not accepting comments in /etc/phones
hoek [Mon, 13 Oct 1997 03:17:09 +0000 (03:17 +0000)]
1) Remove comment about tip(1) not accepting comments in /etc/phones
Forgotten-By: rgrimes, early '94 (see rev 1.3, 1.4).
2) Use 555-#### examples to avoid potentially expensive accidents.

3) Escape @ in example pn capability (see related FAQ.sgml question).

26 years agoDisable the TEST_CIL code till I can commit the complete solution.
fsmp [Mon, 13 Oct 1997 00:01:53 +0000 (00:01 +0000)]
Disable the TEST_CIL code till I can commit the complete solution.

Noticed by: Peter Wemm <peter@netplex.com.au>

26 years agoif we free all the links to a node, then by definition
julian [Sun, 12 Oct 1997 22:27:11 +0000 (22:27 +0000)]
if we free all the links to a node, then by definition
we freed the name we used to find it..
SO DON'T free it again later!

pointy hat over here please..

26 years agoUn-spam ip_sum (arrgh - I don't know how this made
brian [Sun, 12 Oct 1997 21:43:55 +0000 (21:43 +0000)]
Un-spam ip_sum (arrgh - I don't know how this made
it into my patches :()

26 years agoMake mountd use -r by default. Hopefully this will cut down the number
imp [Sun, 12 Oct 1997 20:37:20 +0000 (20:37 +0000)]
Make mountd use -r by default.  Hopefully this will cut down the number
of complaints that FreeBSD's mountd doesn't allow mounting of swap files
for OSes like SunOS, NetBSD and OpenBSD.
Submitted by:   Joerg Wunsch

26 years agoLast major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk [Sun, 12 Oct 1997 20:26:33 +0000 (20:26 +0000)]
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.

Distribute all but the most fundamental malloc types.  This time I also
remembered the trick to making things static:  Put "static" in front of
them.

A couple of finer points by: bde

26 years agoDelete ctm_scan program. There is no manpage for ctm_scan
wosch [Sun, 12 Oct 1997 19:58:53 +0000 (19:58 +0000)]
Delete ctm_scan program. There is no manpage for ctm_scan
and nobody use it.

Reviewed by: phk & Richard Wackerbarth

26 years agoBack out my LALT -> META change until we figure out a way to make it
jkh [Sun, 12 Oct 1997 19:57:49 +0000 (19:57 +0000)]
Back out my LALT -> META change until we figure out a way to make it
work sympathetically with the function keys.

26 years agoSupport output format html.
wosch [Sun, 12 Oct 1997 18:54:34 +0000 (18:54 +0000)]
Support output format html.
Add make variables INFO2HTML, TEX, DVIPS, DVIPS2ASCII.

26 years agoFix bug when using DEVFS, drives on second controller sisn't appear
sos [Sun, 12 Oct 1997 16:22:01 +0000 (16:22 +0000)]
Fix bug when using DEVFS, drives on second controller sisn't appear
in the device filesystem.

Submitted by: Andre Albsmeier <Andre.Albsmeier@mchp.siemens.de>

26 years agoUpdate to reflect current affairs.
jkh [Sun, 12 Oct 1997 16:21:36 +0000 (16:21 +0000)]
Update to reflect current affairs.

26 years agoSeparate the siamese twins that were the partition and label editor.
jkh [Sun, 12 Oct 1997 16:21:21 +0000 (16:21 +0000)]
Separate the siamese twins that were the partition and label editor.
Now you can use one without entering the other and it will DTRT.
These changes just allowed me to do the most straight-forward new disk
installation I've ever managed with sysinstall.

26 years agoTry and fix some style problems
peter [Sun, 12 Oct 1997 15:24:39 +0000 (15:24 +0000)]
Try and fix some style problems

26 years agoAttempt to support IPX.
peter [Sun, 12 Oct 1997 14:14:27 +0000 (14:14 +0000)]
Attempt to support IPX.

Suggested patch by: Vasily V. Grechishnikov <bazilio@ied-vorstu.ac.ru>
 (plus cut/paste, whitespace and typo fixes)

26 years agoDo not account the tape change time for ETA estimations.
joerg [Sun, 12 Oct 1997 14:09:13 +0000 (14:09 +0000)]
Do not account the tape change time for ETA estimations.

PR: bin/4369
Submitted by: blank@fox.uni-trier.de (Sascha Blank)

26 years agoMake df(1) exit with non-success status if something went wrong.
joerg [Sun, 12 Oct 1997 13:55:43 +0000 (13:55 +0000)]
Make df(1) exit with non-success status if something went wrong.

PR: bin/4415

26 years agoThe unit for the B option is 1 KB, not `dump records'.
joerg [Sun, 12 Oct 1997 13:10:26 +0000 (13:10 +0000)]
The unit for the B option is 1 KB, not `dump records'.

PR: docs/4223

26 years agoFix a serious bug in the recursion processor. When descending a tree,
peter [Sun, 12 Oct 1997 12:47:05 +0000 (12:47 +0000)]
Fix a serious bug in the recursion processor.  When descending a tree,
the descend can jump several directories down in one hit, eg: when a user
mentions multiple directories on the command line, eg: "cvs diff
sys/i386/isa/snd sys/sys".  The problem is that the chdir()s are
pushed/popped to account for this, but the "full path" merely has
the last component chopped off on the way back up.  This busts lots
of things when the recursion is backing up more than one directory (such
as in the example).  This causes 'cvs diff' to emit bogus Index: lines,
'cvs update' to do really stupid things, 'cvs commit' to record incorrect
pathnames etc.  I'm not sure that what I've done is quite correct, there
seems to be a comment that implies some sort of problem with "." vs. ""
equivalence or not, perhaps this is a problem on some other OS's, but
I've not (yet) found any problems.  This bug has been present since
at least cvs-1.8.1.

This should fix problems noted by several people including asami and jmg.

26 years agoNow that nested menus work properly, stop using the kludged-up
jkh [Sun, 12 Oct 1997 12:11:14 +0000 (12:11 +0000)]
Now that nested menus work properly, stop using the kludged-up
DITEM_RECREATE flag.

26 years agoFix improperly re-entrant code which caused the menu spammage we've
jkh [Sun, 12 Oct 1997 12:09:46 +0000 (12:09 +0000)]
Fix improperly re-entrant code which caused the menu spammage we've
been seeing since 2.2.1.
Pointed-in-the-right-direction by: phk

26 years agoSynchronize with sys/i386/isa/isa.c revision 1.106.
kato [Sun, 12 Oct 1997 12:02:20 +0000 (12:02 +0000)]
Synchronize with sys/i386/isa/isa.c revision 1.106.

26 years agoSynchronize with sys/i386/i386/userconfig.c revision 1.94.
kato [Sun, 12 Oct 1997 12:01:29 +0000 (12:01 +0000)]
Synchronize with sys/i386/i386/userconfig.c revision 1.94.

26 years agoSynchronize with sys/i386/conf/Makefile.i386 revision 1.268.
kato [Sun, 12 Oct 1997 12:00:23 +0000 (12:00 +0000)]
Synchronize with sys/i386/conf/Makefile.i386 revision 1.268.

26 years agoSynchronize with sys/i386/conf/options.i386 revision 1.61.
kato [Sun, 12 Oct 1997 11:59:43 +0000 (11:59 +0000)]
Synchronize with sys/i386/conf/options.i386 revision 1.61.

26 years agoSynchronize with sys/i386/i386/machdep.c revision 1.268.
kato [Sun, 12 Oct 1997 11:58:09 +0000 (11:58 +0000)]
Synchronize with sys/i386/i386/machdep.c revision 1.268.

26 years agoSynchronize with sys/i386/i386/trap.c revision 1.113.
kato [Sun, 12 Oct 1997 11:57:23 +0000 (11:57 +0000)]
Synchronize with sys/i386/i386/trap.c revision 1.113.

26 years agoSynchronize with sys/i386/boot/netboot/Makefile revision 1.14.
kato [Sun, 12 Oct 1997 11:56:06 +0000 (11:56 +0000)]
Synchronize with sys/i386/boot/netboot/Makefile revision 1.14.

26 years agoTypo fix.
max [Sun, 12 Oct 1997 11:51:25 +0000 (11:51 +0000)]
Typo fix.

26 years agoSubmitted by: Joachim Kuebart, thanks.
helbig [Sun, 12 Oct 1997 09:52:49 +0000 (09:52 +0000)]
Submitted by: Joachim Kuebart, thanks.
Add -u option to force unbuffered output

26 years agoRemove the call to scsi_start_unit() from sd_open(). It was causing
joerg [Sun, 12 Oct 1997 08:54:47 +0000 (08:54 +0000)]
Remove the call to scsi_start_unit() from sd_open().  It was causing
much grieve to owners of IBM drives when used in conjunction with
tagged command queuing, and didn't serve any purpose at all (since
experiments have proven that it simply didn't work).

Instead, call scsi_start_unit() once in sd_attach(), so in case the
drive has been configured to `remote start', it will spin up there.
(If it has spun down later, it must have been because of administrator
action (scsi(8)) anyway.)

While i was at it, bump the timeout for scsi_start_unit() to 30
seconds.  10 seconds were way too few for most drives.

26 years agoAllow "foo0: disabled, not probed" message to stay, but make it conditional
jkh [Sun, 12 Oct 1997 08:31:41 +0000 (08:31 +0000)]
Allow "foo0: disabled, not probed" message to stay, but make it conditional
on bootverbose so that those who _really wanna know_ still can.
Compromise suggested by: joerg

26 years agoUpdate de.4 to list new media options. Hopefully this is reasonably
peter [Sun, 12 Oct 1997 02:20:54 +0000 (02:20 +0000)]
Update de.4 to list new media options.  Hopefully this is reasonably
correct.

26 years agoCosmetic: Mention that ppp is suspending before
brian [Sun, 12 Oct 1997 01:49:37 +0000 (01:49 +0000)]
Cosmetic: Mention that ppp is suspending before
          executing a "shell" command.

26 years agoreference rc.conf(5) instead of a bogus rc.conf(8)
jkh [Sun, 12 Oct 1997 01:00:19 +0000 (01:00 +0000)]
reference rc.conf(5) instead of a bogus rc.conf(8)
Submitted by: "Vanill I. Shu" <vanilla@MinJe.com.TW>

26 years agoStore temporary files in /var/tmp instead /tmp. This should avoid
wosch [Sat, 11 Oct 1997 22:05:44 +0000 (22:05 +0000)]
Store temporary files in /var/tmp instead /tmp. This should avoid
a possible disk overflow for enormous large mails.
Submitted by: grog

26 years agoTeach dd(1) about an option to write sparse files. Can be useful for
joerg [Sat, 11 Oct 1997 20:09:05 +0000 (20:09 +0000)]
Teach dd(1) about an option to write sparse files.  Can be useful for
things like diskless clients' swap files etc.

Submitted by: pascal@zuo.dec.com (Pascal Pederiva) (ages ago, with many
  stylistic changes by me)

26 years agoMention the improved sppp(4).
joerg [Sat, 11 Oct 1997 18:41:12 +0000 (18:41 +0000)]
Mention the improved sppp(4).

26 years agosppp(4) is now also a consumer of the kernel MD5 code.
joerg [Sat, 11 Oct 1997 18:35:26 +0000 (18:35 +0000)]
sppp(4) is now also a consumer of the kernel MD5 code.

26 years agoDistribute and statizice a lot of the malloc M_* types.
phk [Sat, 11 Oct 1997 18:31:40 +0000 (18:31 +0000)]
Distribute and statizice a lot of the malloc M_* types.

Substantial input from: bde

26 years agoDo not use an intermediate file. The intermediate filename will go
wosch [Sat, 11 Oct 1997 17:30:18 +0000 (17:30 +0000)]
Do not use an intermediate file. The intermediate filename will go
into the info output which may breaks other programs (e.g. info2html).

26 years agoFreeing with unknown type is a panic kind of thing.
phk [Sat, 11 Oct 1997 13:13:09 +0000 (13:13 +0000)]
Freeing with unknown type is a panic kind of thing.

26 years agoRemove all traces of M_VFSCONF, which were for all practical
phk [Sat, 11 Oct 1997 13:11:32 +0000 (13:11 +0000)]
Remove all traces of M_VFSCONF, which were for all practical
purposes unused.

26 years agoEnable spppcontrol.
joerg [Sat, 11 Oct 1997 11:34:00 +0000 (11:34 +0000)]
Enable spppcontrol.

26 years agoThis commit was generated by cvs2svn to compensate for changes in r30302,
joerg [Sat, 11 Oct 1997 11:30:30 +0000 (11:30 +0000)]
This commit was generated by cvs2svn to compensate for changes in r30302,
which included commits to RCS files with non-trunk default branches.

26 years agoThe spppcontrol(8) utility that is required to set or display things
joerg [Sat, 11 Oct 1997 11:30:30 +0000 (11:30 +0000)]
The spppcontrol(8) utility that is required to set or display things
like PAP and CHAP secrets with sppp(4).  This is the first utility
using the new SIOC[SG]IFGENERIC ioctls (and the reason for inventing
them in the first place).

26 years agoUpdate to match reality. PAP/CHAP are now implemented, a number of bugs
joerg [Sat, 11 Oct 1997 11:27:25 +0000 (11:27 +0000)]
Update to match reality.  PAP/CHAP are now implemented, a number of bugs
fixed as well.

26 years agoJumbo patch to implement PAP and CHAP for sppp(4). Partially based on
joerg [Sat, 11 Oct 1997 11:25:28 +0000 (11:25 +0000)]
Jumbo patch to implement PAP and CHAP for sppp(4).  Partially based on
Serge's (Cronyx's) code in the vendor branch.  (FR support not yet
merged.)

26 years agoRemove a debug printf entirely.
phk [Sat, 11 Oct 1997 10:49:43 +0000 (10:49 +0000)]
Remove a debug printf entirely.

26 years agoDisable an extremely annoying printf.
peter [Sat, 11 Oct 1997 10:41:44 +0000 (10:41 +0000)]
Disable an extremely annoying printf.

26 years agoAttempt to fix the previous fix to the contigmalloc1 prototype.
peter [Sat, 11 Oct 1997 10:39:19 +0000 (10:39 +0000)]
Attempt to fix the previous fix to the contigmalloc1 prototype.
struct malloc_type isn't defined in all cases (eg: from ddb), and the line
wrapping was very badly mangled.

26 years agoUpdate malloc.9 to reflect new reality.
phk [Sat, 11 Oct 1997 08:11:31 +0000 (08:11 +0000)]
Update malloc.9 to reflect new reality.

26 years agoBe a little closer to current reality.
phk [Sat, 11 Oct 1997 07:39:45 +0000 (07:39 +0000)]
Be a little closer to current reality.

26 years agoRemove a #ifndef __FreeBSD__ chunk.
phk [Sat, 11 Oct 1997 07:35:25 +0000 (07:35 +0000)]
Remove a #ifndef __FreeBSD__ chunk.

26 years agoDike out a weird warning.
phk [Sat, 11 Oct 1997 07:34:27 +0000 (07:34 +0000)]
Dike out a weird warning.

26 years agoFix a misleading comment. Rename a variable to make more sense.
phk [Sat, 11 Oct 1997 07:32:43 +0000 (07:32 +0000)]
Fix a misleading comment.  Rename a variable to make more sense.
Pointed out by by:  bde

26 years agoMake this file p-make clean. (Use "ld -O foo" instead of "ld; mv
asami [Sat, 11 Oct 1997 02:37:42 +0000 (02:37 +0000)]
Make this file p-make clean.  (Use "ld -O foo" instead of "ld; mv
a.out foo".)

Reviewed by: bde (actually more like "Suggested by")

26 years agomake a string longer so we can handle deeper source trees.
julian [Sat, 11 Oct 1997 01:07:42 +0000 (01:07 +0000)]
make a string longer so we can handle deeper source trees.
if global is in 2.2 can we do this there as well?

Submitted by: doug ambrisko (ambrisko@whistle.com)

26 years agoMake the target for the number of AIO daemons work.
dyson [Sat, 11 Oct 1997 01:07:03 +0000 (01:07 +0000)]
Make the target for the number of AIO daemons work.

26 years agoNIS+ compatibility kludge. A long time ago, I set up innetgr() so
wpaul [Sat, 11 Oct 1997 00:03:25 +0000 (00:03 +0000)]
NIS+ compatibility kludge. A long time ago, I set up innetgr() so
that if searching through the special netgroup.byhost or netgroup.byuser
maps didn't work, we would roll over to the 'slow' method of grovelling
though the netgroup map and working out the dependencies on the fly.
But I left this option hidden inside an #ifdef CHARITABLE since I
didn't think I'd ever need it.

Well, the Sun rpc.nisd NIS+ server in YP compat mode doesn't support
the .byhost and .byuser reverse maps, so the  failover is necessary
in order to be compatible. *sigh*

This closes PR #3891, and should be merged into RELENG_2_2.

26 years agostruct kmemstats was renamed.
phk [Fri, 10 Oct 1997 18:19:48 +0000 (18:19 +0000)]
struct kmemstats was renamed.

26 years agoFix contigmalloc() and contigmalloc1() arguments.
phk [Fri, 10 Oct 1997 18:18:47 +0000 (18:18 +0000)]
Fix contigmalloc() and contigmalloc1() arguments.

26 years agoMake ufs_reclaim free the underlying inode.
phk [Fri, 10 Oct 1997 18:18:13 +0000 (18:18 +0000)]
Make ufs_reclaim free the underlying inode.

26 years agoUse generic ufs_reclaim().
phk [Fri, 10 Oct 1997 18:17:42 +0000 (18:17 +0000)]
Use generic ufs_reclaim().

26 years agoAdd type arg to ffs_mountfs and avoid examining v_tag to find out
phk [Fri, 10 Oct 1997 18:17:00 +0000 (18:17 +0000)]
Add type arg to ffs_mountfs and avoid examining v_tag to find out
if MFS is getting a free ride.

Use generic ufs_reclaim().

26 years agoRemove a bunch of unused malloc types.
phk [Fri, 10 Oct 1997 18:15:47 +0000 (18:15 +0000)]
Remove a bunch of unused malloc types.
A couple of potential bogons flagged.
Various prototypes changed.

26 years agoRename "struct kmemstats" to "struct malloc_type" it makes more sense now.
phk [Fri, 10 Oct 1997 18:14:23 +0000 (18:14 +0000)]
Rename "struct kmemstats" to "struct malloc_type" it makes more sense now.

Fix type argument to hashinit() and phashinit()

26 years agoMega commit to cleanup the "remaining nits" after my malloc change.
phk [Fri, 10 Oct 1997 18:13:06 +0000 (18:13 +0000)]
Mega commit to cleanup the "remaining nits" after my malloc change.

Introduce a M_EXT2NODE for ext2fs vnodes.
Use generic ufs_reclaim instead of hijacking ffs_reclaim.

26 years agoMake vmstat understand the dynamic malloc stuff. There are a number
phk [Fri, 10 Oct 1997 14:08:07 +0000 (14:08 +0000)]
Make vmstat understand the dynamic malloc stuff.  There are a number
of ugly hardcoded constants in there.

26 years agoMake malloc more extensible. The malloc type is now a pointer to
phk [Fri, 10 Oct 1997 14:06:34 +0000 (14:06 +0000)]
Make malloc more extensible.  The malloc type is now a pointer to
the struct kmemstats that describes the type.

This allows subsystems to declare their malloc types locally
and <sys/malloc.h> doesn't need tweaked everytime somebody
gets an idea.  You can even have a type local to a lkm...

I don't know if we really need the longdesc, comments welcome.

TODO: There is a single nit in ext2fs, that will be fixed later,
and I intend to remove all unused malloc types and distribute
the rest closer to their use.

26 years agoDo not use -B in initial build of "make". It doesn't exist in 2.1.x.
asami [Fri, 10 Oct 1997 13:02:36 +0000 (13:02 +0000)]
Do not use -B in initial build of "make".  It doesn't exist in 2.1.x.
Instead, list the targets one per command line.

Reviewed by: bde
Submitted by: bde (part)

26 years ago#include <machine/tss.h> explicitly
peter [Fri, 10 Oct 1997 12:53:27 +0000 (12:53 +0000)]
#include <machine/tss.h> explicitly

26 years agoCompensate for pcb.h tweaks.
peter [Fri, 10 Oct 1997 12:42:54 +0000 (12:42 +0000)]
Compensate for pcb.h tweaks.

(Bruce pointed out the nesting)

26 years agoDon't #include unneeded includes here. pcb_ext.h picks up lots of other
peter [Fri, 10 Oct 1997 12:40:09 +0000 (12:40 +0000)]
Don't #include unneeded includes here.  pcb_ext.h picks up lots of other
stuff with it.

26 years agoGPROC0_SEL isn't used in any *.s files it seems..
peter [Fri, 10 Oct 1997 12:38:27 +0000 (12:38 +0000)]
GPROC0_SEL isn't used in any *.s files it seems..

26 years agoThis has always bugged me. At single user, the implied example it gives
peter [Fri, 10 Oct 1997 12:14:48 +0000 (12:14 +0000)]
This has always bugged me.  At single user, the implied example it gives
is not valid - it says that "sh" is the default, but you can't
actually type "sh" at this prompt - it has to be /bin/sh or some other
full pathname.

26 years agoGive PPP_FILTER a whirl.
peter [Fri, 10 Oct 1997 11:59:02 +0000 (11:59 +0000)]
Give PPP_FILTER a whirl.

26 years agoTry out PPP_FILTER
peter [Fri, 10 Oct 1997 11:57:43 +0000 (11:57 +0000)]
Try out PPP_FILTER

26 years agoAlso install pcap-int.h so things can call pcap_compile on arbitary
peter [Fri, 10 Oct 1997 11:55:42 +0000 (11:55 +0000)]
Also install pcap-int.h so things can call pcap_compile on arbitary
expressions (eg: in pppd)

26 years agoAdd IDs for Intel 82371MX/82437MX (mobile PCI chipset).
asami [Fri, 10 Oct 1997 11:52:17 +0000 (11:52 +0000)]
Add IDs for Intel 82371MX/82437MX (mobile PCI chipset).

Reviewed by: se

26 years agoChange default keymap (I left all the international ones alone) so
jkh [Fri, 10 Oct 1997 10:32:53 +0000 (10:32 +0000)]
Change default keymap (I left all the international ones alone) so
that LALT is META by default.  This will make the emacs users happy.
Approved by: sos

26 years agoConvert the VM86 option from a global option to an option only depended
peter [Fri, 10 Oct 1997 09:44:12 +0000 (09:44 +0000)]
Convert the VM86 option from a global option to an option only depended
on by the files that use it.  Changing the VM86 option now only causes
a recompile of a dozen files or so rather than the entire kernel.

26 years agoRevive the connect-max-attempts option. When running in persist mode,
peter [Fri, 10 Oct 1997 09:28:38 +0000 (09:28 +0000)]
Revive the connect-max-attempts option.  When running in persist mode,
this limits the number of retries before aborting.  This can save
expensive phone bills. :-)  See rev 1.6 of main.c for original.

26 years agoAllow a deleted deveice to delte it's nodes in other mounted devfs
julian [Fri, 10 Oct 1997 07:54:05 +0000 (07:54 +0000)]
Allow a deleted deveice to delte it's nodes in other mounted devfs
filesystems even if not in SPLIT_DEVS mode.

26 years agoUse err(3). Silent -Wall.
charnier [Fri, 10 Oct 1997 06:31:07 +0000 (06:31 +0000)]
Use err(3). Silent -Wall.

26 years agoRevive rev 1.10, which documents the secrets files overrides for the
peter [Fri, 10 Oct 1997 06:30:08 +0000 (06:30 +0000)]
Revive rev 1.10, which documents the secrets files overrides for the
local:remote IP addresses on the command line or the options.ttynn files.