summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2005-01-13 Joel Sherrill <joel@oarcorp.com>Ralf Corsepius2005-01-132-1/+33
| | | | | | Ralf Corsepius <ralf.corsepius@rtems.org> * libcsupport/src/gxx_wrapper.c: Reflect GCC-4.0's gthr-rtems.h.
* 2005-01-09 Joel Sherrill <joel@oarcorp.com>Joel Sherrill2005-01-098-25/+34
| | | | | | | * 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-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-087-219/+318
| | | | | | | * 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.
* Fix typos.Ralf Corsepius2005-01-081-2/+2
|
* 2005-01-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-072-2/+6
| | | | * libnetworking/libc/res_debug.c: Added const to eliminate warnings.
* 2005-01-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-072-2/+4
| | | | * rtems/score/cpu.h: Remove warnings.
* Fix format.Joel Sherrill2005-01-071-1/+4
|
* 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-074-57/+55
| | | | | | | * 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 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-073-4/+7
| | | | | * posix/include/rtems/posix/cond.h, file posix/include/rtems/posix/mutex.h: Cosmetics.
* 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-073-82/+87
| | | | | * librpc/include/rpc/svc.h, librpc/include/rpc/xdr.h: Remove __P(xx).
* 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-073-3/+3
| | | | | | | | * libchip/Makefile.am, libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am, libnetworking/rtems_telnetd/Makefile.am, librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
* 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-0712-25/+33
| | | | | | | | * httpd/Makefile.am, itron/Makefile.am, libblock/Makefile.am, libcsupport/Makefile.am, libfs/Makefile.am, libmisc/Makefile.am, libnetworking/Makefile.am, librpc/Makefile.am, posix/Makefile.am, rtems/Makefile.am, sapi/Makefile.am, score/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
* 2005-01-07 Ralf Corsepius <ralf.corsepius@freenet.de>Ralf Corsepius2005-01-0724-12/+60
| | | | * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
* Fix typo.Ralf Corsepius2005-01-052-2/+2
|
* 2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-052-11/+4
| | | | * aclocal/rtems-flags.m4: Remove (Unused).
* 2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-052-1/+5
| | | | * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
* 2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-053-9/+10
| | | | | * rtems/src/eventsurrender.c: Remove bogus type casts. * sapi/Makefile.am: Eliminate *_FILES.
* 2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-054-25/+12
| | | | | | | | | | * aclocal/env-rtemscpu.m4: Remove CFLAGS_OPTIMIZE_V. Remove CPU_CFLAGS. * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up RTEMS_CFLAGS. * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE. Cleanup comments.
* 2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-054-26/+6
| | | | | | * aclocal/env-rtemscpu.m4: Remove CFLAGS_DEBUG_V. * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. * automake/compile.am: Cleanup comments. Remove ASFLAGS.
* PR 739Greg Menke2005-01-043-2/+9
|
* PR 737Greg Menke2005-01-032-1/+7
|
* 2005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-023-41/+14
| | | | | | | * libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am, libnetworking/rtems_telnetd/Makefile.am: Remove build-variant support.
* 2005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-0114-293/+88
| | | | | | | | | * automake/compile.am, httpd/Makefile.am, itron/Makefile.am, libblock/Makefile.am, libcsupport/Makefile.am, libfs/Makefile.am, libmisc/Makefile.am, libnetworking/Makefile.am, librpc/Makefile.am, posix/Makefile.am, rtems/Makefile.am, sapi/Makefile.am, score/Makefile.am, wrapup/Makefile.am: Remove build-variant support.
* 2005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-0124-109/+84
| | | | * Makefile.am: Remove build-variant support.
* Cosmetics.Ralf Corsepius2004-12-301-2/+2
|
* 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".
* 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-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
* 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
|
* 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.
* 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-1/+5
| | | | * libcsupport/src/ttyname_r.c: Remove warning for using _fstat.
* 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-226-13/+37
| | | | | | | | | * libblock/include/rtems/bdbuf.h, libblock/include/rtems/blkdev.h, libblock/include/rtems/diskdevs.h, libblock/include/rtems/ide_part_table.h, libblock/include/rtems/ramdisk.h: Add doxygen preamble.