Commit Graph
22127 Commits
Author SHA1 Message Date
Ralf Corsepius 5a379b0183 Don't use sed -i. 2007-07-26 09:19:22 +00:00
Ralf Corsepius 1b1452b6ee NCURSES_RPMREL = 0.20070726.1 2007-07-26 09:19:02 +00:00
Ralf Corsepius 8eea24b8d3 2007-07-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/rtems/bspIo.h, include/rtems/pci.h:
	Add extern "C" guards. Reported by
	Robert S. Grimes <rsg@alum.mit.edu>.
2007-07-26 06:12:29 +00:00
Ralf Corsepius ef38e6caf3 2007-07-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
	  sizes.
2007-07-26 05:29:47 +00:00
Ralf Corsepius 433ea5f850 Cleanup. 2007-07-25 09:33:59 +00:00
Ralf Corsepius 9faed348b8 2007-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Add nfsclient.
2007-07-25 09:33:23 +00:00
Ralf Corsepius 6e6267bb20 2007-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* nfsclient/Makefile.am: New.
	* nfsclient/proto/Makefile, nfsclient/Makefile,
	  nfsclient/src/Makefile: Remove.
2007-07-25 09:32:37 +00:00
Ralf Corsepius bb9dd72099 Regenerate. 2007-07-25 09:31:27 +00:00
Ralf Corsepius c91dc45c45 New. 2007-07-25 05:57:07 +00:00
Ralf Corsepius 1f3d2bd322 Remove. 2007-07-25 05:47:18 +00:00
Ralf Corsepius adb1a084f2 2007-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
	* nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
2007-07-25 05:42:02 +00:00
Ralf Corsepius 526cfa8271 Remove (Rename into ChangeLog.slac). 2007-07-25 05:41:48 +00:00
Ralf Corsepius 228a9b16c9 New (Renamed from ChangeLog). 2007-07-25 05:41:25 +00:00
Ralf Corsepius 516f2d716a 2007-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
	nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
	nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
	nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
	nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
	nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
	nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
	nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
	nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
	nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
	nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
	nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
2007-07-25 05:38:29 +00:00
Ralf Corsepius ee08e0815c This commit was generated by cvs2svn to compensate for changes in r15677,
which included commits to RCS files with non-trunk default branches.
2007-07-25 05:22:23 +00:00
Ralf Corsepius c589ebc885 Import from rtems-nfs-1.5.tgz. 2007-07-25 05:22:23 +00:00
Joel Sherrill 3462c34326 2007-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/cpuuse/cpuusagereport.c, libmisc/cpuuse/cpuusagereset.c,
	score/src/timespecdivide.c: Fix various math and reporting bugs. Now
	the time appears to be reported correctly and add up to what is
	expected.
2007-07-24 21:37:39 +00:00
Joel Sherrill 6db3522085 2007-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
	the CPU Usage Report include it. If it is deleted, the CPU time it
	had consumed is not listed later in the report.
2007-07-24 21:36:45 +00:00
Joel Sherrill 845c202a48 2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, preinstall.am, startup/linkcmds: Save the old linker
	script as linkcmds.sim and use one with enough memory to link all
	tests so we can at least build things.
	* startup/linkcmds.sim: New file.
2007-07-24 21:34:28 +00:00
Joel Sherrill f10d37f018 2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, startup/main.c: Now can link with C compiler and not
	require C++ compiler to link. The file rtems-ctor.cc is not being
	built but if there is a need for C++ code to run on this BSP, then it
	will have to be addressed. The simplest solution which might work is
	to check the RTEMS system state before calling bsp_start() in main().
2007-07-24 20:52:56 +00:00
Joel Sherrill 14ee224c00 2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/Linux-posix.cfg: Make Linux link with just a C main -- avoid
	using C++ ctor trick. An RTEMS C++ application running on this BSP
	may have initialization order issues to address.
