Timeline



12/23/07:

07:14 Changeset in rtems [713d79e]4.8 by Ralf Corsepius <ralf.corsepius@…>
2007-12-23 Ralf Corsépius <ralf.corsepius@…> * libcsupport/src/sync.c: Make sync() POSIX-compliant. * libcsupport/src/gettod.c: Make gettimeofday() POSIX-compliant.
07:14 Changeset in rtems [c752e849]4.8 by Ralf Corsepius <ralf.corsepius@…>
Make gettimeofday() POSIX-compliant.
07:13 Changeset in rtems [e9a9bdd]4.8 by Ralf Corsepius <ralf.corsepius@…>
Make sync() POSIX-compliant.
00:08 RTEMSMailingLists edited by JoelSherrill
Reverted edits by Hqs? (Talk?); changed back to last version by JorgePeixoto? (diff)

12/22/07:

13:12 RTEMSMailingLists edited by Hqs
how to build CEXP on arm? (diff)
08:29 Changeset in rtems [107f4d34]4.104.114.95 by Chris Johns <chrisj@…>
2007-12-22 Chris Johns <chrisj@…> * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of the hello message. Just one line but still a little too long.
08:28 Changeset in rtems [e85eb70]4.104.114.95 by Chris Johns <chrisj@…>
2007-12-14 Chris Johns <chrisj@…> * gdb-init: Make the first hb temporary. * network/network.c: Add support for reading the MAC address from the FEC if set by the boot monitor. dBug does not do this unless the network is used which is a shame.
08:27 Changeset in rtems [1ff9922]4.104.114.95 by Chris Johns <chrisj@…>
2007-12-22 Chris Johns <chrisj@…> * configure.ac: fixed bug that always enabled strict order mutexes. * score/inline/rtems/score/coremutex.inl: Fixed coding standard. * score/src/coremutex.c: Add the holder's thread to the lock_mutex list if the mutex is initialised locked. * libnetworking/rtems/rtems_glue.c: Changed semaphore error message to show the error is an rtems-net error. * libmisc/monitor/mon-network.c: Removed warnings. * telnetd/icmds.c: Changed shell_* to rtems_shell_*. * score/Makefile.am: Fixed typo that stopped 'make tags' working. * libmisc/shell/err.c, libmisc/shell/err.h, libmisc/shell/errx.c, libmisc/shell/extern-cp.h, libmisc/shell/fts.c, libmisc/shell/fts.h, libmisc/shell/main_cp.c, libmisc/shell/utils-cp.c, libmisc/shell/verr.c, libmisc/shell/verrx.c, libmisc/shell/vwarn.c, libmisc/shell/vwarnx.c, libmisc/shell/warn.c, libmisc/shell/warnx.c: New. Ported from BSD. * libmisc/shell/shellconfig.h: Add the cp command. * libmisc/Makefile.am: Add the new files to the shell. * libmisc/shell/shell.c, libmisc/shell/shell.h: Add scripting support. * libblock/src/flashdisk.c: Fixed disk drive count size setting bug.
00:29 Changeset in rtems [2bf27202]4.8 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.

12/21/07:

15:58 Changeset in rtems [e709ff4a]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-21 Xi Yang <hiyangxi@…> * rtems/src/semtranslatereturncode.c: Add support for proper stacking of priority inheritance on mutexes as well as enforce proper order of release.
15:57 Changeset in rtems [e2ba62d1]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-21 Joel Sherrill <joel.sherrill@…> * configure.ac, score/include/rtems/score/coremutex.h, score/inline/rtems/score/coremutex.inl: Add the ability to disable inlining coremutex seize. This reduces the code size and also improves the process of coverage analysis. * score/src/coremutexseizeintr.c: New file.
15:50 Changeset in rtems [03c6ff39]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-21 Joel Sherrill <joel.sherrill@…> * sp36/strict_order_mut.c: New file.
15:50 Changeset in rtems [e8f4303a]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-21 Xi Yang <hiyangxi@…> * Makefile.am, configure.ac: Add support for proper stacking of priority inheritance on mutexes as well as enforce proper order of release. * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc, sp36/sp36.scn: New files.
15:50 Changeset in rtems [fd84982]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-21 Xi Yang <hiyangxi@…> * configure.ac, score/include/rtems/score/coremutex.h, score/include/rtems/score/thread.h, score/inline/rtems/score/coremutex.inl, score/src/coremutexsurrender.c, score/src/threadinitialize.c: Add support for proper stacking of priority inheritance on mutexes as well as enforce proper order of release.
15:24 Changeset in rtems [b4bf1970] by Joel Sherrill <joel.sherrill@…>
2007-12-21 Joel Sherrill <joel.sherrill@…> PR 1268/cpukit * libcsupport/include/rtems/assoc.h: There is no rtems_assoc_ptr_by_value method.
15:23 Changeset in rtems [5881d06c]4.8 by Joel Sherrill <joel.sherrill@…>
2007-12-21 Joel Sherrill <joel.sherrill@…> PR 1268/cpukit * libcsupport/include/rtems/assoc.h, rtems/src/semtranslatereturncode.c: There is no rtems_assoc_ptr_by_value method.
15:22 Changeset in rtems [cd225515]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-21 Joel Sherrill <joel.sherrill@…> PR 1268/cpukit * libcsupport/include/rtems/assoc.h: There is no rtems_assoc_ptr_by_value method.
14:27 Ticket #1268 (wrong method name in prototype in assoc.h) closed by Joel Sherrill
fixed: Patches committed.
14:11 Ticket #1268 (wrong method name in prototype in assoc.h) created by Joel Sherrill
rtems_assoc_ptr_by_value should be rtems_assoc_ptr_by_local in assoc.h …
11:31 Changeset in rtems [7d25764]4.8 by Ralf Corsepius <ralf.corsepius@…>
newlib-1.15.0-rtems4.8-20071221.diff
11:31 Changeset in rtems [faa0950]4.8 by Ralf Corsepius <ralf.corsepius@…>
Apply %{?_smp_mflags}.
11:30 Changeset in rtems [f5cc928]4.8 by Ralf Corsepius <ralf.corsepius@…>
Reflect API changes from newlib-1.16.0
05:10 Changeset in rtems [21bc352]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Fix typo.
05:10 Changeset in rtems [b986480]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Make gettimeofday() POSIX-compliant.
05:10 Changeset in rtems [fbb5097c]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Make sync() POSIX-compliant.
05:09 Changeset in rtems [468cd373]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
2007-12-20 Ralf Corsépius <ralf.corsepius@…> * src/sync.c: Make sync() POSIX-compliant. * libcsupport/src/gettod.c: Make gettimeofday() POSIX-compliant.

