Timeline



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.