summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-09-292004-09-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill10-1424/+8
* score/cpu/i960/.cvsignore, score/cpu/i960/ChangeLog, score/cpu/i960/Makefile.am, score/cpu/i960/asm.h, score/cpu/i960/cpu.c, score/cpu/i960/cpu_asm.S, score/cpu/i960/rtems/score/cpu.h, score/cpu/i960/rtems/score/i960.h, score/cpu/i960/rtems/score/types.h: Removed.
2004-09-272004-09-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+12
PR 294/rtems * posix/src/pthread.c: POSIX thread exit handler now confirms that it created the executing thread before implicitly exitting it.
2004-09-272004-09-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* libmisc/stackchk/check.c: Spacing.
2004-09-242004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-1/+5
* configure.ac: Require automake > 1.9.
2004-09-242004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-0/+1
* libnetworking/Makefile.am: Don't include subdirs.am.
2004-09-242004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius3-0/+7
* configure.ac: Add score/cpu/avr/Makefile.am. * score/cpu/Makefile.am: Add avr.
2004-09-24New.Ralf Corsepius12-0/+1994
2004-09-232004-09-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-1/+6
* librpc/src/xdr/xdr_float.c: Add __AVR__.
2004-09-212004-09-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius3-17/+25
* aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac). * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
2004-09-172004-09-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill9-0/+73
PR 677/misc * libmisc/dumpbuf/dumpbuf.h, libmisc/fsmount/fsmount.h, libmisc/rtmonuse/rtmonuse.h, libmisc/serdbg/serdbg.h, libmisc/serdbg/serdbgcnf.h, libmisc/serdbg/termios_printk.h, libmisc/serdbg/termios_printk_cnf.h, libmisc/untar/untar.h: Add extern C wrappers.
2004-09-172004-09-17 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill2-1/+7
PR 676/networking * libnetworking/nfs/bootp_subr.c: /etc/resolv.conf contains NTP instead of DNS servers.
2004-08-202004-08-19 Jay Monkman <jtm@lopingdog.com>Jay Monkman2-1/+7
PR 671/bsps * rtems/score/cpu.h: Fixed bug in _CPU_ISR_Set_level, where input param was always ignored.
2004-08-182004-08-18 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-3/+8
PR 673/make_build * aclocal/rtems-top.m4 (RTEMS_TOP): Add further quotes.
2004-07-282004-07-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* aclocal/version.m4: Updated to rtems-4.6.99.1.
2004-07-28Back off version again.Joel Sherrill1-4/+0
2004-07-282004-07-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* aclocal/version.m4: Updated to rtems-4.6.99.1.
2004-07-28Back off version.Joel Sherrill1-4/+0
2004-07-282004-07-28Joel Sherrill2-1/+5
* aclocal/version.m4: Updated to rtems-4.6.99.1.
2004-07-252004-07-25 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill3-52/+149
PR 620/networking * libnetworking/lib/rtems_bsdnet_ntp.c, libnetworking/rtems/rtems_bsdnet.h: Enhance NTP API.
2004-07-252004-07-25 Thomas Rauscher <trauscher@loytec.com>Joel Sherrill2-3/+8
PR 609/rtems * score/src/threaddispatch.c: Close race condition between _Thread_Dispatch and _Thread_Tickle_timeslice.
2004-07-252004-07-25 Victor Vengerov <Victor.Vengerov@oktetlabs.ru>Joel Sherrill2-0/+13
PR 654/rtems * score/src/threadinitialize.c: Initialize the per thread watchdog timer. When the thread control block is reused, we cannot depend on it being zeroed.
2004-07-252004-07-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-42/+27
* cpu_asm.S: Remove use of C++ style comments and make this compile again.
2004-07-252004-07-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+6
* rtems/score/m68k.h: Add include of <stdint.h> for uint32_t used by endian swapping routines.
2004-07-242004-07-24 Mick Davis <mickd@microsol.iinet.net.au>Joel Sherrill2-0/+11
PR 641/rtems * rtems/src/eventsurrender.c: The problem here is that events may be lost when sent to a task which enters rtems_event_receive() with options set to wait with a timeout and to return on receipt of any event. The events are sent from an interrupt source such as a timer service routine. If more than one set of events is sent to the task before it returns, the first event set may be overwritten.
2004-07-242004-07-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+6
PR 661/rtems * score/src/objectmp.c: Fix invalid dereference.
2004-07-242004-07-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-12/+19
PR 660/rtems * score/cpu/m68k/rtems/score/m68k.h, score/cpu/mips/cpu_asm.S, score/src/threadinitialize.c, score/src/threadstackallocate.c: Check for overflow when allocating stack.
2004-07-242004-07-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+15
PR 659/rtems * score/src/heapsizeofuserarea.c: Check that address specified is in the heap.
2004-07-24Fix format.Joel Sherrill1-1/+1
2004-07-242004-07-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-3/+12
PR rtems/652 * rtems/src/signalsend.c: Return RTEMS_INVALID_NUMBER when sending an empty signal set.
2004-07-142004-07-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-15/+39
PR 650/rtems * score/src/coremsg.c: Check for mathemathical overflow when calculating amount of memory to allocate for message buffers.
2004-07-142004-07-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+8
PR 651/core * rtems/src/taskident.c: Add NULL check for id.
2004-06-292004-06-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+7
PR 631/rtems * rtems/src/msgqcreate.c: Return unsatisfied from message_queue_create when unable to allocate message buffer memory.
2004-05-31Import from zlib-1.2.5Ralf Corsepius1-0/+59
2004-05-212004-05-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill7-8/+39
PR 628/rtems * posix/src/killinfo.c, posix/src/pthreadkill.c, posix/src/ptimer1.c, posix/src/sigaction.c, posix/src/sigaddset.c, posix/src/sigsuspend.c: Signal set of 0 is supposed to return EINVAL. In addition timer_create needed to return an error if the clock was not CLOCK_REALTIME.
2004-05-212004-05-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+8
PR 629/rtems * cpukit/src/mqueuecreatesupp.c: Return EINVAL is mq_maxmsg is <= 0, not <.
2004-05-212004-05-21 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill2-1/+7
PR 626/networking * libnetworking/rtems/rtems_showifstat.c: Use unsigned char to avoid printing leading FFFFFF for byte values > 127.
2004-05-062004-05-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill56-41/+194
PR 618/rtems * rtems/include/rtems/rtems/status.h, rtems/src/clockget.c, rtems/src/clockset.c, rtems/src/dpmemcreate.c, rtems/src/dpmemexternal2internal.c, rtems/src/dpmeminternal2external.c, rtems/src/eventmp.c, rtems/src/eventreceive.c, rtems/src/eventsend.c, rtems/src/msgqbroadcast.c, rtems/src/msgqcreate.c, rtems/src/msgqflush.c, rtems/src/msgqgetnumberpending.c, rtems/src/msgqreceive.c, rtems/src/msgqsubmit.c, rtems/src/partcreate.c, rtems/src/partdelete.c, rtems/src/partgetbuffer.c, rtems/src/ratemoncancel.c, rtems/src/ratemoncreate.c, rtems/src/ratemondelete.c, rtems/src/ratemongetstatus.c, rtems/src/ratemonident.c, rtems/src/ratemonperiod.c, rtems/src/regioncreate.c, rtems/src/regiondelete.c, rtems/src/regionextend.c, rtems/src/regiongetsegment.c, rtems/src/regiongetsegmentsize.c, rtems/src/regionreturnsegment.c, rtems/src/semcreate.c, rtems/src/semdelete.c, rtems/src/semflush.c, rtems/src/semident.c, rtems/src/taskcreate.c, rtems/src/taskgetnote.c, rtems/src/taskmode.c, rtems/src/taskrestart.c, rtems/src/taskresume.c, rtems/src/tasksetnote.c, rtems/src/tasksuspend.c, rtems/src/taskvariableadd.c, rtems/src/taskvariabledelete.c, rtems/src/taskvariableget.c, rtems/src/taskwakewhen.c, rtems/src/timercreate.c, rtems/src/timerdelete.c, rtems/src/timerfireafter.c, rtems/src/timerfirewhen.c, rtems/src/timerserverfireafter.c, rtems/src/timerserverfirewhen.c, score/include/rtems/score/object.h, score/src/coretodvalidate.c, score/src/objectnametoid.c: Add NULL checks.
2004-04-302004-04-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+9
* libnetworking/kern/kern_sysctl.c: sysctl_register_all cannot be static with RTEMS.
2004-04-302004-04-30 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-8/+7
* libnetworking/netinet/in.c: Partial update from FreeBSD.
2004-04-262004-04-26 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-4/+10
* libnetworking/kern/kern_sysctl.c: Partial updates from FreeBSD.
2004-04-262004-04-26 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius4-83/+108
* libnetworking/netinet/igmp_var.h: Cosmetic updates from FreeBSD. * libnetworking/sys/sysctl.h: Update from FreeBSD. * libnetworking/sys/socketvar.h: Update from FreeBSD.
2004-04-242004-04-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-15/+16
* libnetworking/sys/protosw.h: More partial updates from FreeBSD.
2004-04-242004-04-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-1/+5
* libnetworking/net/route.c: Reflect changes to radix.h.
2004-04-222004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius3-186/+241
* libnetworking/net/radix.h, libnetworking/net/radix.c: Partial update from FreeBSD.
2004-04-222004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-6/+12
* libnetworking/sys/socket.h: Further update from FreeBSD (Add sa_family_t).
2004-04-22Fix typos.Ralf Corsepius1-2/+2
2004-04-222004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius4-40/+60
* libnetworking/sys/protosw.h: Partial update from FreeBSD. * libnetworking/sys/socket.h: Partial update from FreeBSD. * libnetworking/rtems/rtems_syscall.c: Reflect changes to socket.h.
2004-04-222004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius3-12/+14
* libnetworking/kern/uipc_socket.c: Partial update from FreeBSD (Remove adv-clause from copyright notice). * libnetworking/netinet/igmp_var.h: Partial update from FreeBSD.
2004-04-202004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-0/+30
* libnetworking/net/bpf.h, libnetworking/net/if.h, libnetworking/net/if_dl.h, libnetworking/net/if_ppp.h, libnetworking/net/netisr.h, libnetworking/net/pppcompress.c, libnetworking/net/radix.c, libnetworking/net/radix.h, libnetworking/net/raw_cb.h, libnetworking/net/route.h, libnetworking/netinet/icmp_var.h, libnetworking/netinet/if_ether.h, libnetworking/netinet/igmp_var.h, libnetworking/netinet/in.h, libnetworking/netinet/in_pcb.h, libnetworking/netinet/in_systm.h, libnetworking/netinet/in_var.h, libnetworking/netinet/ip_fw.h, libnetworking/netinet/ip_icmp.h, libnetworking/netinet/ip_mroute.h, libnetworking/netinet/ip_var.h, libnetworking/netinet/tcp_debug.h, libnetworking/netinet/tcp_seq.h, libnetworking/netinet/tcp_timer.h, libnetworking/netinet/tcp_var.h, libnetworking/netinet/udp_var.h, libnetworking/nfs/nfs.h, libnetworking/rtems/rtems_bsdnet.h, libnetworking/rtems/rtems_bsdnet_internal.h, libnetworking/sys/buf.h, libnetworking/sys/callout.h, libnetworking/sys/conf.h, libnetworking/sys/domain.h, libnetworking/sys/malloc.h, libnetworking/sys/mbuf.h, libnetworking/sys/mount.h, libnetworking/sys/protosw.h, libnetworking/sys/queue.h, libnetworking/sys/rtprio.h, libnetworking/sys/select.h, libnetworking/sys/signalvar.h, libnetworking/sys/socket.h, libnetworking/sys/socketvar.h, libnetworking/sys/sysctl.h, libnetworking/sys/syslog.h, libnetworking/sys/ucred.h, libnetworking/sys/uio.h, libnetworking/vm/vm.h, libnetworking/vm/vm_extern.h, libnetworking/vm/vm_param.h: Use -D_KERNEL instead of -DKERNEL for greater FreeBSD compliance.
2004-04-20Use -D_KERNEL instead of -DKERNEL for greater FreeBSD compliance.Ralf Corsepius49-102/+102