Commit Graph

778 Commits

Author SHA1 Message Date
Joel Sherrill
e411dda718 2007-01-09 Joel Sherrill <joel@OARcorp.com>
* libcsupport/src/error.c: rtems_progname is no longer defined in
	the BSP startup since it never held a meaningful value.
2007-01-09 21:54:52 +00:00
Ralf Corsepius
e9c1b5f773 2007-01-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/include/aio.h: s/aoi_lio_opcode/aio_lio_opcode/
	(BZ 1203).
2007-01-02 06:34:57 +00:00
Ralf Corsepius
d07cb3ac9f 2006-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* backward/rtc.h, backward/vmeintr.h, backward/confdefs.h,
	backward/clockdrv.h, backward/itron.h, backward/console.h,
	backward/imfs.h, backward/iosupp.h, backward/chain.h,
	backward/motorola/mc68681.h, backward/motorola/mc68230.h,
	backward/spurious.h, backward/rtemspppd.h, backward/zilog/z8536.h,
	backward/zilog/z8030.h, backward/zilog/z8036.h, backward/dosfs.h,
	backward/rtemsdialer.h, backward/asm.h, backward/timerdrv.h,
	backward/ringbuf.h, backward/ftpd.h:
	Abandon.
2006-12-13 07:27:42 +00:00
Ralf Corsepius
c50c6bf3ca 2006-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/include/rtems/rtems/types.h: Abandon backward compatibility
	  types.
	* include/rtems/stdint.h: Abandon DEPRECATED_TYPES.
	* configure.ac: Abandon DEPRECATED_TYPES/--enable-deprecated.
	* Makefile.am: Abandon DEPRECATED_TYPES.
2006-12-13 07:24:32 +00:00
Ralf Corsepius
294de470b4 2006-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
2006-12-13 05:39:19 +00:00
Ralf Corsepius
f4cf0eaacf Fix ugly typos. 2006-12-13 03:23:44 +00:00
Ralf Corsepius
48415d1e23 2006-12-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
2006-12-12 16:42:16 +00:00
Ralf Corsepius
e00746b307 2006-12-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
	* configure.ac: Add RTEMS_AMPOLISH.
2006-12-12 16:37:22 +00:00
Ralf Corsepius
fb8c4e992b 2006-12-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/src/barrierrelease.c: Remove stray rtems_unsigned32.
2006-12-12 10:01:56 +00:00
Ralf Corsepius
74393f7178 2006-12-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/imfs/imfs.h: Remove
	increment_and_check_linkcounts (unused),
	decrement_linkcounts (unused, broken).
2006-12-12 03:37:40 +00:00
Ralf Corsepius
4093c4b335 2006-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/net/route.c, libnetworking/netinet/ip_input.c,
	libnetworking/sys/domain.h: Cosmetics from FreeBSD.
2006-12-08 15:49:02 +00:00
Ralf Corsepius
cbe366e520 2006-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/rtems/rtems_glue.c: Remove local
	extern strdup.
2006-12-08 09:08:51 +00:00
Ralf Corsepius
11458809cc 2006-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/include/rtems/libio.h, libcsupport/src/read.c,
	libfs/src/dosfs/msdos.h, libfs/src/dosfs/msdos_dir.c,
	libfs/src/dosfs/msdos_file.c, libfs/src/imfs/deviceio.c,
	libfs/src/imfs/imfs.h, libfs/src/imfs/imfs_directory.c,
	libfs/src/imfs/memfile.c, libnetworking/lib/ftpfs.c,
	libnetworking/lib/tftpDriver.c, libnetworking/rtems/rtems_syscall.c:
	Use size_t instead of uint32_t for read/write count-args.
2006-12-08 07:19:19 +00:00
Ralf Corsepius
3f77f7189f 2006-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/src/timerserverfirewhen.c: Remove local
	extern _Timer_Seconds_chain.
	* rtems/src/timerserverfireafter.c: Remove local
	extern _Timer_Ticks_chain.
2006-12-08 06:55:03 +00:00
Ralf Corsepius
c73f11d044 2006-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/include/rtems/score/object.h, score/src/objectclearname.c,
	score/src/objectcopynameraw.c, score/src/objectcopynamestring.c:
	Add const qualifiers, use size_t where appropriate.
