source: rtems/cpukit

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @8d66446   10/31/13 12:56:19 Sebastian Huber Filesystem: Documentation 4.115
(edit) @44790069   10/31/13 12:50:49 Sebastian Huber libmd: Change MD5Update() prototype This is in line with the FreeBSD … 4.115
(edit) @61e3d1a   10/25/13 09:51:10 Sebastian Huber Filesystem: Clear open flag early in close() This helps to prevent … 4.115
(edit) @d44d31c   10/25/13 09:50:12 Sebastian Huber Filesystem: Zero flags in rtems_libio_free() 4.115
(edit) @b68cef17   10/23/13 11:29:17 Sebastian Huber score: New state STATES_WAITING_FOR_BSD_WAKEUP This state is … 4.115
(edit) @73e7345   10/27/13 17:49:01 Sebastian Huber IMFS: Use IMFS_mtime_ctime_update() 4.115
(edit) @5fe19134   10/23/13 08:59:12 Sebastian Huber Filesystem: PR2146: Documentation 4.115
(edit) @8e8b18bb   10/22/13 09:00:04 Sebastian Huber libmd: New defines for FreeBSD compatibility 4.115
(edit) @e89ed92   10/18/13 16:08:00 ralf.kirchner dosfs: Ensure initially the sector size is used as bdbuf block size 4.115
(edit) @865c307   10/17/13 02:15:18 Ric Claus Remove double count of start offset 4.115
(edit) @b8de8281   10/16/13 11:04:33 Sebastian Huber libcsupport: Updates from latest FreeBSD version 4.115
(edit) @1f724a0   10/16/13 12:45:00 Sebastian Huber RFS: Include missing header file 4.115
(edit) @816a9cad   10/15/13 07:10:38 Sebastian Huber Filesystem: PR2146: Documentation 4.115
(edit) @3c2bb22   10/11/13 14:22:00 Sebastian Huber Return EINVAL in default ftruncate() handler According to POSIX this … 4.115
(edit) @abceda99   09/30/13 17:09:12 Joel Sherrill Merge branch 'master' into warnings 4.115
(edit) @85c855af   09/30/13 06:10:45 Chris Johns Fix building with RTEMS_DEBUG. 4.115
(edit) @db97feb5   09/23/13 13:22:02 Joel Sherrill internal.h/main_mdump.c: Convert main methods to static 4.115
(edit) @40eea001   09/22/13 15:36:57 Joel Sherrill nfsclient/src/dirutils.c: Fix missing prototype warnings 4.115
(edit) @37a7c27   09/22/13 15:34:20 Joel Sherrill getdents.c: Fix missing prototype warnings 4.115
(edit) @59a2b2b   09/22/13 15:32:20 Joel Sherrill ctermid.c: Fix missing prototype warnings 4.115
(edit) @359b6d0   09/22/13 15:31:08 Joel Sherrill getpwent.c: Fix missing prototype warnings 4.115
(edit) @f3a5d86f   09/22/13 15:29:45 Joel Sherrill newlibc_init.c: Fix missing prototype warnings 4.115
(edit) @01b7b69   09/22/13 15:28:23 Joel Sherrill times.c: Fix missing prototype warnings 4.115
(edit) @59abbec   09/22/13 15:24:39 Joel Sherrill stat.c: Fix missing prototype warnings 4.115
(edit) @d334b60b   09/22/13 15:22:01 Joel Sherrill gettod.c: Fix missing prototype warnings 4.115
(edit) @196749c   09/22/13 15:07:20 Joel Sherrill gitpid.c: Fix missing prototype warnings 4.115
(edit) @e0e2615e   09/22/13 15:06:15 Joel Sherrill assert.c: Fix missing prototype warnings 4.115
(edit) @3ea6b88   09/22/13 15:05:53 Joel Sherrill issetugid.c: Fix missing prototype warnings 4.115
(edit) @a85a552   09/22/13 15:02:18 Joel Sherrill _execve.c: Fix missing prototype warnings 4.115
(edit) @137f947   09/22/13 15:01:58 Joel Sherrill rtemsbuildname.c: Fix missing prototype warnings 4.115
(edit) @90a2a6d   09/22/13 15:01:44 Joel Sherrill intrbody.c: Fix missing prototype warnings 4.115
(edit) @f972703d   09/22/13 14:41:25 Joel Sherrill semopen.c: Switch to using RTEMS_COMPILER_UNUSED_ATTRIBUTE 4.115
(edit) @49fb4dcb   09/22/13 14:41:13 Joel Sherrill mqueueopen.c: Switch to using RTEMS_COMPILER_UNUSED_ATTRIBUTE 4.115
(edit) @ecd82b6d   09/22/13 14:40:44 Joel Sherrill basedefs.h: Add RTEMS_COMPILER_UNUSED_ATTRIBUTE. 4.115
(edit) @94926599   09/21/13 21:17:48 Joel Sherrill semopen.c: Address set but unused variable warning 4.115
(edit) @acfdf51   09/21/13 21:16:25 Joel Sherrill sigsuspend.c: Address set but unused variable warning 4.115
(edit) @41ea801   09/21/13 21:13:25 Joel Sherrill mqueueopen.c: Address set but unused variable warning 4.115
(edit) @2cdace7   09/21/13 20:45:51 Joel Sherrill main_mv.c: Address set but not used warning It looks like the paths … 4.115
(edit) @7071eb3   09/21/13 20:41:50 Joel Sherrill mouse_parser.c: Fix warning by properly checking return code 4.115
(edit) @3c96bee   09/12/13 13:32:07 Sebastian Huber JFFS2: Add RTEMS support 4.115
(edit) @78b85286   09/12/13 14:53:41 Sebastian Huber JFFS2: Update Linux compatibility layer Modify compatbility layer for … 4.115
(edit) @672038b   09/12/13 14:46:51 Sebastian Huber JFFS2: Import from eCos Import of Linux compatibility layer and JFFS2 … 4.115
(edit) @0c0f128   09/12/13 13:57:47 Sebastian Huber JFFS2: Import from Linux Import of Journalling Flash File System, … 4.115
(edit) @390e987e   09/16/13 08:43:30 Sebastian Huber libblock: PR2145: Limit maximum read-ahead blocks This helps to … 4.115
(edit) @c5b2d79   09/13/13 13:17:57 Sebastian Huber IMFS: Fix truncate according to POSIX ftruncate() and open() with … 4.115
(edit) @f82851c5   09/13/13 13:17:35 Sebastian Huber IMFS: Use inline functions instead of macros 4.115
(edit) @d2da61a   09/11/13 08:59:06 Sebastian Huber Filesystem: Change rtems_filesystem_chown() Implement POSIX … 4.115
(edit) @b6657c39   09/11/13 08:34:02 Sebastian Huber Filesystem: Add and use rtems_filesystem_chmod() Implement POSIX … 4.115
(edit) @3dbb68d   09/10/13 08:48:23 ralf.kirchner dosfs: Correct handling of iconv() return value 4.115
(edit) @784d2a1   09/06/13 08:05:35 Sebastian Huber arm: Fix inconsistent define usage 4.115
(edit) @36fdd0b   09/05/13 18:50:46 Gedare Bloom uuid: make integer arithmetic conversion explicit Upcast … 4.115
(edit) @8ee95e6   09/05/13 18:44:24 Gedare Bloom imfs: use safe string functions Replace strcpy and strcat with … 4.115
(edit) @a803e04d   09/05/13 18:34:32 Gedare Bloom termios: check return value from semaphore obtain/release Raise a … 4.115
(edit) @74d35751   09/05/13 18:31:14 Gedare Bloom flashdisk: swap arguments to checksum helper The arguments to … 4.115
(edit) @59261fba   09/05/13 18:28:14 Gedare Bloom nvdisk: swap arguments to checksum helper The arguments to … 4.115
(edit) @5f040b8   09/05/13 18:21:32 Gedare Bloom sparse-disk: check return value from semaphore_obtain/release In case … 4.115
(edit) @97ae1eeb   09/05/13 18:13:32 Gedare Bloom imfs: check return value from mkdir 4.115
(edit) @e075b388   09/05/13 18:10:52 Gedare Bloom untar: check return value from mkdir Check the return value from … 4.115
(edit) @b6cfbab4   09/05/13 18:03:00 Gedare Bloom dosfs: Eliminate empty case statements that fall through to default. … 4.115
(edit) @c963ac7   09/05/13 17:44:04 Gedare Bloom nfs: Fix ln option processing. If opts is NULL, then strchr() will … 4.115
(edit) @121dd881   09/05/13 17:22:49 Gedare Bloom bdpart: Argument cannot be negative If open(fd) fails then avoid the … 4.115
(edit) @a8007dc2   09/05/13 17:15:33 Gedare Bloom dosfs: Unsigned compared against 0 Change the type for storing the … 4.115
(edit) @e4c1926   09/05/13 17:09:37 Gedare Bloom dosfs: Unsigned compared against 0 Fix the type of "cmpltd" to be … 4.115
(edit) @551468c   09/05/13 16:58:34 Gedare Bloom dosfs: Unintentional integer overflow Explicitly promote 32-bit … 4.115
(edit) @96654dc   09/05/13 16:15:27 Gedare Bloom shell: Out-of-bounds access In case the length of cwd path plus the … 4.115
(edit) @a6d35256   09/05/13 15:53:39 Gedare Bloom IMFS: Resource leak Free fs_info in case root_node is NULL. 4.115
(edit) @03e097b7   09/03/13 10:59:54 Sebastian Huber nios2: Include proper header file 4.115
(edit) @3bac8a4c   09/03/13 09:04:33 Sebastian Huber score: Use void * for some atomic pointer ops 4.115
(edit) @29f7d317   09/02/13 13:08:05 Sebastian Huber score: Use unsigned long for atomic integers Use unsigned long … 4.115
(edit) @bf30999   08/23/13 14:15:50 Sebastian Huber smp: Add and use _Assert_Owner_of_giant() Add and use … 4.115
(edit) @1215fd4   08/26/13 13:14:33 Sebastian Huber sapi: SMP support for chains Add ISR lock to chain control for proper … 4.115
(edit) @03aad60   08/28/13 09:27:26 Sebastian Huber score: Atomic flag changes Delete _Atomic_Init_flag(). Change … 4.115
(edit) @58a70b76   08/27/13 13:14:04 wei.a.yang score: Simplify <rtems/score/cpuatomic.h> Add proper license and … 4.115
(edit) @4288f9fd   08/27/13 13:10:50 Sebastian Huber score: Use static inline directly This file uses already C11 … 4.115
(edit) @697d31e   08/25/13 13:45:41 wei.a.yang add atomic init function 4.115
Note: See TracRevisionLog for help on using the revision log.