summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * libmisc/shell/shell.c, libmisc/shell/shell.h: Changed type forThomas Doerfler2009-02-271-0/+10
| | | | | | | | | boolean values from 'int' to 'bool'. Added option 'login' to enable or disable a login prompt. Changed intialization of global shell environment to static initialization. Changed stack size type to 'size_t' conforming to classic API. * libmisc/shell/shellconfig.h: Fixed some typos.
* 2009-02-20 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-201-0/+5
| | | | | * include/sys/priority.h: New. * Makefile.am: Add include/sys/priority.h
* 2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-191-0/+5
| | | | | * include/rtems/irq-extension.h, include/rtems/irq.h: Spelling errors and spacing.
* 2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-191-0/+6
| | | | | | * libnetworking/rtems/rtems_bsdnet_internal.h: Re-add boolean when building BSD code. This is used by at least one of the BSD NIC drivers I am currently porting. I am trying out
* 2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-191-0/+6
| | | | | | * libmisc/Makefile.am, libmisc/shell/shellconfig.h: Add halt command to shell which results in the shutting RTEMS down. * libmisc/shell/main_halt.c: New file.
* 2009-02-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-02-171-0/+6
| | | | | | PR 1377/shell * libmisc/shell/main_netstats.c: Remove #if 0 which should not have been there anyway.
* 2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-121-0/+6
| | | | | | * sapi/include/rtems/config.h, score/include/rtems/score/thread.h, score/src/threadidlebody.c: Change prototype of IDLE thread to consistently return void * and take a uintptr_t argument.
* 2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-111-0/+5
| | | | | * sapi/src/exinit.c: Eliminate _CPU_Thread_dispatch_pointer and passing address of _Thread_Dispatch to _CPU_Initialize. Clean up comments.
* 2009-02-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-02-111-0/+5
| | | | | PR 1374/misc * libmisc/stackchk/check.c: Fix printk formatting string.
* 2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-111-0/+5
| | | | | * sapi/src/exinit.c: Interrupts are guaranteed to be disabled by boot_card(), do not do it here as well.
* 2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-111-0/+2
| | | | | * libnetworking/sys/kernel.h: Remove PSEUDO_* (Unused, not in FreeBSD).
* 2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-111-0/+1
| | | | * libnetworking/sys/kernel.h: Remove struct linker_set (Unused).
* 2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-111-0/+1
| | | | * libnetworking/net/if_loop.c: Remove PSEUDO_SET (Unused).
* 2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-111-0/+1
| | | | * libnetworking/kern/uipc_domain.c: Remove domain_set (Unused).
* 2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-111-0/+7
| | | | | | | * libnetworking/sys/kernel.h: Remove execsw_set, si_elem_t (Unused, not in FreeBSD). #include <sys/linker_set.h>. Add #ifdef _KERNEL guards (From FreeBSD).
* 2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-111-0/+5
| | | | | * libnetworking/sys/kernel.h: Remove hostnamelen, domainnamelen, lbolt, tickdelta, timedelta (Unused, not in FreeBSD).
* 2009-02-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-101-0/+1
| | | | * libnetworking/vm/vm.h: Cosmetics from FreeBSD.
* 2009-02-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-101-0/+2
| | | | | * libnetworking/rtems/rtems_bsdnet_internal.h: Remove struct vm_page, vm_page_t, boolean_t (Unused).
* 2009-02-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-101-0/+8
| | | | | | | | * libnetworking/nfs/bootp_subr.c, libnetworking/nfsclient/nfsdiskless.h: Cosmetics from FreeBSD. * libnetworking/rtems/rtems_bsdnet_internal.h: Remove struct file (Unused).
* 2009-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-091-1/+5
| | | | | * libnetworking/sys/socketvar.h: Remove struct file, soo_ioctl, soo_select, soo_stat, getsock (Unused).
* 2009-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-061-0/+5
| | | | | * posix/include/sched.h, posix/src/sched_getparam.c: Make sched_getparam() POSIX compliant.
* 2009-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-061-0/+4
| | | | * Makefile.am: Don't install libcsupport/include/tar.h.
* 2009-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-061-0/+5
| | | | | * aclocal/canonical-target-name.m4, aclocal/enable-posix.m4: Remove comment referring to HPUX.
* 2009-02-05 Sebastian Huber <sebastian.huber@embedded-brains.de>Ralf Corsepius2009-02-051-0/+5
| | | | | * libnetworking/lib/ftpfs.c: Enable write and mount filesystem with read-write access.
* 2009-02-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-051-0/+1
| | | | * ftpd/ftpd.c: Change SIX_MONTHS to time_t.
* 2009-02-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-051-0/+4
| | | | * sapi/include/rtems/io.h: Move extern "C" brace after includes.
* 2009-02-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-051-0/+6
| | | | | | * libnetworking/net/if_ppp.h: Eliminate pppattach, pppintr (Unused). * libnetworking/net/if_ppp.c: Eliminate pppintr (Unused).
* 2009-02-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-041-0/+1
| | | | * libnetworking/rtems/rtems_dhcp.c: Remove #define KERNEL.
* 2009-02-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-041-0/+3
| | | | | | * libnetworking/Makefile.am, libnetworking/rtems/rtems_bsdnet.h, libnetworking/rtems/rtems_dhcp.c: Remove -D_COMPILING_BSD_KERNEL_ (Unused).
* 2009-02-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-041-0/+1
| | | | * libnetworking/Makefile.am: Remove -DKERNEL.
* 2009-02-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-041-0/+1
| | | | * libnetworking/rtems/rtems_mii_ioctl.c: Remove #undef KERNEL.
* 2009-02-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-041-0/+1
| | | | * libnetworking/nfs/bootp_subr.c: #include <sys/ucred.h>.
* 2009-02-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-041-0/+2
| | | | | * libcsupport/include/sys/ioccom.h: Remove #define KERNEL, #define _KERNEL.
* 2009-02-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-041-0/+3
| | | | | | * libfs/src/nfsclient/src/rpcio.c, libfs/src/nfsclient/src/sock_mbuf.c, libfs/src/nfsclient/src/xdr_mbuf.c: Remove #define KERNEL.
* 2009-02-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-041-0/+5
| | | | | * libfs/src/dosfs/fat_file.h, libfs/src/dosfs/fat_fat_operations.h: Move extern "C" brace after includes.
* 2009-02-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-031-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * posix/src/barrierattrdestroy.c, posix/src/barrierattrinit.c, posix/src/cond.c, posix/src/condattrdestroy.c, posix/src/condbroadcast.c, posix/src/conddefaultattributes.c, posix/src/condsignal.c, posix/src/condtimedwait.c, posix/src/condwait.c, posix/src/key.c, posix/src/keycreate.c, posix/src/keydelete.c, posix/src/keyrundestructors.c, posix/src/killinfo.c, posix/src/mqueue.c, posix/src/mqueuecreatesupp.c, posix/src/mqueueopen.c, posix/src/mqueuereceive.c, posix/src/mqueuerecvsupp.c, posix/src/mqueuesend.c, posix/src/mqueuesendsupp.c, posix/src/mqueuetimedreceive.c, posix/src/mqueuetimedsend.c, posix/src/mqueueunlink.c, posix/src/mutex.c, posix/src/mutexattrdestroy.c, posix/src/mutexinit.c, posix/src/mutexlock.c, posix/src/mutextimedlock.c, posix/src/mutextrylock.c, posix/src/pbarrier.c, posix/src/prwlock.c, posix/src/prwlockrdlock.c, posix/src/prwlocktimedrdlock.c, posix/src/prwlocktimedwrlock.c, posix/src/prwlocktryrdlock.c, posix/src/prwlocktrywrlock.c, posix/src/prwlockwrlock.c, posix/src/psignalunblockthread.c, posix/src/pspin.c, posix/src/pspinlock.c, posix/src/pspintrylock.c, posix/src/pthread.c, posix/src/pthreadattrdestroy.c, posix/src/pthreadcreate.c, posix/src/pthreadinitthreads.c, posix/src/pthreadkill.c, posix/src/pthreadonce.c, posix/src/pthreadsetschedparam.c, posix/src/ptimer.c, posix/src/rwlockattrdestroy.c, posix/src/rwlockattrinit.c, posix/src/semaphore.c, posix/src/semaphorecreatesupp.c, posix/src/semdestroy.c, posix/src/semopen.c, posix/src/semtrywait.c, posix/src/semunlink.c, posix/src/semwait.c: Eliminate TRUE/FALSE.
* 2009-01-30 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-01-301-0/+6
| | | | | | * score/include/rtems/score/object.h: Maximum index if 0xffff not 0xff when using 32-bit ids. This resulted in unlimited configurations not being able to create more than 255 objects of a class.
* 2009-01-29 Nickolay Semyonov-Kolchin <nbkolchin@gmail.com>Joel Sherrill2009-01-291-0/+8
| | | | | | | | PR 1359/cpukit * libcsupport/src/libio.c: rtems_libio_allocate: rtems_libio_iop_freelist incorrectly zeroed on semaphore error. Now checks error and does not modify anything until sure it has created semaphore.
* 2009-01-29 Gene Smith <gene.smith@siemens.com>Joel Sherrill2009-01-291-0/+6
| | | | | | PR 1363/filesystem * libfs/src/dosfs/fat.h: Fix issue where 32 bit values are not written correctly in FAT f/s data.
* 2009-01-29 Eric Norum <norume@aps.anl.gov>Joel Sherrill2009-01-291-0/+6
| | | | | | PR 1364/cpukit * libcsupport/src/gxx_wrappers.c: Fix compilation problems when diagnostics enabled.
* 2009-01-23 Chris Johns <chrisj@rtems.org>Chris Johns2009-01-231-0/+5
| | | | | * libmisc/shell/shell.c: Fix command line parsing of valid characters.
* 2009-01-21 Nickolay Kolchin <nbkolchin@gmail.com>Joel Sherrill2009-01-211-0/+6
| | | | | | | Joel Sherrill <joel.sherrill@oarcorp.com> PR 1357/cpukit * rtems/src/tasks.c: Ensure creating a task with no ASR is honored.
* 2009-01-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-01-211-0/+4
| | | | * rtems/src/tasks.c: Initialize event_condition to 0 just because.
* 2009-01-08 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-01-081-0/+5
| | | | | * librpc/src/xdr/xdr_float.c: M32C has no native float but GCC soft float should be IEEE format.
* 2009-01-08 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-01-081-0/+4
| | | | * score/src/objectextendinformation.c: Fold two paths into one.
* 2009-01-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-01-061-0/+14
| | | | | | | | | | | | | | * rtems/src/barrier.c, rtems/src/barrierwait.c, rtems/src/clocktodvalidate.c, rtems/src/dpmem.c, rtems/src/msg.c, rtems/src/msgmp.c, rtems/src/msgqcreate.c, rtems/src/msgqsend.c, rtems/src/msgqurgent.c, rtems/src/part.c, rtems/src/partcreate.c, rtems/src/partmp.c, rtems/src/ratemon.c, rtems/src/region.c, rtems/src/regionmp.c, rtems/src/rtemstimer.c, rtems/src/sem.c, rtems/src/semcreate.c, rtems/src/semmp.c, rtems/src/semobtain.c, rtems/src/signalsend.c, rtems/src/taskcreate.c, rtems/src/taskinitusers.c, rtems/src/taskmode.c, rtems/src/taskmp.c, rtems/src/taskresume.c, rtems/src/tasks.c, rtems/src/tasksetpriority.c: Eliminate TRUE/FALSE.
* 2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-01-051-0/+23
| | | | | | | | | | | | | | | | | | | | | | | * libcsupport/src/gxx_wrappers.c, posix/include/mqueue.h, posix/include/rtems/posix/semaphore.h, posix/inline/rtems/posix/barrier.inl, posix/inline/rtems/posix/key.inl, posix/inline/rtems/posix/mqueue.inl, posix/inline/rtems/posix/rwlock.inl, posix/inline/rtems/posix/semaphore.inl, posix/inline/rtems/posix/spinlock.inl, posix/inline/rtems/posix/timer.inl, posix/src/condget.c, posix/src/mqueuenametoid.c, posix/src/mutexget.c, posix/src/semaphorenametoid.c, posix/src/semopen.c, sapi/src/itronapi.c, sapi/src/posixapi.c: Make changes necessary for all tests to run on SPARC with 16-bit Ids. This required ensuring that all POSIX and compilering binding code makes a distinction between the public Id type (e.g. pthread_t, etc.) and the RTEMS Object_Id type. All POSIX Object Get routines should not take the POSIX Id type as the argument. Sixteen bit RTEMS Ids should be placed into the 32-bits reserved by the POSIX API type in a uniform manner now. This removed all assumptions that the external Id types in POSIX and ITRON are the same as the internal Object Id type.
* 2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-01-051-0/+5
| | | | | * itron/inline/rtems/itron/semaphore.inl: THREAD_STATUS_PROXY_BLOCKING should only be defined in multiprocessing configurations.
* 2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-01-051-0/+5
| | | | | * posix/include/rtems/posix/key.h: Remove redundant prototypes for inlines.
* 2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-01-051-0/+6
| | | | | | PR 1351/cpukit * sapi/include/confdefs.h: Mask off unlimited object bit before using configured number in calculations.