Timeline



06/23/16:

20:55 Changeset in rtems [b5bfaaf9]5 by Gedare Bloom <gedare@…>
posix: cond_timedwait remember and use clock from condattr updates #2745
20:10 Changeset in rtems [127c20eb]5 by Gedare Bloom <gedare@…>
posix: refactor cond wait support to defer abstime conversion updates #2745
20:10 Ticket #2745 (Use clock from pthread_condattr in pthread_cond_timedwait) created by Gedare Bloom
For pthread_cond_timedwait, the condition variable shall have a clock …
19:21 Ticket #2744 (Remove RBL blocking for mailing lists.) created by Amar Takhar
Seems there are users who are getting caught in the SORBS list that …
18:40 Changeset in rtems [10e4000]5 by Gedare Bloom <gedare@…>
cpukit/rtems: fix return type mismatch for _TOD_To_seconds
12:18 Changeset in rtems-libbsd [c991d65]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Update due to RTEMS printer API changes
12:06 Changeset in rtems-libbsd [32fd702]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Update due to RTEMS printer API changes
11:43 Changeset in rtems [9f61ad60]5 by Sebastian Huber <sebastian.huber@…>
testsuites: Increase invalid priority values Increase the invalid priority values to support test runs with alternative schedulers offering a significant higher maximum priority value, e.g. EDF.
10:37 Changeset in rtems [a4a307d]5 by Sebastian Huber <sebastian.huber@…>
score: Fix _Scheduler_EDF_Yield() A non-preemptive task must yield if it says so.
09:49 Changeset in rtems [51e008dd]5 by Sebastian Huber <sebastian.huber@…>
posix: Fix pthread_create() Do not access data of the executing thread without proper locks.
08:31 Changeset in rtems [ec5d95e1]5 by Sebastian Huber <sebastian.huber@…>
smptests/smpmrsp01: Fix due to API changes Commit 77ff5599e0d8e6d91190a379be21a332f83252b0 introduced a change in the rtems_semaphore_create() behaviour for MrsP semaphores. The ceiling priorities for all schedulers except the scheduler of the executing thread are initialized to zero.
07:09 Changeset in rtems [b679b492]5 by Sebastian Huber <sebastian.huber@…>
sptests/sp42: Relax priority requirements
07:04 Changeset in rtems [93f158f]5 by Sebastian Huber <sebastian.huber@…>
score: Fix EDF no-preempt thread handling

06/22/16:

18:18 Changeset in rtems [8dcb8837]5 by Pavel Pisa <pisa@…>
MAINTAINERS: added self
15:09 Changeset in rtems [f4d1f30]5 by Sebastian Huber <sebastian.huber@…>
score: Split _Thread_Change_priority() Update #2412. Update #2556. Update #2765.
15:09 Changeset in rtems [300f6a48]5 by Sebastian Huber <sebastian.huber@…>
score: Rework thread priority management Add priority nodes which contribute to the overall thread priority. The actual priority of a thread is now an aggregation of priority nodes. The thread priority aggregation for the home scheduler instance of a thread consists of at least one priority node, which is normally the real priority of the thread. The locking protocols (e.g. priority ceiling and priority inheritance), rate-monotonic period objects and the POSIX sporadic server add, change and remove priority nodes. A thread changes its priority now immediately, e.g. priority changes are not deferred until the thread releases its last resource. Replace the _Thread_Change_priority() function with * _Thread_Priority_perform_actions(), * _Thread_Priority_add(), * _Thread_Priority_remove(), * _Thread_Priority_change(), and * _Thread_Priority_update(). Update #2412. Update #2556.
15:09 Changeset in rtems [f9126f6]4.10 by Sebastian Huber <sebastian.huber@…>
sptests/spmutex01: add tests for lock nesting
13:37 Changeset in rtems [1d72f03]5 by Sebastian Huber <sebastian.huber@…>
score: Silence integer conversion warnings
11:45 Changeset in rtems [655ce0fb]5 by Sebastian Huber <sebastian.huber@…>
sparc: Optimize CPU counter support

06/21/16:

15:12 Changeset in rtems [c82835a]5 by Sebastian Huber <sebastian.huber@…>
rtems: Rework RTEMS API to SuperCore? priority Use same structure as POSIX API for thread priority conversion to/from SuperCore?.
12:30 Changeset in rtems [3d9fd2ce]5 by Sebastian Huber <sebastian.huber@…>
sptests/sp20: Use printer task This avoids test failures due to slow output devices.
12:22 Changeset in rtems [f1531574]5 by Sebastian Huber <sebastian.huber@…>
Rename rtems_test_print() into rtems_test_printf()
12:15 Changeset in rtems [a33bfb6]5 by Sebastian Huber <sebastian.huber@…>
Avoid <rtems/print.h> in <rtems/rtems/ratemon.h> This gets rid of the pull in of <stdarg.h> via <rtems.h> via <rtems/rtems/ratemon.h> via <rtems/print.h>.
11:30 Changeset in rtems [506bfc8]5 by Sebastian Huber <sebastian.huber@…>
Move printer initialization to separate header The RTEMS print user need to know nothing about a particular printer implementation. In particular get rid of the <stdio.h> include which would be visible via <rtems.h>.
11:28 Changeset in rtems [e8020d1]5 by Sebastian Huber <sebastian.huber@…>
Rename and move RTEMS_PRINTF_ATTRIBUTE() Rename RTEMS_PRINTF_ATTRIBUTE() into RTEMS_PRINTFLIKE() (similar to <sys/cdefs.h> printflike()) and move it to <rtems/score/basedefs.h>.
11:12 Changeset in rtems [ede1a41]5 by Sebastian Huber <sebastian.huber@…>
Make rtems/print.h independent of rtems/bspIo.h
11:05 Changeset in rtems [5c370a5d]5 by Sebastian Huber <sebastian.huber@…>
Make rtems_fprintf_plugin() static
11:05 Changeset in rtems [1ce8fc3]5 by Sebastian Huber <sebastian.huber@…>
Make rtems_printf_plugin() static
11:03 Changeset in rtems [97fd93c]5 by Sebastian Huber <sebastian.huber@…>
Make printk_plugin() static
08:58 Changeset in rtems [291945f1]5 by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Fix interrupt timestamping Close #2684.
08:24 Changeset in rtems [a4ff2a2]5 by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Add up counter timecounter
07:45 Changeset in rtems [7222a65]5 by Sebastian Huber <sebastian.huber@…>
sptests/spcpucounter01: Resurrect workaround Resurrect workaround accidentially removed by 3e2a3c49480b9888362d016dd202edd562d9e069.
07:10 Changeset in rtems [4c927c79]5 by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Fix LEON3_Cpu_Index initialization
04:59 Changeset in rtems [22c3a54b]5 by Sebastian Huber <sebastian.huber@…>
Add printer task

06/20/16:

21:17 Changeset in rtems [48704cde]5 by Mudit Jain <spark1729@…>
arm/raspberrypi: Adding functionalities to Mailbox RPi Added functions for retrieving firmware revision, board model and board revision.
17:10 Changeset in rtems [91043bf]5 by Pavel Pisa <pisa@…>
bsp/tms570: regenerate preinstall makefile by bootstrap -p.
17:10 Changeset in rtems [ea41bccc]4.11 by Pavel Pisa <pisa@…>
bsp/tms570: regenerate preinstall makefile by bootstrap -p.
16:56 Changeset in rtems [529d0751]4.11 by Pavel Pisa <pisa@…>
bsp/tms570: include package balls and PINMMR registers mapping for TMS570LS3135ZWT chip.
16:56 Changeset in rtems [bc884f6]5 by Pavel Pisa <pisa@…>
bsp/tms570: include package balls and PINMMR registers mapping for TMS570LS3135ZWT chip.
16:55 Changeset in rtems [6626efe6]5 by Pavel Pisa <pisa@…>
bsp/tms570: update pinmux to provide support for initialization lists and clear of alt outputs.
16:55 Changeset in rtems [9d09f497]4.11 by Pavel Pisa <pisa@…>
bsp/tms570: update pinmux to provide support for initialization lists and clear of alt outputs.
15:24 Changeset in umon [6e6815e]master by Ben Gras <beng@…>
ARM: save and print exception context Debugging aid. Prints nice exception context info like: R0 = 0x00000000 R8 = 0x402fe8b0 R1 = 0x402ffd80 R9 = 0x40309b15 R2 = 0x00000800 R10 = 0x00000000 R3 = 0x402ffd40 R11 = 0x00000000 R4 = 0x402ffd40 R12 = 0x402fdd38 R5 = 0x402ffd80 SP = 0x40309694 R6 = 0x00000003 LR = 0x402fa348 R7 = 0x00000800 PC = 0x402f8614 VEC = 0x00000003 Data structures, definitions and code taken from RTEMS.
12:36 Changeset in umon [696ee75] by Ben Gras <beng@…>
FAT fs changes: FAT code and larger ROM size . add fatfs umon cli to it. unmodified from the umon 1.19 distribution, apache-licensed. . also add dosfs from the umon 1.19 distribution, which is similarly liberally licensed. . increase available 'ROM' size to 128kB minus 1kB secure + 18kB reserved (numbers from uboot wiki). . no unaligned access - needed to access fields in on-disk structs without gcc generating unaligned access instructions (causes data abort exceptions) . turn on shellvars for BBB as they are needed to connect FATFS to the SD i/o functions
11:55 Changeset in rtems [3e2a3c4]5 by Sebastian Huber <sebastian.huber@…>
sptests/spcpucounter01: Add some statistics
08:08 Changeset in rtems [9460333e]5 by Sebastian Huber <sebastian.huber@…>
sparc: Rework CPU counter support Rework CPU counter support to enable use of the GR740 up-counter via %asr22 and %asr23.
06:16 Changeset in rtems [40b80d86]5 by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Use sysinit for bsp_debug_uart_init()
06:10 Changeset in rtems [6a6a225]5 by Sebastian Huber <sebastian.huber@…>
sptests/spsysinit01: Move begin of test message
06:03 Changeset in rtems [a4fa007b]5 by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Use sysinit for amba_initialize()
04:50 Changeset in rtems [bc47ec1c]5 by Sebastian Huber <sebastian.huber@…>
score: Refine system initialization order
00:07 Changeset in rtems-libbsd [628512a]55-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
Update rtems_waf to pick up the long command line fix.

06/19/16:

22:48 Developer/Simulators/QEMU edited by Chris Johns
Add -append details for the -kernel option. (diff)
13:41 Changeset in rtems [fa239ff2]5 by Pavel Pisa <ppisa@…>
arm/raspberrypi: Ensure that buffers used for VC mail box communication are synchronized through cache.
09:02 GSoC/2016 edited by Mudit Jain
(diff)

06/17/16:

23:45 GSoC/2016 edited by Vivek Kukreja
(diff)
17:13 GSoC/2016 edited by Wonjun Hwang
(diff)
06:06 Changeset in rtems [16706b72]5 by Sebastian Huber <sebastian.huber@…>
bsps: Fix printk() format warning
06:05 Ticket #2742 (New warning in SHM driver) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 305231bd3c2cb78421cedb9d7093773359612445/rtems: […]
06:04 Changeset in rtems [305231bd]5 by Sebastian Huber <sebastian.huber@…>
bsps: Fix MPCI_Fatal() prototype Close #2742.
05:50 Changeset in rtems [69a6802b]5 by Sebastian Huber <sebastian.huber@…>
score: Move _RBTree_Find() The _RBTree_Find() is no longer used in the score. Move it to sapi and make it rtems_rbtree_find(). Move corresponding types and support functions to sapi.
05:38 Changeset in rtems [768c483b]5 by Sebastian Huber <sebastian.huber@…>
score: Move _RBTree_Insert() The _RBTree_Insert() is no longer used in the score. Move it to sapi and make it rtems_rbtree_insert().
05:16 Ticket #2590 (Update BSP and Device Driver Development Guide) closed by Chris Johns
fixed
05:15 Ticket #2743 (No git commit hooks running on rtems-docs.git) created by Chris Johns
A push to the rtems-docs.git repo does not run the commit hooks we …
05:05 Changeset in rtems-docs [6d7a4d2]4.115 by Chris Johns <chrisj@…>
Update the BSP howto. Closes #2590.

06/16/16:

