summaryrefslogtreecommitdiffstats
path: root/telnetd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate configuring init mask modes since setting to default valueHEADmasterJoel Sherrill2021-05-211-4/+0
|
* Switch all tests to unlimited objects and unified workspaceJoel Sherrill2021-05-211-4/+3
|
* Misc: Fix various warningsJoel Sherrill2021-05-211-2/+2
|
* Required changes to get back to a buildable state.Jennifer Averett2021-05-212-2/+4
| | | | | This primarily reflects changes since the legacy network stack was split into its own repository.
* Remove ChangeLog filesJoel Sherrill2015-05-041-56/+0
|
* Remove .cvsignore filesJoel Sherrill2015-05-041-1/+0
|
* network-demos - Remove CVS Ids (scripted)Joel Sherrill2012-05-151-4/+0
|
* 2010-07-04 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-07-042-0/+7
| | | | * init.c: Remove include of rtems_webserver.h.
* move old changelog entries to proper location.Thomas Doerfler2009-05-152-2/+20
| | | | init.c: Provide custom shell environment.
* 2009-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-132-1/+5
| | | | * Makefile: Allow overrides from invoking environment.
* 2009-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-05-123-59/+61
| | | | * Makefile, init.c: Now build with libbsdport.
* Enable shell login checks.Thomas Doerfler2009-05-051-0/+1
|
* Updated telnet demon initializationThomas Doerfler2009-04-141-11/+15
|
* 2008-10-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-10-152-12/+37
| | | | | | PR 1331/networking * init.c: Improve comments and explanation of options to rtems_telnetd_initialize.
* 2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-172-1/+6
| | | | | * init.c: Rename STACK_CHECKER_ON to more appropriate CONFIGURE_STACK_CHECKER_ENABLED.
* 2008-05-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-05-222-0/+11
| | | | * init.c: Add shell configuration.
* 2008-02-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-052-1/+10
| | | | * init.c: Now works.
* 2007-12-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-192-8/+22
| | | | | * init.c: Shell now has some commands that require filesystems with bdbuf support.
* 2007-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-11-092-5/+46
| | | | * init.c: Test improved.
* 2007-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-254-0/+221
* .cvsignore, ChangeLog, Makefile, init.c: New files.