Commit Graph

7994 Commits

Author SHA1 Message Date
Ralf Corsepius
6a8e52d3aa 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
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 12:12:10 +00:00
Ralf Corsepius
11a26b9908 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am, automake/force-preinstall.am,
	automake/host.am, automake/lib.am, automake/local.am,
	automake/subdirs.am: New (copied from ../../automake).
2003-08-16 09:13:33 +00:00
Joel Sherrill
cfd3235d8b Correct PR number. 2003-08-15 13:15:15 +00:00
Joel Sherrill
3895f96d8c 2003-08-14 Joel Sherrill <joel@OARcorp.com>
* 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 21:02:00 +00:00
Joel Sherrill
f2547306a9 2003-08-14 Joel Sherrill <joel@OARcorp.com>
* 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 21:01:43 +00:00
Joel Sherrill
6185a0d37f 2003-08-14 Joel Sherrill <joel@OARcorp.com>
* 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 21:01:36 +00:00
Joel Sherrill
1e2e6fe0f9 2003-08-14 Joel Sherrill <joel@OARcorp.com>
* 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 21:01:34 +00:00
Joel Sherrill
ff08b80878 2003-08-14 Joel Sherrill <joel@OARcorp.com>
* 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 21:01:30 +00:00
Joel Sherrill
d216fca7ef 2003-08-14 Joel Sherrill <joel@OARcorp.com>
PR 408/filesystem
	* psx13/test.c: Added very rudimentary test of sync() service.
2003-08-14 20:26:09 +00:00
Joel Sherrill
236b701440 2003-08-14 Joel Sherrill <joel@OARcorp.com>
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.
2003-08-14 20:25:28 +00:00
Joel Sherrill
75fcb3947b Correcting to include PR numbers. 2003-08-14 20:13:52 +00:00
Joel Sherrill
17c6686753 2003-08-14 Joel Sherrill <joel@OARcorp.com>
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 20:04:18 +00:00
Joel Sherrill
3fd8dcf4cc 2003-08-14 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: Add fileio to list of interactive tests.
2003-08-14 20:01:36 +00:00
Joel Sherrill
a82413d3f3 2003-08-14 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, include/rtems/score/thread.h: Add fileio to list of
	interactive tests.
2003-08-14 20:01:02 +00:00
Joel Sherrill
bed55af1ee 2003-08-14 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Add fileio to list of interactive tests.
	* src/sync.c: New file.
2003-08-14 20:00:46 +00:00
Joel Sherrill
f6c6bc8f95 2003-08-14 Joel Sherrill <joel@OARcorp.com>
PR 455/bsps
	* rtems/score/cpu.h: Added missing CPU_swap_u16().
2003-08-14 13:17:53 +00:00
Joel Sherrill
3551b5fe9b 2003-08-14 Joel Sherrill <joel@OARcorp.com>
* runtest.in: Add fileio to list of interactive tests.
2003-08-14 13:11:55 +00:00
Joel Sherrill
4f53e1240c 2003-08-14 Joel Sherrill <joel@OARcorp.com>
* tools/runtest: Add fileio to list of interactive tests.
2003-08-14 13:11:31 +00:00
Joel Sherrill
427c02c16d 2003-08-14 Joel Sherrill <joel@OARcorp.com>
* runtest: Add fileio to list of interactive tests.
2003-08-14 13:10:52 +00:00
Joel Sherrill
b56c1a3ab7 2003-08-14 Joel Sherrill <joel@OARcorp.com>
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 13:08:58 +00:00
Ralf Corsepius
41a530752c 2003-08-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* fsmount/Makefile.am: Fix path to automake-includes.
2003-08-14 10:20:36 +00:00
Joel Sherrill
a46dac5daa 2003-08-13 Joel Sherrill <joel@OARcorp.com>
* fsmount/.cvsignore: New file.
2003-08-13 17:49:22 +00:00
Joel Sherrill
a94b1bdcc5 2003-08-13 Joel Sherrill <joel@OARcorp.com>
* fileio/.cvsignore: New file.
2003-08-13 17:48:27 +00:00
Joel Sherrill
334b130d5e 2003-08-13 Joel Sherrill <joel@OARcorp.com>
PR 451/bsps
	* pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
