summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-253-4/+9
| | | | | * aclocal/check-networking.m4, aclocal/check-posix.m4: Rebase check on "$host".
* 2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-254-25/+10
| | | | | | * libcsupport/src/creat.c: Remove. * libcsupport/Makefile.am: Reflect changes above. * configure.ac: Error out if libc doesn't provide creat.
* 2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-2510-577/+17
| | | | | | | | | | | * libcsupport/src/opendir.c, libcsupport/src/closedir.c, libcsupport/src/readdir.c, libcsupport/src/rewinddir.c, libcsupport/src/scandir.c, libcsupport/src/seekdir.c, libcsupport/src/telldir.c: Remove. * libcsuppport/Makefile.am: Reflect changes above. * configure.ac: Error out if libc doesn't provide opendir, closedir, readdir, rewinddir, scandir, seekdir, telldir.
* 2011-02-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-242-3/+15
| | | | | * libcsupport/include/sys/statvfs.h: Remove include <sys/cdefs.h> (unused). Add C++ guards. Declare functions extern.
* 2011-02-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-241-0/+5
| | | | | * posix/include/rtems/posix/mqueue.h, posix/include/rtems/posix/timer.h: Add missing includes.
* Add missing includes.Ralf Corsepius2011-02-242-1/+2
|
* 2011-02-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-244-19/+37
| | | | | | * libnetworking/netinet/ip_icmp.c, libnetworking/netinet/ip_icmp.h: Misc. changes from FreeBSD. * libnetworking/netinet/tcp_var.h: Include <netinet/tcp_timer.h>.
* 2011-02-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-247-58/+51
| | | | | | | | * libnetworking/netinet/in_systm.h, libnetworking/netinet/tcp_debug.c, libnetworking/netinet/tcp_debug.h, libnetworking/netinet/tcp_seq.h, libnetworking/netinet/tcp_var.h, libnetworking/netinet/tcpip.h: Misc changes from FreeBSD.
* 2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-232-0/+16
| | | | | * libnetworking/net/if_pppvar.h: Add "extern C++" guards. Add header guard.
* 2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-232-0/+8
| | | | * libnetworking/sys/signalvar.h: Comment out unused code.
* 2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-232-4/+5
| | | | * posix/include/rtems/posix/mqueue.h: Relocate "extern C++" guards.
* 2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-232-0/+3
| | | | * posix/include/rtems/posix/key.h: Add missing includes.
* 2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-232-0/+2
| | | | * libnetworking/machine/in_cksum.h: Add missing includes.
* 2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-236-1/+18
| | | | | | * libcsupport/include/clockdrv.h, libcsupport/include/console.h, libcsupport/include/spurious.h, libcsupport/include/rtems/error.h, libcsupport/include/rtems/libcsupport.h: Add missing includes.
* 2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-232-0/+6
| | | | * libnetworking/vm/vm_kern.h: Comment out unused vars.
* 2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-232-5/+7
| | | | * posix/include/mqueue.h: Relocate "extern C++" guards.
* 2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-232-0/+3
| | | | * sapi/include/rtems/fatal.h: Add missing includes.
* 2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-232-3/+5
| | | | * score/include/rtems/score/tod.h: Add missing includes.
* 2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-232-0/+3
| | | | * ftpd/ftpd.h: Add missing includes.
* 2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-233-4/+11
| | | | | * libmisc/devnull/devnull.h, libmisc/stackchk/stackchk.h: Fix header guard. Add missing includes.
* 2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-237-0/+17
| | | | | | | | * score/include/rtems/debug.h, score/include/rtems/score/sysstate.h, score/include/rtems/score/timespec.h, score/inline/rtems/score/address.inl, score/inline/rtems/score/stack.inl, score/inline/rtems/score/states.inl: Add missing includes.
* 2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-234-0/+10
| | | | | | * rtems/inline/rtems/rtems/attr.inl, rtems/inline/rtems/rtems/eventset.inl, rtems/inline/rtems/rtems/options.inl: Add missing includes.
* 2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-232-3/+4
| | | | * libfs/src/dosfs/msdos_misc.c: Don't include <strings.h>.
* 2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-222-2/+4
| | | | * configure.ac: Remove AM_CONDITIONAL(HAS_POSIX) (Unused).
* 2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-222-0/+6
| | | | * rtems/inline/rtems/rtems/status.inl: Add missing include.
* 2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-222-2/+12
| | | | * libblock/src/media-path.c: Remove warnings.
* 2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-2213-2/+32
| | | | * configure.ac: Add AC_CONFIG_HEADER(config.h).
* 2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-221-0/+4
| | | | * configure.ac: Add AC_CONFIG_HEADER(config.h).
* 2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-222-2/+7
| | | | | * support/src/tmtests_support.c: loop_overhead and end_time are uint32_t's.
* 2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-221-0/+6
| | | | | | * support/src/spin.c, support/src/test_support.c, support/src/tmtests_empty_function.c, support/src/tmtests_support.c: Add HAVE_CONFIG_H.
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-224-0/+18
|
* 2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-221-0/+5
| | | | | * psxtmmutex02/init.c, psxtmthread01/init.c, psxtmthread03/init.c: Add HAVE_CONFIG_H.
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-2226-0/+104
|
* 2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-221-0/+10
| | | | | | | | | | * base_mp/apptask.c, base_mp/init.c, base_sp/apptask.c, base_sp/init.c, capture/init.c, capture/test1.c, cdtest/init.c, fileio/init.c, hello/init.c, loopback/init.c, minimum/init.c, nsecs/empty.c, nsecs/init.c, paranoia/init.c, paranoia/paranoia.c, pppd/init.c, pppd/pppdapp.c, ticker/init.c, ticker/tasks.c, unlimited/init.c, unlimited/test1.c, unlimited/test2.c, unlimited/test3.c: Add HAVE_CONFIG_H.
* 2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-221-0/+12
| | | | | | | | | | | | * mp01/init.c, mp01/task1.c, mp02/init.c, mp02/task1.c, mp03/delay.c, mp03/init.c, mp03/task1.c, mp04/init.c, mp04/task1.c, mp05/asr.c, mp05/init.c, mp05/task1.c, mp06/init.c, mp06/task1.c, mp07/init.c, mp07/task1.c, mp08/init.c, mp08/task1.c, mp09/init.c, mp09/recvmsg.c, mp09/sendmsg.c, mp09/task1.c, mp10/init.c, mp10/task1.c, mp10/task2.c, mp10/task3.c, mp11/init.c, mp12/init.c, mp13/init.c, mp13/task1.c, mp13/task2.c, mp14/delay.c, mp14/evtask1.c, mp14/evtmtask.c, mp14/exit.c, mp14/init.c, mp14/msgtask1.c, mp14/pttask1.c, mp14/smtask1.c: Add HAVE_CONFIG_H.
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-2272-0/+288
|
* 2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-221-0/+10
| | | | | | | | | | * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c, tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c, tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tm30/init.c, tmck/task1.c, tmoverhd/empty.c, tmoverhd/testtask.c: Add HAVE_CONFIG_H.
* 2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-221-0/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c, psx03/task.c, psx04/init.c, psx04/task1.c, psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c, psx06/task.c, psx06/task2.c, psx07/init.c, psx07/task.c, psx08/init.c, psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c, psx10/init.c, psx10/task.c, psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/task.c, psx12/init.c, psx12/task.c, psx13/main.c, psx13/test.c, psx14/init.c, psx15/init.c, psxaio01/init.c, psxaio02/init.c, psxaio03/init.c, psxalarm01/init.c, psxautoinit01/init.c, psxautoinit02/init.c, psxbarrier01/main.c, psxbarrier01/test.c, psxcancel/init.c, psxcancel01/init.c, psxchroot01/main.c, psxchroot01/test.c, psxcleanup/psxcleanup.c, psxcleanup01/init.c, psxclock/init.c, psxcond01/init.c, psxenosys/init.c, psxfatal_support/init.c, psxfchx01/init.c, psxfile01/main.c, psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c, psxfile01/test_write.c, psxfile02/init.c, psxfilelock01/init.c, psxgetrusage01/init.c, psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/pthread37.c, psxhdrs/pthread38.c, psxhdrs/pthread39.c, psxhdrs/pthread40.c, psxhdrs/sched01.c, psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c, psxhdrs/timer07.c, psxid01/init.c, psximfs01/init.c, psximfs02/init.c, psxintrcritical01/init.c, psxitimer/init.c, psxkey01/init.c, psxkey01/task.c, psxkey02/init.c, psxkey03/init.c, psxmount/main.c, psxmount/test.c, psxmsgq01/init.c, psxmsgq02/init.c, psxmsgq03/init.c, psxmsgq04/init.c, psxmutexattr01/init.c, psxobj01/init.c, psxpasswd01/init.c, psxpasswd02/init.c, psxpipe01/init.c, psxrdwrv/main.c, psxrdwrv/test.c, psxreaddir/main.c, psxreaddir/test.c, psxrwlock01/main.c, psxrwlock01/test.c, psxsem01/init.c, psxsignal01/init.c, psxsignal01/task1.c, psxsignal02/init.c, psxsignal03/init.c, psxsignal05/init.c, psxsignal06/init.c, psxspin01/main.c, psxspin01/test.c, psxspin02/main.c, psxspin02/test.c, psxstack01/init.c, psxstack02/init.c, psxstat/main.c, psxstat/test.c, psxsysconf/init.c, psxtime/main.c, psxtime/test.c, psxtimer01/psxtimer.c, psxtimer02/psxtimer.c, psxtimes01/init.c, psxualarm/init.c, psxusleep/init.c: Add HAVE_CONFIG_H.
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-22256-0/+1024
|
* 2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-221-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sp01/init.c, sp01/task1.c, sp02/init.c, sp02/preempt.c, sp02/task1.c, sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/task1.c, sp03/task2.c, sp04/init.c, sp04/task1.c, sp04/task2.c, sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c, sp06/task1.c, sp06/task2.c, sp06/task3.c, sp07/buffered_io.c, sp07/init.c, sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c, sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c, sp08/init.c, sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c, sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c, sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c, sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c, sp09/screen14.c, sp09/task1.c, sp09/task2.c, sp09/task3.c, sp09/task4.c, sp10/init.c, sp11/init.c, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c, sp12/pridrv.c, sp12/pritask.c, sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c, sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c, sp14/init.c, sp14/task1.c, sp14/task2.c, sp15/init.c, sp15/task1.c, sp16/init.c, sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c, sp17/asr.c, sp17/init.c, sp17/task1.c, sp17/task2.c, sp18/init.c, sp19/first.c, sp19/fptask.c, sp19/init.c, sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/task1.c, sp21/init.c, sp22/delay.c, sp22/init.c, sp22/prtime.c, sp22/task1.c, sp23/init.c, sp23/task1.c, sp24/init.c, sp24/resume.c, sp24/task1.c, sp25/init.c, sp25/task1.c, sp26/init.c, sp26/task1.c, sp27/init.c, sp28/init.c, sp29/init.c, sp30/init.c, sp30/resume.c, sp30/task1.c, sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/task1.c, sp32/init.c, sp33/init.c, sp34/changepri.c, sp35/priinv.c, sp36/strict_order_mut.c, sp37/init.c, sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp42/init.c, sp43/init.c, sp44/init.c, sp45/init.c, sp46/init.c, sp47/init.c, sp48/init.c, sp49/init.c, sp50/init.c, sp51/init.c, sp52/init.c, sp54/init.c, sp55/init.c, sp56/init.c, sp57/init.c, sp58/init.c, sp59/init.c, sp60/init.c, sp62/init.c, sp63/init.c, sp64/init.c, sp65/init.c, sp66/init.c, sp67/init.c, sp68/init.c, sp69/init.c, sp70/init.c, sp71/init.c, sp72/init.c, spassoc01/init.c, spchain/init.c, spclockget/init.c, spcoverage/init.c, sperror01/init.c, sperror02/init.c, sperror03/init.c, spfatal_support/consume_sems.c, spfatal_support/init.c, spfifo01/init.c, spfifo02/init.c, spfifo03/init.c, spfifo04/init.c, spfifo05/init.c, spheapprot/init.c, spintrcritical01/init.c, spintrcritical06/init.c, spintrcritical08/init.c, spintrcritical09/init.c, spintrcritical10/init.c, spintrcritical11/init.c, spintrcritical13/init.c, spintrcritical15/init.c, spintrcritical16/init.c, spintrcritical17/init.c, spintrcritical_support/intrcritical.c, spmkdir/init.c, spmountmgr01/init.c, spnotepad01/init.c, spobjgetnext/init.c, spprintk/init.c, spprivenv01/init.c, spsize/getint.c, spsize/init.c, spsize/size.c, spstkalloc/init.c, spthreadq01/init.c, spwatchdog/delay.c, spwatchdog/init.c, spwatchdog/prtime.c, spwatchdog/task1.c, spwkspace/init.c: Add HAVE_CONFIG_H.
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-22335-3/+1340
|
* 2010-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-221-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * POSIX/calloc.c, POSIX/clock_gettime.c, POSIX/close.c, POSIX/dup2.c, POSIX/fcntl.c, POSIX/flockfile.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c, POSIX/ftrylockfile.c, POSIX/funlockfile.c, POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c, POSIX/getpwuid.c, POSIX/gettimeofday.c, POSIX/getuid.c, POSIX/htonl.c, POSIX/issetugid.c, POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c, POSIX/malloc.c, POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c, POSIX/posix_memalign.c, POSIX/read.c, POSIX/readv.c, POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c, POSIX/sigfillset.c, POSIX/sigismember.c, POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c, POSIX/wait.c, POSIX/waitpid.c, POSIX/write.c, POSIX/writev.c, block01/init.c, block02/init.c, block03/init.c, block04/init.c, block05/init.c, block06/init.c, block07/init.c, block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c, block08/bdbuf_test1_3.c, block08/bdbuf_test1_4.c, block08/bdbuf_test1_5.c, block08/bdbuf_test2_1.c, block08/bdbuf_test2_2.c, block08/bdbuf_test3_1.c, block08/bdbuf_test3_2.c, block08/bdbuf_test3_3.c, block08/bdbuf_test4_1.c, block08/bdbuf_test4_2.c, block08/bdbuf_test4_3.c, block08/bdbuf_tests.c, block08/init.c, block09/init.c, block10/init.c, bspcmdline01/init.c, complex/docomplex.c, complex/docomplex.in, complex/docomplexf.c, complex/docomplexl.c, complex/init.c, cpuuse/init.c, cpuuse/task1.c, cpuuse/task2.c, cpuuse/task3.c, cpuuse/tswitch.c, devfs01/init.c, devfs02/init.c, devfs03/init.c, devfs04/init.c, deviceio01/init.c, dumpbuf01/init.c, gxx01/init.c, heapwalk/init.c, malloc02/init.c, malloc03/init.c, malloc04/init.c, malloc05/init.c, malloctest/init.c, malloctest/task1.c, math/domath.c, math/domath.in, math/init.c, mathf/domathf.c, mathf/init.c, mathl/domathl.c, mathl/init.c, monitor/init.c, monitor02/init.c, putenvtest/init.c, rtmonuse/getall.c, rtmonuse/init.c, rtmonuse/task1.c, stackchk/blow.c, stackchk/init.c, stackchk/task1.c, stackchk01/init.c, stringto01/init.c, tar01/init.c, tar02/init.c, tar03/init.c, termios/init.c, termios01/init.c, termios01/termios_testdriver.c, termios02/init.c, termios03/init.c, termios03/termios_testdriver_polled.c, termios04/init.c, termios04/termios_testdriver_intr.c, termios05/init.c, termios05/termios_testdriver_taskdriven.c, termios06/init.c, termios06/test_pppd.c, termios07/init.c, termios08/init.c, tztest/init.c: Add HAVE_CONFIG_H.
* 2011-02-21 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-02-212-1/+5
| | | | * timer/timer.c: Include <bsp.h> before <rtems/btimer.h>.
* 2011-02-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-02-213-14/+19
| | | | | * sapi/include/confdefs.h, score/include/rtems/score/schedulerpriority.h: Add comments.
* 2011-02-21 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-02-214-0/+52
| | | | | | * misc/restart.c: New file. * Makefile.am: Reflect change from above. * include/bsp.h: Declare bsp_restart().
* Typo.Sebastian Huber2011-02-211-1/+1
|
* 2010-02-21 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-02-213-8/+16
| | | | | * include/bsp.h, lpc32xx/misc/restart.c: Renamed lpc32xx_restart() in bsp_restart().
* 2011-02-21 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-02-213-13/+18
| | | | | * sapi/include/confdefs.h, score/include/rtems/score/schedulerpriority.h: C++ compatibility.
* 2011-02-21 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-02-212-30/+31
| | | | * libnetworking/lib/ftpfs.c: Workaround for some firewalls.
* Add -mcpu=8540/-mfloat-gprs=double multilib.Ralf Corsepius2011-02-201-19/+46
| | | | Remove -mcpu=601 multilib.