source: rtems/cpukit

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @bc696482   08/29/18 17:41:35 joel score/cpu/bfin/cpu.c: Fix _CPU_Thread_Idle_body() prototype 5
(edit) @14a218f   08/21/18 15:32:48 joel cpukit/telnetd/pty.c: Fix format overflow warning on sprintf() … 5
(edit) @9e8bba5   08/29/18 05:53:02 Sebastian Huber score: Remove redundant #ifdef RTEMS_SMP 5
(edit) @6d70a11   08/27/18 05:33:29 Sebastian Huber Include <stdbool.h> in <machine/_kernel_types.h> The FreeBSD kernel … 5
(edit) @27c89d7   08/08/18 09:52:09 Sebastian Huber Add FreeBSD kernel space header files Move the kernel space content … 5
(edit) @0d51b6d8   06/28/18 12:39:37 Daniel Hellstrom capture: prevent unaligned access when reading time LLVM warns about … 5
(edit) @59a0541c   07/12/18 07:15:55 cederman sparc: Restore npc when returning from the syscall_lazy_fp_switch trap … 5
(edit) @6695d02   08/23/18 12:39:33 Sebastian Huber Update FreeBSD kernel timespec support This change is based on the … 5
(edit) @ba0e9631   08/10/18 05:34:03 Sebastian Huber score: Do not inline _Thread_Dispatch_enable() This function is … 5
(edit) @a36aa86   08/23/18 12:32:07 Sebastian Huber Add dummy PI_SOFT to <sys/priority.h> Update #3472. 5
(edit) @d14f934   08/10/18 05:22:43 Sebastian Huber score: Fix ISR enable in _Thread_Dispatch_enable() This bug had … 5
(edit) @dcaea71   08/15/18 10:26:13 christian.mauderer dev/sc16is752: Add name space for field names. The field names for … 5
(edit) @bc731313   08/13/18 10:55:34 amaan.cheval bsps/x86_64: Add APIC timer based clock driver The APIC timer is … 5
(edit) @6869321   08/13/18 10:50:38 amaan.cheval bsps/x86_64: Add support for RTEMS interrupts Updates #2898. 5
(edit) @4544749e   08/13/18 10:33:12 amaan.cheval bsps/x86_64: Add paging support with 1GiB super pages Updates #2898. 5
(edit) @ab971bf5   08/13/18 10:21:47 amaan.cheval bsps/x86_64: Reorganize header files and compile-options Updates #2898. 5
(edit) @b2de426   08/06/18 09:53:42 Sebastian Huber score: Fix _Addresses_Subtract() Use architecture-specific integer … 5
(edit) @66cb142   08/06/18 08:51:00 Sebastian Huber rtems: Parameter types in rtems_partition_create() Use uintptr_t to … 5
(edit) @b8eae140   08/10/18 05:11:56 Sebastian Huber Add dummy PRI_MIN_KERN to <sys/priority.h> Update #3472. 5
(edit) @aac36d15   08/08/18 09:17:36 Sebastian Huber posix: Add configure check for mprotect() Update #3491. 5
(edit) @71948f76   08/08/18 05:52:18 Sebastian Huber sys/event.h: Update version FreeBSD tag Update #3472. 5
(edit) @ac824ff   07/18/18 13:04:03 dab Make the definition of struct kevent in event.h match what the man … 5
(edit) @96b32773   07/11/18 02:09:11 dab Address some (although not all) style(9) issues in event.h after … 5
(edit) @1d00acb1   06/28/18 20:37:17 dab Fix compilation error in r335765 under gcc 4.2.1. The anonymous … 5
(edit) @b37ef68   06/28/18 17:01:04 dab Remove potential identifier conflict in the EV_SET macro. PR43905 … 5
(edit) @bf026dd4   11/27/17 15:01:59 pfg sys/sys: further adoption of SPDX licensing ID tags. Mainly focus on … 5
(edit) @57c03363   11/25/17 04:49:12 jhb Decode kevent structures logged via ktrace(2) in kdump. - Add a new … 5
(edit) @e9b708a   06/17/17 00:57:26 kib Add abstime kqueue(2) timers and expand struct kevent members. This … 5
(edit) @f51aec8   04/08/17 04:34:18 pkelsey Fix typo. hist -> hint MFC after: 3 days 5
(edit) @fd27bae   08/07/18 04:25:47 Sebastian Huber CONFIGURE_MINIMUM_POSIX_THREAD_STACK_SIZE Make … 5
(edit) @0b038bd4   08/04/18 08:38:48 Sebastian Huber libblock: Add RTEMS_DEPRECATED Close #3358. 5
(edit) @ab96aec   08/04/18 08:56:46 Sebastian Huber dosfs: Avoid deprecated routine Update #3358. 5
(edit) @698093d   08/03/18 20:39:42 Sebastian Huber libblock: Use rtems_blkdev_create_partition() Update #3358. 5
(edit) @0fe7133   07/31/18 14:01:17 Sebastian Huber flashdisk: Use rtems_blkdev_create() Update #3358. 5
(edit) @16f3f10   07/31/18 13:54:29 Sebastian Huber nvdisk: Use rtems_blkdev_create() Update #3358. 5
(edit) @24b94c4   07/30/18 04:39:09 Sebastian Huber ramdisk: Use rtems_blkdev_create() Update #3358. 5
(edit) @d56e68b   08/04/18 12:27:38 Sebastian Huber rfs: Remove erroneous call of rtems_disk_release() The function … 5
(edit) @42f9963d   08/03/18 05:58:07 Sebastian Huber score: Remove superfluous semicolon This avoids warnings like this: … 5
(edit) @83ca9f0a   08/02/18 12:52:12 Sebastian Huber rtems: Relax partition buffer area alignment The partition buffer … 5
(edit) @27bbc05   08/02/18 12:49:01 Sebastian Huber score: Remove CPU_PARTITION_ALIGNMENT Use the CPU_SIZEOF_POINTER … 5
(edit) @28b8cf9b   08/02/18 07:41:08 Sebastian Huber riscv: Fix CPU_ALIGNMENT Update #3433. 5
(edit) @334e1d2   07/30/18 05:35:26 Sebastian Huber confdefs: Fix uniprocessor configuration Introduce a new internal … 5
(edit) @cfc9573   07/27/18 12:47:17 Sebastian Huber riscv: Rework CPU counter support Update #3433. 5
(edit) @6b9ef09   07/20/18 08:57:59 Sebastian Huber riscv: Add CLINT and PLIC support The CLINT and PLIC need some … 5
(edit) @c2670de   07/20/18 07:07:40 Sebastian Huber riscv: Use wfi instruction for idle task Update #3433. 5
(edit) @8db3f0e   07/19/18 10:11:19 Sebastian Huber riscv: Rework exception handling Remove … 5
(edit) @5694b0c   07/19/18 08:15:53 Sebastian Huber riscv: New CPU_Exception_frame Use the CPU_Interrupt_frame for the … 5
(edit) @d779a1e2   07/19/18 07:35:54 Sebastian Huber riscv: Add exception codes Update #3433. 5
(edit) @5677883   07/24/18 07:09:06 Sebastian Huber score: _SMP_Inter_processor_interrupt_handler() Optimize … 5
(edit) @a1f7d7d   07/24/18 07:00:18 Sebastian Huber score: RTEMS_PREDICT_TRUE(), RTEMS_PREDICT_FALSE() Add … 5
(edit) @406dd62   07/24/18 09:18:27 Sebastian Huber _SMP_Start_multitasking_on_secondary_processor() Pass current … 5
(edit) @0d362ff3   07/23/18 12:54:51 Sebastian Huber score: _SMP_Inter_processor_interrupt_handler() Pass current … 5
(edit) @f8d00a3   07/25/18 06:00:22 Sebastian Huber tm27: Fix prototype warnings 5
(edit) @05259de1   07/25/18 07:54:56 Sebastian Huber powerpc: Fix _CPU_Instruction_illegal() Apparently the .word … 5
(edit) @3a646426   07/19/18 10:53:34 Sebastian Huber score: Add _CPU_Instruction_illegal() On some … 5
(edit) @b74353e   07/20/18 06:06:46 Sebastian Huber score: Add _CPU_Instruction_no_operation() This helps to reduce the … 5
(edit) @42f2fdfd   07/20/18 05:56:43 Sebastian Huber score: Move context validation declarations The context validation … 5
(edit) @248ca7a   07/20/18 07:10:29 Sebastian Huber score: Remove obsolete CPU port defines 5
(edit) @1554a8c5   07/20/18 06:47:25 Sebastian Huber dtc: Update VERSION 5
(edit) @ec2de39   07/19/18 06:19:43 Sebastian Huber libfdt: fdt_address_cells() and fdt_size_cells() Add internal … 5
(edit) @513daa3   07/19/18 11:06:49 Sebastian Huber capture: Include missing header file 5
(edit) @b4f15d8   07/19/18 05:10:26 Sebastian Huber jffs2: Rename README to VERSION This makes it easer to find files … 5
(edit) @2af004e   07/18/18 07:32:28 Sebastian Huber dtc: Add VERSION file Close #3471. 5
(edit) @80eaf45   07/09/18 04:50:38 david libfdt: Add necessary header padding in fdt_create() At present … 5
(edit) @4fd05d3   07/07/18 19:57:19 sjg libfdt: Copy the struct region in fdt_resize() At present this … 5
(edit) @78ad048   06/21/18 05:32:40 david libfdt: Add helpers for accessing unaligned words This adds some … 5
(edit) @3848f14b   06/06/18 21:37:05 sjg pylibfdt: Add functions to update properties Allow updating and … 5
(edit) @0d851d4   03/17/18 13:12:12 david libfdt: Add fdt_check_full() function This new function implements a … 5
(edit) @9a7de8e   03/16/18 11:40:26 david libfdt: Add fdt_header_size() We have a couple of places within … 5
(edit) @c81f432   03/09/18 12:28:56 david libfdt: Safer access to memory reservations fdt_num_mem_rsv() and … 5
(edit) @6bc883b   03/25/18 11:54:22 david libfdt: Propagate name errors in fdt_getprop_by_offset() … 5
(edit) @72273b6   11/14/17 11:45:56 david libfdt: Safer access to strings section fdt_string() is used to … 5
(edit) @8073f95e   10/23/17 03:45:56 david libfdt: Make fdt_check_header() more thorough Currently … 5
(edit) @c4267b1   04/10/18 07:06:18 david libfdt: Improve sequential write state checking When creating a tree … 5
(edit) @85d1769   10/22/17 05:32:15 david libfdt: Clean up header checking functions Many of the libfdt entry … 5
(edit) @c13e400   01/25/18 05:13:40 nwhitehorn Add limited read-only support for older (V2 and V3) device tree to … 5
(edit) @4e5f848   10/26/17 01:13:46 programmingkidx implement strnlen for systems that need it Prior the Mac OS 10.7, the … 5
(edit) @42f1b37   10/18/17 06:22:40 david libfdt: Remove leading underscores from identifiers In a lot of … 5
(edit) @f5e879f   10/18/17 05:45:52 david Fix some errors in comments A comment in tests/stringlist.c refers to … 5
(edit) @a1c3b41a   07/27/17 16:33:11 pantelis.antoniou Introduce fdt_setprop_placeholder() method In some cases you need to … 5
(edit) @903d2ec   04/08/17 16:14:42 sjg Fix a few whitespace and style nits These were noticed when synching … 5
(edit) @f984d8f   04/01/17 15:31:41 sjg Add a libfdt function to write a property placeholder The existing … 5
(edit) @67f49b98   03/17/17 22:14:33 sjg Adjust libfdt.h to work with swig There are a few places where … 5
(edit) @d0a1fc8   03/06/17 01:16:56 david libfdt: Change names of sparse helper macros The default libfdt_env.h … 5
(edit) @90f54b0e   02/24/17 00:12:50 david libfdt: Add fdt_setprop_empty() Device trees can contain empty (zero … 5
(edit) @6dbbd277   02/23/17 23:51:05 david libfdt: Remove undefined behaviour setting empty properties The … 5
(edit) @8cd96f47   11/03/16 15:47:42 b-fair libfdt: add missing errors to fdt_strerror() Some error values were … 5
(edit) @d8c856b   10/17/16 06:08:24 yamada.masahiro libfdt: fix fdt_stringlist_search() If fdt_getprop() fails, negative … 5
(edit) @aa9389f   10/17/16 06:08:23 yamada.masahiro libfdt: fix fdt_stringlist_count() If fdt_getprop() fails, negative … 5
(edit) @c753d9d   10/11/16 08:10:31 maxime.ripard fdt: strerr: Remove spurious BADOVERLAY There's one … 5
(edit) @4f7c3ac9   10/06/16 11:39:56 maxime.ripard libfdt: Add BADPHANDLE error string The BADPHANDLE error was missing … 5
(edit) @e879a98d   09/30/16 13:57:16 maxime.ripard libfdt: Add overlay application function The device tree overlays are … 5
(edit) @b0ceda54   09/30/16 13:57:15 maxime.ripard libfdt: Extend the reach of FDT_ERR_BADPHANDLE So far, the BADPHANDLE … 5
(edit) @2679534b   09/30/16 13:57:14 maxime.ripard libfdt: Add new errors for the overlay code Add a few new error codes … 5
(edit) @f670acbf   09/26/16 16:12:26 thuth Fix some typing errors in libfdt.h and livetree.c Correct some typos … 5
(edit) @607b70f   08/22/16 09:55:49 yamada.masahiro libfdt: simplify fdt_del_mem_rsv() The variable "err" is unneeded. … 5
(edit) @6112fb0b   07/29/16 09:55:48 maxime.ripard libfdt: Add fdt_setprop_inplace_namelen_partial Add a function to … 5
(edit) @2086bbc8   07/27/16 12:55:56 maxime.ripard libfdt: Add fdt_getprop_namelen_w Add a function to retrieve a … 5
(edit) @220cde8   07/27/16 12:55:55 maxime.ripard libfdt: Add max phandle retrieval function Add a function to retrieve … 5
(edit) @eda76d4   07/27/16 12:55:54 maxime.ripard libfdt: Add iterator over properties Implement a macro based on … 5
Note: See TracRevisionLog for help on using the revision log.