summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-063-3/+11
| | | | | | | * 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 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-066-4/+15
| | | | * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
* 2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-0698-147/+245
| | | | | * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp. Remove cpp, old_cpp (now unused).
* 2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-066-3/+15
| | | | * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
* 2003-08-05 <djc915@mail.usask.ca>Jennifer Averett2003-08-052-7/+9
| | | | | PR 443/filesystem * src/imfs/deviceio.c: deviceio.c mishandles return codes
* 2003-08-05 Till Strauman <strauman@slac.stanford.edu>Jennifer Averett2003-08-053-7/+16
| | | | | | | | 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 Till Strauman <strauman@slac.stanford.edu>Jennifer Averett2003-08-052-25/+20
| | | | | PR 436/rtems_misc * monitor/mon-monitor.c: monitor registered commands list manipulation bugs
* 2003-08-05 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Jennifer Averett2003-08-051-0/+5
| | | | | PR 440/filesystem * src/dosfs/fat_fat_operations.c: Improve write data speed for DOSFS FAT12/FAT16 systems
* 2003-08-05 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Jennifer Averett2003-08-051-13/+17
| | | | | PR 439/filesystem * src/dosfs/fat_fat_operations.c: Improve write data speed for DOSFS FAT12/FAT16 systems
* Fixed Change log comments.Jennifer Averett2003-08-051-6/+6
|
* 2003-08-05 Till Strauman <strauman@slac.stanford.edu>Jennifer Averett2003-08-052-0/+11
| | | | | PR 442/filesystem * src/open.c: file never closed if ftruncate() fails in open()
* 2003-08-05 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Jennifer Averett2003-08-051-0/+5
| | | | | PR 439/filesystem *src/dosfs/fat_file.c: flush temporary buffer when closing files
* 2003-08-05 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Jennifer Averett2003-08-051-0/+5
| | | | | PR 439/filesystem *src/dosfs/fat_file.c: flush temporary buffer when closing files
* 2003-08-04 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Jennifer Averett2003-08-051-0/+9
| | | | | | | | | 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-04 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Jennifer Averett2003-08-054-7/+159
| | | | | | | | | 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-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-07-252-5/+9
| | | | * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
* 2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-07-252-7/+21
| | | | * configure.ac: Merge-in librdbg/configure.ac.
* 2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-07-2515-134/+83
| | | | | | | | | | | | * 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 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-07-255-15/+25
| | | | | | * ide/Makefile.am, network/Makefile.am, rtc/Makefile.am, serial/Makefile.am: Add conditional LIBCHIP. Conditionally build include-dirs.
* 2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-07-252-12/+16
| | | | * network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
* 2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-07-252-5/+12
| | | | | * network/if_hdlcsubr.c: Use memcopy instead of bcmp, Use memcmp instead of bcmp.
* 2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-07-252-13/+29
| | | | | * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of librdbg/configure.ac.
* 2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-07-2513-116/+85
| | | | | | | | * 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-24 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill2003-07-241-0/+7
| | | | | | | 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 jennifer averett <jennifer.averett@OARcorp.com>Jennifer Averett2003-07-243-5/+4
| | | | | | | 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.