12/20/07:

22:39 Changeset in rtems [60256e8]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-20 Joel Sherrill <joel.sherrill@…> * posix/src/killinfo.c: Clean up and eliminate some dead code paths.
22:39 Changeset in rtems [2cbb5fc]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-20 Joel Sherrill <joel.sherrill@…> * posix/include/rtems/posix/timer.h: Include rtems/score/object.h.
22:38 Changeset in rtems [47751810]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-20 Joel Sherrill <joel.sherrill@…> * rtems/score/cpu.h: Use correct register name.
21:53 Changeset in rtems [fe88171]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-20 Joel Sherrill <joel.sherrill@…> * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
21:52 Changeset in rtems [b5c6ecf]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-20 Joel Sherrill <joel.sherrill@…> * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self() directive instead of violating RTEMS internals.
21:51 Changeset in rtems [23a0607e]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-20 Joel Sherrill <joel.sherrill@…> * rtems/Makefile.am, rtems/include/rtems/rtems/tasks.h: Add rtems_task_self() directive. * rtems/src/taskself.c: New file.
20:58 Changeset in rtems [6bd3162]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-20 Joel Sherrill <joel.sherrill@…> * malloctest/init.c: Add test cases suggested by Sergei Organov <s.organov@…>.
19:32 Changeset in rtems [0b78bc4d]4.104.114.95 by Jennifer Averett <Jennifer.Averett@…>
2007-12-20 Jennifer Averett <jennifer.averett@…> * posix/Makefile.am, posix/src/kill.c, posix/src/killinfo.c: Split file and resolved copyright information. * posix/src/kill_r.c: New file.
18:19 Changeset in rtems [c3a8293]4.104.114.95 by Jennifer Averett <Jennifer.Averett@…>
2007-12-20 Jennifer Averett <jennifer.averett@…> * Makefile.am, configure.ac: Added test for ualarm * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn, psxualarm/system.h: New files.
18:11 Changeset in rtems [090edf3]4.104.114.95 by Jennifer Averett <Jennifer.Averett@…>
2007-12-20 Jennifer Averett <jennifer.averett@…> * posix/src/ualarm.c: Fixed bug where iteration did not work correctly.
16:14 Changeset in rtems [07c40af]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
New.
16:13 Changeset in rtems [ab56160]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
16:12 Changeset in rtems [d8536e8]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Add %{?_smp_mflags}.
16:11 Changeset in rtems [c55ed1d]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Prepare upgrade to newlib-1.16.0.

12/19/07:

21:05 Changeset in rtems [b1bf5a9]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-19 Joel Sherrill <joel.sherrill@…> * sapi/include/confdefs.h: Revert. Requires info not available at preprocessing time.
20:57 Changeset in rtems [e287d94]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-19 Joel Sherrill <joel.sherrill@…> * sapi/include/confdefs.h: Catch the error when the user lowers the maximum number of drivers below the number of statically configured ones.
20:55 Changeset in rtems [30cd5393]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-19 Joel Sherrill <joel.sherrill@…> * sapi/src/extension.c, sapi/src/extensioncreate.c, sapi/src/extensiondelete.c, sapi/src/extensionident.c: Extension Manager clean up. Update object id switches to new pattern. Catch some NULL parameter errors.
20:51 Changeset in rtems [79542d7]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-19 Joel Sherrill <joel.sherrill@…> * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn: Add test cases for User Extension Manager to improve code coverage. * sp21/task1.c: Fix spelling error.
19:13 Changeset in rtems [030fee5b]4.104.114.95 by Jennifer Averett <Jennifer.Averett@…>
2007-12-19 Jennifer Averett <jennifer.averett@…> * posix/src/psignalunblockthread.c: Remove source that
18:48 Changeset in rtems [e63c48f]4.104.114.95 by Jennifer Averett <Jennifer.Averett@…>
2007-12-19 Jennifer Averett <jennifer.averett@…> * posix/src/psignalchecksignal.c: Make assert active during debug mode only
18:46 Changeset in rtems [1378d39e]4.104.114.95 by Jennifer Averett <Jennifer.Averett@…>
2007-12-19 Jennifer Averett <jennifer.averett@…> * posix/src/psignal.c: Move source around to enable path testing
18:41 Changeset in rtems [7689b49]4.104.114.95 by Jennifer Averett <Jennifer.Averett@…>
2007-12-19 Jennifer Averett <jennifer.averett@…> * Makefile.am, configure.ac: Added posix signal test * psxsignal01/Makefile.am, psxsignal01/init.c, psxsignal01/psxsignal01.scn, psxsignal01/system.h, psxsignal01/task1.c: New files.
16:05 Changeset in rtems [bbd655a3]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-19 Joel Sherrill <joel.sherrill@…> * spsize/size.c: Account for previous changes in calculation of MPCI receive server stack.
16:05 Changeset in rtems [e1a22c1]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-19 Joel Sherrill <joel.sherrill@…> * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
16:03 Changeset in rtems [8e30a269]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-19 Joel Sherrill <joel.sherrill@…> * libcsupport/Makefile.am, libcsupport/include/rtems/malloc.h, libcsupport/src/free.c, libcsupport/src/malloc.c, libcsupport/src/malloc_p.h, libcsupport/src/malloc_report_statistics_plugin.c, libmisc/shell/shell.c, libmisc/shell/shell.h, score/src/objectinitializeinformation.c: Add posix_memalign. Split out management of deferred frees to subroutines. * libcsupport/src/malloc_deferred.c, libcsupport/src/posix_memalign.c: New files.
14:37 Changeset in network-demos [52ce8e2]4.11network-demos-4-10-branchnetwork-demos-4-9-branch by Joel Sherrill <joel.sherrill@…>
2007-12-19 Joel Sherrill <joel.sherrill@…> * init.c: Shell now has some commands that require filesystems with bdbuf support.