2006-12-06 09:46:52 +00:00
Ralf Corsepius
6876ce7a44 2006-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/inline/rtems/score/thread.inl: Add const qualifiers to work
	around aliasing effects.
2006-12-05 15:57:31 +00:00
Ralf Corsepius
852d53f7a7 2006-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/inline/rtems/score/chain.inl: Add const qualifiers (works
	  around 651 aliasing bugs).
2006-12-04 14:31:32 +00:00
Joel Sherrill
6bc7a5e1a3 2006-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/src/prwlockunlock.c, rtems/Makefile.am,
	rtems/src/barrierrelease.c, rtems/src/barrierwait.c,
	score/src/corerwlockobtainread.c, score/src/corerwlockrelease.c:
	Complete implementation of barrier as the rest of the test code is
	now implemented. Also add blocking code to rwlock.
2006-12-04 14:16:26 +00:00
Ralf Corsepius
fcb0cd462c 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.
2006-12-02 06:06:55 +00:00
Ralf Corsepius
297e2380ee 2006-11-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/src/threadget.c: Remove (Unused).
	* score/Makefile.am: Removing score/src/threadget.c.
2006-11-27 09:55:09 +00:00
Ralf Corsepius
b4bf2897a2 2006-11-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* libblock/Makefile.am: Don't include preinstall.am.
	* libblock/preinstall.am: Remove.
2006-11-21 11:07:04 +00:00
Ralf Corsepius
70bb55f9b2 2006-11-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove ampolish3.
2006-11-20 05:55:01 +00:00
Joel Sherrill
a607d363ef 2006-11-18 Joel Sherrill <joel@OARcorp.com>
* score/src/heapwalk.c: Do not use printk yet since many BSPs do not
	prove the hooks for printk yet. This will require enough BSP changes
	to delay until 4.8.
2006-11-18 14:48:13 +00:00
Ralf Corsepius
fb678afef9 2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Add check for uintmax_t.
	* libcsupport/src/malloc.c: Use uintmax_t instead of uint64_t for
	  MALLOC_STATS statistics. Use inttypes.h PRIxXXX macros for
	  printing.
2006-11-18 05:33:15 +00:00
Ralf Corsepius
aab1ef5982 2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/check-networking.m4: Integrate type checks.
	* configure.ac: Use rtems_cv_HAS_NETWORKING instead of
	  HAS_NETWORKING.
2006-11-18 03:42:31 +00:00
Ralf Corsepius
9ca2ee4253 2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/check-itron.m4: Integrate ITRON-type checks.
	* configure.ac: Remove ITRON-type checks.
	  Move RTEMS_CHECK* after type-checks.
2006-11-18 03:15:52 +00:00
Ralf Corsepius
461d93f4a7 2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Remove $LIBRPC.
2006-11-18 02:43:10 +00:00
Ralf Corsepius
7b6d1b50da 2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for uint64_t, int64_t.
2006-11-18 02:36:05 +00:00
Ralf Corsepius
c3bd75da47 2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac, Makefile.am, configure.ac, ftpd/Makefile.am,
	httpd/Makefile.am, libnetworking/Makefile.am, pppd/Makefile.am,
	telnetd/Makefile.am, wrapup/Makefile.am: Replace
	AM_CONDITIONAL(HAS_NETWORKING) with AM_CONDITIONAL(LIBNETWORKING).
2006-11-18 02:28:58 +00:00
Joel Sherrill
7f3d6fe91c 2006-11-17 Joel Sherrill <joel@OARcorp.com>
* score/inline/rtems/score/object.inl, score/src/objectnametoid.c:
	Properly honor searching only local node even when on single CPU
	system.
