summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics.Ralf Corsepius2004-12-308-33/+34
|
* 2004-12-30 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2004-12-302-3/+16
| | | | | * httpd/rtems_webserver.h: Add doxygen preamble. Add C++ guards.
* 2004-12-30 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2004-12-302-1/+5
| | | | * httpd/Makefile.am: Remove -DOS="RTEMS".
* 2004-12-30 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2004-12-302-3/+5
| | | | * acinclude.m4: Reflect eth_comm having been removed.
* Cosmetics from FreeBSDRalf Corsepius2004-12-291-4/+4
|
* Add doxygen preamble.Ralf Corsepius2004-12-293-11/+17
|
* 2004-12-29 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2004-12-293-3/+9
| | | | | | * score/include/rtems/score/chain.h: Use uint32_t instead of unsigned32. * score/src/chain.c: Remove superfluous type cast.
* Remove (Obsolete).Ralf Corsepius2004-12-291-4/+0
|
* 2004-12-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2004-12-102-179/+5
| | | | | PR 704/bsps. * ide_ctrl.c: Removed (obsolete).
* 2004-12-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2004-12-102-1/+7
| | | | | | PR 733/rtems * rtems/score/cpu.h: Remove output arg from inline asm in _CPU_ISR_Disable.
* Cosmetics.Ralf Corsepius2004-12-101-3/+3
|
* 2004-12-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2004-12-109-8/+17
| | | | | | | | | * posix/include/aio.h, posix/include/devctl.h, posix/include/intr.h, posix/include/mqueue.h, posix/include/sched.h, posix/include/semaphore.h, posix/src/ptimer.c, posix/src/ptimer1.c: Include <unistd.h> instead of <sys/features.h> to pick up _POSIX_* defines (Mandated by POSIX).
* 2004-12-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2004-12-092-7/+6
| | | | | * score/include/rtems/system.h: Don't define NULL, include <stddef.h>.
* PR 730Greg Menke2004-12-0615-216/+658
| | | | | * cpu_asm.S: Collected PR 601 changes for commit to cvshead for rtems-4.7
* Changelog, PR728 & PR729Greg Menke2004-12-061-241/+34
| | | | Greg Menke 12/06/2004
* PR 729/bspsGreg Menke2004-12-061-4/+9
| | | | | | | * bootloader/pci.c: Removed the r->size=0 and r->base=0 assignement which makes too-large regions conflict with onboard hardware, replacing it with sfree which deletes the memory region from the setup code, leaving it disabled.
* PR 729/bspsGreg Menke2004-12-061-0/+2
| | | | | | | * bootloader/pci.c: Removed the r->size=0 and r->base=0 assignement which makes too-large regions conflict with onboard hardware, replacing it with sfree which deletes the memory region from the setup code, leaving it disabled.
* 2004-12-03 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2004-12-039-27/+25
| | | | | | | | | | | | * libnetworking/net/if_ethersubr.c, libnetworking/net/radix.h, libnetworking/netinet/if_ether.h, libnetworking/netinet/igmp_var.h, libnetworking/netinet/in_var.h, libnetworking/netinet/tcp_timer.h, libnetworking/netinet/udp_usrreq.c, libnetworking/rtems/rtems_glue.c: Misc. updates from FreeBSD and bugfixes tripped by GCC-4.0.0.
* 2004-12-02 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2004-12-033-3/+10
| | | | | | * libnetworking/kern/kern_sysctl.c, libnetworking/sys/sysctl.h: Add SYSCTL_CHILDREN_SET (Update from FreeBSD for GCC-4.0.0).
* 2004-12-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-12-024-1/+9
| | | | | * libnetworking/kern/kern_sysctl.c, libnetworking/netinet/ip_mroute.c, libnetworking/sys/socketvar.h: Remove warnings.
* 2004-12-02 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2004-12-0212-60/+57
| | | | | | | | | * libnetworking/net/radix.c, libnetworking/net/radix.h, libnetworking/net/route.h, libnetworking/netinet/if_ether.h, libnetworking/netinet/in_var.h, libnetworking/netinet/tcp_timer.h, libnetworking/netinet/udp_usrreq.c, libnetworking/netinet/udp_var.h, libnetworking/sys/callout.h, libnetworking/sys/socketvar.h, libnetworking/sys/sysctl.h: Cosmetics from FreeBSD.
* 2004-12-02 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2004-12-026-80/+101
| | | | | | | * libmisc/capture/capture-cli.h, libmisc/capture/capture.h, libmisc/monitor/monitor.h, libmisc/rtmonuse/rtmonuse.h, libmisc/shell/shell.h: Partial doxygenification. * libmisc/capture/capture.h: Use INT32_C for constants.
* 2004-12-02 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2004-12-021-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | * libcsupport/include/chain.h, libcsupport/include/clockdrv.h, libcsupport/include/console.h, libcsupport/include/iosupp.h, libcsupport/include/ringbuf.h, libcsupport/include/rtc.h, libcsupport/include/spurious.h, libcsupport/include/timerdrv.h, libcsupport/include/vmeintr.h, libcsupport/include/motorola/mc68230.h, libcsupport/include/motorola/mc68681.h, libcsupport/include/rtems/assoc.h, libcsupport/include/rtems/cdefs.h, libcsupport/include/rtems/error.h, libcsupport/include/rtems/libcsupport.h, libcsupport/include/rtems/libio.h, libcsupport/include/rtems/libio_.h, libcsupport/include/rtems/termiostypes.h, libcsupport/include/zilog/z8036.h, libcsupport/include/zilog/z8530.h, libcsupport/include/zilog/z8536.h: Add doxygen preamble.
* Add doxygen preamble.Ralf Corsepius2004-12-0221-27/+95
|
* Add definition.Eric Norum2004-11-302-0/+5
|
* 2004-11-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-11-2911-25/+225
| | | | | | | | | | | | * libcsupport/src/mallocfreespace.c, rtems/Makefile.am, rtems/include/rtems/rtems/region.h, score/Makefile.am, score/include/rtems/score/heap.h, score/src/heapgetinfo.c: Add capability to return information about just the free blocks in a region or heap. Also changed the semantics of free space available to be the largest block of memory that can be allocated. * rtems/src/regiongetfreeinfo.c, score/src/heapgetfreeinfo.c: New files. : score/include/rtems/score/object.h, score/src/objectinitializeinformation.c: Remove warning.
* Add another module ID code.Eric Norum2004-11-292-0/+5
|
* 2004-11-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-11-262-2/+6
| | | | * timer/timerisr.S: Include rtems/asm.h not asm.h
* 2004-11-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-11-2622-12/+67
| | | | * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
* 2004-11-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-11-262-5/+11
| | | | | * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*. Also extended RAM section since this is for a simulator
* 2004-11-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-11-263-2/+10
| | | | | * startup/linkcmds, startup/linkcmds_ROM: Add new bss sections .bss.* and .gnu.linkonce.b*.
* 2004-11-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-11-263-2/+9
| | | | | * startup/linkcmds, startup/linkcmds.flash: Add new bss sections .bss.* and .gnu.linkonce.b*.
* 2004-11-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-11-264-5/+11
| | | | | * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add new bss sections .bss.* and .gnu.linkonce.b*.
* 2004-11-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-11-233-51/+6
| | | | | * Makefile.am: Remove eth_comm. * custom/eth_comm.cfg: Removed.
* 2004-11-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-11-2335-7952/+18
| | | | | | | | | | | | | | | | | | * eth_comm/.cvsignore, eth_comm/ChangeLog, eth_comm/Makefile.am, eth_comm/README, eth_comm/bsp_specs, eth_comm/configure.ac, eth_comm/times, eth_comm/canbus/canbus.c, eth_comm/clock/p_clock.c, eth_comm/console/console.c, eth_comm/include/.cvsignore, eth_comm/include/8xx_immap.h, eth_comm/include/bsp.h, eth_comm/include/canbus.h, eth_comm/include/commproc.h, eth_comm/include/coverhd.h, eth_comm/include/info.h, eth_comm/include/tm27.h, eth_comm/irq/irq.c, eth_comm/irq/irq.h, eth_comm/irq/irq_asm.S, eth_comm/irq/irq_init.c, eth_comm/network/README, eth_comm/network/network.c, eth_comm/start/start.S, eth_comm/startup/bspstart.c, eth_comm/startup/cpuinit.c, eth_comm/startup/linkcmds, eth_comm/startup/mmutlbtab.c, eth_comm/vectors/vectors.S, eth_comm/vectors/vectors.h, eth_comm/vectors/vectors_init.c, eth_comm/wrapup/.cvsignore, eth_comm/wrapup/Makefile.am: Removed.
* Add PR617 as fixed by conversion to new exceptions.Joel Sherrill2004-11-221-0/+1
|
* 2004-11-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-11-224-5/+13
| | | | | | * score/include/rtems/score/object.h, score/src/objectclearname.c, score/src/objectcopynamestring.c: Fixing warning led to making changes to multiple prototypes for object support routines.
* 2004-11-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-11-222-0/+40
| | | | * rtems/old-exceptions/cpu.h: Make compile in assembly.
* 2004-11-22 Joel Sherrill <joel@OARcorp.com>Jennifer Averett2004-11-222-0/+19
| | | | | | PR 693/misc * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with in/outport routines.
* 2004-11-22 Joel Sherrill <joel@OARcorp.com>Jennifer Averett2004-11-222-1/+5
| | | | * libcsupport/src/ttyname_r.c: Remove warning for using _fstat.
* 2004-11-22 Jennifer Averett <jennifer@OARcorp.com>Jennifer Averett2004-11-223-0/+44
| | | | | | | PR 581/bsps * mpc6xx/exceptions/raw_exception.c, shared/include/cpuIdent.h: Converting PSIM to new exception model required adding PSIM as PowerPC CPU model.
* 2004-11-22 Jennifer Averett <jennifer@OARcorp.com>Jennifer Averett2004-11-2219-356/+1627
| | | | | | | | | | PR 581/bsps * Makefile.am, bsp_specs, configure.ac, include/bsp.h, include/tm27.h, start/start.S, startup/bspstart.c, startup/linkcmds, tools/Makefile.am, tools/psim, vectors/vectors.S, wrapup/Makefile.am: Convert PSIM to new exception model. * irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c: New files. * startup/setvec.c, timer/timer.c: Removed.
* 2004-11-22 Jennifer Averett <jennifer@OARcorp.com>Jennifer Averett2004-11-222-2/+7
| | | | | PR 581/bsps * custom/psim.cfg: Convert PSIM to new exception model.
* 2004-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2004-11-223-44/+7
| | | | | * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building itron for unix.
* 2004-11-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-11-222-1/+6
| | | | | * include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION is defined.
* 2004-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2004-11-223-29/+6
| | | | | * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building itron for unix.
* 2004-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2004-11-221-0/+5
| | | | | * libnetworking/Makefile.am: Don't install bpfilter.h (Private header).
* 2004-11-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-11-224-7/+11
| | | | | | | * configure.ac: Remove -ansi to prevent folks from further damaging the code with broken prototypes. * putenvtest/init.c: Remove broken putenv prototype. * termios/init.c (print_c_cc): Don't loop over NCCS.
* 2004-11-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-11-222-33/+4
| | | | * aclocal/enable-itron.m4: Remove (unused).
* 2004-11-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-11-222-0/+20
| | | | * aclocal/enable-itron.m4: New (moved from ../aclocal).