summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | 2005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-272-21/+28
| | | | | | | | * libnetworking/Makefile.am: Don't install loop.h.
* | New.Ralf Corsepius2005-10-271-0/+11
| |
* | 2005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-271-0/+1
| | | | | | | | * libnetworking/Makefile.am: Don't install loop.h.
* | 2005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-2722-50/+66
| | | | | | | | | | * rtems/asm.h: Remove private version of CONCAT macros. Include <rtems/concat.h> instead.
* | 2005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-272-0/+7
| | | | | | | | * include/rtems/concat.h: Add EXPAND0, CONCAT0.
* | Cosmetics.Ralf Corsepius2005-10-271-2/+4
| |
* | Regenerate.Ralf Corsepius2005-10-271-0/+2
| |
* | New.Ralf Corsepius2005-10-271-0/+2
| |
* | 2005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-272-0/+6
| | | | | | | | * telnetd/Makefile.am: Only build if LIBSHELL is available.
* | New.Ralf Corsepius2005-10-271-0/+2
| |
* | 2005-10-26 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-261-0/+5
| | | | | | | | | | * pppd/Makefile.am, pppd/auth.c, pppd/chap.c, pppd/md5.c, pppd/md5.h, pppd/pppd.h: Misc. minor fixes.
* | Misc. minor fixes.Ralf Corsepius2005-10-266-12/+14
| |
* | 2005-10-26 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-261-0/+5
| | | | | | | | | | * configure.ac: Add pppd. * Makefile.am: Add pppd.
* | Add pppd.Ralf Corsepius2005-10-262-0/+2
| |
* | RegenerateRalf Corsepius2005-10-261-12/+24
| |
* | 2005-10-26 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-261-0/+3
| | | | | | | | | | | | * pppd/Makefile.am: Install rtemsdialer.h, rtemspppd.h to $(includedir)/rtems. * pppd/ipxcp.c, pppd/ipxcp.h: Remove (Unused).
* | Install rtemsdialer.h, rtemspppd.h to $(includedir)/rtems.Ralf Corsepius2005-10-261-9/+6
| |
* | Remove (unused).Ralf Corsepius2005-10-262-1520/+0
| |
* | 2005-10-26 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-262-1/+13
| | | | | | | | | | * backward/rtemspppd.h, backward/rtemsdialer.h: New. * Makefile.am: Add backward/rtemspppd.h, backward/rtemsdialer.h.
* | New.Ralf Corsepius2005-10-262-0/+24
| |
* | Add TMPINSTALL_FILES.Ralf Corsepius2005-10-261-1/+1
| |
* | Regenerate.Ralf Corsepius2005-10-261-0/+12
| |
* | Install libtelnetd.a.Ralf Corsepius2005-10-261-2/+1
| |
* | Don't sign-extend address components.Eric Norum2005-10-252-2/+6
| |
* | 2005-10-25 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-251-0/+5
| | | | | | | | | | * Makefile.am: Add telnetd. * configure.ac: Add telnetd.
* | Add telnetd.Ralf Corsepius2005-10-252-0/+2
| |
* | 2005-10-25 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-254-8/+33
| | | | | | | | | | | | | | | | | | | | | | * telnetd/icmds.c: Rename register_icmds to _rtems_telnet_register_icmds. Make main_* functions static. * telnetd/pty.c: Make many functions static. Rename rtems_telnetd_maximum_ptys to rtems_pty_maximum_ptys. * telnetd/pty.h: Reflect changes above. Rename get_pty to rtems_pty_get. New header guards. * telnetd/telnetd.c: Reflect changes above. * telnetd/telnetd.h: New header guards.
* | Make many functions static.Ralf Corsepius2005-10-251-23/+24
| | | | | | | | Rename rtems_telnetd_maximum_ptys to rtems_pty_maximum_ptys.
* | Rename register_icmds toRalf Corsepius2005-10-251-8/+10
| | | | | | | | _rtems_telnet_register_icmds. Make main_* functions static.
* | 2005-10-25 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-253-7/+19
| | | | | | | | | | | | | | * telnet/telnet.h, telnet/telnet.c: Rename rtems_initialize_telnetd to rtems_telnetd_initialize, main_telnetd to rtems_telnetd_main, register_telnetd to rtems_telnetd_register.
* | 2005-10-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-10-254-20/+36
| | | | | | | | | | | | * sapi/include/confdefs.h, telnetd/pty.c, telnetd/pty.h: Attempt to fix MAX_PTYS and provide a real configuration entry. This should make telnetd some suitable for inclusion in cpukit.
* | CosmeticsRalf Corsepius2005-10-171-12/+12
| |
* | 2005-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-172-6/+10
| | | | | | | | * libfs/src/dosfs/msdos_misc.c: Revert to vers. 1.9.
* | 2005-10-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-10-062-6/+11
| | | | | | | | | | PR 828/filesystems * libfs/src/dosfs/msdos_misc.c: Problem retracted. Revert patch.
* | 2005-10-04 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2005-10-043-6/+24
| | | | | | | | | | | | | | | | | | | | PR 829/rtems * rtems/src/tasks.c, rtems/src/taskvariabledelete.c: If task variables are deleted from a different context (i.e., executing context != owner of the task variable. The owner meaning the task that registered the dtor in question) the argument passed to the task variable dtor must be tvar and not *ptr which yields the executing task's value of the task variable instead of the owner's.
* | Remove floating point calculations and the C preprocessor conditions which ↵Eric Norum2005-09-292-17/+13
| | | | | | | | enabled them.
* | 2005-09-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-09-253-44/+5
| | | | | | | | | | * sapi/include/rtems/init.h, sapi/src/exinit.c: Remove unused and obsolete rtems_initialize_executive.
* | 2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-09-192-218/+13
| | | | | | | | | | * libnetworking/sys/mount.h: Cosmetical update from FreeBSD. Remove non-implemented interfaces (vfs, nfs, fsstat, etc.).
* | 2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-09-192-0/+9
| | | | | | | | * configure.ac: Check for sys/errno.h.
* | 2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-09-191-18/+2
| | | | | | | | * libnetworking/pppd/Makefile.am: Use preinstall.am.
* | New.Ralf Corsepius2005-09-191-0/+27
| |
* | CosmeticsRalf Corsepius2005-09-161-8/+6
| |
* | 2005-09-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-09-161-0/+1
| | | | | | | | * libnetworking/nfs/rpcv2.h: Update from FreeBSD.
* | Update from FreeBSDRalf Corsepius2005-09-161-46/+15
| |
* | 2005-09-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-09-161-0/+4
| | | | | | | | | | | | | | * libnetworking/Makefile.am: Cosmetics. * libnetworking/nfs/bootp_subr.c: Remove superfluous includes. * libnetworking/nfs/xdr_subs.h: Partial update from FreeBSD. * libnetworking/netinet/in.h: Partial update from FreeBSD.
* | Remove superfluous includes.Ralf Corsepius2005-09-161-4/+1
| |
* | Partial update from FreeBSD.Ralf Corsepius2005-09-162-29/+27
| |
* | 2005-09-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-09-161-0/+4
| | | | | | | | * libnetworking/nfs/nfsproto.h: Partial update from FreeBSD.
* | Partial update from FreeBSD.Ralf Corsepius2005-09-161-77/+60
| |
* | 2005-09-15 Jay MonkmanJay Monkman2005-09-153-99/+14
| | | | | | | | | | | | PR 365/rtems * rtems/score/arm.h, rtems/score/cpu.h: Removed unused ARM_HAS_CLZ macro