summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix format.Joel Sherrill2004-07-241-1/+1
|
* 2004-07-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-242-3/+12
| | | | | | PR rtems/652 * rtems/src/signalsend.c: Return RTEMS_INVALID_NUMBER when sending an empty signal set.
* 2004-07-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-142-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-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-142-0/+8
| | | | | PR 651/core * rtems/src/taskident.c: Add NULL check for id.
* 2004-06-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-06-292-1/+7
| | | | | | PR 631/rtems * rtems/src/msgqcreate.c: Return unsatisfied from message_queue_create when unable to allocate message buffer memory.
* This commit was generated by cvs2svn to compensate for changes in r10559,Ralf Corsepius2004-05-311-0/+59
|\ | | | | which included commits to RCS files with non-trunk default branches.
| * Import from zlib-1.2.5Ralf Corsepius2004-05-311-0/+59
| |
* | 2004-05-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-05-217-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-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-05-212-2/+8
| | | | | | | | | | | | PR 629/rtems * cpukit/src/mqueuecreatesupp.c: Return EINVAL is mq_maxmsg is <= 0, not <.
* | 2004-05-21 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill2004-05-212-1/+7
| | | | | | | | | | | | PR 626/networking * libnetworking/rtems/rtems_showifstat.c: Use unsigned char to avoid printing leading FFFFFF for byte values > 127.
* | 2004-05-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-05-0656-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-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-04-302-0/+9
| | | | | | | | | | * libnetworking/kern/kern_sysctl.c: sysctl_register_all cannot be static with RTEMS.
* | 2004-04-30 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-302-8/+7
| | | | | | | | * libnetworking/netinet/in.c: Partial update from FreeBSD.
* | 2004-04-26 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-262-4/+10
| | | | | | | | * libnetworking/kern/kern_sysctl.c: Partial updates from FreeBSD.
* | 2004-04-26 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-264-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-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-242-15/+16
| | | | | | | | * libnetworking/sys/protosw.h: More partial updates from FreeBSD.
* | 2004-04-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-242-1/+5
| | | | | | | | * libnetworking/net/route.c: Reflect changes to radix.h.
* | 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-223-186/+241
| | | | | | | | | | * libnetworking/net/radix.h, libnetworking/net/radix.c: Partial update from FreeBSD.
* | 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-222-6/+12
| | | | | | | | | | * libnetworking/sys/socket.h: Further update from FreeBSD (Add sa_family_t).
* | Fix typos.Ralf Corsepius2004-04-221-2/+2
| |
* | 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-224-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-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-223-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-20 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-201-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.
* | Use -D_KERNEL instead of -DKERNEL for greater FreeBSD compliance.Ralf Corsepius2004-04-2049-102/+102
| |
* | 2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-202-1/+5
| | | | | | | | * libnetworking/Makefile.am: Add -D_KERNEL to CPPFLAGS.
* | 2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-202-9/+13
| | | | | | | | * libnetworking/net/bpf.h: Partial update from FreeBSD.
* | 2004-04-19 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-193-31/+38
| | | | | | | | | | * libnetworking/sys/sysctl.h: Partial update from FreeBSD. * libnetworking/kern/kern_sysctl.c: Partial update from FreeBSD.
* | Remove stray white spaces.Ralf Corsepius2004-04-1810-49/+49
| |
* | Remove stray white spaces.Ralf Corsepius2004-04-1855-112/+112
| |
* | Remove stray white spaces.Ralf Corsepius2004-04-18115-570/+570
| |
* | Remove stray white spaces.Ralf Corsepius2004-04-1774-378/+378
| |
* | 2004-04-17 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-173-24/+29
| | | | | | | | | | * libfs/src/imfs/imfs_debug.c, libfs/src/imfs/memfile.c: Use fprintf(stdout,...) instead of printf.
* | Remove stray white spaces.Ralf Corsepius2004-04-1750-1263/+1263
| |
* | 2004-04-17 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-172-1/+6
| | | | | | | | | | * libblock/src/ide_part_table.c: Use fprintf(stdout,...) instead of printf.
* | Remove stray white spaces.Ralf Corsepius2004-04-179-103/+103
| |
* | 2004-04-17 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-1724-286/+301
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * libmisc/capture/capture-cli.c, libmisc/cpuuse/cpuuse.c, libmisc/dumpbuf/dumpbuf.c, libmisc/fsmount/fsmount.c, libmisc/monitor/mon-command.c, libmisc/monitor/mon-config.c, libmisc/monitor/mon-dname.c, libmisc/monitor/mon-driver.c, libmisc/monitor/mon-extension.c, libmisc/monitor/mon-itask.c, libmisc/monitor/mon-monitor.c, libmisc/monitor/mon-mpci.c, libmisc/monitor/mon-object.c, libmisc/monitor/mon-prmisc.c, libmisc/monitor/mon-queue.c, libmisc/monitor/mon-symbols.c, libmisc/monitor/mon-task.c, libmisc/rtmonuse/rtmonuse.c, libmisc/shell/cmds.c, libmisc/shell/shell.c, libmisc/shell/shell.h, libmisc/stackchk/check.c, libmisc/untar/untar.c: Use fprintf(stdout,...) instead of printf.
* | Remove stray white spaces.Ralf Corsepius2004-04-1642-522/+578
| |
* | Remove stray white spaces.Ralf Corsepius2004-04-1610-83/+83
| |
* | 2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-162-2/+4
| | | | | | | | * sapi/include/rtems/sptables.h: Remove _RTEMS_version.
* | Remove stray white spaces.Ralf Corsepius2004-04-166-44/+44
| |
* | 2004-04-16 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-162-4/+9
| | | | | | | | | | * rtems/score/i386.h: Rename i386_swap_U* to i386_swap_u* (API consistency with other ports).
* | Remove stray white spaces.Ralf Corsepius2004-04-16126-670/+670
| |
* | Remove stray white spaces.Ralf Corsepius2004-04-158-148/+148
| |
* | Remove stray white spaces.Ralf Corsepius2004-04-151-10/+10
| |
* | Remove stray white spaces.Ralf Corsepius2004-04-156-7/+1
| |
* | Remove stray white spaces.Ralf Corsepius2004-04-1519-19/+1
| |
* | Remove stray white spaces.Ralf Corsepius2004-04-15219-263/+37
| |
* | Remove unnecessary white spaces.Ralf Corsepius2004-04-1576-252/+167
| |
* | 2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-142-13/+9
| | | | | | | | | | * libcsupport/Makefile.am: Install include_sys_HEADERS for NEWLIB only. Merge sys/cdefs.h into general include_sys_HEADERS.
* | 2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-142-5/+6
| | | | | | | | | | | | PR 605/bsps * cpu.c: Remove further c++ style comments having been missed in previous patch. Remove printf's entirely.