Timeline



01/05/09:

20:26 Changeset in rtems [3507c6df]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-01-05 Joel Sherrill <joel.sherrill@…> * 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.
20:21 Changeset in rtems [449ba1b]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-01-05 Joel Sherrill <joel.sherrill@…> * itron/inline/rtems/itron/semaphore.inl: THREAD_STATUS_PROXY_BLOCKING should only be defined in multiprocessing configurations.
20:19 Changeset in rtems [8b3416f]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-01-05 Joel Sherrill <joel.sherrill@…> * posix/include/rtems/posix/key.h: Remove redundant prototypes for inlines.
20:16 Changeset in rtems [dee98ce]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-01-05 Joel Sherrill <joel.sherrill@…> PR 1351/cpukit * sapi/include/confdefs.h: Mask off unlimited object bit before using configured number in calculations.
20:15 Changeset in rtems [8b6a056]4.9 by Joel Sherrill <joel.sherrill@…>
2009-01-05 Joel Sherrill <joel.sherrill@…> PR 1351/cpukit * sapi/include/confdefs.h: Mask off unlimited object bit before using configured number in calculations.
20:09 Changeset in rtems [b028e725]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-01-05 Joel Sherrill <joel.sherrill@…> * score/include/rtems/score/object.h, score/src/objectallocatebyindex.c: Object index should be int. Fix bug when index is negative. * score/src/objectextendinformation.c: Do not allow maximum number of allocated objects to exceed maximum representable in index field of Object Id. * score/src/objectgetisr.c: Use same code that is in _Objects_Get to extract index field of Object Id.
19:58 Changeset in rtems [e64a143]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-01-05 Joel Sherrill <joel.sherrill@…> * varvects.h: Fix prototype.
19:57 Changeset in rtems [0666956f]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-01-05 Joel Sherrill <joel.sherrill@…> * itron/include/itronsys/types.h: ITRON types should follow native integer size.
19:49 Changeset in rtems [a26d515]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-01-05 Joel Sherrill <joel.sherrill@…> * libchip/serial/ns16550.c: Turn on ns16550_process() for BSP_FEATURE_IRQ_LEGACY case also.
19:48 Changeset in rtems [cb1b4060]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-01-05 Joel Sherrill <joel.sherrill@…> * psim-shared: Add catching a hardware exception and assertion as reasons to kill simulator.
19:47 Changeset in rtems [786330c0]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-01-05 Joel Sherrill <joel.sherrill@…> * sp30/task1.c: Cast pointer to id as "void *" rather than task Id.
19:45 Changeset in rtems [fa8ad9c]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-01-05 Joel Sherrill <joel.sherrill@…> * sp09/screen05.c, sp09/screen07.c, sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen14.c: Use rtems_build_id rather than hard-coded hex numbers for bad object Ids.
19:44 Changeset in rtems [29a8335]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-01-05 Joel Sherrill <joel.sherrill@…> * sp15/system.h, sp19/system.h: Array of task names should be of type rtems_name not rtems_id. Similarly array of task ids should be rtems_id not rtems_name.
19:41 Changeset in rtems [9d01e1d]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-01-05 Joel Sherrill <joel.sherrill@…> * include/timesys.h: Array of task names should be of type rtems_name not rtems_id.
19:39 Changeset in rtems [8bafd77]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-01-05 Joel Sherrill <joel.sherrill@…> * psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue with create option so we are sure it will get a control block and proceed to allocate other memory. Clean up screen output.
19:16 Ticket #1351 (confdefs.h does math with unlimited bit included) closed by Joel Sherrill
fixed: Patch applied to 4.9 branch and cvs head
19:13 Ticket #1351 (confdefs.h does math with unlimited bit included) created by Joel Sherrill
The unlimited bit is not cleared out when using the maximum number of …
17:21 Changeset in rtems [745109a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-01-05 Ralf Corsépius <ralf.corsepius@…> * pppd/sys-rtems.c: Remove stray ';' introducing unreachable code.
17:20 Changeset in rtems [9cd4dee1]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove stray ';' introducing unreachable code.
16:46 Changeset in rtems [4aa78d7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-01-05 Ralf Corsépius <ralf.corsepius@…> * src/irq-generic.c: #include <stdlib.h>.
16:46 Changeset in rtems [b3eeac38]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
#include <stdlib.h>.
15:07 Ticket #1350 (arm/csb336/network/lan91c11x.c: array subscript is above array bounds) created by Ralf Corsepius
Using very aggressive warning flags on rtems-4.10/rtems-CVS, exposes …
14:10 Changeset in rtems [d549957e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-01-05 Ralf Corsépius <ralf.corsepius@…> * libcsupport/src/error.c: Remove hpux9 anachronism.
14:10 Changeset in rtems [a3a12ee]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove hpux9 anachronism.
06:05 Changeset in rtems [f13eede]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
06:04 Changeset in rtems [df1dbccc]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-01-05 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Install libnetworking/sys/uio.h if building for NEWLIB. * libnetworking/Makefile.am: Remove installation of libnetworking/sys/uio.h. * libcsupport/Makefile.am: Build writev.c/readv.c for NEWLIB.
06:04 Changeset in rtems [fae11af5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Build writev.c/readv.c for NEWLIB.
06:03 Changeset in rtems [6291885c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove installation of libnetworking/sys/uio.h.
06:03 Changeset in rtems [62a210d3]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Install libnetworking/sys/uio.h if building for NEWLIB.
05:52 Changeset in rtems [dc33b97]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-01-05 Ralf Corsépius <ralf.corsepius@…> * libfs/src/imfs/imfs_eval.c: Add braces to suppress gcc warning on empty 'else' block.
05:52 Changeset in rtems [77b5aa5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add braces to suppress gcc warning on empty 'else' block.

01/04/09:

15:34 Changeset in rtems [1429b60]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-01-04 Ralf Corsépius <ralf.corsepius@…> * libcsupport/src/scandir.c: Use external scandir if available.
15:34 Changeset in rtems [883043bc]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use external scandir if available.

01/03/09:

08:31 Changeset in rtems [722bdd8]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add attribute((unused)) to unused function args.
08:31 Changeset in rtems [17a5a30a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-01-03 Ralf Corsépius <ralf.corsepius@…> * libnetworking/lib/tftpDriver.c: Add attribute((unused)) to unused function args.
08:28 Changeset in rtems [97b3d57]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-01-03 Ralf Corsépius <ralf.corsepius@…> * libnetworking/lib/tftpDriver.c: Use INADDR_ANY/INADDR_BROADCAST.
08:28 Changeset in rtems [0b87064]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Use INADDR_ANY/INADDR_BROADCAST.
08:05 Changeset in rtems [004092e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Cosmetics from FreeBSD.
08:01 Changeset in rtems [2ab55e7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-01-03 Ralf Corsépius <ralf.corsepius@…> * libnetworking/netinet/in.h: Add in_addr_t. Re-base "struct in_addr" on in_addr_t (mandated by POSIX).
08:01 Changeset in rtems [af20d0e1]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add in_addr_t. Re-base "struct in_addr" on in_addr_t (mandated by POSIX).
07:55 Changeset in rtems [df197f7d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove struct ip_opts (unused).

01/02/09:

13:04 Changeset in rtems [2b40808c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-01-02 Ralf Corsépius <ralf.corsepius@…> * ftpd/ftpd.c: Add attribute((unused)) to unused function args.
13:04 Changeset in rtems [031deada]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add attribute((unused)) to unused function args.
13:01 Changeset in rtems [d050db4]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-01-02 Ralf Corsépius <ralf.corsepius@…> * libmisc/capture/capture-cli.c, libmisc/capture/capture.c, libmisc/devnull/devnull.c, libmisc/monitor/mon-command.c, libmisc/monitor/mon-config.c, libmisc/monitor/mon-driver.c, libmisc/monitor/mon-extension.c, libmisc/monitor/mon-itask.c, libmisc/monitor/mon-monitor.c, libmisc/monitor/mon-network.c, libmisc/monitor/mon-part.c, libmisc/monitor/mon-queue.c, libmisc/monitor/mon-region.c, libmisc/monitor/mon-sema.c, libmisc/monitor/mon-server.c, libmisc/monitor/mon-symbols.c, libmisc/monitor/mon-task.c, libmisc/mw-fb/mw_fb.c, libmisc/mw-fb/mw_uid.c, libmisc/serdbg/termios_printk.c, libmisc/shell/cmds.c, libmisc/shell/fts.c, libmisc/shell/main_cp.c libmisc/shell/main_id.c, libmisc/shell/main_logoff.c, libmisc/shell/main_mount_nfs.c, libmisc/shell/main_pwd.c, libmisc/shell/main_stackuse.c, libmisc/shell/main_tty.c, libmisc/shell/main_whoami.c, libmisc/shell/main_wkspaceinfo.c, libmisc/shell/shell_script.c, libmisc/shell/utils-cp.c, libmisc/shell/utils-ls.c, libmisc/shell/verr.c, libmisc/shell/verrx.c, libmisc/stackchk/check.c: Add attribute((unused)) to unused function args.
12:43 Changeset in rtems [2a70c991]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-01-02 Ralf Corsépius <ralf.corsepius@…> * libblock/src/blkdev.c, libblock/src/flashdisk.c, libblock/src/nvdisk-sram.c, libblock/src/nvdisk.c, libblock/src/ramdisk.c: Add attribute((unused)) to unused function args.
12:43 Changeset in rtems [31e2698]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add attribute((unused)) to unused function args.
10:04 Changeset in rtems [2a2eded]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-01-02 Ralf Corsépius <ralf.corsepius@…> * posix/src/_execve.c, posix/src/aio_cancel.c, posix/src/aio_error.c, posix/src/aio_fsync.c, posix/src/aio_read.c, posix/src/aio_return.c, posix/src/aio_suspend.c, posix/src/aio_write.c, posix/src/alarm.c, posix/src/devctl.c, posix/src/lio_listio.c, posix/src/mprotect.c, posix/src/pbarrierwait.c, posix/src/psignal.c, posix/src/pthread.c, posix/src/pthreadatfork.c, posix/src/sched_getparam.c, posix/src/sched_getscheduler.c, posix/src/sched_setparam.c, posix/src/sched_setscheduler.c, posix/src/timertsr.c. posix/src/ualarm.c: Add attribute((unused)) to unused function args.
10:04 Changeset in rtems [92f4671]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add attribute((unused)) to unused function args.
09:53 Changeset in rtems [eb63fa52]4.9 by Ralf Corsepius <ralf.corsepius@…>
2009-01-02 Ralf Corsépius <ralf.corsepius@…> * posix/include/aio.h, posix/src/aio_suspend.c: Make aio_suspend() POSIX-compliant.
09:53 Changeset in rtems [08fb27c]4.9 by Ralf Corsepius <ralf.corsepius@…>
Make aio_suspend() POSIX-compliant.
09:51 Changeset in rtems [1604cc8]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-01-02 Ralf Corsépius <ralf.corsepius@…> * posix/include/aio.h, posix/src/aio_suspend.c: Make aio_suspend() POSIX-compliant.
09:50 Changeset in rtems [111ecfd]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Make aio_suspend() POSIX-compliant.

01/01/09:

15:13 Changeset in rtems [51c0451]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-01-01 Ralf Corsépius <ralf.corsepius@…> * itron/src/acp_por.c, itron/src/act_cyc.c, itron/src/cal_por.c, itron/src/can_wup.c, itron/src/chg_iXX.c, itron/src/clr_flg.c, itron/src/cre_flg.c, itron/src/cre_mpf.c, itron/src/cre_mpl.c, itron/src/cre_por.c, itron/src/def_alm.c, itron/src/def_cyc.c, itron/src/def_int.c, itron/src/del_flg.c, itron/src/del_mpf.c, itron/src/del_mpl.c, itron/src/del_por.c, itron/src/dis_int.c, itron/src/ena_int.c, itron/src/fwd_por.c, itron/src/get_blf.c, itron/src/get_blk.c, itron/src/get_tim.c, itron/src/pacp_por.c, itron/src/pcal_por.c, itron/src/pget_blf.c, itron/src/pget_blk.c, itron/src/pol_flg.c, itron/src/ref_alm.c, itron/src/ref_cyc.c, itron/src/ref_flg.c, itron/src/ref_iXX.c, itron/src/ref_mpf.c, itron/src/ref_mpl.c, itron/src/ref_por.c, itron/src/rel_blf.c, itron/src/rel_blk.c, itron/src/ret_wup.c, itron/src/rpl_rdv.c, itron/src/set_flg.c, itron/src/set_tim.c, itron/src/sta_tsk.c, itron/src/tacp_por.c, itron/src/tcal_por.c, itron/src/tget_blf.c, itron/src/tget_blk.c, itron/src/tslp_tsk.c, itron/src/twai_flg.c, itron/src/wai_flg.c, itron/src/wup_tsk.c: Add attribute((unused)) to unused function args.
15:13 Changeset in rtems [6b8fe00]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add attribute((unused)) to unused function args.

12/31/08:

03:36 Changeset in rtems [3ff0884]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-31 Ralf Corsépius <ralf.corsepius@…> * score/src/threaddelayended.c, score/src/threadqextractfifo.c, score/src/threadqextractpriority.c, score/src/threadqflush.c, score/src/threadqtimeout.c: Add attribute((unused)) to unused function args.
03:36 Changeset in rtems [ba42d22]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add attribute((unused)) to unused function args.
03:33 Changeset in rtems [b5deb75]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-31 Ralf Corsépius <ralf.corsepius@…> * score/src/threadblockingoperationcancel.c: Remove nested include. Add attribute((unused)) to unused function args.
03:33 Changeset in rtems [145cf60e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove nested include. Add attribute((unused)) to unused function args.
03:24 Changeset in rtems [339d93a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-31 Ralf Corsépius <ralf.corsepius@…> * score/src/coremutexsurrender.c: Add attribute((unused)) to unused function args.
03:24 Changeset in rtems [f0b14cf2]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add attribute((unused)) to unused function args.
03:23 Changeset in rtems [58babc7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-31 Ralf Corsépius <ralf.corsepius@…> * score/src/coremsgsubmit.c, score/src/coremsgbroadcast.c: Add attribute((unused)) to unused function args.
03:21 Changeset in rtems [f47f5eee]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-31 Ralf Corsépius <ralf.corsepius@…> * score/src/corebarrierrelease.c: Add attribute((unused)) to unused function args.
03:20 Changeset in rtems [ca01c72]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-31 Ralf Corsépius <ralf.corsepius@…> * score/inline/rtems/score/sysstate.inl: Add attribute((unused)) to unused function args.
03:17 Changeset in rtems [de92bae]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-31 Ralf Corsépius <ralf.corsepius@…> * rtems/src/timerserver.c: Remove _Timer_Server_body warnings.
03:16 Changeset in rtems [10d1ac81]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-31 Ralf Corsépius <ralf.corsepius@…> * config-ml.in: Comment out arm/thumb exception (Add arm/thumb multilib).

12/30/08:

14:22 Changeset in rtems [686cf39]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-30 Ralf Corsépius <ralf.corsepius@…> * aclocal/check-bsps.m4: remove stray ")" from rtl22xx_t alias.
05:20 Changeset in rtems [6e73ca2a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-29 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Require <errno.h>. Cleanup comments. Remove check for <sys/errno.h>.
05:20 Changeset in rtems [4ddd562]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-29 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Require <errno.h>. Cleanup comments. Remove check for <sys/errno.h>.
05:18 Changeset in rtems [85c429b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-29 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Require <errno.h>. Cleanup comments. Remove check for <sys/errno.h>.

12/23/08:

08:31 Changeset in rtems [9814d2dd]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
spi-sd-card.c, spi-sd-card.h: removed high-level driver IF, added generic block I/O functions
07:06 Changeset in rtems [c51f900b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
newlib-1.17.0
07:00 Changeset in rtems [8ffd16bb]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
newlib-1.17.0
07:00 Changeset in rtems [842b7c4]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Mingw32 update.
06:53 Changeset in rtems [faa5d8a9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.
05:32 Changeset in rtems [87b4896c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add missing initializers.
05:08 Changeset in rtems [114c923]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Move src/malloc_p.h to *_SOURCES.
05:08 Changeset in rtems [aeb217d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-23 Ralf Corsépius <ralf.corsepius@…> * libcsupport/Makefile.am: Move src/malloc_p.h to *_SOURCES.
05:06 Changeset in rtems [9b085854]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-23 Ralf Corsépius <ralf.corsepius@…> * rtems/include/rtems/rtems/support.h, rtems/include/rtems/rtems/region.h, rtems/include/rtems/rtems/intr.h, rtems/include/rtems/rtems/clock.h: Eliminate TRUE/FALSE.
05:06 Changeset in rtems [997bc7f4]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Eliminate TRUE/FALSE.
05:01 Changeset in rtems [b4fba87]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-23 Ralf Corsépius <ralf.corsepius@…> * libi2c/libi2c.c: Add missing initializers. * libmisc/dummy/dummy.c: Add missing initializers. * libnetworking/netinet/ip_icmp.c: Add missing initializers. * libnetworking/netinet/ip_input.c: Add missing initializers. * libnetworking/netinet/raw_ip.c: Add missing initializers. * libnetworking/netinet/udp_usrreq.c: Add missing initializers. * libnetworking/rtems/rtems_syscall.c: Add missing initializers. * librpc/src/rpc/rtems_rpc.c: Add missing initializers.
05:00 Changeset in rtems [b7cfd627]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add missing initializers.

12/22/08:

19:53 Developer/OpenProjects edited by Sh
Redirected to separate page (diff)
19:48 Developer/Eclipse/Information edited by Sh
Update to current development status (diff)
19:32 Developer/Eclipse/Information edited by JoelSherrill
/* Introduction */ add missing word (diff)
18:38 Developer/Eclipse/Information edited by Sh
Changed link. (diff)
18:38 Developer/Eclipse/Information edited by Sh
Changed link. (diff)
18:36 Developer/Eclipse/Plugin edited by Sh
Update for new plug-in. (diff)
17:48 Changeset in rtems [a10fd8d9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-22 Ralf Corsépius <ralf.corsepius@…> * libfs/src/nfsclient/src/nfs.c: Add missing initializers.
17:47 Changeset in rtems [404b1fb4]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add missing initializers.
17:47 Changeset in rtems [6678cdf]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-22 Ralf Corsépius <ralf.corsepius@…> * libnetworking/netinet/ip_divert.c: Add missing initializers.
17:46 Changeset in rtems [bec5516]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-22 Ralf Corsépius <ralf.corsepius@…> * libnetworking/netinet/if_ether.c: Add missing initializers.
17:45 Changeset in rtems [06b7c25]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-22 Ralf Corsépius <ralf.corsepius@…> * libfs/src/nfsclient/src/rpcio.c: Add missing initializers.
15:13 Developer/OpenProjects edited by Sh
/* Simple Line Editor */ (diff)
15:06 Developer/OpenProjects edited by Sh
Added 'Simple Line Editor' (diff)
12:56 Changeset in rtems [3502f06]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-22 Ralf Corsépius <ralf.corsepius@…> * libnetworking/netinet/in_proto.c: Add missing initializers.
12:56 Changeset in rtems [ff31d9a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add missing initializers.
12:46 Changeset in rtems [dbec0950]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-22 Ralf Corsépius <ralf.corsepius@…> * libnetworking/net/rtsock.c: Add missing initializers.
12:45 Changeset in rtems [300c071c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add missing initializers.
12:30 Changeset in rtems [ea4e3f1]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-22 Ralf Corsépius <ralf.corsepius@…> * libnetworking/libc/res_debug.c: Add missing initializers.
12:29 Changeset in rtems [9b17fb6]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add missing initializers.
09:22 Changeset in rtems [4e9e823]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-22 Ralf Corsépius <ralf.corsepius@…> * score/inline/rtems/score/address.inl, score/inline/rtems/score/chain.inl, score/inline/rtems/score/corebarrier.inl, score/inline/rtems/score/coremsg.inl, score/inline/rtems/score/coremutex.inl, score/inline/rtems/score/coresem.inl, score/inline/rtems/score/corespinlock.inl, score/inline/rtems/score/heap.inl, score/inline/rtems/score/isr.inl, score/inline/rtems/score/mppkt.inl, score/inline/rtems/score/object.inl, score/inline/rtems/score/priority.inl, score/inline/rtems/score/stack.inl, score/inline/rtems/score/states.inl, score/inline/rtems/score/sysstate.inl, score/inline/rtems/score/thread.inl, score/inline/rtems/score/tqdata.inl, score/inline/rtems/score/watchdog.inl: Eliminate TRUE/FALSE.
09:22 Changeset in rtems [6390256]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Eliminate TRUE/FALSE.
09:14 Changeset in rtems [9cfbfc8]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Update to gcc-4.3.2
07:47 Changeset in rtems [6d25a161]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-22 Ralf Corsépius <ralf.corsepius@…> * libnetworking/net/if.c, libnetworking/net/if_ethersubr.c libnetworking/net/if_loop.c, libnetworking/net/raw_cb.c libnetworking/net/raw_usrreq.c, libnetworking/netinet/in.c, libnetworking/netinet/in_pcb.c, libnetworking/netinet/ip_divert.c, libnetworking/netinet/ip_input.c, libnetworking/netinet/ip_mroute.c, libnetworking/netinet/ip_output.c, libnetworking/netinet/raw_ip.c, libnetworking/netinet/tcp_debug.c, libnetworking/netinet/tcp_input.c, libnetworking/netinet/tcp_output.c, libnetworking/netinet/tcp_subr.c, libnetworking/netinet/tcp_timer.c, libnetworking/netinet/tcp_usrreq.c, libnetworking/netinet/udp_usrreq.c, libnetworking/rtems/rtems_mii_ioctl_kern.c, libnetworking/rtems/rtems_select.c, libnetworking/rtems/rtems_socketpair.c, libnetworking/rtems/rtems_syscall.c: Include <errno.h> (POSIX,C99) instead of <sys/errno.h> (BSD'ism).
07:47 Changeset in rtems [b3f8c9e1]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Include <errno.h> (POSIX,C99) instead of <sys/errno.h> (BSD'ism).
06:05 Changeset in rtems [91d6372]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-22 Ralf Corsépius <ralf.corsepius@…> * score/include/rtems/score/context.h, score/include/rtems/score/corebarrier.h, score/include/rtems/score/coremsg.h, score/include/rtems/score/coremutex.h, score/include/rtems/score/corerwlock.h, score/include/rtems/score/coresem.h, score/include/rtems/score/heap.h, score/include/rtems/score/isr.h, score/include/rtems/score/object.h, score/include/rtems/score/objectmp.h, score/include/rtems/score/protectedheap.h, score/include/rtems/score/thread.h, score/include/rtems/score/threadq.h, score/include/rtems/score/tod.h, score/include/rtems/score/userext.h, score/include/rtems/score/wkspace.h: Eliminate TRUE/FALSE.
06:05 Changeset in rtems [c6b3719]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Eliminate TRUE/FALSE.
05:52 Changeset in rtems [063f66f8]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-22 Ralf Corsépius <ralf.corsepius@…> * score/src/apimutex.c, score/src/apimutexallocate.c, score/src/apimutexlock.c, score/src/corebarrierwait.c, score/src/coremsg.c, score/src/coremsgseize.c, score/src/coremutexseize.c, score/src/coremutexsurrender.c, score/src/coresemseize.c, score/src/coretod.c, score/src/coretodset.c, score/src/heapfree.c, score/src/heapsizeofuserarea.c, score/src/heapwalk.c, score/src/interr.c, score/src/isr.c, score/src/mpci.c, score/src/objectinitializeinformation.c, score/src/objectmp.c, score/src/objectnametoid.c, score/src/objectnametoidstring.c, score/src/objectsetname.c, score/src/thread.c, score/src/threadblockingoperationcancel.c, score/src/threadchangepriority.c, score/src/threadclearstate.c, score/src/threadcreateidle.c, score/src/threaddispatch.c, score/src/threadevaluatemode.c, score/src/threadhandler.c, score/src/threadinitialize.c, score/src/threadmp.c, score/src/threadqextractpriority.c, score/src/threadqextractwithproxy.c, score/src/threadqrequeue.c, score/src/threadready.c, score/src/threadresettimeslice.c, score/src/threadrestart.c, score/src/threadresume.c, score/src/threadrotatequeue.c, score/src/threadsetstate.c, score/src/threadstartmultitasking.c, score/src/threadsuspend.c, score/src/threadyieldprocessor.c, score/src/timespecgreaterthan.c, score/src/timespecisvalid.c, score/src/timespeclessthan.c, score/src/userextthreadcreate.c, score/src/wkspace.c: Eliminate TRUE/FALSE.
05:52 Changeset in rtems [aae7f1a1]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Eliminate TRUE/FALSE.
04:36 Changeset in rtems [52cece8]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-22 Ralf Corsépius <ralf.corsepius@…> * libi2c/libi2c.h: Change header guard to RTEMS conventions. Add extern's.
04:36 Changeset in rtems [1e62bd99]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Change header guard to RTEMS conventions. Add extern's.
04:29 Changeset in rtems [26cc5909]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-22 Ralf Corsépius <ralf.corsepius@…> * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c, optman/rtems/no-msg.c, optman/rtems/no-part.c, optman/rtems/no-region.c, optman/rtems/no-rtmon.c, optman/rtems/no-sem.c, optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: Revert previous patch (cvs clash with Joel hacking cpukit).
04:29 Changeset in rtems [367ea7f]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Revert previous patch.
03:58 Changeset in rtems [ab922554]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove tic4x.
03:58 Changeset in rtems [fd9d071]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-22 Ralf Corsépius <ralf.corsepius@…> * aclocal/canonical-target-name.m4: Remove tic4x.
03:49 Changeset in rtems [be442b9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-22 Ralf Corsépius <ralf.corsepius@…> * i2c/i2c_init.c: Include <errno.h> instead of <sys/errno.h>.
03:48 Changeset in rtems [dd9cc9f7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Include <errno.h> instead of <sys/errno.h>.
03:45 Changeset in rtems [b503274b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-22 Ralf Corsépius <ralf.corsepius@…> * libchip/rtc/ds1375.c: Include <errno.h> instead of <sys/errno.h>.
03:43 Changeset in rtems [44415fd]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-12-22 Ralf Corsépius <ralf.corsepius@…> * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c, optman/rtems/no-msg.c, optman/rtems/no-part.c, optman/rtems/no-region.c, optman/rtems/no-rtmon.c, optman/rtems/no-sem.c, optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: Fix prototypes.
03:43 Changeset in rtems [e1b524c6]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Fix prototypes.
Note: See TracTimeline for information about the timeline view.