16:31 Ticket #2742 (New warning in SHM driver) created by Joel Sherrill
Not sure how to fix this one …
15:38 Ticket #2741 (New warning from printf plugin changes) created by Joel Sherrill
../../../../../../../rtems/c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c …
15:23 Changeset in rtems [7ec66e08]5 by Sebastian Huber <sebastian.huber@…>
score: Remove hidden deadline overrule for CBS Do what the user commands. Maybe we should add a rtems_cbs_period() that calls rtems_rate_monotonic_period() with the right parameter. Update #2173.
15:08 Changeset in rtems [9a78f8a5]5 by Sebastian Huber <sebastian.huber@…>
score: Modify release job scheduler operation Pass the deadline in watchdog ticks to the scheduler. Update #2173.
10:05 Changeset in rtems [4b3251a]5 by Sebastian Huber <sebastian.huber@…>
score: Fix thread delete race condition on SMP
09:39 Changeset in umon [ecb72ce] by Ben Gras <beng@…>
some hooks to help building in RSB
08:44 Changeset in rtems [57c676c6]5 by Sebastian Huber <sebastian.huber@…>
rtems: Fix rtems_semaphore_create() Destroy the thread queue in case of a priority ceiling violation, otherwise the SMP profiling data gets corrupted.
08:15 Changeset in rtems_waf [254b827] by Sebastian Huber <sebastian.huber@…>
Use long commands on more platforms
07:08 Changeset in rtems-libbsd [616be5c]55-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
Pick up white space fix.
07:07 Changeset in rtems_waf [c161c8d] by Chris Johns <chrisj@…>
Remove tabs as white space.
04:53 Changeset in rtems_waf [eb6ff97] by Chris Johns <chrisj@…>
Fix the root_filesystem tar command on Windows.
03:32 Changeset in rtems-libbsd [32ceb14]55-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
Add support for long command lines and fix some shell rules on Windows.
03:28 Changeset in rtems_waf [1aef190] by Chris Johns <chrisj@…>
Add long command line support for gcc.

06/15/16:

21:19 GSoC/2016 edited by Sambeet Panigrahi
(diff)
15:21 Debugging/OpenOCD/Raspberry_Pi edited by Pavel Pisa
Debugging/OpenOCD/Raspberry_Pi JTAG pins enable patch corrections. (diff)
15:10 Debugging/OpenOCD/Raspberry_Pi edited by Pavel Pisa
Rung RPi OpenOCD debug without setup of pins in u-boot. (diff)
14:31 Changeset in rtems [1a4eac50]5 by Sebastian Huber <sebastian.huber@…>
posix: Generalize _POSIX_Priority_To_core() Move POSIX API priority validation into _POSIX_Priority_To_core().
14:18 SOCIS/2016 edited by Saeed Ehteshamifar
(diff)
14:17 Developer/Projects/Open/Fault_injection edited by Saeed Ehteshamifar
(diff)
13:54 GSoC/2016 edited by Deval Shah
(diff)
09:18 Changeset in rtems [661e0e63]5 by Sebastian Huber <sebastian.huber@…>
psxtests/psx12: Use and print proper rounded ms Update #2738.
08:53 Ticket #2740 (Suboptimal type for Timestamp_Control) created by Sebastian Huber
Currently we have […] this type offers more precision than …
08:51 Ticket #2739 (CPU budget accounting via ticks is too coarse) created by Sebastian Huber
The CPU budget algorithms still use clock ticks for budget accounting. …
08:39 Changeset in rtems [917884c]5 by Sebastian Huber <sebastian.huber@…>
posix: Fix poradic server initial CPU budget Update #2738.
08:07 Ticket #2738 (POSIX sporadic server uses unexpected CPU budgets) created by Sebastian Huber
The POSIX sporadic server starts with invalid CPU budget of zero. …
07:04 Changeset in rtems [d6467102]5 by Sebastian Huber <sebastian.huber@…>
psxtests/psx12: Use one file and simplify
06:50 Changeset in rtems [5d65d0dd]5 by Sebastian Huber <sebastian.huber@…>
posix: Use _POSIX_Threads_Sporadic_timer_insert()
05:59 Changeset in rtems [d07f582]5 by Sebastian Huber <sebastian.huber@…>
posix: Remove superfluous code Remove double declarations, useless comments and unused functions.
05:49 Changeset in rtems-libbsd [5851034]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
reentrant.h: There is no main thread in RTEMS
04:59 Changeset in rtems [eec08ef]5 by Sebastian Huber <sebastian.huber@…>
posix: Rework sporadic server scheduling policy Instead of lowering the priority in case the initial budget is consumed raise the priority for each new period. Restore the normal priority once the initial budget is consumed. This makes it later easier to combine the high priority phase with temporary priority boosts (e.g. via priority ceiling and inheritance). Use the thread lock to protect the POSIX thread attributes instead of the thread state lock. This makes it easier to change the thread priority and keep the POSIX attributes consistent. Fixes a false positive use of uninitialized variable warning.
01:14 Changeset in rtems_waf [b0afac0] by Chris Johns <chrisj@…>
Add root_filesystem support to create a root file system. To use add to your wscript file: rtems.root_filesystem(bld, 'rootfs', etc/rc.conf?, 'rootfs.tar', 'rootfs-tar.o') to create a rootfs-tar.o which you add to your executable's list of sources. In your main or Init function add: #include <rtems/untar.h> extern int _binary_rootfs_tar_start; extern int _binary_rootfs_tar_size; static void expand_rootfs_tarfile(void) { rtems_status_code sc; rtems_printer printer; rtems_print_printer_printf(&printer); sc = Untar_FromMemory_Print((void *)(&_binary_rootfs_tar_start), (size_t)&_binary_rootfs_tar_size, &printer); if (sc != RTEMS_SUCCESSFUL) fprintf(stderr, "error: untar failed: %s\n", rtems_status_text(sc)); } Note, some arch's may not need the '_' at the start of the tar symbols.