2007-07-24 20:50:35 +00:00
Joel Sherrill 59aea5d592 2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/Linux-posix.cfg: Linux BSP must be linked with C++ compiler.
2007-07-24 15:46:01 +00:00
Joel Sherrill 68e6f0cc31 2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
* nsecs/init.c: Add include of unistd.h for sleep() prototype.
2007-07-24 15:45:42 +00:00
Ralf Corsepius e0d85b7480 Move %{?dist} into BINUTILS_RPMREL. 2007-07-24 14:26:46 +00:00
Ralf Corsepius b8a8bfb0dc Move %{?dist} into GCC_RPMREL. 2007-07-24 14:24:43 +00:00
Ralf Corsepius c5721b9ad5 Bump the date on *RPMREL 2007-07-24 04:27:05 +00:00
Ralf Corsepius 000bb343eb 2007-07-24 Ralf Corsépius <ralf.corsepius@rtems.org>
* shttpd/Makefile.am: Prefix all non-public symbols with _shttp_.
	* shttpd/compat_rtems.c: Don't build my_stat for rtems.
	* shttpd/defs.h: Don't build most of my_* wrappers for rtems.
2007-07-24 04:06:51 +00:00
Ralf Corsepius 69079e0a81 Don't build most of my_* wrappers for rtems. 2007-07-24 04:06:32 +00:00
Ralf Corsepius bccb841bb6 Don't build my_stat for rtems. 2007-07-24 04:06:09 +00:00
Ralf Corsepius d4253cf789 Prefix all non-public symbols with _shttp_. 2007-07-24 04:05:47 +00:00
Ralf Corsepius ee4740b462 Add cygwin hacks. 2007-07-24 03:47:09 +00:00
Ralf Corsepius d292aaea08 New. 2007-07-24 03:45:39 +00:00
Ralf Corsepius 7feadc65f6 Add zlib. 2007-07-24 03:45:22 +00:00
Joel Sherrill 48108bcb91 2007-07-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* start/preload.S: Fix symbolic reference. Did earlier modifications
	change the conditionals specificed when this BSP is built?
2007-07-23 23:30:58 +00:00
Thomas Doerfler 701cb88844 added vectors_entry.S to Makefile.am 2007-07-23 15:48:13 +00:00
Ralf Corsepius d942dc267d Various updates. 2007-07-23 09:44:40 +00:00
Ralf Corsepius 131ee1cc8b New. 2007-07-23 09:43:49 +00:00
Ralf Corsepius f81476f579 Sync GCC with testing. 2007-07-23 02:02:15 +00:00
Ralf Corsepius 86a30d08e3 Various patches from rtems-4-8-testing branch. 2007-07-22 07:08:30 +00:00
Ralf Corsepius 4acc7e24d5 Sync with testing. 2007-07-20 05:36:13 +00:00
Ralf Corsepius 70ea34bd6c Sync with devel. 2007-07-20 05:32:17 +00:00
Ralf Corsepius ed332c868a Sync with testing. 2007-07-20 05:23:59 +00:00
Ralf Corsepius 280e130866 New. 2007-07-20 04:59:16 +00:00
Joel Sherrill 793dd46d64 2007-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/Makefile.am, libmisc/cpuuse/cpuusagereport.c,
	libmisc/cpuuse/cpuusagereset.c: Fix bug where cpu usage calculation
	was always using uptime not time since last cpu usage reset when
	using nanoseconds granularity.
	* libmisc/cpuuse/cpuusagedata.c: New file.
2007-07-18 21:31:49 +00:00
Joel Sherrill ead311b8bf 2007-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, vectors/vectors_init.c: Print stack trace on exception.
2007-07-18 18:07:20 +00:00
Joel Sherrill 02a3b35111 Spacing. 2007-07-18 16:23:25 +00:00
Thomas Doerfler 6aff507844 added PPC_e300 to raw_exception.c
removed timed abort in ns16550.c transmit code
2007-07-18 12:51:30 +00:00
Thomas Doerfler c4bf0441d8 removed file, will be generated automatically with autoconf 2007-07-18 10:07:48 +00:00
Thomas Doerfler 49080ed1c4 added missing file 2007-07-18 10:06:11 +00:00
Joel Sherrill 40cfd3e9f3 2007-07-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
	loop was being optimized out on the PowerPC.
	* nsecs/empty.c: New file.
2007-07-17 22:32:12 +00:00