Commit Graph

7711 Commits

Author SHA1 Message Date
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
Ralf Corsepius
d266acd281 2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
	Remove cpp, old_cpp (now unused).
2003-08-06 12:56:55 +00:00
Ralf Corsepius
318d8611b7 2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
2003-08-06 12:10:02 +00:00
Jennifer Averett
8d49b7c43f 2003-08-05 <djc915@mail.usask.ca>
PR 443/filesystem
	* src/imfs/deviceio.c: deviceio.c mishandles return codes
2003-08-05 20:26:09 +00:00
Jennifer Averett
d14ba4884f 2003-08-05 Till Strauman <strauman@slac.stanford.edu>
PR 437/bsps
	* irq/irc.c: calls to bspIo/printk must not use '%i' format which is
	apparently not supported
        * pci/pci.c: calls to bspIo/printk must not use '%i' format which is
	apparently not supported
2003-08-05 19:51:33 +00:00
Jennifer Averett
2d99235e7e 2003-08-05 Till Strauman <strauman@slac.stanford.edu>
PR 436/rtems_misc
	* monitor/mon-monitor.c: monitor registered commands list manipulation bugs
2003-08-05 18:59:56 +00:00
Jennifer Averett
d29cb934ab 2003-08-05 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
PR 440/filesystem
	* src/dosfs/fat_fat_operations.c: Improve write data speed for DOSFS FAT12/FAT16 systems
2003-08-05 18:08:57 +00:00
Jennifer Averett
92b8547be2 2003-08-05 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
PR 439/filesystem
	* src/dosfs/fat_fat_operations.c: Improve write data speed for DOSFS FAT12/FAT16 systems
2003-08-05 18:05:20 +00:00
Jennifer Averett
45b185e082 Fixed Change log comments. 2003-08-05 16:03:50 +00:00
Jennifer Averett
1d4e666008 2003-08-05 Till Strauman <strauman@slac.stanford.edu>
PR 442/filesystem
	* src/open.c: file never closed if ftruncate() fails in open()
2003-08-05 15:50:11 +00:00
Jennifer Averett
2e4d84a84e 2003-08-05 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
PR 439/filesystem
	*src/dosfs/fat_file.c: flush temporary buffer when closing files
2003-08-05 14:50:53 +00:00
Jennifer Averett
e0b7cbb4f4 2003-08-05 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
PR 439/filesystem
	*src/dosfs/fat_file.c: flush temporary buffer when closing files
2003-08-05 14:45:46 +00:00
Jennifer Averett
db39db45d3 2003-08-04 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
PR 441/filesystem
	*src/dosfs/msdos.h: add rename support to DOSFS
	*src/dosfs/msdos_create.c: add rename support to DOSFS
	*src/dosfs/msdos_file.c: add rename support to DOSFS
	*src/dosfs/msdos_init.c: add rename support to DOSFS
	*src/dosfs/msdos_mknod.c: add rename support to DOSFS
2003-08-05 14:17:41 +00:00
Jennifer Averett
2e7b6dbbb5 2003-08-04 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
PR 441/filesystem
	*src/dosfs/msdos.h: add rename support to DOSFS
	*src/dosfs/msdos_create.c: add rename support to DOSFS
	*src/dosfs/msdos_file.c: add rename support to DOSFS
	*src/dosfs/msdos_init.c: add rename support to DOSFS
	*src/dosfs/msdos_mknod.c: add rename support to DOSFS
2003-08-05 14:05:56 +00:00
Ralf Corsepius
da499ad0e8 2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2003-07-25 15:50:07 +00:00
Ralf Corsepius
6fcf4571c2 2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Merge-in librdbg/configure.ac.
2003-07-25 14:46:49 +00:00
Ralf Corsepius
e37d719653 2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove (Merged into ../configure.ac).
	* Makefile.am, include/Makefile.am, include/rdbg/Makefile.am,
	include/rdbg/i386/Makefile.am, include/rdbg/m68k/Makefile.am,
	include/rdbg/powerpc/Makefile.am, src/Makefile.am,
	src/i386/Makefile.am, src/i386/any/Makefile.am,
	src/m68k/Makefile.am, src/m68k/any/Makefile.am,
	src/powerpc/Makefile.am,
	src/powerpc/new_exception_processing/Makefile.am:
	Reflect having merged configure.ac into ../configure.ac.
2003-07-25 14:42:01 +00:00
Ralf Corsepius
c7ff624cff 2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* ide/Makefile.am, network/Makefile.am, rtc/Makefile.am,
	serial/Makefile.am: Add conditional LIBCHIP.
	Conditionally build include-dirs.
2003-07-25 06:35:06 +00:00
Ralf Corsepius
754ca59b25 2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2003-07-25 06:31:14 +00:00
Ralf Corsepius
e900940e9c 2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* network/if_hdlcsubr.c: Use memcopy instead of bcmp,
	Use memcmp instead of bcmp.
2003-07-25 06:28:00 +00:00
Ralf Corsepius
4108ae8d2a 2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Merge-in libnetworking/configure.ac.
	Merge-in parts of librdbg/configure.ac.
