Commit Graph

10211 Commits

Author SHA1 Message Date
Ralf Corsepius
d0bb8f3739 2005-01-23 Ralf Corsepius <ralf.corsepius@rtems.org>
* sapi/src/fatal.c, score/src/interr.c:
	Remove volatile on return type.
2005-01-23 16:57:06 +00:00
Joel Sherrill
cbe03572eb 2005-01-23 Joel Sherrill <joel@OARcorp.com>
* tod.c: Change type of RTC_Count to size_t.
2005-01-23 15:04:00 +00:00
Ralf Corsepius
0edbe88b97 2005-01-22 Ralf Corsepius <ralf.corsepius@freenet.de>
* rtems/score/cpu.h: Fix broken #endif.
2005-01-22 11:03:37 +00:00
Ralf Corsepius
1d7f37b3a7 2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Merge rtems-ctor.o into libbsp.a.
	Fix building rtems-ctor.o and no-ctor.o.
2005-01-22 10:26:57 +00:00
Ralf Corsepius
f68b8909b6 2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>
* wrapup/Makefile.am: Remove rtems-ctor.o.
2005-01-22 10:25:25 +00:00
Ralf Corsepius
445f8cceac 2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>
* tod/todcfg.c: size_t RTC_Count.
2005-01-22 04:13:41 +00:00
Ralf Corsepius
dc2aadef26 2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>
* clock/todcfg.c: size_t RTC_Count.
2005-01-22 04:12:07 +00:00
Ralf Corsepius
4321d1f77b 2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>
* libchip/rtc/rtc.h: size_t RTC_Count.
2005-01-22 04:00:07 +00:00
Joel Sherrill
c6bc9d819b 2005-01-20 Sergei Organov <osv@@topconrd.ru>
PR 536/rtems
	Heap manager re-implementation to consume less memory and still satisfy
	alignment requirements.

	* score/src/heap.c, score/src/heapallocate.c, score/src/heapextend.c,
	score/src/heapfree.c, score/src/heapgetinfo.c,
	score/src/heapgetfreeinfo.c, core/src/heapsizeofuserarea.c,
	score/src/heapwalk.c, core/macros/rtems/score/heap.inl,
	score/inline/rtems/score/heap.inl,
	score/include/rtems/score/heap.h: Reimplemented.
	* score/src/heapallocatealigned.c: new file
	* score/Makefile.am: HEAP_C_FILES: add score/src/heapallocatealigned.c
2005-01-20 19:45:02 +00:00
Joel Sherrill
b4a0a8d055 2005-01-20 Joel Sherrill <joel@OARcorp.com>
* include/commproc.h: The variable cpmp was not used anywhere but
	console.c and was static in console.c, so should not have been in
	this file as extern.
2005-01-20 19:37:52 +00:00
Joel Sherrill
3e528b77b5 2005-01-20 Sergei Organov <osv@@topconrd.ru>
PR 536/rtems
	Heap manager re-implementation to consume less memory and still satisfy
	alignment requirements.

	* score/src/heap.c, score/src/heapallocate.c, score/src/heapextend.c,
	score/src/heapfree.c, score/src/heapgetinfo.c,
	score/src/heapgetfreeinfo.c, core/src/heapsizeofuserarea.c,
	score/src/heapwalk.c, core/macros/rtems/score/heap.inl,
	score/inline/rtems/score/heap.inl,
	score/include/rtems/score/heap.h: Reimplemented.
	* score/src/heapallocatealigned.c: new file
	* score/Makefile.am: HEAP_C_FILES: add score/src/heapallocatealigned.c
2005-01-20 18:28:34 +00:00
Joel Sherrill
962e894f4e 2005-01-20 Sergei Organov <osv@topconrd.ru>
PR 536/rtems
	Heap manager re-implementation to consume less memory and still satisfy
	alignment requirements.
	
	* score/src/heap.c, score/src/heapallocate.c, score/src/heapextend.c,
	score/src/heapfree.c, score/src/heapgetinfo.c,
	score/src/heapgetfreeinfo.c, core/src/heapsizeofuserarea.c,
	score/src/heapwalk.c, core/macros/rtems/score/heap.inl,
	score/inline/rtems/score/heap.inl,
	score/include/rtems/score/heap.h: Reimplemented.
	* score/src/heapallocatealigned.c: new file
	* score/Makefile.am: HEAP_C_FILES: add score/src/heapallocatealigned.c