06/14/16:

15:23 Changeset in rtems [6bab009]5 by Sebastian Huber <sebastian.huber@…>
posix: Delete POSIX_API_Control::schedparam This field was redundant.
15:21 Changeset in rtems [4dc5450]5 by Sebastian Huber <sebastian.huber@…>
posix: Delete POSIX_API_Control::schedpolicy This field was redundant.
15:10 Changeset in rtems [0c1413c]5 by Alexander Krutwig <alexander.krutwig@…>
bsp/atsam: Add I2C driver
15:01 Changeset in rtems [4da078a8]5 by Sebastian Huber <sebastian.huber@…>
posix: Delete POSIX_API_Control::ss_high_priority This field was unused.
13:57 Changeset in rtems [5a32c48]5 by Sebastian Huber <sebastian.huber@…>
posix: Make POSIX API aware of scheduler instances
09:45 Changeset in rtems [2df7fcf]5 by Sebastian Huber <sebastian.huber@…>
posix: _POSIX_Mutex_Default_attributes Make _POSIX_Mutex_Default_attributes constant and independent of the scheduler instance. Use INT_MAX to indicate the default ceiling priority.
09:19 Ticket #2737 (Add CLOCK_DRIVER_USE_ONLY_BOOT_PROCESSOR) created by Sebastian Huber
Add CLOCK_DRIVER_USE_ONLY_BOOT_PROCESSOR clock driver option. If …
09:13 Changeset in rtems [6a631da]5 by Sebastian Huber <sebastian.huber@…>
posix: sched_get_priority_max() Enable for all configurations since it pulls in no additional dependencies. Return value of the scheduler instance of the executing thread.
09:12 Changeset in rtems [ea02782a]5 by Sebastian Huber <sebastian.huber@…>
posix: sched_get_priority_min() Enable for all configurations since it pulls in no additional dependencies.
08:56 Changeset in rtems [b61d5cac]5 by Sebastian Huber <sebastian.huber@…>
bsps: Add CLOCK_DRIVER_USE_ONLY_BOOT_PROCESSOR Add CLOCK_DRIVER_USE_ONLY_BOOT_PROCESSOR clock driver option. If defined, then do the clock tick processing on the boot processor on behalf of all other processors. Currently, this is intended as a workaround for a Qemu shortcoming on ARM. Update #2737.
08:12 Changeset in rtems [042072b]5 by Sebastian Huber <sebastian.huber@…>
score: _Scheduler_priority_Ready_queue_initialize Use priority maximum of scheduler instance. This avoids a potential memory corruption on SMP configurations.
08:11 Changeset in rtems [3eda7e5]5 by Sebastian Huber <sebastian.huber@…>
score: _Thread_Create_idle_for_CPU() Use priority maximum of scheduler instance.
07:26 Changeset in rtems [006af6ac]5 by Alexander Krutwig <alexander.krutwig@…>
score: Improve heap protection Check block pointers of deferred free list before use.
04:50 Changeset in rtems [ce6e9ec2]5 by Sebastian Huber <sebastian.huber@…>
posix: pthread_mutexattr_setprioceiling() Accept all priority values in pthread_mutexattr_setprioceiling(). This is in line with POSIX and FreeBSD. The priority is validated in pthread_mutex_init(). Validate the priority only for priority ceiling mutexes.