12/18/07:

20:36 Changeset in rtems [543fe820]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-18 Joel Sherrill <joel.sherrill@…> * libcsupport/Makefile.am, libcsupport/preinstall.am, libcsupport/src/malloc.c, libcsupport/src/mallocinfo.c, libmisc/Makefile.am, libmisc/shell/main_mallocinfo.c, libmisc/shell/shellconfig.h: Split malloc.c into multiple files with one function per file. Also split out statistics into a separate file which can be plugged in dynamically. Right now, it is always in. I suspect that splitting the file removed more code than leaving statistics in. I tinkered with malloc information command in the shell. I resurrected the malloc arena code as malloc boundary. This code is now compiled all the time even though it does not appear to work. * libcsupport/include/rtems/malloc.h, libcsupport/src/_calloc_r.c, libcsupport/src/_free_r.c, libcsupport/src/_malloc_r.c, libcsupport/src/_realloc_r.c, libcsupport/src/calloc.c, libcsupport/src/free.c, libcsupport/src/malloc_boundary.c, libcsupport/src/malloc_get_statistics.c, libcsupport/src/malloc_initialize.c, libcsupport/src/malloc_p.h, libcsupport/src/malloc_report_statistics.c, libcsupport/src/malloc_report_statistics_plugin.c, libcsupport/src/malloc_statistics_helpers.c, libcsupport/src/malloc_walk.c, libcsupport/src/realloc.c, libmisc/shell/main_perioduse.c: New files.
14:29 Changeset in rtems [02c54f5]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-18 Joel Sherrill <joel.sherrill@…> * startup/linkcmds: Spacing. * startup/linkcmds.brs5l: Add wildcard to .bss section.

12/17/07:

