summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/pppd/init.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testsuites: Remove all legacy networking testsVijay Kumar Banerjee2021-04-071-61/+0
| | | | Update #3850
* tests: Use rtems_task_exit()Sebastian Huber2018-10-051-1/+1
| | | | Update #3533.
* tests: Use <tmacros.h> in all testsSebastian Huber2017-11-061-2/+3
| | | | | Update #3170. Update #3199.
* tests: Remove TEST_INITSebastian Huber2017-10-281-2/+0
| | | | | | | | The TEST_EXTERN is a used only by the system.h style tests and they use CONFIGURE_INIT appropriately. Update #3170. Update #3199.
* tests: Use rtems_print_printer_fprintf_putc()Sebastian Huber2017-10-281-1/+1
| | | | | | | | Use rtems_print_printer_fprintf_putc() instead of rtems_print_printer_printf() to output via rtems_putc(). Update #3170. Update #3199.
* tests: Move rtems_test_printer definitionSebastian Huber2017-10-281-1/+0
| | | | | | | Statically initialize it to use printk(). Update #3170. Update #3199.
* testsuite: Use printk for all test output where possible.Chris Johns2017-10-231-0/+2
| | | | | | | | | | - Remove the printf support leaving the direct printk support configured with TESTS_USE_PRINTK and all other output goes via a buffered vsniprintf call to printk. - Control the test's single init for functions and global data with TEST_INIT and not CONFIGURE_INIT. They are now separate. Updates #3170.
* testsuite: Fix networking samples to use the RTEMS printer.Chris Johns2016-05-261-0/+3
|
* testsuite: Add a user keypress to start pppd.Chris Johns2014-05-221-0/+22
| | | | Allow the test to run and pass when automatic testing.
* testsuites: Remove BSP_SMALL_MEMORYJoel Sherrill2014-05-061-6/+0
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* tests/samples: Use <rtems/test.h>Sebastian Huber2014-03-171-0/+4
|
* samples - Eliminate missing prototype warningsJoel Sherrill2012-05-311-1/+9
|
* 2012-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsépius2012-02-221-1/+0
| | | | | * pppd/system.h: Add pppdapp_initialize. * pppd/init.c: Remove pppdapp_initialize.
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-221-0/+4
|
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-281-6/+9
| | | | | | | * fileio/init.c, fileio/system.h, iostream/init.cc, loopback/init.c, pppd/init.c, pppd/pppdapp.c: Do not build if BSP_SMALL_MEMORY is defined. Remove this code once a better way is supported by the build system.
* include rtems/rtemspppd.h instead of rtemspppd.h.Ralf Corsepius2005-10-261-1/+1
|
* 2003-04-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-04-291-0/+24
Adding pppd: * pppd/Makefile-user: New, copied over from libnetworking/pppd/example. * pppd/README: New, copied over from libnetworking/pppd/example. * pppd/init.c: New, copied over from libnetworking/pppd/example. * pppd/netconfig.h: New, copied over from libnetworking/pppd/example. * pppd/ppp.conf: New, copied over from libnetworking/pppd/example. * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example. * pppd/system.h: New, copied over from libnetworking/pppd/example. * pppd/pppd.options: New, copied over from libnetworking/pppd/example. * pppd/Makefile.am: New, converted to automake from Makefile-user. * pppd/.cvsignore: New.