2003-07-25 06:20:58 +00:00
Ralf Corsepius
4078e82ae5 2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove (Merged into ../configure.ac).
	* .cvsignore, Makefile.am, pppd/Makefile.am,
	rtems_servers/Makefile.am, rtems_telnetd/Makefile.am,
	rtems_webserver/Makefile.am, wrapup/Makefile.am:
	Reflect having merged configure.ac into ../configure.ac
2003-07-25 06:15:38 +00:00
Joel Sherrill
ff393f2c85 2003-07-24 Jennifer Averett <jennifer.averett@OARcorp.com>
PR 434/filesystem
	* src/imfs/imfs_init.c: Modified to return error code
	* src/imfs/miniimfs_init.c: Modified to return error code
	* src/imfs/imfs_initsup.c: Modified to set error upon memory failure.
2003-07-24 22:35:12 +00:00
Jennifer Averett
1e4d4f85d8 2003-07-24 jennifer averett <jennifer.averett@OARcorp.com>
PR 434/filesystem
	* src/imfs/imfs_init.c: Modified to return error code
	* src/imfs/miniimfs_init.c: Modified to return error code
	* src/imfs/imfs_initsup.c: Modified to set error upon memory failure.
2003-07-24 19:54:55 +00:00
Joel Sherrill
129b4a792b 2003-07-18 Till Straumann <strauman@slac.stanford.edu>
PR 288/rtems
	* support/new_exception_processing/cpu.c: _ISR_Nest_level is now
	properly maintained and does not reside in SPRG0.
2003-07-23 17:40:02 +00:00
Joel Sherrill
1ede24cc01 2003-07-18 Till Straumann <strauman@slac.stanford.edu>
PR 288/rtems
	* rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly
	maintained and does not reside in SPRG0.
2003-07-18 17:25:02 +00:00
Joel Sherrill
ec821afa54 2003-07-18 Till Straumann <strauman@slac.stanford.edu>
PR 288/rtems
	* irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly
	maintained and any BSP which does not do so will trip a panic in the
	shared code.
2003-07-18 17:24:48 +00:00
Joel Sherrill
7b59de1c8b 2003-07-18 Till Straumann <strauman@slac.stanford.edu>
PR 288/rtems
	* startup/bspstart.c: _ISR_Nest_level is now properly maintained.
2003-07-18 17:24:31 +00:00
Joel Sherrill
ae20a3e22e 2003-07-18 Till Straumann <strauman@slac.stanford.edu>
PR 288/rtems
	* irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly
	maintained.
2003-07-18 17:24:18 +00:00
Joel Sherrill
674b94973e 2003-07-18 Till Straumann <strauman@slac.stanford.edu>
PR 415/bsps
	* pci/detect_raven_bridge.c, startup/bspstart.c:
	This patch reverts enabling MCP interrupts for the motorola_powerpc
	BSPs. REASON: pci config space scanning (as e.g. done by the DEC
	Ethernet driver) would raise machine check exceptions.
2003-07-18 17:05:48 +00:00
Joel Sherrill
35f9374097 2003-07-16 Greg Menke <gregory.menke@gsfc.nasa.gov>
PR 428/bsps
	PR 432/bsps
	* bootloader/pci.c: Re-instated code that prevents remapping small
	IO regions, which if remapped would cause i8259 registers to move
	out from under the #define'd base addresses.
	* startup/bspstart.c: Reduced BAT2 PCI memory allocation to 256
	megs, I incorrectly had extended it which would cause problems with
	PCI devices that defined prefetchable memory.
2003-07-18 15:52:57 +00:00
Joel Sherrill
0ffa407a2d 2003-07-16 Greg Menke <gregory.menke@gsfc.nasa.gov>
PR 428/bsps
	PR 432/bsps
	* pci/pcibios.c, pci/pcibios.h: Added BSP_pci_Find_Device() which
	is copied from motorola_shared.
2003-07-18 15:52:41 +00:00
Joel Sherrill
3584398afe 2003-07-18 Greg Menke <gregory.menke@gsfc.nasa.gov>
PR 429/bsps
	PR 432/bsps
	* network/elnk.c: Due to a bug in the driver, if multiple packets
	are queued onto an elnk board, the ISR will deadlock the device with
	a tx complete interrupt.  Lighter tx loads are not affected as they
	end up submitting single packets to the device.
2003-07-18 15:52:26 +00:00
Joel Sherrill
fbbe5fde57 2003-07-18 Till Straumann <strauman@slac.stanford.edu>
PR 430/rtems
	* include/rtems/score/watchdog.h: _Watchdog_Ticks_since_boot should
	be a VOLATILE variable.
	* src/watchdoginsert.c: 'restart' algorithm needs to enforce
	reloading the list head in case a TICK interrupt during ISR_Flash()
	modified the list.  This is achieved by a proper VOLATILE cast.
	Also _Watchdog_Sync_count++ should be protected by _ISR_Disable
	(prevent corruption in case ISR calls watchdoginsert)
	* src/watchdogadjust.c: ISR protection added.
	* src/watchdogtickle.c: ISR protection added.
	NOTE: PowerPC BSPs using the new exception processing MUST BE UPDATED
	to maintain _ISR_Nest_level. See also PR288 which provides fixes
	for the affected BSPs distributed with RTEMS.
2003-07-18 14:47:55 +00:00