2005-01-20 18:22:29 +00:00
Joel Sherrill
f3b7be3bf2 2005-01-20 Joel Sherrill <joel@OARcorp.com>
PR 745/rtems
	* rtems/src/ratemoncreate.c, rtems/src/timercreate.c: Make sure
	internal timer structures are initialized so object control reuse is
	safe.
2005-01-20 18:22:28 +00:00
Joel Sherrill
e68206a127 2005-01-20 Joel Sherrill <joel@OARcorp.com>
* custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/csb336.cfg,
	custom/csb337.cfg, custom/edb7312.cfg, custom/jmr3904.cfg,
	custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg,
	custom/pck6.cfg, custom/vegaplus.cfg: Correct use of arguments for
	gcc 4.x. Hopefully they are still OK for gcc 3.3.5.
2005-01-20 18:12:20 +00:00
Joel Sherrill
25bcb1ddb6 2005-01-20 Joel Sherrill <joel@OARcorp.com>
PR 740/rtems
	* score/src/heapgetfreeinfo.c: Return size of largest not of last block.
2005-01-20 17:21:34 +00:00
Joel Sherrill
1147a6527c 2005-01-20 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Conditionalize inclusion of crtend/crtn.
2005-01-20 17:07:10 +00:00
Joel Sherrill
4ca43d72e1 2005-01-20 Joel Sherrill <joel@OARcorp.com>
PR 736/pppd
	* libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
	libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
	libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
	should not be static and should have a name more specific to pppd.
2005-01-20 17:00:38 +00:00
Ralf Corsepius
982c61cc67 Cosmetics. 2005-01-20 15:15:49 +00:00
Joel Sherrill
d873fd49ec 2005-01-20 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Fix typo.
2005-01-20 14:58:02 +00:00
Joel Sherrill
16cc328967 2005-01-19 Joel Sherrill <joel@OARcorp.com>
* pc386/console/vgainit.c, pc386/wd8003/wd8003.c, shared/comm/uart.c:
	Fix errors caught by gcc 4.x.
2005-01-19 21:27:39 +00:00
Ralf Corsepius
adc829ed5f 2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* libfs/src/dosfs/msdos_create.c, libfs/src/dosfs/msdos_misc.c:
	Eliminate warnings.
2005-01-19 05:10:38 +00:00
Ralf Corsepius
0247c6ce22 2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* libfs/src/dosfs/fat.c (fat_init_volume_info): Reflect
	fs_info->sec_buf being a uint8_t.
2005-01-19 04:54:12 +00:00
Ralf Corsepius
fb8f0bcc49 Cosmetics. 2005-01-19 03:44:36 +00:00
Ralf Corsepius
e7b1b05def 2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* libfs/src/dosfs/msdos_misc.c
	(msdos_get_dotdot_dir_info_cluster_num_and_offset):
        Remove cur_node (Unused).
2005-01-19 02:36:57 +00:00
Ralf Corsepius
c3bb06192e Fix typos in comment. 2005-01-19 02:31:15 +00:00
Ralf Corsepius
1b42bdb6ec 2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* libcsupport/src/termios.c: Remove unnecessary type casts.
2005-01-18 15:49:32 +00:00
Ralf Corsepius
52399be0cf 2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* sapi/include/rtems/io.h : size_t device_name_length.
2005-01-18 12:30:44 +00:00
Ralf Corsepius
ee0815066d 2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* sapi/include/rtems/fatal.h, score/include/rtems/score/interr.h:
	Remove volatile on return type (GCC-4.0 complains about them).
2005-01-18 12:21:06 +00:00
Ralf Corsepius
d662c8ca51 2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* itron/inline/rtems/itron/task.inl (_ITRON_Task_Priority_to_Core,
	_ITRON_tasks_Core_to_Priority): Correct return types.