22:39 Changeset in rtems [55216fa]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-17 Joel Sherrill <joel.sherrill@…> * libmisc/shell/main_alias.c, libmisc/shell/main_blksync.c, libmisc/shell/main_cat.c, libmisc/shell/main_cd.c, libmisc/shell/main_chdir.c, libmisc/shell/main_chmod.c, libmisc/shell/main_chroot.c, libmisc/shell/main_cpuuse.c, libmisc/shell/main_date.c, libmisc/shell/main_dir.c, libmisc/shell/main_exit.c, libmisc/shell/main_help.c, libmisc/shell/main_id.c, libmisc/shell/main_logoff.c, libmisc/shell/main_ls.c, libmisc/shell/main_mallocinfo.c, libmisc/shell/main_mdump.c, libmisc/shell/main_medit.c, libmisc/shell/main_mfill.c, libmisc/shell/main_mkdir.c, libmisc/shell/main_mmove.c, libmisc/shell/main_mount.c, libmisc/shell/main_mount_ftp.c, libmisc/shell/main_mount_msdos.c, libmisc/shell/main_mount_nfs.c, libmisc/shell/main_mount_tftp.c, libmisc/shell/main_msdosfmt.c, libmisc/shell/main_mwdump.c, libmisc/shell/main_pwd.c, libmisc/shell/main_rm.c, libmisc/shell/main_rmdir.c, libmisc/shell/main_stackuse.c, libmisc/shell/main_tty.c, libmisc/shell/main_umask.c, libmisc/shell/main_unmount.c, libmisc/shell/main_whoami.c, libmisc/shell/shell_cmdset.c, libmisc/shell/shellconfig.h: Change rtems_Shell_ to rtems_shell_.
22:37 Changeset in rtems [e586588]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-17 Joel Sherrill <joel.sherrill@…> * libmisc/Makefile.am, libmisc/shell/shellconfig.h: Add malloc command with info and dump as replacement for older command. Fix what looked like a typo for mount sub-commands. * libmisc/shell/main_mallocinfo.c: New file. * libmisc/shell/main_mallocdump.c: Removed.
22:36 Changeset in rtems [ad9255be]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-17 Joel Sherrill <joel.sherrill@…> * libcsupport/Makefile.am, libcsupport/src/mallocfreespace.c: Add malloc_info() routine. * libcsupport/src/mallocinfo.c: New file.
22:35 Changeset in rtems [0ca6d0d9]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-17 Joel Sherrill <joel.sherrill@…> * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
22:34 Changeset in rtems [dbfc895e]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-17 Joel Sherrill <joel.sherrill@…> * libmisc/stackchk/check.c: Add print of current stack pointer and stack info even if stack checker is not initialized.
21:02 Changeset in rtems [c5a742ef]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-17 Joel Sherrill <joel.sherrill@…> * libcsupport/src/printk.c: Style.
18:18 Changeset in rtems [d38494c8]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-17 Joel Sherrill <joel.sherrill@…> * clock/clock.c, include/bsp.h: Correct prototype of idle thread. Eric Norum pointed out this was wrong.
18:13 Changeset in rtems [fac3e5e]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-17 Joel Sherrill <joel.sherrill@…> * score/src/threadqextractwithproxy.c: Conditionalize code that is only required in multiprocessing configuration.
17:57 Changeset in rtems [901a913]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-17 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add test for sysconf(). * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c, psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
17:39 Changeset in rtems [dcb6efb]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-17 Joel Sherrill <joel.sherrill@…> * psx01/init.c, psx01/psx01.scn: Add more test cases for sched_rr_get_interval() and sched_get_priority_max().
17:16 Changeset in rtems [2209eecd]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-17 Joel Sherrill <joel.sherrill@…> * psxenosys/init.c: Fix typo.
17:15 Changeset in rtems [0f2aefd]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-17 Joel Sherrill <joel.sherrill@…> * score/src/objectget.c: Revert.
16:20 Changeset in rtems [a387dd62]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-17 Joel Sherrill <joel.sherrill@…> * posix/src/timergettime.c: Include rtems/score/timespec.h
16:19 Changeset in rtems [feaa007]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-17 Joel Sherrill <joel.sherrill@…> * posix/preinstall.am, posix/include/aio.h, posix/include/devctl.h, posix/include/mqueue.h, posix/include/sched.h, posix/include/semaphore.h, posix/include/rtems/posix/cancel.h, posix/include/rtems/posix/priority.h, posix/include/rtems/posix/psignal.h, posix/include/rtems/posix/threadsup.h, posix/include/rtems/posix/timer.h, posix/inline/rtems/posix/priority.inl, posix/src/barrierattrdestroy.c, posix/src/barrierattrgetpshared.c, posix/src/barrierattrinit.c, posix/src/barrierattrsetpshared.c, posix/src/cancel.c, posix/src/cancelrun.c, posix/src/cleanuppop.c, posix/src/cleanuppush.c, posix/src/cond.c, posix/src/condattrdestroy.c, posix/src/condattrgetpshared.c, posix/src/condattrinit.c, posix/src/condattrsetpshared.c, posix/src/condbroadcast.c, posix/src/conddefaultattributes.c, posix/src/conddestroy.c, posix/src/condinit.c, posix/src/condsignal.c, posix/src/condsignalsupp.c, posix/src/condwait.c, posix/src/condwaitsupp.c, posix/src/key.c, posix/src/keycreate.c, posix/src/keydelete.c, posix/src/keygetspecific.c, posix/src/keyrundestructors.c, posix/src/keysetspecific.c, posix/src/mqueue.c, posix/src/mqueueclose.c, posix/src/mqueuecreatesupp.c, posix/src/mqueuedeletesupp.c, posix/src/mqueuegetattr.c, posix/src/mqueuenametoid.c, posix/src/mqueuenotify.c, posix/src/mqueueopen.c, posix/src/mqueuereceive.c, posix/src/mqueuerecvsupp.c, posix/src/mqueuesend.c, posix/src/mqueuesendsupp.c, posix/src/mqueuesetattr.c, posix/src/mqueueunlink.c, posix/src/mutex.c, posix/src/mutexattrdestroy.c, posix/src/mutexattrgetprioceiling.c, posix/src/mutexattrgetprotocol.c, posix/src/mutexattrgetpshared.c, posix/src/mutexattrinit.c, posix/src/mutexattrsetprioceiling.c, posix/src/mutexattrsetprotocol.c, posix/src/mutexattrsetpshared.c, posix/src/mutexdefaultattributes.c, posix/src/mutexdestroy.c, posix/src/mutexgetprioceiling.c, posix/src/mutexlock.c, posix/src/mutexlocksupp.c, posix/src/mutexsetprioceiling.c, posix/src/mutextrylock.c, posix/src/mutexunlock.c, posix/src/psignal.c, posix/src/psignalchecksignal.c, posix/src/psignalclearprocesssignals.c, posix/src/psignalclearsignals.c, posix/src/psignalsetprocesssignals.c, posix/src/psignalunblockthread.c, posix/src/ptimer.c, posix/src/rwlockattrdestroy.c, posix/src/rwlockattrgetpshared.c, posix/src/rwlockattrinit.c, posix/src/rwlockattrsetpshared.c, posix/src/semaphore.c, posix/src/semaphoredeletesupp.c, posix/src/semaphorenametoid.c, posix/src/semaphorewaitsupp.c, posix/src/semclose.c, posix/src/semdestroy.c, posix/src/semgetvalue.c, posix/src/seminit.c, posix/src/semopen.c, posix/src/sempost.c, posix/src/semtrywait.c, posix/src/semunlink.c, posix/src/semwait.c, posix/src/setcancelstate.c, posix/src/setcanceltype.c, posix/src/sysconf.c, posix/src/testcancel.c: Add missing copyright statements.
16:12 Changeset in rtems [0d78cfd]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-17 Joel Sherrill <joel.sherrill@…> * score/mainpage.h: Sweep to make sure grep for COPYRIGHT passes.
16:12 Changeset in rtems [52ca649]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-17 Joel Sherrill <joel.sherrill@…> * rtems/asm.h: Sweep to make sure grep for COPYRIGHT passes.
16:12 Changeset in rtems [43b4c7a]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-17 Joel Sherrill <joel.sherrill@…> * rtems/powerpc/registers.h, rtems/score/cpu.h: Sweep to make sure grep for COPYRIGHT passes.
16:12 Changeset in rtems [a0da07d]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-17 Joel Sherrill <joel.sherrill@…> * irq.c: Sweep to make sure grep for COPYRIGHT passes.
16:12 Changeset in rtems [7ccdfbb]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-17 Joel Sherrill <joel.sherrill@…> * rtems/m68k/m68302.h, rtems/m68k/m68360.h: Sweep to make sure grep for COPYRIGHT passes.
16:12 Changeset in rtems [3575d0c]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-17 Joel Sherrill <joel.sherrill@…> * rtems/score/idtr.h: Sweep to make sure grep for COPYRIGHT passes.
16:12 Changeset in rtems [899b4f62]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-17 Joel Sherrill <joel.sherrill@…> * rtems/tic4x/c4xio.h: Sweep to make sure grep for COPYRIGHT passes.
16:12 Changeset in rtems [fe834391]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-17 Joel Sherrill <joel.sherrill@…> * cpu.c, irq.c, rtems/score/cpu_asm.h: Sweep to make sure grep for COPYRIGHT passes.
16:12 Changeset in rtems [9804c40d]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-17 Joel Sherrill <joel.sherrill@…> * rtems/score/avr.h: Sweep to make sure grep for COPYRIGHT passes.
16:12 Changeset in rtems [5ce8a0d]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-17 Joel Sherrill <joel.sherrill@…> * rtems/score/cpu_asm.h: Sweep to make sure grep for COPYRIGHT passes.
16:08 Changeset in rtems [81be799]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-17 Joel Sherrill <joel.sherrill@…> * support/include/tmacros.h: Add new helper for POSIX tests.
16:04 Changeset in rtems [eed0b96d]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-17 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate addition of second POSIX Timer test. Add initial version of psxtimer02 to cover some conditions missed in psxtimer01. More cases left to add. * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn, psxtimer01/system.h, psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c, psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files. * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c, psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
16:01 Changeset in rtems [a6cbc9b]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-17 Joel Sherrill <joel.sherrill@…> * posix/Makefile.am, posix/preinstall.am, posix/include/rtems/posix/timer.h, score/src/objectget.c: Split POSIX Timer implementation into multiple files. Add obvious error checks for NULL parameters. Attempt to reduce include files. * posix/src/timercreate.c, posix/src/timerdelete.c, posix/src/timergetoverrun.c, posix/src/timergettime.c, posix/src/timerinserthelper.c, posix/src/timersettime.c, posix/src/timertsr.c: New files. * posix/src/ptimer1.c: Removed.
14:00 Changeset in rtems [646f6a3]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
Formatting.
07:52 Changeset in rtems [d475f9d]4.8 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
07:51 Changeset in rtems [e945d6b9]4.8 by Ralf Corsepius <ralf.corsepius@…>
Backport from HEAD.
07:20 Changeset in rtems [46579435]4.104.114.95 by Chris Johns <chrisj@…>
2007-12-17 Chris Johns <chrisj@…> * libmisc/shell/main_blksync.c, libmisc/shell/main_msdosfmt.c, libmisc/shell/main_unmount.c: New. * libmisc/Makefile.am, libmisc/shell/shellconfig.h: Add the blksync, msdosfmt, and unmount commands.
06:42 Changeset in rtems [e4c0acd5]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Update.
06:39 Changeset in rtems [4156c83]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Remove erronious checkin
06:11 Changeset in rtems [dcb8530]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Add _smp_mflags.
06:11 Changeset in rtems [bd10488]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
BR: texinfo for binutils > 2.18
03:57 Changeset in rtems [50f25ac]4.8 by Ralf Corsepius <ralf.corsepius@…>
Sync.
00:40 Changeset in rtems [d2a488f7]4.104.114.95 by Chris Johns <chrisj@…>
2007-12-17 Chris Johns <chrisj@…> * testsuites/samples/fileio/init.c: Change shell_* to rtems_shell_*. Add the mount file-system type of msdos.
00:39 Changeset in rtems [ba72882]4.104.114.95 by Chris Johns <chrisj@…>
2007-12-17 Chris Johns <chrisj@…> * rtems4.8/.cvsignore, rtems4.8/arm/.cvsignore, rtems4.8/avr/.cvsignore, rtems4.8/bfin/.cvsignore, rtems4.8/h8300/.cvsignore, rtems4.8/i386/.cvsignore, rtems4.8/m68k/.cvsignore, rtems4.8/mips/.cvsignore, rtems4.8/mipstx39/.cvsignore, rtems4.8/powerpc/.cvsignore, rtems4.8/sh/.cvsignore, rtems4.8/sparc/.cvsignore, rtems4.8/tic4x/.cvsignore: New.
00:35 Changeset in rtems [fa0533a]4.104.114.95 by Chris Johns <chrisj@…>
2007-12-17 Chris Johns <chrisj@…> * custom/mcf5235.cfg, custom/mrm332.cfg, custom/pc386.cfg: Split the make-exe and make-cxx-exe into bsp-link-c, bsp-link-cxx and bsp-post-link make macros. This allow external autotools support.
00:12 Changeset in rtems [2eeb648c]4.104.114.95 by Chris Johns <chrisj@…>
2007-12-17 Chris Johns <chrisj@…> * libnetworking/rtems/tftp.h: Provide a decl to the TFTP file system opts table. * libnetworking/rtems/ftpfs.h: Provide a decl to the FTP file system opts table. * libmisc/Makefile.am: Add the mount command and supporting files. * libmisc/preinstall.am: Rebuilt. * libmisc/shell/cat_file.c, libmisc/shell/cmds.c, libmisc/shell/main_alias.c, libmisc/shell/main_cat.c, libmisc/shell/main_cd.c, libmisc/shell/main_chdir.c, libmisc/shell/main_chmod.c, libmisc/shell/main_chroot.c, libmisc/shell/main_cpuuse.c, libmisc/shell/main_date.c, libmisc/shell/main_dir.c, libmisc/shell/main_exit.c, libmisc/shell/main_help.c, libmisc/shell/main_id.c, libmisc/shell/main_logoff.c, libmisc/shell/main_ls.c, libmisc/shell/main_mallocdump.c, libmisc/shell/main_mdump.c, libmisc/shell/main_medit.c, libmisc/shell/main_mfill.c, libmisc/shell/main_mkdir.c, libmisc/shell/main_mmove.c, libmisc/shell/main_mwdump.c, libmisc/shell/main_pwd.c, libmisc/shell/main_rm.c, libmisc/shell/main_rmdir.c, libmisc/shell/main_stackuse.c, libmisc/shell/main_tty.c, libmisc/shell/main_umask.c, libmisc/shell/main_whoami.c, libmisc/shell/shell.c, libmisc/shell/shell_cmdset.c, libmisc/shell/shell_makeargs.c, libmisc/shell/str2int.c, libmisc/shell/write_file.c: Move all shell_* types, variables and functions to rtems_shell_* to avoid namespace clashes with applications. The is an RTEMS shell after all. * libmisc/shell/shell.h, libmisc/shell/internal.h, libmisc/shell/shellconfig.h: Move all shell_* types, variables and functions to rtems_shell_* to avoid namespace clashes with applications. Add the mount command supporting types. * libmisc/shell/main_mount.c, libmisc/shell/main_mount_ftp.c, libmisc/shell/main_mount_msdos.c, libmisc/shell/main_mount_nfs.c, libmisc/shell/main_mount_tftp.c: New.