06/13/16:

13:38 Ticket #2734 (pthread_setschedprio() is missing) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 0c34dbf341095f93a712bbe6d024c8c1d975b6f5/rtems: […]
13:22 Changeset in rtems [0c34dbf3]5 by Sebastian Huber <sebastian.huber@…>
posix: Add pthread_setschedprio() Close #2734.
13:20 Ticket #2735 (pthread_setschedparam() sets the priority not according to POSIX) closed by Sebastian Huber <sebastian.huber@…>
fixed: In fc30ac5973aae2393fb318b56346368f5e9b4493/rtems: […]
13:10 Changeset in rtems [fc30ac5]5 by Sebastian Huber <sebastian.huber@…>
posix: Fix pthread_setschedparam() Close #2735.
12:59 Ticket #2736 (pthread_getschedparam() returns wrong priority values) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 23b1bb38b208a6638747bb49b8184a5571e8f5e7/rtems: […]
11:42 Changeset in rtems [a0cd238d]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Increase reserved size for FDT Some boards require this size.
09:59 Changeset in rtems-libbsd [d6ad59d]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
libbsd.txt: Clarify xilinx_zynq_a9_qemu usage
08:30 Changeset in rtems [10670a5]5 by Sebastian Huber <sebastian.huber@…>
bsp/irq-server: Fix install/remove Do not wait for the interrupt server while owning the allocator lock. This could lead to deadlock in case one of interrupt service routines or user extensions want to obtain the allocator mutex as well. Instead let the interrupt server do the install/remove job entirely on behalf of the requesting task.
07:46 Changeset in rtems [3bf9fdb]5 by Sebastian Huber <sebastian.huber@…>
i386: Fix _CPU_Bitfield_Find_first_bit() Bug introduced by b04b76c6a0c87ffc9670d356e793108411ce355a.
06:03 Ticket #2736 (pthread_getschedparam() returns wrong priority values) created by Sebastian Huber
See also …
06:02 Ticket #2735 (pthread_setschedparam() sets the priority not according to POSIX) created by Sebastian Huber
See also …
06:01 Ticket #2734 (pthread_setschedprio() is missing) created by Sebastian Huber
See also …
05:44 Changeset in rtems-source-builder [c476de6]4.104.95 by Sebastian Huber <sebastian.huber@…>
4.12/rtems-epiphany.bset: Use Newlib 2.4.0.20160527
04:53 Changeset in rtems [23b1bb38]5 by Sebastian Huber <sebastian.huber@…>
posix: Fix pthread_getschedparam() Return the unmodified thread priority value according to POSIX. Close #2736.

06/12/16:

18:51 Changeset in rtems-source-builder [cd9258f]4.104.95 by Jan Sommer <soja-lists@…>
4.12/rtems-default.bset: Use GCC 6-20160609 This fixes an issue with gnat.

06/11/16:

10:27 Ticket #2733 (raspberrypi: SPI driver has several flaws) created by Jan Sommer
I started to work with the SPI of the raspberry pi and noticed several …

06/10/16:

