summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/utils.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cpukit: pppd: fix compile warningPeng Fan2016-04-131-4/+0
| | | | | | rcsid is defined, but not used. So discard it. Signed-off-by: Peng Fan <van.freenix@gmail.com>
* Stop using old-style function-definitions.Ralf Corsepius2008-08-261-29/+27
|
* Convert to using C99 fixed-size types instead of BSD fixed-size types.Ralf Corsepius2007-09-161-2/+2
|
* 2007-04-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-161-2/+2
| | | | * pppd/utils.c: Use uintptr_t instead of unsigned long.
* Eliminate __P().Ralf Corsepius2007-03-271-11/+7
|
* 2005-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-201-2/+3
| | | | | | | | PR 736/pppd * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c, libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c, libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd should not be static and should have a name more specific to pppd.
* 2004-09-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-09-291-1/+1
| | | | | | * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h, libnetworking/pppd/utils.c: i960 obsoleted and all references removed.
* Remove stray white spaces.Ralf Corsepius2004-04-151-1/+0
|
* Merger from rtems-4-6-branch.Ralf Corsepius2003-03-241-39/+0
|
* 2002-08-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-121-1/+1
| | | | * pppd/utils.c: Include i960 in varargs conditional to avoid error.
* 2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-04-181-2/+2
| | | | * pppd/utils.c: Adapt to gcc-3.x.
* 2001-08-16 Mike Siers <mikes@poliac.com>Joel Sherrill2001-08-161-0/+872
* Update of PPPD to 2.3.11 from 2.3.5 and addition of an example application. Mike's notes on the modifications: - renamed error() function because of namespace problems - removed calls to the exit() funciton - removed extra files from the pppd source directory - defined pppd task constant values in rtemspppd.h - modifyied example code to get actual tick per second value - placed the pppd 2.3.11 man page file (pppd.8) into the pppd directory * pppd/cbcp.c, pppd/cbcp.h, pppd/main.c, pppd/ppp_tty.c, pppd/pppmain.c, pppd/rtems-ppp.c, pppd/rtems-ppp.c: Deleted. * pppd/pppd.8, pppd/rtemsmain.c, pppd/rtemspppd.c, pppd/rtemspppd.h, pppd/sys-rtems.c, pppd/utils.c, pppd/example/Makefile, pppd/example/README, pppd/example/init.c, pppd/example/netconfig.h, pppd/example/ppp.conf, pppd/example/pppdapp.c, pppd/example/system.h: New files. * modem/ppp_tty.c, net/if_ppp.h, pppd/Makefile.am, pppd/README, pppd/STATUS, pppd/auth.c, pppd/ccp.c, pppd/ccp.h, pppd/chap.c, pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h, pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c, pppd/ipcp.h, pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h, pppd/magic.c, pppd/magic.h, pppd/options.c, pppd/patchlevel.h, pppd/pathnames.h, pppd/pppd.h, pppd/upap.c, pppd/upap.h: Modified.