2005-01-18 10:35:32 +00:00
Ralf Corsepius
8ed53e05cb 2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* console/vgainit.c: static graphic_on|off.
2005-01-18 10:13:19 +00:00
Ralf Corsepius
65daadefab 2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/src/attr.c, rtems/src/clockget.c, rtems/src/clockset.c,
	rtems/src/clocktick.c, rtems/src/dpmem.c, rtems/src/dpmemcreate.c,
	rtems/src/dpmemdelete.c, rtems/src/dpmemexternal2internal.c,
	rtems/src/dpmemident.c, rtems/src/dpmeminternal2external.c,
	rtems/src/event.c, rtems/src/eventmp.c, rtems/src/eventreceive.c,
	rtems/src/eventseize.c, rtems/src/eventsend.c,
	rtems/src/eventsurrender.c, rtems/src/eventtimeout.c,
	rtems/src/intr.c, rtems/src/intrbody.c, rtems/src/intrcatch.c,
	rtems/src/mp.c, rtems/src/msg.c, rtems/src/msgmp.c,
	rtems/src/msgqallocate.c, rtems/src/msgqbroadcast.c,
	rtems/src/msgqcreate.c, rtems/src/msgqdelete.c,
	rtems/src/msgqflush.c, rtems/src/msgqgetnumberpending.c,
	rtems/src/msgqident.c, rtems/src/msgqreceive.c,
	rtems/src/msgqsend.c, rtems/src/msgqsubmit.c,
	rtems/src/msgqtranslatereturncode.c, rtems/src/msgqurgent.c,
	rtems/src/part.c, rtems/src/partcreate.c, rtems/src/partdelete.c,
	rtems/src/partgetbuffer.c, rtems/src/partident.c,
	rtems/src/partmp.c, rtems/src/partreturnbuffer.c,
	rtems/src/ratemon.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/ratemontimeout.c,
	rtems/src/region.c, rtems/src/regioncreate.c,
	rtems/src/regiondelete.c, rtems/src/regionextend.c,
	rtems/src/regiongetfreeinfo.c, rtems/src/regiongetinfo.c,
	rtems/src/regiongetsegment.c, rtems/src/regiongetsegmentsize.c,
	rtems/src/regionident.c, rtems/src/regionmp.c,
	rtems/src/regionreturnsegment.c, rtems/src/rtclock.c,
	rtems/src/rtemsidtoname.c, rtems/src/rtemstimer.c, rtems/src/sem.c,
	rtems/src/semcreate.c, rtems/src/semdelete.c, rtems/src/semflush.c,
	rtems/src/semident.c, rtems/src/semmp.c, rtems/src/semobtain.c,
	rtems/src/semrelease.c, rtems/src/semtranslatereturncode.c,
	rtems/src/signal.c, rtems/src/signalcatch.c, rtems/src/signalmp.c,
	rtems/src/signalsend.c, rtems/src/taskcreate.c,
	rtems/src/taskdelete.c, rtems/src/taskgetnote.c,
	rtems/src/taskident.c, rtems/src/taskinitusers.c,
	rtems/src/taskissuspended.c, rtems/src/taskmode.c,
	rtems/src/taskmp.c, rtems/src/taskrestart.c, rtems/src/taskresume.c,
	rtems/src/tasks.c, rtems/src/tasksetnote.c,
	rtems/src/tasksetpriority.c, rtems/src/taskstart.c,
	rtems/src/tasksuspend.c, rtems/src/taskvariableadd.c,
	rtems/src/taskvariabledelete.c, rtems/src/taskvariableget.c,
	rtems/src/taskwakeafter.c, rtems/src/taskwakewhen.c,
	rtems/src/timercancel.c, rtems/src/timercreate.c,
	rtems/src/timerdelete.c, rtems/src/timerfireafter.c,
	rtems/src/timerfirewhen.c, rtems/src/timergetinfo.c,
	rtems/src/timerident.c, rtems/src/timerreset.c,
	rtems/src/timerserver.c, rtems/src/timerserverfireafter.c,
	rtems/src/timerserverfirewhen.c: Include config.h.