12/16/07:

18:14 Changeset in rtems [7875d408]4.8 by Ralf Corsepius <ralf.corsepius@…>
2007-12-16 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Revert Joel's 2007-06-13 NDEBUG patch.
18:13 Changeset in rtems [e73b4ab]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
2007-12-16 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Revert Joel's 2007-06-13 NDEBUG patch.
12:45 Changeset in rtems [ed36c35]4.8 by Ralf Corsepius <ralf.corsepius@…>
Bump GDB_RPMREL.
12:45 Changeset in rtems [5dd2ecbb]4.8 by Ralf Corsepius <ralf.corsepius@…>
gdb-6.6-rtems4.8-20071216.diff.
12:38 Changeset in rtems [ce195afa]4.8 by Ralf Corsepius <ralf.corsepius@…>
New.
12:37 Changeset in rtems [bd025cde]4.8 by Ralf Corsepius <ralf.corsepius@…>
Remove.
12:35 Changeset in rtems [1ecaae4]4.8 by Ralf Corsepius <ralf.corsepius@…>
Back port from HEAD.
12:29 Changeset in rtems [16b5fa31]4.8 by Ralf Corsepius <ralf.corsepius@…>
Remove cpukit.
12:18 Changeset in rtems [ae8600f]4.8 by Ralf Corsepius <ralf.corsepius@…>
Add %{?_smp_mflags}.
08:25 Changeset in rtems [fbce31e]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Update.
08:23 Changeset in rtems [b72cd6c]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
No gdb for the tic4x.
08:20 Changeset in rtems [d6c28599]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Abandon gdb-6.7.
08:20 Changeset in rtems [2451d88]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Abandon gdb-6.6.
08:20 Changeset in rtems [a16841e]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Abandon gdb-6.5.
08:18 Changeset in rtems [440b8e5]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
gdb-6.7.1-rtems4.9-20071216.diff
08:14 Changeset in rtems [69bfa80]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Remove.
08:13 Changeset in rtems [5d4ad05d]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Add ppc sim stuff.
08:06 Changeset in rtems [fe47a71]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Add _smp_mflags.
08:04 Changeset in rtems [ff22573e]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Remove.

