summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-1614-26/+42
| | | | | | | | | | | | | | | | Makefile.am: Reflect having moved automake. include/Makefile.am: Reflect having moved automake. include/rdbg/Makefile.am: Reflect having moved automake. include/rdbg/i386/Makefile.am: Reflect having moved automake. include/rdbg/m68k/Makefile.am: Reflect having moved automake. include/rdbg/powerpc/Makefile.am: Reflect having moved automake. src/Makefile.am: Reflect having moved automake. src/i386/Makefile.am: Reflect having moved automake. src/i386/any/Makefile.am: Reflect having moved automake. src/m68k/Makefile.am: Reflect having moved automake. src/m68k/any/Makefile.am: Reflect having moved automake. src/powerpc/Makefile.am: Reflect having moved automake. src/powerpc/new_exception_processing/Makefile.am: Reflect having moved automake.
* 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-166-15/+23
| | | | | | | | Makefile.am: Reflect having moved automake. ide/Makefile.am: Reflect having moved automake. network/Makefile.am: Reflect having moved automake. rtc/Makefile.am: Reflect having moved automake. serial/Makefile.am: Reflect having moved automake.
* 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-1611-29/+38
| | | | | | | | | Makefile.am: Reflect having moved automake. pppd/Makefile.am: Reflect having moved automake. rtems_servers/Makefile.am: Reflect having moved automake. rtems_telnetd/Makefile.am: Reflect having moved automake. rtems_webserver/Makefile.am: Reflect having moved automake. wrapup/Makefile.am: Reflect having moved automake.
* 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-167-0/+335
| | | | | | * automake/compile.am, automake/force-preinstall.am, automake/host.am, automake/lib.am, automake/local.am, automake/subdirs.am: New (copied from ../../automake).
* Correct PR number.Joel Sherrill2003-08-151-1/+1
|
* 2003-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-08-144-0/+26
| | | | | | * sp02/task1.c: Added ID to name lookup service and changed name of id/name translation status code. This propagated to multiple functions. The user API service added was rtems_object_id_to_name()
* 2003-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-08-143-4/+11
| | | | | | | * src/mqueuenametoid.c, src/semaphorenametoid.c: Added ID to name lookup service and changed name of id/name translation status code. This propagated to multiple functions. The user API service added was rtems_object_id_to_name()
* 2003-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-08-142-1/+7
| | | | | | * src/extensionident.c: Added ID to name lookup service and changed name of id/name translation status code. This propagated to multiple functions. The user API service added was rtems_object_id_to_name()
* 2003-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-08-1413-10/+89
| | | | | | | | | | | * Makefile.am, include/rtems.h, include/rtems/rtems/status.h, src/dpmemident.c, src/msgqident.c, src/partident.c, src/ratemonident.c, src/regionident.c, src/semident.c, src/taskident.c, src/timerident.c: Added ID to name lookup service and changed name of id/name translation status code. This propagated to multiple functions. The user API service added was rtems_object_id_to_name() * src/rtemsidtoname.c: New file.
* 2003-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-08-147-13/+110
| | | | | | | | | * Makefile.am, include/rtems/score/object.h, include/rtems/score/objectmp.h, src/objectmp.c, src/objectnametoid.c: Added ID to name lookup service and changed name of id/name translation status code. This propagated to multiple functions. The user API service added was rtems_object_id_to_name() * src/objectidtoname.c: New file.
* 2003-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-08-144-4/+16
| | | | | PR 408/filesystem * psx13/test.c: Added very rudimentary test of sync() service.
* 2003-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-08-142-23/+17
| | | | | | | | | PR 408/filesystem * cpuuse/cpuuse.c: Added sync() service. As part of adding this service, the new RTEMS service rtems_iterate_over_all_threads() was also added. This new service makes it easier to iterate over all the tasks/threads in a system and perform an action on them. This change is to use the new thread iteration service.
* Correcting to include PR numbers.Joel Sherrill2003-08-1453-0/+80
|
* 2003-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-08-144-2/+70
| | | | | | | | | | | PR 408/filesystem * score/Makefile.am, score/include/rtems/score/thread.h: Added sync() service. As part of adding this service, the new RTEMS service rtems_iterate_over_all_threads() was also added. This new service makes it easier to iterate over all the tasks/threads in a system and perform an action on them. * score/src/iterateoverthreads.c: New file. * ChangeLog: Fixed screwup.
* 2003-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-08-141-2/+1
| | | | * ChangeLog: Add fileio to list of interactive tests.
* 2003-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-08-141-0/+5
| | | | | * Makefile.am, include/rtems/score/thread.h: Add fileio to list of interactive tests.
* 2003-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-08-143-1/+75
| | | | | * Makefile.am: Add fileio to list of interactive tests. * src/sync.c: New file.
* 2003-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-08-142-1/+9
| | | | | PR 455/bsps * rtems/score/cpu.h: Added missing CPU_swap_u16().
* 2003-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-08-148-4/+20
| | | | * runtest.in: Add fileio to list of interactive tests.
* 2003-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-08-141-0/+4
| | | | * tools/runtest: Add fileio to list of interactive tests.
* 2003-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-08-145-3/+11
| | | | * runtest: Add fileio to list of interactive tests.
* 2003-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-08-146-49/+181
| | | | | | PR 92/rtems * Makefile.am, src/alarm.c, src/psignal.c: Added ualarm() and usleep(). * src/ualarm.c, src/usleep.c: New files.
* 2003-08-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-142-4/+7
| | | | * fsmount/Makefile.am: Fix path to automake-includes.
* 2003-08-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-08-132-0/+6
| | | | * fsmount/.cvsignore: New file.
* 2003-08-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-08-134-0/+12
| | | | * fileio/.cvsignore: New file.
* 2003-08-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-08-134-4/+16
| | | | | PR 451/bsps * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
* 2003-08-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-08-134-2/+12
| | | | | PR 451/bsps * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
* 2003-08-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-133-0/+32
| | | | | * Makefile.am: Add bsp.pc.in * bsp.pc.in: New (pkgconfig support).
* 2003-08-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-132-5/+9
| | | | * ide-ctrl.t: Merger from 4.6-branch.
* 2003-08-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-08-112-1/+5
| | | | * configure.ac: Removed duplicate entry.
* 2003-08-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-08-112-0/+6
| | | | | PR 453/make_build * startup/linkcmds: Added .eh_frame
* 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-1144-62/+90
| | | | * startup/Makefile.am: Remove USE_INIT_FINI.
* 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-114-8/+10
| | | | | * bsp_specs: Remove -D__USE_INIT_FINI__. Remove *.cpp (Now unused).
* 2003-08-06 Thomas Doerfler<Thomas.Doerfler@imd-systems.de>Jennifer Averett2003-08-112-1/+7
| | | | | | PR 369/filesystem * runtest: Add sample application to show the use of the DOSFS functions
* 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-11304-151/+763
| | | | * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
* 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-116-12/+16
| | | | | * fileio/Makefile.am: Remove references to *.scn (Doesn't exist). * pppd/Makefile.am: Remove references to DOC* (Don't exist).
* 2003-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-094-0/+16
| | | | * Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
* 2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-082-0/+5
| | | | * configure.ac: Add libmisc/fsmount/Makefile.
* 2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-083-1/+7
| | | | | * include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU). * src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
* 2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-085-682/+22
| | | | | | | * lib/Makefile.am: New (Required by 'make dist'). * lib/ChangeLog: Remove. * lib/.cvsignore: Cleanup. * configure.ac: Reflect having added lib/Makefile.am.
* 2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-082-5/+35
| | | | | * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in lib/libbsp/configure.ac.
* 2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-082-3/+8
| | | | | * shmdr/Makefile.am: Reflect having merged configure.ac into ../../configure.ac.
* 2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-084-22/+14
| | | | | | | * include/Makefile.am: Remove (merged into Makefile.am). * gdbstub/Makefile.am: Remove (merged into Makefile.am). * Makefile.am: Reflect changes above. Reflect having merged ../configure.ac into ../../../configure.ac.
* 2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-086-89/+20
| | | | | | * configure.ac: Remove (Merged into ../../configure.ac). * Makefile.am: Reflect having merged configure.ac into ../../configure.ac.
* 2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-082-2/+4
| | | | * wrapup/Makefile.am (FAMILY_OBJS): Remove *exception_processing.
* Merger from rtems-4-6-branchRalf Corsepius2003-08-073-13/+11
|
* Merger from rtems-4-6-branchRalf Corsepius2003-08-073-1/+15
|
* 2003-08-06 Thomas Doerfler<Thomas.Doerfler@imd-systems.de>Jennifer Averett2003-08-0614-2/+1666
| | | | | | | | PR 369/filesystem * Makefile.am, configure.ac: sample application to show the use of the DOSFS functions * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c, fileio/system.h: New files.
* 2003-08-06 Thomas Doerfler<Thomas.Doerfler@imd-systems.de>Jennifer Averett2003-08-068-2/+345
| | | | | | | | PR 369/filesystem * Makefile.am, shell/cmds.c, wrapup/Makefile.am: sample application to show the use of the DOSFS functions * fsmount/Makefile.am, fsmount/README, fsmount/fsmount.c, fsmount/fsmount.h: New files.
* 2003-08-06 Till Strauman <strauman@slac.stanford.edu>Jennifer Averett2003-08-062-11/+57
| | | | | | PR 435/networking * rtems/rtems_showifstat.c: rtems_showifstat misses printing the netmask