ppp/netbsd-1.2
Christos Zoulas a25ab4af5d Merge in 1.3 and post 1.3 fixes; some of them might be applicable to
other ppp ports.

- XXX: we don't check for the exact version of new features added, so
  this might not compile for all post 1.3 versions. It should be trivial
  to fix.

- ppp can delay the last packet so check:
	    && (sc->sc_if.if_snd.ifq_head || sc->sc_fastq.ifq_head
		|| sc->sc_outm)) {
  instead of just:
	    && (sc->sc_if.if_snd.ifq_head || sc->sc_fastq.ifq_head)) {

- glue in ipflow fast forwarding.

- Only run pppasyncstart (sc->sc_start) from the netisr handler.
  This allows pppoutput to be called from splimp (e.g., when ipflow is
  in use.) without requiring pppasyncstart to run at splimp.

- defopt INET, NETATALK

- Remove force argument to pppstart; it is not necessary anymore.
1998-09-02 21:19:45 +00:00
..
bsd-comp.c mods from Christos; net/ -> include/net/ 1998-05-04 06:09:29 +00:00
if_ppp.c Merge in 1.3 and post 1.3 fixes; some of them might be applicable to 1998-09-02 21:19:45 +00:00
if_pppvar.h mods from Christos; net/ -> include/net/ 1998-05-04 06:09:29 +00:00
kinstall.sh mods from Christos; net/ -> include/net/ 1998-05-04 06:09:29 +00:00
Makefile.top version for netbsd-1.2, from Christos Zoulas 1997-04-30 05:48:16 +00:00
ppp_tty.c Merge in 1.3 and post 1.3 fixes; some of them might be applicable to 1998-09-02 21:19:45 +00:00
ppp-deflate.c mods from Christos; net/ -> include/net/ 1998-05-04 06:09:29 +00:00
slcompress.c mods from Christos Zoulas to fit with netbsd-current slcompress stuff 1997-07-14 03:51:54 +00:00
slcompress.h mods from Christos; net/ -> include/net/ 1998-05-04 06:09:29 +00:00