12/14/07:

22:00 Changeset in rtems [09038441]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-14 Joel Sherrill <joel.sherrill@…> * irq/irq.c, startup/bspclean.c, startup/bspstart.c: I give. The code is now in conditionally so I can avoid putting it in accidently again.
21:53 Changeset in rtems [c1f289e]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-14 Joel Sherrill <joel.sherrill@…> * acinclude.m4, gen5200/irq/irq.c, gen5200/startup/bspclean.c: Add mvme3100.
21:50 Changeset in rtems [0e263c91]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-14 Joel Sherrill <joel.sherrill@…> * fileio/init.c, fileio/system.h: Increase stack requested for shell task. Turn on stack checking so the report is interesting.
21:50 Changeset in rtems [8fdadc8]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-14 Joel Sherrill <joel.sherrill@…> * libmisc/Makefile.am, libmisc/shell/cat_file.c, libmisc/shell/shell_makeargs.c, libmisc/shell/shellconfig.h: Rename cmd_XXX.c to main_XXX.c. Add cpuuse and stackuse commands. * libmisc/shell/main_alias.c, libmisc/shell/main_cat.c, libmisc/shell/main_cd.c, libmisc/shell/main_chdir.c, libmisc/shell/main_chmod.c, libmisc/shell/main_chroot.c, libmisc/shell/main_cpuuse.c, libmisc/shell/main_date.c, libmisc/shell/main_dir.c, libmisc/shell/main_exit.c, libmisc/shell/main_help.c, libmisc/shell/main_id.c, libmisc/shell/main_logoff.c, libmisc/shell/main_ls.c, libmisc/shell/main_mallocdump.c, libmisc/shell/main_mdump.c, libmisc/shell/main_medit.c, libmisc/shell/main_mfill.c, libmisc/shell/main_mkdir.c, libmisc/shell/main_mmove.c, libmisc/shell/main_mwdump.c, libmisc/shell/main_pwd.c, libmisc/shell/main_rm.c, libmisc/shell/main_rmdir.c, libmisc/shell/main_stackuse.c, libmisc/shell/main_tty.c, libmisc/shell/main_umask.c, libmisc/shell/main_whoami.c: New files. * libmisc/shell/cmd_alias.c, libmisc/shell/cmd_cat.c, libmisc/shell/cmd_cd.c, libmisc/shell/cmd_chdir.c, libmisc/shell/cmd_chmod.c, libmisc/shell/cmd_chroot.c, libmisc/shell/cmd_date.c, libmisc/shell/cmd_dir.c, libmisc/shell/cmd_exit.c, libmisc/shell/cmd_help.c, libmisc/shell/cmd_id.c, libmisc/shell/cmd_logoff.c, libmisc/shell/cmd_ls.c, libmisc/shell/cmd_mallocdump.c, libmisc/shell/cmd_mdump.c, libmisc/shell/cmd_medit.c, libmisc/shell/cmd_mfill.c, libmisc/shell/cmd_mkdir.c, libmisc/shell/cmd_mmove.c, libmisc/shell/cmd_mwdump.c, libmisc/shell/cmd_pwd.c, libmisc/shell/cmd_rm.c, libmisc/shell/cmd_rmdir.c, libmisc/shell/cmd_tty.c, libmisc/shell/cmd_umask.c, libmisc/shell/cmd_whoami.c: Removed.
21:15 Changeset in rtems [a3def339]4.104.114.95 by Till Straumann <strauman@…>
2007-12-14 Till Straumann <strauman@…> * Makefile.am, irq/irq.c (removed), irq/irq_init.c: Use shared exception/interrupt support from libcpu/new-exceptions/bspsupport. NOTE: CHANGES MUST BE TESTED ON REAL HARDWARE.
19:18 Changeset in rtems [c933967b]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-14 Joel Sherrill <joel.sherrill@…> * score/Makefile.am: _Thread_Rotate_ready_queue is only used by ITRON API.
17:46 Changeset in rtems [fbea3df]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-14 Joel Sherrill <joel.sherrill@…> * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to exericise another path in the period statistics code.
17:44 Changeset in rtems [6bc19a1]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-14 Joel Sherrill <joel.sherrill@…> * sp09/screen07.c, sp09/sp09.scn: Add test for rtems_message_queue_broadcast for bad buffer and count pointers. * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server with bad priority or initiating twice. * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when it forces a dispatch. * sp37/init.c: New file.
17:37 Changeset in rtems [115fb76]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-14 Joel Sherrill <joel.sherrill@…> * posix/src/sleep.c, posix/src/usleep.c: Add copyright header. * rtems/src/ratemonreportstatistics.c, rtems/src/timerserver.c: Minor cleanup to improve testability and eliminate dead code.
07:00 Changeset in rtems [6315a29]4.104.114.95 by Till Straumann <strauman@…>
2007-12-14 Till Straumann <strauman@…> * custom/mvme3100.cfg: Added; new BSP.
06:51 Changeset in rtems [90f9aade]4.104.114.95 by Till Straumann <strauman@…>
2007-12-14 Till Straumann <strauman@…> * custom/mvme3100.cfg: Added; new BSP.
06:36 Changeset in rtems [3563d32]4.104.114.95 by Till Straumann <strauman@…>
2007-12-13 Till Straumann <strauman@…> * Makefile.am: use preload.S, vectors_entry.S from shared area.
06:30 Changeset in rtems [9c28d47]4.104.114.95 by Till Straumann <strauman@…>
This commit was generated by cvs2svn to compensate for changes in r16586, which included commits to RCS files with non-trunk default branches.
06:30 Changeset in rtems [b599faa]4.104.114.95 by Till Straumann <strauman@…>
- imported MVME3100 BSP (from SLAC repository)
06:02 Changeset in rtems [30088aa]4.104.114.95 by Chris Johns <chrisj@…>
2007-12-12 Chris Johns <chrisj@…> * libblock/include/rtems/flashdisk.h, libblock/src/flashdisk.c: Add RTEMS license details.
04:58 Changeset in rtems [3c68c6c8]4.104.114.95 by Chris Johns <chrisj@…>
2007-12-12 Chris Johns <chrisj@…> * Makefile.am, preinstall.am: Added libblock/include/rtems/flashdisk.h to the installed header list. * libblock/Makefile.am: Add flashdisk.c to the files to build. * libblock/include/rtems/flashdisk.h, libblock/src/flashdisk.c: New.
04:54 Changeset in rtems [f3bf21f2]4.104.114.95 by Chris Johns <chrisj@…>
2007-12-14 Chris Johns <chrisj@…> * wrapup/Makefile.am: Add libflash.a to the libbsp library. * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support. * libchip/flash, libchip/flash/am29lv160.c, libchip/flash/am29lv160.h: New.
04:52 Changeset in rtems [2199d74]4.104.114.95 by Chris Johns <chrisj@…>
2007-12-14 Chris Johns <chrisj@…> * gdb-init: Add the show-exception.