2006-11-17 22:59:41 +00:00
Joel Sherrill
28c55e4218 2006-11-17 Joel Sherrill <joel@OARcorp.com>
* score/src/coresemseize.c: Add missing ISR enable.
2006-11-17 22:58:33 +00:00
Joel Sherrill
d056acd092 2006-11-17 Joel Sherrill <joel@OARcorp.com>
* score/src/heapwalk.c: Use printk not printf.
2006-11-17 22:57:48 +00:00
Joel Sherrill
bf89c76217 2006-11-17 Joel Sherrill <joel@OARcorp.com>
* libmisc/rtmonuse/rtmonuse.c: Do not use float for calculations.
2006-11-17 22:55:51 +00:00
Joel Sherrill
336227dbc3 2006-11-17 Joel Sherrill <joel@OARcorp.com>
* libcsupport/src/sync.c: Do not dereference NULL reent.
2006-11-17 22:55:05 +00:00
Joel Sherrill
8441e5ef83 2006-11-17 Joel Sherrill <joel@OARcorp.com>
* posix/src/semtimedwait.c: Used wrong constant for blocking with bad
	timeout value.
2006-11-17 22:53:56 +00:00
Joel Sherrill
44bc19a795 2006-11-17 Joel Sherrill <joel@OARcorp.com>
* posix/src/semtimedwait.c: Reverse accidentally included
	semtimedwait.c.
2006-11-17 22:51:12 +00:00
Joel Sherrill
4d0bb65e12 2006-11-17 Joel Sherrill <joel@OARcorp.com>
* posix/src/keygetspecific.c, posix/src/keysetspecific.c,
	posix/src/semtimedwait.c: Correct indexing of key data to use api and
	index NOT class and index. Class is always 1.
2006-11-17 22:49:30 +00:00
Ralf Corsepius
59f1632288 2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Suppress itron if int8/int16_t are not provided.
	* configure.ac, Makefile.am, itron/Makefile.am, wrapup/Makefile.am:
	Introduce AM_CONDITIONAL(LIBITRON).
	Remove AM_CONDITIONAL(HAS_ITRON).
2006-11-17 09:51:34 +00:00
Ralf Corsepius
5069a89d14 2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* wrapup/Makefile.am: Introduce AM_CONDITIONAL(LIBDOSFS).
2006-11-17 08:55:16 +00:00
Ralf Corsepius
10bf8e69c4 2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac, Makefile.am, libfs/Makefile.am:
	Introduce AM_CONDITIONAL(LIBDOSFS).
2006-11-17 08:46:45 +00:00
Ralf Corsepius
e252c387c3 2006-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/libc/gethostbydns.c, libnetworking/libc/linkaddr.c,
	libnetworking/libc/map_v4v6.c: Cosmetic updates from FreeBSD.
	Eliminate bcopy in favor of memcpy.
2006-11-16 16:38:15 +00:00
Ralf Corsepius
c3ed74e033 2006-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/rtems/rtems_bsdnet_internal.h: Add timeout() define.
2006-11-16 14:53:10 +00:00
Ralf Corsepius
d808d8b1f0 2006-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/rtems/rtems_glue.c: Rename timeout() into
	  rtems_bsdnet_timeout().
2006-11-16 14:43:40 +00:00
Ralf Corsepius
bd1c23685c 2006-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/sys/malloc.h: Remove contigmalloc (non-implemented).
	Remove __P-guards from malloc, free.
2006-11-16 14:41:32 +00:00
Joel Sherrill
eafa35e718 2006-11-15 Joel Sherrill <joel@OARcorp.com>
* sapi/src/io.c: Fix spacing.
2006-11-15 16:54:01 +00:00
Joel Sherrill
4741fcb721 * sapi/include/confdefs.h: Enable includes needed for new objects. 2006-11-15 15:45:48 +00:00
Joel Sherrill
cdda98fa4e 2006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/include/confdefs.h: Enable memory for new objects.
2006-11-15 15:43:42 +00:00
Joel Sherrill
ba16717a62 2006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/Makefile.am: Add file missed in previous commit.
	* posix/src/posixtimespecabsolutetimeout.c: New file.
2006-11-15 15:34:45 +00:00
Ralf Corsepius
dd5be89fb6 2006-11-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Remove RTEMS_AMPOLISH3.
	  Add checks for uint8_t, int8_t, uint16_t, int16_t,
	  uint32_t, int32_t.
	* aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
	* aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
	* ampolish3: Remove.
2006-11-15 14:23:52 +00:00
Joel Sherrill
5fdca8afca 2006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/inline/rtems/score/threadq.inl, score/src/corerwlocktimeout.c:
	New files.
2006-11-15 14:15:24 +00:00