freebsd_amp_hwpstate/usr.sbin/ppp
Brian Somers 6f1bc4e5da Remove static phys_modem 1998-02-06 02:22:52 +00:00
..
Makefile
README.alias
README.devel
alias_cmd.c
alias_cmd.h
arp.c
arp.h
async.c Create `struct async' and make it part of `struct physical'. 1998-02-02 19:33:40 +00:00
async.h Create `struct async' and make it part of `struct physical'. 1998-02-02 19:33:40 +00:00
auth.c Create `struct async' and make it part of `struct physical'. 1998-02-02 19:33:40 +00:00
auth.h
bundle.c
bundle.h Comment bundle.h 1998-02-04 01:03:19 +00:00
ccp.c
ccp.h
chap.c Create `struct async' and make it part of `struct physical'. 1998-02-02 19:33:40 +00:00
chap.h
chap_ms.c
chap_ms.h
chat.c Shuffle names and args in modem.h 1998-02-06 02:22:28 +00:00
chat.h
command.c Shuffle names and args in modem.h 1998-02-06 02:22:28 +00:00
command.h
deflate.c
deflate.h
defs.c
defs.h
filter.c
filter.h
fsm.c Shuffle names and args in modem.h 1998-02-06 02:22:28 +00:00
fsm.h
hdlc.c Create `struct async' and make it part of `struct physical'. 1998-02-02 19:33:40 +00:00
hdlc.h
id.c
id.h
ip.c
ip.h
ipcp.c Create `struct async' and make it part of `struct physical'. 1998-02-02 19:33:40 +00:00
ipcp.h
iplist.c
iplist.h
lcp.c Shuffle names and args in modem.h 1998-02-06 02:22:28 +00:00
lcp.h
lcpproto.h
link.c Remove static phys_modem 1998-02-06 02:22:52 +00:00
link.h Remove static phys_modem 1998-02-06 02:22:52 +00:00
loadalias.c
loadalias.h
log.c
log.h
lqr.c Create `struct async' and make it part of `struct physical'. 1998-02-02 19:33:40 +00:00
lqr.h
main.c Remove static phys_modem 1998-02-06 02:22:52 +00:00
main.h
mbuf.c
mbuf.h
modem.c Remove static phys_modem 1998-02-06 02:22:52 +00:00
modem.h Remove static phys_modem 1998-02-06 02:22:52 +00:00
pap.c Create `struct async' and make it part of `struct physical'. 1998-02-02 19:33:40 +00:00
pap.h
pathnames.h
phase.c Shuffle names and args in modem.h 1998-02-06 02:22:28 +00:00
phase.h
physical.c Shuffle names and args in modem.h 1998-02-06 02:22:28 +00:00
physical.h Shuffle names and args in modem.h 1998-02-06 02:22:28 +00:00
ppp.8
pred.c
pred.h
route.c
route.h
server.c
server.h
sig.c
sig.h
slcompress.c
slcompress.h
systems.c Parse configuration files a bit better. 1998-02-04 01:03:36 +00:00
systems.h
throughput.c
throughput.h
timer.c
timer.h
tun.c
tun.h
vars.c Remove static phys_modem 1998-02-06 02:22:52 +00:00
vars.h
vjcomp.c
vjcomp.h

README.devel

This program was originally written by Toshiharu OHNO <tony-o@iij.ad.jp>,
and was submitted to FreeBSD-2.0.5 by Atsushi Murai <amurai@spec.co.jp>.
The original version was usually referred to as iij-ppp.

Ppp is currently maintained under FreeBSD and OpenBSD by Brian Somers
<brian@Awfulhak.org>.  The sources for both operating systems are the
same although the Makefiles vary due to the nature of each system.
If and when it's ported to another OS, things will probably be shuffled
around so that there are several Makefiles, one per architecture.

The latest sources are available in FreeBSD-current and OpenBSD-current.
An archive hacked so that it will build on just about any version of
FreeBSD is frequently generated and made available on
http://www.FreeBSD.org/~brian.  Once the first OpenBSD release is made
with ppp, an up-to-date OpenBSD archive will be made available too.

A FAQ is available at http://www.FreeBSD.org/FAQ/userppp.html.  It applies
equally to OpenBSD as it does to FreeBSD.  The man page is quite extensive,
and there are lots of examples in /etc/ppp/ppp.*.sample.  These examples
come with the hacked archive above but must be installed manually.

Ppp is still under development.  There is no official TODO list.