12/13/07:

22:41 Changeset in rtems [dcdaba2]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-13 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add new tests for interrupt disable, enable, flash, and is in progress. These are normally inlines but also have bodies for non-C code. This test also exercises the odd case of calling clock tick from outside an ISR. * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
21:45 Changeset in rtems [9c691ef]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-13 Joel Sherrill <joel.sherrill@…> * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for using notepad with the current task's ID or SELF * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add test missing test cases for clock_get.
18:00 Changeset in rtems [cdc7984]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-13 Joel Sherrill <joel.sherrill@…> * psx01/init.c, psx01/psx01.scn: Add usleep() test.
17:00 Changeset in rtems [bcf4cbb5]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-13 Joel Sherrill <joel.sherrill@…> * libcsupport/preinstall.am, posix/preinstall.am, rtems/Makefile.am, rtems/preinstall.am, sapi/Makefile.am, sapi/preinstall.am, score/Makefile.am, score/preinstall.am: Revert testing patch.
16:56 Changeset in rtems [8fe6d533]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-13 Joel Sherrill <joel.sherrill@…> * posix/src/sched_rr_get_interval.c: Fix warning.
16:56 Changeset in rtems [8728969]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-13 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: New test to cover all RTEMS POSIX functions that return ENOSYS. * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c, psxenosys/psxenosys.scn, psxenosys/system.h: New files.
16:52 Changeset in rtems [fbfb5926]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-13 Joel Sherrill <joel.sherrill@…> * posix/Makefile.am, posix/src/clockgetcpuclockid.c, posix/src/clockgetenableattr.c, posix/src/clockgettime.c, posix/src/clocksetenableattr.c, posix/src/clocksettime.c, posix/src/devctl.c, posix/src/execl.c, posix/src/execle.c, posix/src/execlp.c, posix/src/execv.c, posix/src/execve.c, posix/src/execvp.c, posix/src/fork.c, posix/src/mutexinit.c, posix/src/pthreadatfork.c, posix/src/pthreadgetcpuclockid.c, posix/src/pthreadkill.c, posix/src/semaphorecreatesupp.c, posix/src/sysconf.c, posix/src/wait.c, posix/src/waitpid.c: Split files into one function per file. * posix/src/aio_cancel.c, posix/src/aio_error.c, posix/src/aio_fsync.c, posix/src/aio_read.c, posix/src/aio_return.c, posix/src/aio_suspend.c, posix/src/aio_write.c, posix/src/lio_listio.c, posix/src/sched_getparam.c, posix/src/sched_getprioritymax.c, posix/src/sched_getprioritymin.c, posix/src/sched_getscheduler.c, posix/src/sched_rr_get_interval.c, posix/src/sched_setparam.c, posix/src/sched_setscheduler.c, posix/src/sched_yield.c: New files. * posix/src/aio.c, posix/src/sched.c, posix/src/types.c: Removed.
15:45 Changeset in rtems [8d8daef4]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-13 Joel Sherrill <joel.sherrill@…> * libcsupport/preinstall.am, posix/preinstall.am, posix/src/aio.c, posix/src/clockgetcpuclockid.c, posix/src/clockgetenableattr.c, posix/src/clockgettime.c, posix/src/clocksetenableattr.c, posix/src/clocksettime.c, posix/src/devctl.c, posix/src/pthreadcreate.c, posix/src/pthreadgetcpuclockid.c, posix/src/types.c, rtems/preinstall.am, sapi/Makefile.am, sapi/preinstall.am, score/Makefile.am, score/preinstall.am: Eliminate POSIX_NOT_IMPLEMENTED(). Return ENOSYS instead.
14:51 Changeset in rtems [75b5713]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-13 Joel Sherrill <joel.sherrill@…> * psx13/test.c: Fix spelling error.
14:46 Changeset in rtems [a023333]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-13 Joel Sherrill <joel.sherrill@…> * psxtime/test.c: Add tests for adjtime().
14:39 Changeset in rtems [5f73d07]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-12-13 Joel Sherrill <joel.sherrill@…> * posix/src/adjtime.c: Clean up and verify against behavior documented in GNU/Linux man page provided with Fedora 7.
Note: See TracTimeline for information about the timeline view.