source: rtems/cpukit

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @24bf11e   02/12/14 09:31:38 Sebastian Huber score: Add CPU counter support Add a CPU counter interface to allow … 4.115
(edit) @ece9754   02/11/14 13:48:35 Sebastian Huber sparc: Increase CPU_STRUCTURE_ALIGNMENT to 32 Recent LEON4 systems … 4.115
(edit) @bab16de2   02/07/14 08:53:47 Sebastian Huber score: Change debug helper functions Rename … 4.115
(edit) @97cf623d   02/05/14 10:36:05 Sebastian Huber sparc: Save/restore only non-volatile context The … 4.115
(edit) @01794eb   02/07/14 07:55:02 Sebastian Huber score: Format _Thread_Get_maximum_internal_threads 4.115
(edit) @920a43e   02/05/14 16:00:09 Sebastian Huber rtems: Add rtems_status_code_description() 4.115
(edit) @558cc8d   02/05/14 14:41:00 Sebastian Huber score: _CPU_Context_switch_to_first_task_smp() Delete … 4.115
(edit) @022851a   01/28/14 11:10:08 Sebastian Huber Add thread-local storage (TLS) support Tested and implemented on ARM, … 4.115
(edit) @16a41cc   01/29/14 08:29:39 Sebastian Huber score: Add _Thread_Get_maximum_internal_threads() 4.115
(edit) @a49bc35   01/28/14 10:49:57 Sebastian Huber score: Add _Heap_Size_with_overhead() 4.115
(edit) @a850d04   01/28/14 10:32:35 Sebastian Huber score: Add _Workspace_Allocate_aligned() 4.115
(edit) @ba386a6   01/31/14 18:28:47 Joel Sherrill dosfs/fat.c: Remove use of register keyword 4.115
(edit) @cfbeaf6   01/31/14 18:28:02 Joel Sherrill calloc.c: Remove use of register keyword 4.115
(edit) @e633f3b   01/31/14 17:03:24 Joel Sherrill posix/*.c: Remove use of register keyword 4.115
(edit) @3a638ce   01/31/14 16:55:17 Joel Sherrill rtems/*.c: Remove use of register keyword 4.115
(edit) @5b34e7a   01/16/14 12:05:13 Sebastian Huber IMFS: Improved support for generic nodes The … 4.115
(edit) @45e82bb8   01/16/14 12:02:50 Sebastian Huber IMFS: Allow sockets as generic nodes 4.115
(edit) @a32f996b   01/20/14 02:00:35 Nick Withers Don't use unsafe buffer operations Don't use unsafe buffer … 4.115
(edit) @805ef2f2   11/30/13 19:53:41 Sebastian Huber arm: Add ARMv7-M SHCSR register bits 4.115
(edit) @8d7c3ca   01/09/14 21:59:21 Joel Sherrill tasksetpriority.c: Remove obsolete comment 4.115
(edit) @a19a7077   12/18/13 00:01:11 strauman posix: fix race condition between pthread_create and capture engine … 4.115
(edit) @66bf2cc9   12/19/13 00:54:53 allanh mw_uid: corrects uid_read_message short timeouts 4.115
(edit) @2b03a62   11/01/13 13:59:41 Jim Panetta NTP: Sync time correctly when receiving broadcast updates 1) The … 4.115
(edit) @35b8f48a   12/06/13 18:21:20 Daniel Ramirez libcsupport: Refactor rtems_deviceio_errno Renames … 4.115
(edit) @564ce0f   12/06/13 02:21:05 Daniel Ramirez libcsupport: implemented termios functions cfsetspeed and cfmakeraw 4.115
(edit) @6a26e9b   12/24/13 07:08:29 Chris Johns cpukit/capture: Print the uptime and diff in ctrace. Print the uptime … 4.115
(edit) @9f9c0bb   12/24/13 05:42:23 Chris Johns cpukit/capture: Use the new RTEMS API to get the uptime in … 4.115
(edit) @2d1bdc8   12/24/13 05:38:42 Chris Johns cpukit/rtems: Add rtems_clock_get_uptime_nanoseconds to the RTEMS API. … 4.115
(edit) @2bafb960   12/21/13 03:44:12 Daniel Ramirez rtems: classic api to/from core priority conversions 4.115
(edit) @c1d8ee4   12/17/13 09:59:13 Sebastian Huber libcsupport: Accept NULL for zero-length entries 4.115
(edit) @56bea43   12/16/13 13:26:29 Sebastian Huber Filesystem: Use default kqfilter and poll handler 4.115
(edit) @2f68778   12/16/13 12:44:13 Sebastian Huber Filesystem: Add readv/writev handlers The readv() and writev() … 4.115
(edit) @95a57280   12/16/13 12:12:22 Sebastian Huber libcsupport: Add and use rtems_libio_iovec_eval() 4.115
(edit) @db8a89e   12/19/13 08:01:23 Chris Johns cpukit/capture: Update the capture engine. The capture did not work … 4.115
(edit) @a9619f3c   12/18/13 17:00:42 alan.cudmore For PR 2164 - RFS File System - fix bitmap_create_search loop bug … 4.115
(edit) @9b48dc6   12/18/13 17:37:47 alan.cudmore For PR 2162 - RFS File System - statvfs reports 1 block free This is … 4.115
(edit) @e60b7b1   12/18/13 16:39:19 alan.cudmore For PR 2163 - RFS File System - fix group search algorithm bug This … 4.115
(edit) @f859d20   12/16/13 13:45:26 Sebastian Huber arm: Fix set by but not used warning 4.115
(edit) @fb664a2   12/16/13 09:55:27 Sebastian Huber nfsclient: Move defines to cover all header files 4.115
(edit) @99c2323   12/13/13 12:57:06 Sebastian Huber JFFS2: Do not re-define struct iovec 4.115
(edit) @259328a7   12/16/13 00:59:51 Chris Johns cpukit/shell: Control help break with SHELL_LINES env variable. … 4.115
(edit) @4402308b   12/14/13 17:56:33 Joel Sherrill no_cpu/cpusmplock.h: Clean up to be compilable 4.115
(edit) @801a1fc6   12/09/13 20:22:33 Joel Sherrill cpukit/configure.ac: Probe for SMP affinity methods 4.115
(edit) @98e5c95   12/11/13 08:39:09 Sebastian Huber PR2160: imfs: Use ENOSYS for unsupported nodes Return an error status … 4.115
(edit) @0f01de2b   12/10/13 15:08:16 Joel Sherrill alarm.c: Use _Assert() not assert() 4.115
(edit) @c59f668   12/10/13 04:00:27 Chris Johns PR2138: rtems_rfs_rtems_initialize() can erroneously set errno. Patch … 4.115
(edit) @798b8da   12/10/13 01:53:13 Joel Sherrill Merge branch 'master' into am 4.115
(edit) @967c1438   12/09/13 21:36:38 Joel Sherrill alarm.c: Per comment add debug code for kill() failing This is highly … 4.115
(edit) @8ae999c3   12/09/13 21:28:55 Joel Sherrill pthread.c: Use UINT32_MAX rather than constant value 4.115
(edit) @327fbd6   12/09/13 21:25:16 Joel Sherrill condwaitsupp.c: Return EPERM if waiting and mutex is not locked This … 4.115
(edit) @96281908   12/09/13 21:12:36 Joel Sherrill psignalimpl.h: Remove dead comment 4.115
(edit) @fa820b9   12/09/13 21:10:55 Joel Sherrill pthread.c: Remove XXX and use SIGNAL_ constants 4.115
(edit) @01d43180   12/09/13 21:04:40 Joel Sherrill posix/config.h: Comment clean up 4.115
(edit) @2b3a648   12/09/13 20:37:03 Joel Sherrill signalcatch.c: Remove junk comment 4.115
(edit) @16b1c350   12/09/13 19:46:50 Joel Sherrill timerimpl.h: Comment clean up 4.115
(edit) @610825b1   12/09/13 19:46:37 Joel Sherrill semaphoreimpl.h: Comment clean up 4.115
(edit) @849b98e8   12/09/13 19:29:51 Joel Sherrill mqueueimpl.h: Comment clean up 4.115
(edit) @07a3aa9d   12/09/13 19:29:41 Joel Sherrill condimpl.h: Comment clean up 4.115
(edit) @71f2a83d   12/09/13 19:13:33 Joel Sherrill ptimer.h: Comment clean up 4.115
(edit) @4600bd7c   12/09/13 18:53:24 Joel Sherrill muteximpl.h: Comment clean up 4.115
(edit) @1de916b4   12/09/13 18:52:55 Joel Sherrill pspin.c: Comment clean up 4.115
(edit) @7bb33391   12/09/13 18:52:43 Joel Sherrill pbarrier.c: Comment clean up 4.115
(edit) @663ffd0e   12/10/13 01:37:05 Chris Johns PR2161: Set the source port to SYSLOG in the syslog socket. 4.115
(edit) @6122cb6a   12/10/13 01:35:29 Chris Johns PR2158: Add support for dup2. Split the dub call into dup and dup2 in … 4.115
(edit) @9da8740   12/10/13 01:33:22 Chris Johns PR2159: Have the FIFO driver read follow POSIX standard. The read … 4.115
(edit) @b51d8a4   12/10/13 01:30:20 Chris Johns libfs/imfs: Set the FIFO control block. The FIFO was incorrectly set … 4.115
(edit) @651e3aa   12/09/13 16:17:00 Joel Sherrill cpukit/rtems: Remove XXX in comments 4.115
(edit) @8ed1a54c   06/04/09 15:54:40 Nickolay Semyonov-Kolchin Fix leap year calculation Reference: … 4.115
(edit) @b5d2d4a   12/03/13 23:42:26 Nick Withers Update to Mongoose 3.9 at the last point before the MIT -> GPL license … 4.115
(edit) @0adc8a7   12/04/13 08:12:42 Sebastian Huber libblock: Use LAST for the last partition block 4.115
(edit) @62ba20d   12/03/13 19:55:34 Wendell P Silva PR2157: fdisk partition table dump improvement Show the correct index … 4.115
(edit) @09a8188   04/23/12 13:56:14 Gedare Bloom PR2056: libqos conversion from uint32_t to time_t AquosA defines … 4.115
(edit) @b4e8306   12/03/13 10:56:55 Sebastian Huber arm: Clear reservations Recent GCC versions use atomic operations … 4.115
(edit) @aaaedba   11/29/13 10:13:51 Sebastian Huber score: Minor _Thread_Dispatch() optimization It is not necessary to … 4.115
(edit) @927a0a1   12/02/13 07:33:35 Sebastian Huber posix: Use cleanup contexts on the stack Provide support for latest … 4.115
(edit) @ad36dc2c   11/24/13 17:48:08 sahil.patnayakuni POSIX timers: Add restrict keyword + timer_create() + timer_settime() 4.115
(edit) @77b1de22   11/22/13 23:09:44 Bryan Dunsmore gettimeofday: Add restrict keyword 4.115
(edit) @4f8ac34   11/21/13 06:20:42 cdesai libcsupport: readlink: add c99 'restrict' keyword Signed-off-by: … 4.115
(edit) @e5d60243   11/21/13 00:05:17 Bryan Dunsmore signal methods: Add restrict keyword 4.115
(edit) @6ffaeb28   11/27/13 18:00:20 philipp.eppelt add --enable-paravirt in cpukit configure scripts 4.115
(edit) @03e54614   11/27/13 19:06:16 Joel Sherrill statvfs filesystem handlers: Remove restrict 4.115
(edit) @ea3e6928   11/26/13 07:08:38 Sebastian Huber nios2: Typos 4.115
(edit) @1350a702   11/22/13 09:53:17 Sebastian Huber score: Format changes in _Thread_Set_state() 4.115
(edit) @96962b5   11/21/13 14:09:46 Sebastian Huber score: Simplify _Thread_queue_Dequeue_priority() 4.115
(edit) @e99b0e2   11/21/13 12:43:07 Sebastian Huber score: Use local variables for consistency 4.115
(edit) @bb81e04   11/21/13 22:54:21 Daniel Ramirez statvfs and ALL filesystem handlers: Add restrict keyword. 4.115
(edit) @4ea97d24   11/19/13 15:21:54 Sebastian Huber score/rbtree: Remove "unprotected" from API 4.115
(edit) @833dd90   11/19/13 15:09:39 Sebastian Huber score/rbtree: Delete protected operations The user of the red-black … 4.115
(edit) @eea7c937   11/19/13 15:09:17 Sebastian Huber scheduler/EDF: Use unprotected insert and extract Interrupts are … 4.115
(edit) @14876018   11/21/13 00:24:48 Daniel Ramirez select.h, rtems_select.c, nds select: Add restrict keyword 4.115
(edit) @39a4574   06/24/13 13:21:46 Sebastian Huber powerpc: Add r2 to CPU context The r2 may be used for thread-local … 4.115
(edit) @8dc2e7b   11/18/13 13:34:13 Sebastian Huber powerpc: Do not validate reserved XER bits 4.115
(edit) @3a7628e8   11/15/13 14:38:52 Sebastian Huber score: Objects_Information::extract visibility This filed is only … 4.115
(edit) @85b52642   11/14/13 15:21:41 Sebastian Huber heapgetinfo: Free all delayed blocks 4.115
(edit) @f8a39cdc   11/14/13 23:27:13 Joel Sherrill no_cpu/.../cpu.h: Comment improvement 4.115
(edit) @bd90283   11/14/13 23:26:31 Joel Sherrill mips/.../cpu.h: Comment improvement 4.115
(edit) @17ba419   11/14/13 14:56:46 Sebastian Huber monitor: Add support for BSD wakeup state 4.115
(edit) @8cb2882   10/31/13 14:00:20 Sebastian Huber Filesystem: Add kernel event filter handler This handler is necessary … 4.115
(edit) @16829460   10/31/13 14:00:14 Sebastian Huber Filesystem: Add poll() handler This handler is necessary to implement … 4.115
(edit) @ba120d1   10/31/13 13:17:57 Sebastian Huber Filesystem: Use ENOTTY for default ioctl() handler This is in line … 4.115
Note: See TracRevisionLog for help on using the revision log.