summaryrefslogtreecommitdiffstats
path: root/c/src/libmisc (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-08-112002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius13-13/+28
* capture/Makefile.am: Use .$(OBJEXT) instead of .o. * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o. * devnull/Makefile.am: Use .$(OBJEXT) instead of .o. * dummy/Makefile.am: Use .$(OBJEXT) instead of .o. * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o. * monitor/Makefile.am: Use .$(OBJEXT) instead of .o. * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o. * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o. * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o. * shell/Makefile.am: Use .$(OBJEXT) instead of .o. * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o. * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
2002-08-092002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+5
* shell/Makefile.am: Remove shell.h from EXTRA_DIST.
2002-08-022002-08-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+15
* cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an object name is raw versus being a string.
2002-07-302002-07-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+7
* stackchk/check.c: Don't reference the RTEMS allocated interrupt stack if the port doesn't configure using it.
2002-07-242002-07-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+10
* wrapup/Makefile.am: Temporarily don't include serdbg since it causes some BSPs to not link "main(){}" as required by autoconf.
2002-07-202002-07-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-0/+7
* capture/capture.c: include <string.h> for memset.
2002-07-012002-07-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill6-41/+58
* capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c, monitor/mon-object.c, monitor/monitor.h: Corrected use of _Objects_Information_table now that it is a two dimensional array based upon API and class. In addition, in the monitor, corrected an error which occured when a target has 64 bit pointers.
2002-07-012002-07-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-12/+22
* stackchk/check.c: Corrected use of _Objects_Information_table now that it is a two dimensional array based upon API and class.
2002-06-272002-06-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill14-2/+1198
* With the addition of serdbg, the standard polled I/O functions for gdbstub and/or printk are optionally routed to any termios-aware device driver, that supports polled mode. See libmisc/serdbg/README. * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h, serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c, serdbg/termios_printk.h, serdbg/termios_printk_cnf.h, serdbg/.cvsignore: New files. * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to reflect addition.
2002-06-262002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-9/+6
* wrapup/Makefile.am: Don't preinstall libmisc.a.
2002-05-242002-05-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill3-2/+5
* coinfigure.ac, Makefile.am: Remove references to rootfs.
2002-05-172002-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill7-466/+9
* rootfs/.cvsignore: Remove. * rootfs/Makefile.am: Remove. * rootfs/mkrootfs.h: Remove. * rootfs/mkrootfs.c: Remove. * configure.ac: Remove rootfs and NETWORKING macros. * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
2002-05-152002-05-16 Chris Johns <ccj@acm.org>Joel Sherrill11-3/+4206
* Per PR194, added the Capture engine. * capture/Makefile.am, capture/README, capture/capture-cli.c, capture/capture-cli.h, capture/capture.c, capture/capture.h, capture/.cvsignore: New files. * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to reflect addition.
2002-05-142001-05-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-10/+12
* dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate a library of the same name.
2002-05-012002-03-20 Chris Johns <ccj@acm.org>Joel Sherrill2-2/+9
* monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything lowercase. The capture engine need to set triggers or watches on task with uppercase names. Also stop the monitor repeating command when enter is pressed.
2002-04-042002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-4/+6
* monitor/mon-monitor.c: Replace done with return (gcc3).
2002-03-282002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill15-15/+21
* configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * Makefile.am: Remove AUTOMAKE_OPTIONS. * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS. * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS. * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS. * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS. * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS. * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS. * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS. * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS. * shell/Makefile.am: Remove AUTOMAKE_OPTIONS. * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS. * untar/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2002-03-202002-03-20 Chris Johns <ccj@acm.org>Joel Sherrill2-0/+10
* PR148. * monitor/mon-prmisc.c: Fixed to print task states correctly.
2002-01-302002-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+4
* shell/shell.c: Remove #undef __STRICT_ANSI__.
2002-01-082002-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-3/+8
* rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
2002-01-042002-01-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+10
* mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
2001-10-122001-10-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-2/+4
* rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
2001-10-122001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+50
* .cvsignore: Add autom4te.cache for autoconf > 2.52. * configure.in: Remove.
2001-10-122001-10-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-49/+0
* .cvsignore: Add autom4te.cache for autoconf > 2.52. * configure.in: Remove. * configure.ac: New file, generated from configure.in by autoupdate.
2001-10-112001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-0/+7
* .cvsignore: Add autom4te.cache for autoconf > 2.52. * configure.in: Remove. * configure.ac: New file, generated from configure.in by autoupdate.
2001-09-282001-09-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-2/+12
* dummy/dummy.c: Now a useful configuration that starts main(). * wrapup/Makefile.am: Include a base level configuration in RTEMS library.
2001-09-282001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill11-10/+23
* untar/Makefile.am: Use 'PREINSTALL_FILES ='. * monitor/Makefile.am: Use 'PREINSTALL_FILES ='. * shell/Makefile.am: Use 'PREINSTALL_FILES ='. * devnull/Makefile.am: Use 'PREINSTALL_FILES ='. * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='. * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='. * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='. * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='. * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='. * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-09-272001-09-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+5
* ChangeLog: Fixed typo in date.
2001-09-212001-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-2/+18
* configure.in, rootfs/Makefile.am: Added conditional to make sure rootfs does not get built with networking is disabled. Also added include of compile.am to rootfs/Makefile.am. * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
2001-09-192001-09-19 Chris Johns <ccj@acm.org>Joel Sherrill7-1/+469
* Added support for populating the initial "root" filesystem with information obtained via the DHCP response. * rootfs: New directory. * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c, rootfs/mkrootfs.h: New files. * configure.in, Makefile.am: Modified to reflect addition.
2001-09-142001-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+41
* ChangeLog: Fixed some mistakes.
2001-09-132001-09-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* devnull/devnull.c: Eliminate warning.
2001-08-162001-08-26 Brett Swimley <brett.swimley@aedinc.net>Joel Sherrill1-4/+6
* mw-fb\Makefile.am: Corrected problem.
2001-08-092001-08-09 Fernando-Ruiz Casas <correo@fernando-ruiz.com>Joel Sherrill2-406/+4
* shell/pty.c: Moved to libnetworking/rtems_telnetd.
2001-08-092001-08-09 Fernando-Ruiz Casas <correo@fernando-ruiz.com>Joel Sherrill6-103/+146
* shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c, shell/shell.h: Updates.
2001-08-092001-08-09 Keith Outwater <vac4050@cae597.rsc.raytheon.com>Joel Sherrill2-10/+49
* monitor/mon-command.c: Add support for partial command matching. The monitor used to have this functionality before it was overhauled to support addition of user commands.
2001-06-142001-06-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-130/+10
* shell/telnetd.c, shell/telnetd.h: Moved to libnetworking/rtems_servers so the network stack to address network depenendency. * shell/Makefile.am: Modified to reflect above.
2001-05-252001-05-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-47/+18
* shell/cmds.c: Removed code from inappropriate source.
2001-05-242000-05-24 Fernando Ruiz Casas <fernando.ruiz@ctv.es>Joel Sherrill10-78/+901
* monitor/mon-prmisc.c: Correct print line. * shell/Makefile.am: Added new file telnetd.c. * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files. * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments: - The shell_init has a new parameter 'forever' because in /dev/console you need that this process runs forever but in tcp/ip not. (respawn?) - A new task for every session opened trought tcp/ip telnet client. (the chargen,daytime and more are possible of implementation but I ask me if they are necesary) - Exit from the session delete the task and when the client fails too. - More cmds have been implemented. (very reduced version of these) umask, chmod, id, whoami, rm, cat, ... - A reduced line edit has been implemented. Ctrl-C abort the input, Ctrl-d in the first position gives EOF (logout). '\b' and DEL makes the rubout operation. I think that readline() for every session spents a lot of resources.
2001-05-072001-04-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill4-5/+7
* shell/cmds.c, shell/shell.c: Remove fileno-hacks. * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
2001-04-202001-04-20 Correo Fernando-ruiz <correo@fernando-ruiz.com>Joel Sherrill10-1/+1104
* Added initial shell functionality. * Makefile.am, configure.in, wrapup/Makefile.am: * shell/.cvsignore, shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c, shell/shell.h: New files.
2001-04-202001-04-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-10/+23
* devnull/devnull.c (null_initialize): Added check to ensure that the driver is only initialized once. Otherwise, it will abort when the device /dev/null is present. (null_write): Do not dereference a NULL pointer.
2001-02-122001-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+5
* monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
2001-02-052001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill9-27/+48
* untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am, devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am, stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am: Apply include_*HEADERS instead of H_FILES.
2001-01-052001-01-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill8-2/+303
* devnull: New addition. Moved from libcpu/sh. * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore, devnull/Makefile.am: New files. * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect addition of above.
2000-11-302000-11-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+11
* mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
2000-11-092000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+5
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2000-11-022000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+5
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2000-10-252000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+6
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
2000-09-282000-09-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-6/+11
* monitor/mon-driver.c: Accounted for addition of "_entry" to fields in rtems_driver_address_table.