2005-01-18 09:04:42 +00:00
Ralf Corsepius
1095ec17c5 Include config.h. 2005-01-18 09:03:45 +00:00
Ralf Corsepius
6b4518aa8f Fix typo. 2005-01-18 08:56:17 +00:00
Ralf Corsepius
9afd70ec21 2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
	* include/tod.h: Remove.
2005-01-18 06:01:23 +00:00
Ralf Corsepius
ced98aa6c7 2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
	* include/tod.h: Remove.
2005-01-18 05:40:27 +00:00
Ralf Corsepius
8dc93438b6 2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* score/inline/rtems/score/userext.inl: Include <string.h>.
2005-01-18 05:39:10 +00:00
Ralf Corsepius
5a513d4917 2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
	* console/config.c: Remove typos from 2005-01-04 changes.
	* include/tod.h: Remove.
2005-01-18 05:25:48 +00:00
Ralf Corsepius
7f1a9158b9 2005-01-17 Ralf Corsepius <ralf.corsepius@rtems.org>
* gcc3newlib/gccnewlib.add: Disable Ada (Stil broken with GCC-4.0.0).
2005-01-17 08:59:41 +00:00
Ralf Corsepius
a6d749ba45 2005-01-14 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 742/rtems
	* score/include/rtems/system.h: Remove stringify().
2005-01-14 05:13:32 +00:00
Ralf Corsepius
ab660e7740 Fix typos. 2005-01-14 05:00:55 +00:00
Ralf Corsepius
f49a82f3de 2005-01-13 Joel Sherrill <joel@oarcorp.com>
Ralf Corsepius <ralf.corsepius@rtems.org>

	* libcsupport/src/gxx_wrapper.c: Reflect GCC-4.0's gthr-rtems.h.
2005-01-13 08:25:52 +00:00
Ralf Corsepius
83774d7ec4 2005-01-12 Ralf Corsepius <ralf.corsepius@rtems.org>
* gcc3newlib/gccnewlib.add: Change my email address.
	Add tic4x-*.
2005-01-12 06:14:41 +00:00
Joel Sherrill
77b6a10913 2005-01-09 Joel Sherrill <joel@oarcorp.com>
* librpc/include/rpc/clnt.h, librpc/src/rpc/authunix_prot.c,
	librpc/src/rpc/clnt_tcp.c, librpc/src/rpc/pmap_prot2.c,
	librpc/src/rpc/pmap_rmt.c, librpc/src/rpc/rtems_portmapper.c,
	librpc/src/rpc/svc_simple.c: Fix warnings.
2005-01-09 17:12:03 +00:00
Joel Sherrill
21023ab852 2005-01-09 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add rom section to remove warning.
2005-01-09 16:59:49 +00:00
Ralf Corsepius
dab2d6ebae 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* librpc/include/rpc/auth_des.h, librpc/include/rpc/xdr.h,
	librpc/src/rpc/auth_des.c, librpc/src/rpc/auth_unix.c,
	librpc/src/rpc/rpc_prot.c, librpc/src/xdr/xdr.c:
	Misc. ansi-fications, misc. updates from FreeBSD.
2005-01-08 06:01:35 +00:00
Ralf Corsepius
c9795bd69d Fix typos. 2005-01-08 06:00:07 +00:00
Joel Sherrill
0e245a1103 2005-01-07 Joel Sherrill <joel@OARcorp.com>
* libnetworking/libc/res_debug.c: Added const to eliminate warnings.
2005-01-07 19:47:15 +00:00
Joel Sherrill
28e9f4521a 2005-01-07 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Remove warnings.
2005-01-07 14:35:53 +00:00
Joel Sherrill
dc7f3476f5 Fix format. 2005-01-07 14:35:38 +00:00
Ralf Corsepius
c9165ef085 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* librpc/include/rpc/xdr.h: Remove questionable comments.
	* librpc/include/rpc/auth.h: Remove __P, ansi-fy.
	* librpc/src/rpc/auth_none.c: Reflect changes above.
	Partial update from FreeBSD.
2005-01-07 11:22:50 +00:00