summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-08-182003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-7/+13
* aclocal/rtems-debug.m4: Remove. * aclocal/enable-rtems-debug.m4: New (Split out from rtems-debug.m4). * aclocal/check-rtems-debug.m4: New (Split out from rtems-debug.m4).
2003-08-18Remove bogus file src/listRalf Corsepius1-11/+0
2003-08-182003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius15-23/+450
PR 449/rtems: * src/getegid.c: New (Copied from ../posix/src). * src/geteuid.c: New (Copied from ../posix/src). * src/getgid.c: New (Copied from ../posix/src). * src/getgroups.c: New (Copied from ../posix/src). * src/getlogin.c: New (Copied from ../posix/src). * src/getpgrp.c: New (Copied from ../posix/src). * src/getpid.c: New (Copied from ../posix/src). * src/getppid.c: New (Copied from ../posix/src). * src/getuid.c: New (Copied from ../posix/src). * src/setpgid.c: New (Copied from ../posix/src). * src/setsid.c: New (Copied from ../posix/src). * src/no_posix: Remove getpid and _getpid_r. * Makefile.am: Reflect changes above.
2003-08-182003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius13-420/+17
PR 449/rtems: * src/getegid.c: Remove (Moved to ../libcsupport/src). * src/geteuid.c: Remove (Moved to ../libcsupport/src). * src/getgid.c: Remove (Moved to ../libcsupport/src). * src/getgroups.c: Remove (Moved to ../libcsupport/src). * src/getlogin.c: Remove (Moved to ../libcsupport/src). * src/getpgrp.c: Remove (Moved to ../libcsupport/src). * src/getpid.c: Remove (Moved to ../libcsupport/src). * src/getppid.c: Remove (Moved to ../libcsupport/src). * src/getuid.c: Remove (Moved to ../libcsupport/src). * src/setpgid.c: Remove (Moved to ../libcsupport/src). * src/setsid.c: Remove (Moved to ../libcsupport/src). * Makefile.am: Reflect changes above
2003-08-182003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-8/+4
* automake/local.am: Remove "debug".
2003-08-162003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius4-12/+12
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-142003-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-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-142003-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-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-142003-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill13-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-142003-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill7-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-142003-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-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.
2003-08-142003-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-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-142003-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+1
* ChangeLog: Add fileio to list of interactive tests.
2003-08-142003-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+5
* Makefile.am, include/rtems/score/thread.h: Add fileio to list of interactive tests.
2003-08-142003-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-1/+75
* Makefile.am: Add fileio to list of interactive tests. * src/sync.c: New file.
2003-08-142003-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+9
PR 455/bsps * rtems/score/cpu.h: Added missing CPU_swap_u16().
2003-08-142003-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill6-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-142003-08-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-4/+7
* fsmount/Makefile.am: Fix path to automake-includes.
2003-08-132003-08-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+6
* fsmount/.cvsignore: New file.
2003-08-112003-08-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* configure.ac: Removed duplicate entry.
2003-08-112003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius32-16/+80
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2003-08-082003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-0/+5
* configure.ac: Add libmisc/fsmount/Makefile.
2003-08-062003-08-06 Thomas Doerfler<Thomas.Doerfler@imd-systems.de>Jennifer Averett8-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-062003-08-06 Till Strauman <strauman@slac.stanford.edu>Jennifer Averett2-11/+57
PR 435/networking * rtems/rtems_showifstat.c: rtems_showifstat misses printing the netmask
2003-08-052003-08-05 <djc915@mail.usask.ca>Jennifer Averett2-7/+9
PR 443/filesystem * src/imfs/deviceio.c: deviceio.c mishandles return codes
2003-08-052003-08-05 Till Strauman <strauman@slac.stanford.edu>Jennifer Averett2-25/+20
PR 436/rtems_misc * monitor/mon-monitor.c: monitor registered commands list manipulation bugs
2003-08-052003-08-05 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Jennifer Averett1-0/+5
PR 440/filesystem * src/dosfs/fat_fat_operations.c: Improve write data speed for DOSFS FAT12/FAT16 systems
2003-08-052003-08-05 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Jennifer Averett1-13/+17
PR 439/filesystem * src/dosfs/fat_fat_operations.c: Improve write data speed for DOSFS FAT12/FAT16 systems
2003-08-05Fixed Change log comments.Jennifer Averett1-6/+6
2003-08-052003-08-05 Till Strauman <strauman@slac.stanford.edu>Jennifer Averett2-0/+11
PR 442/filesystem * src/open.c: file never closed if ftruncate() fails in open()
2003-08-052003-08-05 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Jennifer Averett1-0/+5
PR 439/filesystem *src/dosfs/fat_file.c: flush temporary buffer when closing files
2003-08-052003-08-05 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Jennifer Averett1-0/+5
PR 439/filesystem *src/dosfs/fat_file.c: flush temporary buffer when closing files
2003-08-052003-08-04 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Jennifer Averett1-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-052003-08-04 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Jennifer Averett4-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-252003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius4-27/+35
* 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-242003-07-24 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill1-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-242003-07-24 jennifer averett <jennifer.averett@OARcorp.com>Jennifer Averett3-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.
2003-07-182003-07-18 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2-2/+19
PR 288/rtems * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly maintained and does not reside in SPRG0.
2003-07-182003-07-18 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill5-8/+80
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-162003-07-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+7
* ChangeLog: Correct format.
2003-07-152003-07-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-2/+6
* wrapup/Makefile.am: Remove bogus $(MULTISUBDIR).
2003-07-152003-07-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-3/+7
* wrapup/Makefile.am: Remove bogus $(MULTISUBDIR).
2003-07-14PR431. MSDOS Volume semaphore timeout is now NO TIMEOUT. MSDOS volume ↵Chris Johns1-0/+4
opertations will wait for ever.
2003-07-14MSDOS Volume semaphore timeout is now NO TIMEOUT. MSDOS volume opertations ↵Chris Johns1-2/+3
will wait for ever.
2003-07-08CleanupRalf Corsepius9-109/+0
2003-07-082003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+1
* configure.ac: Remove (Merged-in into ../configure.ac) * Makefile.am, include/Makefile.am, src/Makefile.am, src/rpc/Makefile.am, src/xdr/Makefile.am: Reflect having merged configure.ac into ../configure.ac.
2003-07-082003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+5
* cpu/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2003-07-082003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-5/+12
* configure.ac: Merge-in librpc/configure.ac. * Makefile.am: Add librpc to SUBDIRS. Remove @subdirs@.
2003-07-082003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius6-60/+21
* configure.ac: Remove (Merged-in into ../configure.ac) * Makefile.am, include/Makefile.am, src/Makefile.am, src/rpc/Makefile.am, src/xdr/Makefile.am: Reflect having merged configure.ac into ../configure.ac.
2003-07-082003-07-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+6
PR 418/ada * rtems.adb: Add missing all keyword to derefence pointer.