Timeline



01/16/02:

22:54 Changeset in rtems [d09ad1f0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-09 Ralf Corsepius <corsepiu@…> * include/rtems/libio.h: Add #include <rtems/fs.h>. Reflect changes due to using rtems/fs.h. * include/rtems/libio_.h: Reworked.
22:54 Changeset in rtems [36a63d78]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-16 Joel Sherrill <joel@…> * Added task-based timers to the Timer Manager. This added three new directives: - rtems_timer_initiate_server - rtems_timer_server_fire_after - rtems_timer_server_fire_when In the process of doing this, a number of cleanups were made. * src/timerserver.c, src/timerserverfireafter.c, src/timerserverfirewhen.c: New files. * include/timer/timer.h: Added new prototypes and supporting types. * inline/rtems/rtems/timer.h, macros/rtems/rtems/timer.h: Enhanced _Timer_Is_interval_class() to cover the class TIMER_INTERVAL_ON_TASK. * src/Makefile.am: Accounted for new files. * src/rtemstimer.c: Added initialization of _Timer_Server variable. * src/timercancel.c, src/timerreset.c: Account for addition of timer classes. Also corrected the headers. * src/timercreate.c, src/timerdelete.c, src/timerfireafter.c, src/timerfireafter.c, src/timerident.c: Corrected header.
22:53 Changeset in rtems [64b1f81]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-09 Ralf Corsepius <corsepiu@…> * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove ITRON_SUBDIRS. * configure.ac: Rework enable_unixlib handling. Add RTEMS_MULTILIBS to cpuopts.h. * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h. Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
22:52 Changeset in rtems [38fcef5c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-09 Ralf Corsepius <corsepiu@…> * asm.h: Remove #include <rtems/score/targopts.h>. Add #include <rtems/score/cpuopts.h>.
22:52 Changeset in rtems [d49ce82]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-09 Ralf Corsepius <corsepiu@…> * asm.h: Remove #include <rtems/score/targopts.h>. Add #include <rtems/score/cpuopts.h>. * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP).
22:52 Changeset in rtems [089abb6d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-09 Ralf Corsepius <corsepiu@…> * src/getegid.c: Add #include <rtems/userenv.h>. Remove #include <rtems/libio_.h>. * src/geteuid.c: Ditto. * src/getgid.c: Ditto. * src/getlogin.c: Ditto. * src/getuid.c: Ditto.
22:50 Changeset in rtems [cf42e735]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-16 Eric Norum <eric.norum@…> * lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number checking.
22:33 Changeset in rtems [46c1096]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-16 Eric Valette <valette@…> * vector/vector.S, irq/irq_asm.S: Make sure vectors work properly in RAM and Flash based code. The code executed for the Flash version runs in both cases (code in Flash/code in RAM) but as it is less efficient than the one optimized for RAM, it put it inside ifdef. A compilation error is generated if code is linked in Flash with the correct ifdef set…
22:29 Changeset in rtems [be1c6bcd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-16 Eric Valette <valette@…> * irq/irq.c: Correct minor bug in mbx8xx interrupt handling. Quoting Eric, "In theory it should be applied in each mpc8xx related BSP but as I cannot test it plase maintainer/users submit patch accordingly."
22:13 Changeset in rtems [de569fe]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-16 Joel Sherrill <joel@…> * Added tests for task-based timers. This included the new tests sp30 and sp31. * Makefile.am, configure.ac: Modified to reflect new tests and files. * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks for task-based timer services. * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c, sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c, sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h, sp31/task1.c: New files.
22:09 Changeset in rtems [c55df85]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-16 Joel Sherrill <joel@…> * Added task-based timers to the Timer Manager. This added three new directives: - rtems_timer_initiate_server - rtems_timer_server_fire_after - rtems_timer_server_fire_when In the process of doing this, a number of cleanups were made. * src/timerserver.c, src/timerserverfireafter.c, src/timerserverfirewhen.c: New files. * include/timer/timer.h: Added new prototypes and supporting types. * inline/rtems/rtems/timer.h, macros/rtems/rtems/timer.h: Enhanced _Timer_Is_interval_class() to cover the class TIMER_INTERVAL_ON_TASK. * src/Makefile.am: Accounted for new files. * src/rtemstimer.c: Added initialization of _Timer_Server variable. * src/timercancel.c, src/timerreset.c: Account for addition of timer classes. Also corrected the headers. * src/timercreate.c, src/timerdelete.c, src/timerfireafter.c, src/timerfireafter.c, src/timerident.c: Corrected header.
22:09 Changeset in rtems [3afb0d2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-16 Joel Sherrill <joel@…> * src/taskmode.c: Ensure the this service does not dispatch before tasking is enabled at initialization time.
22:01 Changeset in rtems [b736beb5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-16 Joel Sherrill <joel@…> * inline/rtems/posix/mutex.inl (_POSIX_Mutex_Get_support): Corrected name of routine in header.

01/08/02:

12:08 Changeset in rtems [0009c70]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-07 Ralf Corsepius <corsepiu@…> * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
12:06 Changeset in rtems [36202ec]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-07 Ralf Corsepius <corsepiu@…> * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize check upon host_alias != build_alias.
12:05 Changeset in rtems [8accf46]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-07 Ralf Corsepius <corsepiu@…> * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
12:05 Changeset in rtems [74e0ba5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-07 Ralf Corsepius <corsepiu@…> * src/imfs/imfs_load_tar.c: Add include <sys/types.h>. Add include <sys/stat.h>. Add include <fcntl.h>. * src/imfs/imfs_rmnod.c: Add include <stdlib.h>.
12:05 Changeset in rtems [c4477581]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-07 Ralf Corsepius <corsepiu@…> * libc/gxx_wrappers.c: Add #include <rtems/error.h>.
12:04 Changeset in rtems [7ef47cc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-07 Ralf Corsepius <corsepiu@…> * include/Makefile.am: Remove EXTRA_DIST.
12:04 Changeset in rtems [eccd3a3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-07 Ralf Corsepius <corsepiu@…> * configure.ac: Add RTEMS_CHECK_NETWORKING.
12:04 Changeset in rtems [dd2906e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-07 Ralf Corsepius <corsepiu@…> * wrapup/Makefile.am: Add install-hook. Remove SIZE_RTEMS. * include/rtems/fs.h: New, extracted from libio_.h. * include/rtems/userenv.h: New. extracted from libio_.h.
12:03 Changeset in rtems [b8caf37]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-07 Ralf Corsepius <corsepiu@…> * rtems/score/cpu.h: #include <rtems/bspIo.h>.

01/07/02:

14:17 Changeset in rtems [089fd6b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-07 Joel Sherrill <joel@…> * optman/, optman/.cvsignore, optman/Makefile.am, optman/no-dpmem.c, optman/no-event.c, optman/no-mp.c, optman/no-msg.c, optman/no-part.c, optman/no-region.c, optman/no-rtmon.c, optman/no-sem.c, optman/no-signal.c, optman/no-timer.c: Removed entire contents of optman/ directory since it has been moved.
14:16 Changeset in rtems [93011536]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-07 Joel Sherrill <joel@…> * optman/, optman/.cvsignore, optman/Makefile.am, optman/no-ext.c, optman/no-io.c: Removed entire contents of optman/ directory since it has been moved.
14:15 Changeset in rtems [8e9accfe]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-07 Joel Sherrill <joel@…> * optman/, optman/.cvsignore, optman/Makefile.am: Removed entire contents of optman/ directory since it has been moved.
14:11 Changeset in rtems [1ae913e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-07 Joel Sherrill <joel@…> * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for last line to eliminate 100's of warnings.

01/06/02:

20:26 Changeset in rtems [085237c0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-06 Joel Sherrill <joel@…> * .cvsignore: Added aclocal.m4 and configure.
20:24 Changeset in rtems [1055277a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-06 Joel Sherrill <joel@…> * .cvsignore: New file.
20:23 Changeset in rtems [029527b6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-05 Ralf Corsepius <corsepiu@…> * Makefile.am: Readded reference to wrapup.
20:22 Changeset in rtems [20db683]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-06 Joel Sherrill <joel@…> * wrapup/.cvsignore: Readded. * include/.cvsignore: New file.
20:14 Changeset in rtems [c274328b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-05 Ralf Corsepius <corsepiu@…> * aclocal/check-newlib.m4: Apply AS_IF. * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR. * aclocal/subdirs.m4: Fix comments, apply AS_IF. * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization changes. * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR. * automake/compile.am: Remove librtemsall from LINK_FILES.
20:12 Changeset in rtems [a0ea6f1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-05 Ralf Corsepius <corsepiu@…> * aclocal/check-newlib.m4: Apply AS_IF. * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR. * aclocal/subdirs.m4: Fix comments, apply AS_IF. * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization changes. * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR. * automake/compile.am: Remove librtemsall from LINK_FILES.
20:11 Changeset in rtems [d049568]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-05 Ralf Corsepius <corsepiu@…> * Makefile.am: Remove make from SUBDIRS. * configure.ac: Remove make from CONFIG_SUBDIRS, cosmetics.
20:11 Changeset in rtems [d3ba9b35]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-05 Ralf Corsepius <corsepiu@…> * libc/Makefile.am: Add MULTISUBDIR support. * libc/fcntl.c: Add #include <stdarg.h>. * libc/privateenv.c: Add #include <stdlib.h>.
20:11 Changeset in rtems [41d6b03a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-05 Ralf Corsepius <corsepiu@…> * bsp.am: Add line break, remove comment.
20:10 Changeset in rtems [d15aa1f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-05 Ralf Corsepius <corsepiu@…> * configure.ac: Remove NETWORKING support. * wrapup/Makefile.am: Remove NETWORKING support.
20:10 Changeset in rtems [15b5b4d0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-05 Ralf Corsepius <corsepiu@…> * console/console.c: Remove NO_BSP_INIT, SERIAL_INPUT.
20:10 Changeset in rtems [1bab6c6d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-05 Ralf Corsepius <corsepiu@…> * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
20:10 Changeset in rtems [7d9ec2d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-05 Ralf Corsepius <corsepiu@…> * configure.ac: AC_CONFIG_SRCDIR([src/pthreads.c]) * src/psignal.c: #include <string.h>.
20:09 Changeset in rtems [ab1ed86]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-05 Ralf Corsepius <corsepiu@…> * pppd/sys-rtems.c: Remove unused variable status from dodefaultroute.
20:09 Changeset in rtems [88f60e26]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-05 Ralf Corsepius <corsepiu@…> * custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS. * custom/h8sim.cfg: Remove -g from CPU_CFLAGS. Remove GCC272 support. * custom/jmr3904.cfg: Remove -g from CPU_CFLAGS. Remove GCC272.
20:08 Changeset in rtems [3f345bf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-03 Ralf Corsepius <corsepiu@…> * bspspuriousinit.c, m68000spurious.c: Include rtems/bspIo.h instead of bspIo.h.
20:06 Changeset in rtems [45805cc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-03 Ralf Corsepius <corsepiu@…> * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
20:06 Changeset in rtems [0c1f025]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-03 Ralf Corsepius <corsepiu@…> * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h. * startup/spurious_assistant.c: Include rtems/bspIo.h instead of bspIo.h.
20:06 Changeset in rtems [e82e618c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-03 Ralf Corsepius <corsepiu@…> * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
20:05 Changeset in rtems [d56918c9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-03 Ralf Corsepius <corsepiu@…> * cpu.c: Include rtems/bspIo.h instead of bspIo.h.

01/04/02:

19:36 Changeset in rtems [cc279333]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-04 Joel Sherrill <joel@…> * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
18:32 Changeset in rtems [f8a913da]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-04 Ralf Corsepius <corsepiu@…> * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
18:30 Changeset in rtems [b2709481]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-04 Ralf Corsepius <corsepiu@…> * src/imfs/imfs_eval.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * src/imfs/memfile.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * src/imfs/imfs_readlink.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * src/imfs/imfs_unlink.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * src/imfs/imfs_link.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * src/imfs/imfs_chown.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * src/imfs/ioman.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * src/imfs/imfs_mount.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * src/imfs/imfs_directory.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * src/imfs/imfs_stat.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * src/imfs/imfs_fchmod.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * src/imfs/imfs_symlink.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * src/imfs/imfs_mknod.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * src/imfs/linearfile.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * src/imfs/imfs_unmount.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * src/imfs/imfs.h: Apply rtems_set_errno_and_return_minus_one. Comment out increment_and_check_linkcounts.
18:29 Changeset in rtems [a02224e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-04 Ralf Corsepius <corsepiu@…> * include/rtems/libio_.h: Remove set_errno_and_return_minus_one. * libc/cfsetispeed.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/cfsetospeed.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/chdir.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/chmod.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/chown.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/chroot.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/closedir.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/eval.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/fchdir.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/fchmod.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/fdatasync.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/fpathconf.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/fstat.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/fsync.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/ftruncate.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/getdents.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/ioctl.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/link.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/lseek.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/mknod.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/open.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/read.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/readlink.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/rmdir.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/stat.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/symlink.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/tcsetattr.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/telldir.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/ttyname.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/ttyname_r.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/unlink.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/unmount.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/utime.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * libc/write.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one.
18:29 Changeset in rtems [b72e368c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-04 Ralf Corsepius <corsepiu@…> * include/rtems/seterr.h: Add do {..} while (0) in defines. Rename set_errno_and_return_minus_one into rtems_set_errno_and_return_minus_one.
18:28 Changeset in rtems [e180a77e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-04 Ralf Corsepius <corsepiu@…> * src/clockgetres.c: Apply rtems_set_errno_and_return_minus_one. * src/clockgettime.c: Apply rtems_set_errno_and_return_minus_one. * src/clocksettime.c: Apply rtems_set_errno_and_return_minus_one. * src/killinfo.c: Apply rtems_set_errno_and_return_minus_one. * src/mqueueclose.c: Apply rtems_set_errno_and_return_minus_one. * src/mqueuecreatesupp.c: Apply rtems_set_errno_and_return_minus_one. * src/mqueuegetattr.c: Apply rtems_set_errno_and_return_minus_one. * src/mqueuenotify.c: Apply rtems_set_errno_and_return_minus_one. * src/mqueueopen.c: Apply rtems_set_errno_and_return_minus_one. * src/mqueuerecvsupp.c: Apply rtems_set_errno_and_return_minus_one. * src/mqueuesendsupp.c: Apply rtems_set_errno_and_return_minus_one. * src/mqueuesetattr.c: Apply rtems_set_errno_and_return_minus_one. * src/mqueueunlink.c: Apply rtems_set_errno_and_return_minus_one. * src/nanosleep.c: Apply rtems_set_errno_and_return_minus_one. * src/pthreadkill.c: Apply rtems_set_errno_and_return_minus_one. * src/pthreadsigmask.c: Apply rtems_set_errno_and_return_minus_one. * src/ptimer1.c: Apply rtems_set_errno_and_return_minus_one. * src/sched.c: Apply rtems_set_errno_and_return_minus_one. * src/semaphorecreatesupp.c: Apply rtems_set_errno_and_return_minus_one. * src/semaphorewaitsupp.c: Apply rtems_set_errno_and_return_minus_one. * src/semclose.c: Apply rtems_set_errno_and_return_minus_one. * src/semdestroy.c: Apply rtems_set_errno_and_return_minus_one. * src/semgetvalue.c: Apply rtems_set_errno_and_return_minus_one. * src/seminit.c: Apply rtems_set_errno_and_return_minus_one. * src/semopen.c: Apply rtems_set_errno_and_return_minus_one. * src/sempost.c: Apply rtems_set_errno_and_return_minus_one. * src/semunlink.c: Apply rtems_set_errno_and_return_minus_one. * src/setpgid.c: Apply rtems_set_errno_and_return_minus_one. * src/setsid.c: Apply rtems_set_errno_and_return_minus_one. * src/sigaction.c: Apply rtems_set_errno_and_return_minus_one. * src/sigaddset.c: Apply rtems_set_errno_and_return_minus_one. * src/sigdelset.c: Apply rtems_set_errno_and_return_minus_one. * src/sigemptyset.c: Apply rtems_set_errno_and_return_minus_one. * src/sigfillset.c: Apply rtems_set_errno_and_return_minus_one. * src/sigismember.c: Apply rtems_set_errno_and_return_minus_one. * src/sigpending.c: Apply rtems_set_errno_and_return_minus_one. * src/sigtimedwait.c: Apply rtems_set_errno_and_return_minus_one. * src/utsname.c: Apply rtems_set_errno_and_return_minus_one.
18:25 Changeset in rtems [d4651e4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-04 Ralf Corsepius <corsepiu@…> * lib/tftpDriver.c: Remove set_errno_and_return_minus_one, include <rtems/seterr.h>.
18:24 Changeset in rtems [3cb43d3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-04 Joel Sherrill <joel@…> * changes: Removed. * ChangeLog?: New file. This must have slipped through in some automated changes. 2001-10-26 Ralf Corsepius <corsepiu@…> * .cvsignore: Add autom4te.cache for autoconf > 2.52. * configure.in: Remove. * configure.ac: New file, generated from configure.in by autoupdate.
18:21 Changeset in rtems [8e72501]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-12-22 Ralf Corsepius <corsepiu@…> * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu, replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
18:17 Changeset in rtems [29e1c006]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-03 Ralf Corsepius <corsepiu@…> * libc/printk.c: Include rtems/bspIo.h instead of bspIo.h. * include/Makefile.am: Remove bspIo.h. * include/bspIo.h: Removed.
18:17 Changeset in rtems [03e9564]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-03 Ralf Corsepius <corsepiu@…> * network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
18:17 Changeset in rtems [86d23e2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-03 Ralf Corsepius <corsepiu@…> * i386/displayCpu.c: Include rtems/bspIo.h instead of bspIo.h. * i386/page.c: Include rtems/bspIo.h instead of bspIo.h.
18:16 Changeset in rtems [51dc8e92]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-03 Ralf Corsepius <corsepiu@…> * mongoosev/vectorisrs/vectorisrs.c: Include rtems/bspIo.h instead of bspIo.h. * r46xx/vectorisrs/vectorisrs.c: Include rtems/bspIo.h instead of bspIo.h. * shared/interrupts/vectorexceptions.c: Include rtems/bspIo.h instead of bspIo.h. * tx39/vectorisrs/vectorisrs.c: Include rtems/bspIo.h instead of bspIo.h.
18:16 Changeset in rtems [5c76213]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-03 Ralf Corsepius <corsepiu@…> * mpc6xx/clock/c_clock.c: Include rtems/bspIo.h instead of bspIo.h. * mpc6xx/mmu/bat.h: Include rtems/bspIo.h instead of bspIo.h. * mpc8260/console-generic/console-generic.c: Include rtems/bspIo.h instead of bspIo.h. * mpc8260/cpm/brg.c: Include rtems/bspIo.h instead of bspIo.h. * mpc8xx/console-generic/console-generic.c: Include rtems/bspIo.h instead of bspIo.h. * shared/include/cpuIdent.c: Include rtems/bspIo.h instead of bspIo.h.
18:14 Changeset in rtems [f7162ce]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-03 Ralf Corsepius <corsepiu@…> * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
18:11 Changeset in rtems [0666ea48]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-12-22 Ralf Corsepius <corsepiu@…> * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu, replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
18:08 Changeset in rtems [c4069d4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-12-22 Ralf Corsepius <corsepiu@…> * custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED. * custom/FreeBSD-posix.cfg: Ditto. * custom/HPUX9-posix.cfg: Ditto. * custom/Linux-posix.cfg: Ditto. * custom/Solaris-posix.cfg: Ditto.
18:08 Changeset in rtems [67da219]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-12-22 Ralf Corsepius <corsepiu@…> * custom/erc32.cfg: Remove erc32nfp support, GCC272. * custom/erc32nfp.cfg: Merge in portions from erc32.cfg.
17:59 Changeset in rtems [e4dbf55]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-02 Ralf Corsepius <corsepiu@…> * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
17:58 Changeset in rtems [b91f0338]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-02 Ralf Corsepius <corsepiu@…> * ChangeLog?: New. * configure.ac: New. * Makefile.am: New. * rtems/*: Copied from c/src/exec/rtems/optman. * sapi/*: Copied from c/src/exec/sapi/optman.
17:57 Changeset in rtems [8217c40]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-12-22 Ralf Corsepius <corsepiu@…> * configure.ac: Use AS_IF instead of if/then/else. Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix. Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix. Add include/Makefile to CONFIG_FILES. Add AC_ENABLE_MULITLIB. Remove wrapup/rtems, wrapup/itron, wrapup/posix. Remove */optman/Makefile from CONFIG_FILES. * Makefile.am: Add include to SUBDIRS. * rtems/Makefile.am: Remove optman from SUBDIRS. * sapi/Makefile.am: Remove optman from SUBDIRS. * include/Makefile.am: New file. * include/rtems/bspIo.h: Relocated from lib/include. * include/rtems/libio_.h: Relocated from lib/include.
17:55 Changeset in rtems [46ea78a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-12-22 Ralf Corsepius <corsepiu@…> * configure.ac: Remove optman/Makefile from CONFIG_FILES. * Makefile.am: Remove optman from SUBDIRS.
17:53 Changeset in rtems [c672d97]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-12-22 Ralf Corsepius <corsepiu@…> * configure.ac: Remove references to POSIX, ITRON, MULTILIB. * Makefile.ac: Remove librtems, libposix, libitron. Build librtemsbsp instead of librtemsall.
17:40 Changeset in rtems [4ee84fc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-03 Ralf Corsepius <corsepiu@…> * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
17:40 Changeset in rtems [0bebe52]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-03 Ralf Corsepius <corsepiu@…> * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h. * console/console.c: Include rtems/bspIo.h instead of bspIo.h. * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
17:40 Changeset in rtems [4385f2df]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-03 Ralf Corsepius <corsepiu@…> * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
17:40 Changeset in rtems [eb24fb1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-03 Ralf Corsepius <corsepiu@…> * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h. * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
17:40 Changeset in rtems [49b325f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-03 Ralf Corsepius <corsepiu@…> * shared/bspspuriousinit.c: Include rtems/bspIo.h instead of bspIo.h. * shared/c3xspurious.c: Include rtems/bspIo.h instead of bspIo.h. * shared/c4xspurious.c: Include rtems/bspIo.h instead of bspIo.h.
17:40 Changeset in rtems [ed612fa]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-03 Ralf Corsepius <corsepiu@…> * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h. * startup/spurious.c: Include rtems/bspIo.h instead of bspIo.h.
17:40 Changeset in rtems [f7ac3926]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-03 Ralf Corsepius <corsepiu@…> * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
17:40 Changeset in rtems [176e6d40]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-01-03 Ralf Corsepius <corsepiu@…> * comm/console.c: Include rtems/bspIo.h instead of bspIo.h. * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
17:32 Changeset in rtems [8fec915]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-12-22 Ralf Corsepius <corsepiu@…> * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu, replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
Note: See TracTimeline for information about the timeline view.