14:51 Changeset in rtems [0ec9bbc]5 by Linus Torvalds <torvalds@…>
vfs: make the string hashes salt the hash We always mixed in the parent pointer into the dentry name hash, but we did it late at lookup time. It turns out that we can simplify that lookup-time action by salting the hash with the parent pointer early instead of late. A few other users of our string hashes also wanted to mix in their own pointers into the hash, and those are updated to use the same mechanism. Hash users that don't have any particular initial salt can just use the NULL pointer as a no-salt. Cc: Vegard Nossum <vegard.nossum@…> Cc: George Spelvin <linux@…> Cc: Al Viro <viro@…> Signed-off-by: Linus Torvalds <torvalds@…>
12:11 Changeset in rtems-libbsd [58c4e1c5]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
nfsclient: Port to LibBSD
11:05 Changeset in rtems-libbsd [71f66e7]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
selectpollkqueue01: Add EVFILT_USER test case
06:48 Changeset in rtems [77ff5599]5 by Sebastian Huber <sebastian.huber@…>
score: Introduce map priority scheduler operation Introduce map/unmap priority scheduler operations to map thread priority values from/to the user domain to/from the scheduler domain. Use the map priority operation to validate the thread priority. The EDF schedulers use this new operation to distinguish between normal priorities and priorities obtain through a job release. Update #2173. Update #2556.

06/09/16:

19:30 Changeset in rtems [99fc1d1d]5 by Sebastian Huber <sebastian.huber@…>
score: Rework EDF scheduler Use inline red-black tree insert. Do not use shifting priorities since this is not supported by the thread queues. Due to the 32-bit Priority_Control this currently limits the uptime to 49days with a 1ms clock tick. Update #2173.
15:40 Changeset in rtems [6e98ea91]5 by Gedare Bloom <gedare@…>
posix: add clock_nanosleep and tests updates #2732
15:36 Ticket #2732 (Add clock_nanosleep()) created by Gedare Bloom
The clock_nanosleep function is provided to enable specifying the …
15:33 Changeset in rtems [f23d470]5 by Gedare Bloom <gedare@…>
cpukit: Add and use Watchdog_Discipline. Clock disciplines may be WATCHDOG_RELATIVE, WATCHDOG_ABSOLUTE, or WATCHDOG_NO_TIMEOUT. A discipline of WATCHDOG_RELATIVE with a timeout of WATCHDOG_NO_TIMEOUT is equivalent to a discipline of WATCHDOG_NO_TIMEOUT. updates #2732
14:55 Changeset in rtems [b8f76fa]5 by Sebastian Huber <sebastian.huber@…>
score: Delete unused _Scheduler_Priority_compare() By convention, thread priorities must be integers in RTEMS. Smaller values represent more important threads.
13:14 Changeset in rtems [7bf9c8b]5 by Sebastian Huber <sebastian.huber@…>
score: Comment _Thread_queue_Enqueue_critical()
12:38 Changeset in rtems-libbsd [17232fe]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Remove unused files Files moved in FreeBSD to "sys/netpfil/ipfw".
11:55 Changeset in rtems-libbsd [1bb23f0]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
libbsd.txt: Fix format
09:48 Changeset in rtems-libbsd [a037da6]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
XDR(3): Port to RTEMS
09:46 Changeset in rtems-libbsd [f41a394]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
XDR(3): Import from FreeBSD
09:31 Changeset in rtems-libbsd [4464594]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
nfsclient: Import from RTEMS RTEMS Git commit 251c94d3d3d27e0039f01b718e5c2eb06f39fdf7.
09:19 Changeset in rtems-libbsd [68d406b]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
ftpfs: Import from RTEMS RTEMS Git commit 251c94d3d3d27e0039f01b718e5c2eb06f39fdf7.
09:17 Changeset in rtems [251c94d]5 by Sebastian Huber <sebastian.huber@…>
confdefs.h: Do not hide network file systems Do not hide network file systems if RTEMS_NETWORKING is not defined, since they may be provided by the LibBSD.
08:50 Changeset in rtems [b94bbf1c]5 by Sebastian Huber <sebastian.huber@…>
ftpfs: Remove superfluous include
08:48 Changeset in rtems-libbsd [9880635]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
RPC(3): Port to RTEMS
08:23 Changeset in rtems-libbsd [60b1d40]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
RPC(3): Import from FreeBSD
07:41 TBR/UserManual/USBStack edited by Sebastian Huber
(diff)
Note: See TracTimeline for information about the timeline view.