summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2008-08-18 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-181-0/+6
| | | | | | * libnetworking/netinet/in_cksum.c: Add missing prototypes. * librpc/src/rpc/clnt_tcp.c, librpc/src/rpc/svc_tcp.c: Add missing prototypes.
* 2008-08-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-161-0/+4
| | | | * libfs/src/nfsclient/src/librtemsNfs.h: Add missing prototype.
* 2008-08-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-161-0/+5
| | | | | * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration -Wstrict-prototypes to RTEMS_CFLAGS.
* 2008-08-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-151-0/+5
| | | | | PR 1297/cpukit * posix/src/prwlockinit.c: Fix NULL attribute pointer handling.
* 2008-08-14 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-08-141-0/+7
| | | | | | | * rtems/include/rtems/rtems/ratemon.h, rtems/include/rtems/rtems/status.h, score/include/rtems/score/coremutex.h, score/include/rtems/score/object.h: Removed extraneous commas.
* Formatting.Joel Sherrill2008-08-131-6/+6
|
* 2008-08-08 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-081-0/+4
| | | | * rtems/include/rtems/rtems/msgmp.h: Fix MP code missed by Sebastian.
* Fix joel mistake.Joel Sherrill2008-08-081-3/+6
|
* 2008-08-05 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-08-081-0/+5
| | | | | | | | * libmisc/monitor/monitor.h, rtems/include/rtems/rtems/tasks.h, score/include/rtems/score/thread.h, score/src/threadreset.c, score/src/threadrestart.c, score/src/threadstart.c: New type Thread_Entry_numeric_type for numeric arguments in thread entry functions with at least one numeric argument.
* 2008-08-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-071-0/+7
| | | | | | | * score/include/rtems/score/sysstate.h, score/inline/rtems/score/sysstate.inl, score/src/thread.c: Make _System_state_Is_multiprocessing unused when multiprocessing is not enabled. Saves one more variable from single processor configuration.
* Format.Joel Sherrill2008-08-071-1/+3
|
* 2008-08-07 Chris Johns <chrisj@rtems.org>Chris Johns2008-08-071-0/+9
| | | | | | | | | * libcsupport/src/_rename_r.c: Fixed return code bug. Add a check to see if the 'to' path was a directory and removed the directory. * libmisc/Makefile.am, libmisc/shell/shellconfig.h: Added the mv command. * libmisc/shell/main_mv.c, libmisc/shell/pathnames-mv.h: New.
* 2008-08-06 Chris Johns <chrisj@rtems.org>Chris Johns2008-08-061-0/+5
| | | | | * libblock/src/bdbuf.c: PR1272. Fixed similar possible issues in the new bdbuf code.
* 2008-08-06 Brett Swimley <brett.swimley@aedbozeman.com>Chris Johns2008-08-061-0/+5
| | | | | * libblock/src/diskdevs.c: PR1192. Update the disktap pointer after the realloc.
* 2008-08-06 Till Straumann <strauman@slac.stanford.edu>Chris Johns2008-08-061-0/+5
| | | | | * libblock/src/diskdevs.c: PR1269. Delete the semaphore rather than release it.
* 2008-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-051-0/+8
| | | | | | | | PR 537/bsps * libcsupport/include/rtems/libcsupport.h, libcsupport/src/newlibc.c, libcsupport/src/no_libc.c, libcsupport/src/unixlibc.c: Eliminate vestiges of ticks_per_timeslice controlling newlib reentrancy. The parameter was ignored in libc_init().
* 2008-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-051-0/+5
| | | | | PR 741/networking * libmisc/dummy/dummy.c: Add dummy network configuration.
* 2008-08-04 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-08-051-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | * rtems/include/rtems/rtems/sem.h, rtems/src/semobtain.c: Changed option set type to rtems_option. * score/src/objectgetinfo.c: Check return value of _Objects_API_maximum_class(). * libmisc/monitor/mon-mpci.c, libmisc/monitor/monitor.h, rtems/include/rtems/rtems/message.h, rtems/src/msgmp.c, rtems/src/msgqallocate.c, rtems/src/msgqbroadcast.c, rtems/src/msgqcreate.c, rtems/src/msgqreceive.c, rtems/src/msgqsend.c, rtems/src/msgqurgent.c, score/include/rtems/score/coremsg.h, score/include/rtems/score/mpci.h, score/include/rtems/score/thread.h, score/inline/rtems/score/coremsg.inl, score/src/coremsg.c, score/src/coremsgbroadcast.c, score/src/coremsgseize.c, score/src/coremsgsubmit.c: Removed parameters of _Message_queue_Allocate(). Changed option set type to rtems_option. Changed type of maximum message and packet size to size_t. Changed the input buffer type for message send functions to "const void *". Changed the pointer to the second return argument in the thread wait information to a union. This union can contain a pointer to an immutable or a mutable object. This is somewhat fragile. An alternative would be to add a third pointer for immutable objects, but this would increase the structure size.
* 2008-08-05 Xudong Guan <xudong.guan@criticalsoftware.com>Joel Sherrill2008-08-051-0/+9
| | | | | | | | | PR 1212/cpukit * rtems/src/taskmode.c, score/src/threadtickletimeslice.c: Time slicing will not happen if the task mode is changed from a non-timeslicing mode to timeslicing mode if it is done by the executing thread (e.g. in its task body). This change includes sp44 to demonstrate the problem and verify the correction.
* 2008-08-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-041-0/+5
| | | | | * posix/src/mqueuetimedreceive.c, posix/src/mqueuetimedsend.c: Fix warnings.
* 2008-08-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-041-0/+8
| | | | | | | | PR 1265/cpukit * score/include/rtems/score/object.h, score/src/objectallocatebyindex.c: Rename index argument to avoid warning when rtems.h and string.h are included at the same time by user code.
* 2008-08-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-031-0/+6
| | | | | | * libnetworking/lib/tftpDriver.c: Add prototypes. * pppd/rtemsmain.c: Add prototypes. * zlib/crc32.c: Add prototypes.
* 2008-08-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-031-1/+6
| | | | | * telnetd/telnetd.c: Add missing prototypes. Remove unused local declations.
* 2008-08-02 Chris Johns (chrisj@rtems.org>Chris Johns2008-08-021-0/+13
| | | | | | | | | | | | | * libblock/include/rtems/blkdev.h: Remove count and start from rtems_blkdev_request. Add RTEMS_BLKDEV_START_BLOCK macro. * libblock/src/bdbuf.c: Add read ahead blocks always consecutive comment. Change count to bufnum and remove start references. Sort the transfer list so blocks are consecutive where possible. * libblock/src/blkdev.c, libblock/src/nvdisk.c, libblock/src/ramdisk.c: Change count to bufnum and remove start references.
* 2008-08-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-021-0/+13
| | | | | | | | | | | | | * libnetworking/libc/gethostbydns.c, libnetworking/libc/gethostbyht.c, libnetworking/libc/gethostbynis.c, libnetworking/libc/gethostnamadr.c, libnetworking/libc/getnetbydns.c, libnetworking/libc/getnetbynis.c, libnetworking/libc/getnetnamadr.c, libnetworking/libc/nsap_addr.c, libnetworking/libc/res_debug.c, libnetworking/libc/res_send.c: Add missing prototypes.
* 2008-08-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-021-0/+1
| | | | * libi2c/libi2c.c, libi2c/libi2c.h: Add missing prototypes.
* 2008-08-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-021-0/+1
| | | | * libmd/md4.c, libmd/md5.c: Add missing prototypes.
* 2008-08-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-021-0/+5
| | | | | * libmisc/monitor/mon-command.c, libmisc/shell/filemode.c, libmisc/shell/shell_script.c: Add missing prototypes.
* 2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-011-0/+4
| | | | * libfs/src/nfsclient/src/xdr_mbuf.c: Add prototypes.
* 2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-011-0/+5
| | | | | * librpc/include/rpc/clnt.h: Cleanup. * librpc/include/rpc/svc.h: Cleanup.
* 2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-011-2/+2
| | | | | * librpc/src/xdr/xdr_stdio.c: Misc. ansifications. Add prototypes.
* 2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-011-0/+6
| | | | | | * librpc/src/xdr/xdr_mem.c librpc/src/xdr/xdr_rec.c librpc/src/xdr/xdr_sizeof.c: Misc. ansifications. Add prototypes.
* 2008-08-01 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-011-0/+4
| | | | * rtems/src/msgqsend.c, rtems/src/msgqurgent.c: Fix typos.
* 2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-011-0/+3
| | | | | | * librpc/src/rpc/getrpcport.c: Misc. ansifications. * librpc/src/rpc/getrpcent.c: Remove stray local decls. Misc. ansifications.
* 2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-011-0/+3
| | | | | | * librpc/src/rpc/clnt_perror.c: Misc. ansifications. * librpc/src/rpc/get_myaddress.c: Misc. ansifications. * librpc/src/rpc/svc_auth_unix.c: Misc. ansifications.
* 2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-011-0/+2
| | | | | * librpc/src/rpc/pmap_clnt.c: Remove stray clnt_perror(). * librpc/src/rpc/clnt_tcp.c: Add missing prototypes.
* 2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-011-0/+3
| | | | | | * librpc/src/rpc/clnt_raw.c: Add missing prototypes. * librpc/src/rpc/clnt_udp.c: Add missing prototypes. * librpc/src/rpc/svc_auth.c: Add missing prototypes.
* 2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-011-0/+1
| | | | * librpc/src/rpc/svc_raw.c: Add missing prototypes.
* 2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-011-0/+5
| | | | | * librpc/src/rpc/svc_tcp.c: Add missing prototypes. * librpc/src/rpc/svc_udp.c: Add missing prototypes.
* 2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-011-0/+1
| | | | * librpc/src/rpc/svc.c: Add missing prototypes.
* 2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-011-0/+1
| | | | * librpc/src/xdr/xdr_rec.c: Remove register vars.
* 2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-011-0/+1
| | | | * librpc/src/xdr/xdr_mem.c: Misc. ansifications.
* 2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-011-0/+1
| | | | * librpc/src/rpc/svc_tcp.c: Misc. ansifications.
* 2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-011-0/+1
| | | | * librpc/src/rpc/clnt_tcp.c: Misc. ansifications.
* 2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-011-0/+1
| | | | * librpc/src/rpc/svc_raw.c: Misc. ansifications.
* 2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-011-0/+1
| | | | * librpc/src/xdr/xdr_rec.c: Misc. ansifications.
* 2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-011-0/+1
| | | | * librpc/src/rpc/svc_simple.c: Add missing prototypes.
* 2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-011-0/+1
| | | | * librpc/src/rpc/rtems_portmapper.c: Add missing prototypes.
* 2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-011-0/+1
| | | | * librpc/src/rpc/rpcdname.c: Add missing prototypes.
* 2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-011-0/+1
| | | | * librpc/src/rpc/rpc_prot.c: Misc. ansifications.