Date: Mon, 9 Feb 1998 19:23:55 -0800 (PST) From: Brian Somers <brian@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp prompt.c prompt.h Makefile alias_cmd.c bundle.c ccp.c chat.c command.c command.h defs.c descriptor.h filter.c hdlc.c ipcp.c lcp.c link.c log.c log.h main.c main.h mbuf.c modem.c route.c server.c slcompress.c ... Message-ID: <199802100323.TAA16559@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1998/02/09 19:23:55 PST
Modified files: (Branch: MP)
usr.sbin/ppp Makefile alias_cmd.c bundle.c ccp.c
chat.c command.c command.h defs.c
descriptor.h filter.c hdlc.c ipcp.c lcp.c
link.c log.c log.h main.c main.h mbuf.c
modem.c route.c server.c slcompress.c
throughput.c throughput.h vars.c vars.h
Added files: (Branch: MP)
usr.sbin/ppp prompt.c prompt.h
Log:
Move the terminal/diagnostic socket stuff out of main.c
and into the new `prompt.c'. struct prompt is (of course)
a `sort' of descriptor.
Revision Changes Path
1.36.2.6 +3 -3 src/usr.sbin/ppp/Makefile
1.12.2.2 +26 -29 src/usr.sbin/ppp/alias_cmd.c
1.1.2.8 +7 -7 src/usr.sbin/ppp/Attic/bundle.c
1.30.2.9 +11 -10 src/usr.sbin/ppp/ccp.c
1.44.2.6 +3 -3 src/usr.sbin/ppp/chat.c
1.131.2.15 +102 -157 src/usr.sbin/ppp/command.c
1.12.2.3 +1 -2 src/usr.sbin/ppp/command.h
1.11.4.3 +1 -19 src/usr.sbin/ppp/defs.c
1.1.2.4 +3 -2 src/usr.sbin/ppp/Attic/descriptor.h
1.22.2.4 +16 -15 src/usr.sbin/ppp/filter.c
1.28.2.9 +12 -15 src/usr.sbin/ppp/hdlc.c
1.50.2.13 +17 -19 src/usr.sbin/ppp/ipcp.c
1.55.2.14 +22 -22 src/usr.sbin/ppp/lcp.c
1.1.2.5 +9 -6 src/usr.sbin/ppp/Attic/link.c
1.25.2.1 +8 -5 src/usr.sbin/ppp/log.c
1.18.2.1 +3 -1 src/usr.sbin/ppp/log.h
1.121.2.19 +48 -226 src/usr.sbin/ppp/main.c
1.9.2.4 +1 -2 src/usr.sbin/ppp/main.h
1.13.2.4 +5 -5 src/usr.sbin/ppp/mbuf.c
1.77.2.14 +27 -37 src/usr.sbin/ppp/modem.c
1.42.2.7 +18 -20 src/usr.sbin/ppp/route.c
1.16.2.4 +10 -10 src/usr.sbin/ppp/server.c
1.15.2.2 +12 -12 src/usr.sbin/ppp/slcompress.c
1.4.4.1 +16 -10 src/usr.sbin/ppp/throughput.c
1.2.4.1 +2 -2 src/usr.sbin/ppp/throughput.h
1.45.2.6 +11 -13 src/usr.sbin/ppp/vars.c
1.42.2.3 +1 -3 src/usr.sbin/ppp/vars.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802100323.TAA16559>