2003-08-13 17:44:53 +00:00
Joel Sherrill
70020119f8 2003-08-13 Joel Sherrill <joel@OARcorp.com>
PR 451/bsps
	* startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
2003-08-13 17:43:15 +00:00
Ralf Corsepius
d4b5e87662 2003-08-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add bsp.pc.in
	* bsp.pc.in: New (pkgconfig support).
2003-08-13 10:07:44 +00:00
Ralf Corsepius
2907b36179 2003-08-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* ide-ctrl.t: Merger from 4.6-branch.
2003-08-13 08:04:44 +00:00
Joel Sherrill
652b53a1fa 2003-08-11 Joel Sherrill <joel@OARcorp.com>
* configure.ac: Removed duplicate entry.
2003-08-11 19:43:10 +00:00
Joel Sherrill
3facd3d360 2003-08-11 Joel Sherrill <joel@OARcorp.com>
PR 453/make_build
	* startup/linkcmds: Added .eh_frame
2003-08-11 17:00:25 +00:00
Ralf Corsepius
317458ceb4 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/Makefile.am: Remove USE_INIT_FINI.
2003-08-11 16:07:24 +00:00
Ralf Corsepius
26ff37a4d8 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Remove -D__USE_INIT_FINI__.
	Remove *.cpp (Now unused).
2003-08-11 15:59:09 +00:00
Jennifer Averett
5bc5987608 2003-08-06 Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
PR 369/filesystem
	* runtest: Add sample application to show the use of the
	DOSFS functions
2003-08-11 15:00:18 +00:00
Ralf Corsepius
7dcc3feefc 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2003-08-11 14:20:43 +00:00
Ralf Corsepius
7ebeaa13b9 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
	* pppd/Makefile.am: Remove references to DOC* (Don't exist).
2003-08-11 04:37:34 +00:00
Ralf Corsepius
3ffcd229da 2003-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
2003-08-09 09:36:05 +00:00
Ralf Corsepius
b31b35f436 2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add libmisc/fsmount/Makefile.
2003-08-08 07:03:07 +00:00
Ralf Corsepius
18ceef3e2c 2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
	* src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2003-08-08 05:37:54 +00:00
Ralf Corsepius
539e266e2e 2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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 05:34:35 +00:00
Ralf Corsepius
dd984c024c 2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Merge-in lib/libcpu/configure.ac.
	Merge-in lib/libbsp/configure.ac.
2003-08-08 03:24:13 +00:00
Ralf Corsepius
b91f13f9fe 2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shmdr/Makefile.am: Reflect having merged configure.ac into
	../../configure.ac.
2003-08-08 03:20:36 +00:00
Ralf Corsepius
6bb1897eb9 2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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 03:17:50 +00:00
Ralf Corsepius
5710072a71 2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove (Merged into ../../configure.ac).
	* Makefile.am: Reflect having merged configure.ac into
	../../configure.ac.
2003-08-08 03:14:14 +00:00
Ralf Corsepius
fbd27c826f 2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am (FAMILY_OBJS): Remove *exception_processing.
2003-08-08 03:05:19 +00:00
Ralf Corsepius
8e7cdc8b10 Merger from rtems-4-6-branch 2003-08-07 05:17:27 +00:00
Ralf Corsepius
6b5a7b501d Merger from rtems-4-6-branch 2003-08-07 05:07:43 +00:00
Jennifer Averett
ac0a2afe73 2003-08-06 Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
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 19:20:52 +00:00
Jennifer Averett
ce275cffd6 2003-08-06 Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
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 19:14:14 +00:00
Jennifer Averett
1d2dbec76d 2003-08-06 Till Strauman <strauman@slac.stanford.edu>
PR 435/networking
	* rtems/rtems_showifstat.c: rtems_showifstat misses printing
	the netmask
2003-08-06 14:39:16 +00:00
Ralf Corsepius
d931f10795 2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Remove -D__embedded__ -Asystem(embedded)
	-DUSE_ENHANCED_INTR_API from cpp.
	Remove cpp, old_cpp (now unused).
	* configure.ac: Add -DUSE_ENHANCED_INTR_API to bspopts.h.
2003-08-06 13:08:01 +00:00
Ralf Corsepius
31aa51e145 2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
2003-08-06 13:06:25 +00:00