summaryrefslogtreecommitdiff
path: root/cpukit/pppd (follow)
AgeCommit message (Collapse)Author
2018-10-10build: Merge pppd/Makefile.amSebastian Huber
2018-10-09build: Remove specialized CPPFLAGSSebastian Huber
2018-10-04pppd: Simplify Makefile.amSebastian Huber
Update #3375.
2018-10-02Use rtems_task_exit()Sebastian Huber
Update #3530. Update #3533.
2018-10-01pppd: Remove unused get_pty() functionSebastian Huber
Update #3526.
2018-01-25Remove make preinstallChris Johns
A speciality of the RTEMS build system was the make preinstall step. It copied header files from arbitrary locations into the build tree. The header files were included via the -Bsome/build/tree/path GCC command line option. This has at least seven problems: * The make preinstall step itself needs time and disk space. * Errors in header files show up in the build tree copy. This makes it hard for editors to open the right file to fix the error. * There is no clear relationship between source and build tree header files. This makes an audit of the build process difficult. * The visibility of all header files in the build tree makes it difficult to enforce API barriers. For example it is discouraged to use BSP-specifics in the cpukit. * An introduction of a new build system is difficult. * Include paths specified by the -B option are system headers. This may suppress warnings. * The parallel build had sporadic failures on some hosts. This patch removes the make preinstall step. All installed header files are moved to dedicated include directories in the source tree. Let @RTEMS_CPU@ be the target architecture, e.g. arm, powerpc, sparc, etc. Let @RTEMS_BSP_FAMILIY@ be a BSP family base directory, e.g. erc32, imx, qoriq, etc. The new cpukit include directories are: * cpukit/include * cpukit/score/cpu/@RTEMS_CPU@/include * cpukit/libnetworking The new BSP include directories are: * bsps/include * bsps/@RTEMS_CPU@/include * bsps/@RTEMS_CPU@/@RTEMS_BSP_FAMILIY@/include There are build tree include directories for generated files. The include directory order favours the most general header file, e.g. it is not possible to override general header files via the include path order. The "bootstrap -p" option was removed. The new "bootstrap -H" option should be used to regenerate the "headers.am" files. Update #3254.
2017-12-13pppd: Include <rtems/rtems*.h>Sebastian Huber
Prepare for header file move to common include directory. Update #3254.
2016-04-25pppd: Fix warningsSebastian Huber
2016-04-13cpukit: pppd: fix compile warningPeng Fan
rcsid is defined, but not used. So discard it. Signed-off-by: Peng Fan <van.freenix@gmail.com>
2014-11-21Delete or rename MIN/MAX macros and definesSebastian Huber
Include <sys/param.h> if necessary to get the MIN()/MAX() macros.
2014-09-30pppd: Import change from NetBSDSebastian Huber
This avoids the use of gethostbyname() in case the "noipdefault" option is given. The gethostbyname() uses DNS by default.
2014-09-30pppd: Fix warningsSebastian Huber
2014-08-29Regenerate all preinstall.am files.Chris Johns
With this patch the preinstall.am files are in a set order and not dependent on now perl implements a hash.
2014-04-10pppd: Delete exampleSebastian Huber
This example is available via testsuites/samples/pppd.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2012-05-11Remove CVS Id Strings (manual edits after script)Joel Sherrill
These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns.
2012-05-07Revert: Remove CVS IdsJoel Sherrill
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
2012-05-04Remove CVS-Ids.Ralf Corsépius
2012-02-01Remove all .cvsignore files.Joel Sherrill
2011-10-182011-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* pppd/options.c: Remove unused var "ok".
2009-11-30Whitespace removal.Ralf Corsepius
2009-01-05Remove stray ';' introducing unreachable code.Ralf Corsepius
2008-12-11#include <stdint.h> instead of <rtems/stdint.h>.Ralf Corsepius
2008-09-08Add missing initializers.Ralf Corsepius
2008-08-26Stop using old-style function-definitions.Ralf Corsepius
2008-08-20Use stdbool.h. Remove local bool.Ralf Corsepius
2008-08-03Add prototypes.Ralf Corsepius
2008-05-132008-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* pppd/example/system.h: Fix path in example -- NOT COMPILED WITH CPUKIT.
2007-09-16Convert to using C99 fixed-size types instead of BSD fixed-size types.Ralf Corsepius
2007-06-122007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* pppd/Makefile.am: Reflect moving out md*.
2007-06-12Remove (moved to libmd)Ralf Corsepius
2007-06-12Remove md5 and md4 from libpppd.a.Ralf Corsepius
Add pppd/libmd.a.
2007-06-12Don't include pppd.h.Ralf Corsepius
2007-05-09Include <rtems/stdint.h> instead of <stdint.h>.Ralf Corsepius
2007-05-092007-05-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
PR 1243 * pppd/auth.c (set_allowed_addrs): Remove bogus dereference.
2007-04-162007-04-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* pppd/utils.c: Use uintptr_t instead of unsigned long.
2007-03-27Include <net/ppp_comp.h> instead of <net/ppp-comp.h>.Ralf Corsepius
2007-03-27Eliminate __P().Ralf Corsepius
2007-03-27Eliminate __P().Ralf Corsepius
2007-01-08Regenerate.Ralf Corsepius
2006-11-18Regenerate.Ralf Corsepius
2006-11-18Replace AM_CONDITIONAL(HAS_NETWORKING) with AM_CONDITIONAL(LIBNETWORKING).Ralf Corsepius
2006-09-06Fix the bug in name change. The UNTIMEOUT macro did not use the ppp version.Chris Johns
2006-09-01 * pppd/rtems.main.c, pppd/pppd.h: renamed 'untimeout'Till Straumann
to 'pppuntimeout' to avoid name clash with [future] bsdnet kernel routine.
2006-09-01*** empty log message ***Joel Sherrill
2006-08-312006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* ftpd/ftpd.c, libcsupport/include/sys/ioccom.h, libcsupport/src/ioctl.c, libnetworking/kern/uipc_mbuf.c, libnetworking/libc/inet_addr.c, libnetworking/net/ethernet.h, libnetworking/net/if.c, libnetworking/net/if_ethersubr.c, libnetworking/net/if_ppp.c, libnetworking/net/if_pppvar.h, libnetworking/net/if_var.h, libnetworking/net/ppp_tty.c, libnetworking/netinet/in_cksum.c, libnetworking/nfs/bootp_subr.c, libnetworking/rtems/rtems_bsdnet_internal.h, libnetworking/sys/mbuf.h, pppd/md4.c, pppd/pppd.h: Remove warnings due to improper use of int which shows up on 16 bit targets. Added ioctl_command_t since IOCTL command argument does not reliably fit into 16 bits.
2006-07-13 * pppd/sys-rtems.c: fixed error message so that the correctTill Straumann
ioctl is reported.
2006-01-14Regenerate.Ralf Corsepius
2006-01-12Regenerate.Ralf Corsepius
2006-01-12Remove all-local.Ralf Corsepius