brian
3645067038
Update doc to use MYADDR in ppp.conf.
1997-08-21 17:16:21 +00:00
brian
225778b10c
Allow the use of HISADDR & MYADDR in ppp.conf.
1997-08-21 17:07:30 +00:00
brian
263a0e79cc
Add "set loopback on|off", defaulting to "on".
...
This tells ppp to loopback packets addressed to
the ppp interface IP coming *from* the tun
device.
This means that you can ping the tun interface IP
from inside :-)
1997-08-21 16:21:39 +00:00
brian
4d5bf5e750
Correct online usage message for "set ? stopped"
1997-08-21 16:18:07 +00:00
bde
d4088a1d8c
Split beforeinstall target so that headers can be installed without
...
installing data files.
1997-08-21 16:14:34 +00:00
bde
f4b3a54dfb
Backed out previous commit. mp.h is installed from libmp and should not
...
be installed from here.
1997-08-21 15:51:51 +00:00
bde
62b45088ca
Added directories in the includes target so that it installs
...
everything that a full install would (modulo bugs in rpcsvc/Makefile).
The missing things weren't used (except for mp.h from libmp), but
there are relatively few of them and it's easier to be complete.
1997-08-21 15:43:54 +00:00
bde
a31580267d
Restored rev.1.122, which was clobbered by copying from -stable in
...
rev.1.134.
Split long lines.
1997-08-21 15:16:07 +00:00
jmg
ea8e714322
make lkm/if_ppp build again.. opt_ppp.h is needed again...
...
similar fix to one provided in pr4348
Closes PR#4348
1997-08-21 10:17:29 +00:00
kato
1dcee24a4f
Synchronize with sys/i386/i386/machdep.c, trap.c and
...
sys/i386/isa/npx.c revisions 1.257, 1.107 and 1.52, respectively.
1997-08-21 10:13:12 +00:00
jmg
7e95ba029e
fix a problem with headers not being installed properly... basicly the
...
installhdrs target was not being propagated to the subdirs...
also fix rpcsvc's Makefile to have a installhdrs target to install the
headers..
1997-08-21 09:29:49 +00:00
fsmp
b4679bb701
Get le_intr decl from sys/conf.h
1997-08-21 09:01:00 +00:00
fsmp
31a7d47527
Yank the casts.
1997-08-21 08:42:59 +00:00
kato
95c812f7d4
3c509.c was identical to kzipboot/unzip.c. I just copied it from
...
i386/boot/netboot/3c509.c. PC-98 support will be added near future.
Submitted by: Tor Egge <Tor.Egge@idi.ntnu.no>
1997-08-21 08:34:47 +00:00
fsmp
3a47df38a2
Reorder function decls alphabetically.
1997-08-21 08:31:41 +00:00
obrien
012febea2a
Added to RELENG_2_2 via tagging.
1997-08-21 08:26:55 +00:00
kato
708883667e
Synchronize with sys/i386/isa/sio.c revision up to 1.177.
1997-08-21 08:25:13 +00:00
kato
f0e46d1c6d
Synchronize with sys/i386/isa/isa.c revision 1.101.
1997-08-21 08:24:19 +00:00
kato
fc90e7c8fe
Synchronize with sys/i386/isa/clock.c revision 1.99.
1997-08-21 08:23:52 +00:00
fsmp
336363fe28
Forward declaration for the intr routine, avoids compiler warning.
1997-08-21 07:55:10 +00:00
fsmp
e657c8ade4
Add several casts and include several header files to eliminate compiler
...
warnings.
1997-08-21 07:36:44 +00:00
fsmp
d4c3e294fb
Add a cast to eliminate a compiler warning.
1997-08-21 07:35:23 +00:00
danny
dfd8a56d45
Bring comment on '-a' flag in line with reality.
1997-08-21 07:30:08 +00:00
fsmp
5f207d9786
A few more casts and a function declaration for warning free kernel builds.
1997-08-21 07:05:54 +00:00
charnier
9a7cf30825
Use err(3) instead of local redefinition. Add usage().
1997-08-21 06:52:43 +00:00
charnier
16f9b719d4
Use err(3) instead of local redefinition.
1997-08-21 06:51:10 +00:00
charnier
85fa6720fe
Use err(3). Cosmetic in usage(). Rewrote man page in mdoc format.
1997-08-21 06:49:33 +00:00
fsmp
097df86e90
Added a half dozen casts to eliminate annoying warnings.
1997-08-21 06:39:41 +00:00
charnier
ec0491b457
Revert my previous commit about using CS_SECURE macro.
...
Requested by: Bruce.
1997-08-21 06:33:04 +00:00
fsmp
7511b8f464
Fixed a warning about undefined isa_irq_pending(). (UP kernel only)
1997-08-21 06:16:12 +00:00
joerg
9f76c14f85
Implement "eod" as an alias for "eom". HP-UX uses this name, for
...
example.
Also cleaned up the man page a little.
1997-08-21 05:49:29 +00:00
fsmp
21623b13bc
Moved the COM_LOCK and COM_UNLOCK macros to machine/param.h.
1997-08-21 05:47:25 +00:00
fsmp
b66d5dcfc9
Another boo-boo, this file defines cil.
1997-08-21 05:19:26 +00:00
fsmp
268e6cc2d8
Oops, this should have been in last commit.
...
Adds variable cil: current INTerrupt level. This is part of the new
MP-safe spl algorithm.
1997-08-21 05:15:08 +00:00
fsmp
50236db533
Made PEND_INTS default.
...
Made NEW_STRATEGY default.
Removed misc. old cruft.
Centralized simple locks into mp_machdep.c
Centralized simple lock macros into param.h
More cleanup in the direction of making splxx()/cpl MP-safe.
1997-08-21 05:08:25 +00:00
jlemon
5d3c68aeda
Pre-allocate buffer to avoid core dump in corner cases.
...
PR: 2968
Submitted by: Gareth McCaughan <gjm11@dpmms.cam.ac.uk>
1997-08-21 03:41:41 +00:00
jmg
14785b5958
change bin to BINOWN and BINGRP
...
Reviewed-by: joerg
1997-08-21 03:28:07 +00:00
dyson
1cf12eea82
Performance improvment to minimize delayed write output of files
...
that have been deleted.
Submitted by: Peter M. Chen <pmchen@eecs.umich.edu>
1997-08-21 01:42:47 +00:00
dyson
02d84824b3
Some corrections to the anonymous page managment.
...
Submitted by: Peter Chen <pmchen@eecs.umich.edu>
1997-08-21 01:35:37 +00:00
brian
ee30a80360
Expand the "set stopped" command so that it can
...
idependently time out any of the FSMs.
Split LCP logging into LCP, IPCP and CCP logging,
and make room in "struct fsm" for the log level
that the state machine should use.
1997-08-20 23:47:53 +00:00
jlemon
f28d374978
Add forward declaration for struct proc.
1997-08-20 19:57:24 +00:00
steve
293e77181e
Fix a typo and while here cleanup the use of the .Nm macro.
...
PR: docs/4339
Submitted by: Matthew Hunt <mph@pobox.com>
1997-08-20 11:40:13 +00:00
charnier
d5f7fdb95f
Use err(3). Add usage(). Remove progname.
1997-08-20 11:07:53 +00:00
charnier
5a5eea93a1
Use err(3) and add usage().
1997-08-20 11:05:28 +00:00
charnier
714d77879e
Nm uname -> Nm.
1997-08-20 11:03:54 +00:00
charnier
d2e7017adf
Use err(3), add usage() and prototypes.
...
Move setmode() to setnewmode() because of a conflict with setmode(2 or 3).
1997-08-20 11:01:59 +00:00
kato
bd01eda024
Synchronize with sys/i386/i386/trap.c revision 1.106 and
...
sys/i386/isa/sio.c revision 1.175.
1997-08-20 10:25:21 +00:00
fsmp
4cabeed7a2
Attempt to make cy.c MP-safe.
...
I have no way of testing this one, first SMP/cy user please let me know...
It is my belief that sio and cy are the only FAST_INTR() ISRs. If this
is a bad assumption please educate me.
1997-08-20 06:16:44 +00:00
fsmp
2c414e3eff
Preperation for moving cpl into critical region access.
...
Several new fine-grained locks.
New FAST_INTR() methods:
- separate simplelock for FAST_INTR, no more giant lock.
- FAST_INTR()s no longer checks ipending on way out of ISR.
sio made MP-safe (I hope).
1997-08-20 05:25:48 +00:00
fsmp
ea72b8e976
Preperation for moving cpl into critical region access.
...
Several new fine-grained locks.
Control of new FAST_INTR() methods.
1997-08-20 05:22:33 +00:00