Timeline



05/15/16:

23:09 Ticket #2215 (Duplicate code for TAR support) closed by Chris Johns
duplicate: Duplicate of #2415.
23:01 Ticket #2712 (_rtems_octal2ulong shared by tar code.) created by Chris Johns
The function _rtems_octal2ulong provided in …

05/14/16:

15:28 Ticket #2711 (grtc.c:1840]: (style) Suspicious condition) created by David Binderman
rtems/c/src/lib/libbsp/sparc/shared/tmtc/grtc.c:1840]: (style) …
15:26 Ticket #2710 (smsc9218i.c: 4 * Suspicious condition) created by David Binderman
1. …
15:22 Ticket #2709 (comm/i386-stub.c:1025: possible missing break ?) created by David Binderman
rtems/c/src/lib/libbsp/i386/shared/comm/i386-stub.c:1025] -> …
04:18 Ticket #2708 (【rtems-bsp shell script does not list the available BSPS】) created by koreny
It seems rtems-bsps does not work properly: …

05/13/16:

12:59 Changeset in rtems [94b1ba5]4.11 by Sebastian Huber <sebastian.huber@…>
posix: Fix return status of pthread_cancel() POSIX recommends ESRCH in case no thread exists for the specified identifier. Update #2713.
12:59 Changeset in rtems [9fd7271]5 by Sebastian Huber <sebastian.huber@…>
posix: Fix return status of pthread_cancel() POSIX recommends ESRCH in case no thread exists for the specified identifier. Close #2713.
12:59 Changeset in rtems [e34b7a8]4.10 by Sebastian Huber <sebastian.huber@…>
posix: Fix return status of pthread_cancel() POSIX recommends ESRCH in case no thread exists for the specified identifier. Update #2713.
12:07 Changeset in rtems [33829ce]5 by Sebastian Huber <sebastian.huber@…>
score: Avoid Giant lock for _Thread_Start() Update #2555.
11:42 Changeset in rtems [29e1ecab]5 by Sebastian Huber <sebastian.huber@…>
score: Simplify _Thread_Life_action_handler() Use _Thread_Change_life_locked() to avoid duplicated code. Avoid Giant lock in _Thread_Life_action_handler(). Update #2555. Update #2626.
11:20 Changeset in rtems [7023d82c]5 by Sebastian Huber <sebastian.huber@…>
score: Add _Thread_Raise_real_priority() Update #2555. Update #2626.
11:08 Changeset in rtems [ef09017]5 by Sebastian Huber <sebastian.huber@…>
score: Rework _Thread_Cancel() Rework _Thread_Cancel() to use _Thread_Change_life_locked(). Update #2555. Update #2626.
09:22 Changeset in rtems [862a0ee]5 by Sebastian Huber <sebastian.huber@…>
score: Rework _Thread_Restart_other() Rework _Thread_Restart_other() to use _Thread_Change_life_locked(). Cope with concurrent change requests by means of a pending request counter. Update #2555. Update #2626.
08:28 Changeset in rtems [da826560]5 by Sebastian Huber <sebastian.huber@…>
posix: Rework thread cancellation Add Thread_Life_state::THREAD_LIFE_CHANGE_DEFERRED and rework the POSIX thread cancellation to use the thread life states. Update #2555. Update #2626.
08:21 Changeset in rtems [e753748]5 by Sebastian Huber <sebastian.huber@…>
score: Delete redundant thread life enums This makes it easier to add more states in the future. Update #2555. Update #2626.
08:16 Changeset in rtems [0475cca]5 by Sebastian Huber <sebastian.huber@…>
score: Add _Thread_Dispatch_disable_with_CPU() Update #2555. Update #2626.
06:16 Changeset in rtems [54550e04]5 by Sebastian Huber <sebastian.huber@…>
posix: Rework pthread_join() Rework pthread_join() to use _Thread_Join(). Close #2402. Update #2555. Update #2626. Close #2714.
05:12 Changeset in rtems [f410ea82]5 by Sebastian Huber <sebastian.huber@…>
score: Add _Thread_Clear_state_locked() This makes it possible to do thread state and thread life changes together under protection of the thread state lock. Update #2555. Update #2626.
05:12 Changeset in rtems [9a99ce15]5 by Sebastian Huber <sebastian.huber@…>
score: Add _Thread_Set_state_locked() This makes it possible to do thread state and thread life changes together under protection of the thread state lock. Update #2555. Update #2626.
05:04 Changeset in rtems [9388390]5 by Sebastian Huber <sebastian.huber@…>
score: Split _Thread_Restart() Split _Thread_Restart() into _Thread_Restart_self() and _Thread_Restart_other(). Move content of existing _Thread_Restart_self() into new _Thread_Restart_self(). Avoid Giant lock for thread restart. _Thread_Restart_self() is a no-return function and used by _Thread_Global_construction(). Update #2555. Update #2626.
05:04 Changeset in rtems [232147dd]5 by Sebastian Huber <sebastian.huber@…>
score: Add _Thread_Join() and _Thread_Cancel() Split _Thread_Close() into _Thread_Join() and _Thread_Cancel() to prepare for a re-use in pthread_join() and pthread_cancel(). Update #2555. Update #2626.

05/12/16:

15:39 Changeset in rtems [c99eb50b]5 by Sebastian Huber <sebastian.huber@…>
score: Rework _Thread_Exit() Rework _Thread_Exit() to use _Thread_Change_life_locked(). Update #2555. Update #2626.
14:32 Changeset in rtems [9949d8a7]5 by Sebastian Huber <sebastian.huber@…>
score: Add Thread_Change_life() Add _Thread_Change_life_locked() as a general function to alter the thread life state. Use it to implement _Thread_Set_life_protection() as a first step. Update #2555. Update #2626.
13:14 Changeset in rtems [69c722f]5 by Sebastian Huber <sebastian.huber@…>
score: Delete unused variable Update #2555. Update #2626.
12:25 Changeset in rtems [270394e]5 by Sebastian Huber <sebastian.huber@…>
score: Avoid superfluous life protection Disable thread dispatching is enough to prevent deletion of the executing thread. There is no need for an additional life protection. Update #2555. Update #2626.
11:36 Ticket #2707 (Unsafe use of current processor index in capture engine) closed by Sebastian Huber <sebastian.huber@…>
fixed: In df23f464be5733b489eae03428d5449a37b310b9/rtems: […]
11:35 Ticket #2706 (Buffer allocation of capture engine is broken on SMP configurations) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 2f11d4a0144207321838f746471b56c4cfa40a0d/rtems: […]
11:08 Changeset in rtems [df23f464]5 by Sebastian Huber <sebastian.huber@…>
capture: Fix use of per-processor data Get the current processor index only once and with interrupts disabled. Close #2707.
11:08 Changeset in rtems [d449c12]5 by Sebastian Huber <sebastian.huber@…>
capture: Remove superfluous includes
09:22 Changeset in rtems [0727760]5 by Sebastian Huber <sebastian.huber@…>
rtems: Add rtems_interrupt_lock_interrupt_disable Update #2707.
09:14 Changeset in rtems [7bd1869]5 by Sebastian Huber <sebastian.huber@…>
capture: Compact rtems_capture_record_t Order fields according to alignment to reduce structure internal padding.
09:12 Changeset in rtems [2f11d4a]5 by Sebastian Huber <sebastian.huber@…>
capture: Fix buffer allocation and free Do not use function static variables. Remove superfluous volatile qualifiers. Use proper integer types. Close #2706.
09:05 Ticket #2707 (Unsafe use of current processor index in capture engine) created by Sebastian Huber
The current processor index is used outside a thread dispatch disabled …
09:03 Ticket #2706 (Buffer allocation of capture engine is broken on SMP configurations) created by Sebastian Huber
The capture engine uses function static variables.
08:57 Changeset in rtems [1379d84]5 by Sebastian Huber <sebastian.huber@…>
smptests/smpcapture02: Adjust for clock changes Fix overall clock tick count. Change introduced by 90d8567d34a6d80da04b1cb37b667a3173f584c4. Update #2554.
04:12 Changeset in rtems [b7f5e391]5 by Sebastian Huber <sebastian.huber@…>
score: Add _Thread_Exit() The goal is to make _Thread_Exit() a no-return function in follow up patches. Update #2555. Update #2626.

05/11/16:

15:52 Changeset in rtems [9276fde]5 by Sebastian Huber <sebastian.huber@…>
score: Fix CORE mutex initialization The priority inheritance and ceiling CORE mutexes wrongly used the FIFO queueing discipline. Delete misleading _CORE_mutex_Is_priority(). Bug introduced by 1e1a91ed11458ddbb27b94d0001d8f0fc2ef7a97. Add test sptests/spmutex01, since no existing uni-processor test covered the thread priority queueing discipline for CORE mutexes.
15:52 Changeset in rtems [a5c1b2b]4.10 by Sebastian Huber <sebastian.huber@…>
score: Test thread priority queue disciplines Add test sptests/spmutex01, since no existing uni-processor test covered the thread priority queueing discipline for CORE mutexes.
14:42 Changeset in rtems [2b71210]5 by Sebastian Huber <sebastian.huber@…>
Revert "score: Avoid use of uninitialized variable" Sorry, I should not fix warnings unmindfully. This reverts commit 35c8efc9501b5f6b1a4dfeaa4b1aa6a1d6dbf08e.
14:00 Changeset in rtems [35c8efc]5 by Sebastian Huber <sebastian.huber@…>
score: Avoid use of uninitialized variable Properly set the needs_help to NULL in _Scheduler_SMP_Enqueue_ordered() in case the thread is inserted into the ready set.
12:03 Changeset in rtems [ef6f8a83]5 by Sebastian Huber <sebastian.huber@…>
score: Avoid Giant lock for scheduler set/get Update #2555.
11:42 Changeset in rtems [8bc6bf28]5 by Sebastian Huber <sebastian.huber@…>
posix: Avoid Giant lock for some pthread functions Avoid Giant lock for pthread_getattr_np(), pthread_setschedparam() and pthread_getschedparam(). Replace POSIX threads scheduler lock with thread state lock. Update #2555.
09:54 Changeset in rtems [bd12dda]5 by Sebastian Huber <sebastian.huber@…>
score: Use thread state lock for current state In addition protect scheduler of thread by thread state lock. Enables use of scheduler per-instance locks. Update #2555.
09:52 Ticket #2705 (MMC card FAT32 fs ,single block write OK but muti-block fail) created by yedongyue
add mmc card FAT32 FS support in mips architecture ,when I set …
09:44 GSoC/2016/StrongAPAScheduling edited by Darshit
(diff)
09:06 Changeset in rtems [d9952999]5 by Sebastian Huber <sebastian.huber@…>
score: Avoid Giant lock _Scheduler_Get_affinity() Update #2555.
08:58 Changeset in rtems [e135271]5 by Sebastian Huber <sebastian.huber@…>
score: Avoid Giant lock _Scheduler_Set_affinity() Update #2555.
08:27 Changeset in rtems [11c66437]5 by Sebastian Huber <sebastian.huber@…>
rtems: Avoid Giant lock rtems_task_is_suspended() Update #2555.
08:21 Changeset in rtems [4d76300a]5 by Sebastian Huber <sebastian.huber@…>
rtems: Avoid Giant lock for some task operations Avoid Giant lock for rtems_task_set_priority(), rtems_task_suspend() and rtems_task_resume(). Update #2555.
02:22 Changeset in rtems-libbsd [ac7b68c]55-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
Get rtems_waf fix for command expansion.
02:21 Changeset in rtems_waf [93e5545] by Chris Johns <chrisj@…>
Pass through commands we do not expand.

05/10/16:

21:16 Ticket #2704 (Weak symbols not found by loaded code) created by Patrick Gauvin
In the attached test case, the symbol base_func is defined weakly in …
16:53 GSoC/2016 edited by sai charan sane
(diff)
16:45 GSoC/2016/LwIPwithRTEMS edited by sai charan sane
(diff)
16:44 GSoC/2016/LwIPwithRTEMS created by sai charan sane
05:52 Changeset in rtems [af20467e]5 by Sebastian Huber <sebastian.huber@…>
score: Add _Thread_queue_Is_lock_owner() Add _Thread_queue_Is_lock_owner() in case RTEMS_DEBUG is defined.
04:47 Changeset in rtems [105b4e6]5 by Sebastian Huber <sebastian.huber@…>
rtems: Use thread state lock for signals

05/09/16:

11:04 Changeset in rtems [f57f513d]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Add portal clear functions
05:29 Changeset in rtems [3e0bb67]5 by Sebastian Huber <sebastian.huber@…>
score: Ensure matching lock acquire and release Ensure matching lock acquire and release for SMP locks if RTEMS_DEBUG is defined.
04:49 Changeset in rtems [1a9d36b]5 by Sebastian Huber <sebastian.huber@…>
score: Add _ISR_lock_Is_owner()

05/07/16:

05:32 Changeset in rtems-libbsd [44a82d0]55-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
Update rtems_waf with the latest fixes.
05:22 Changeset in rtems_waf [32555ff] by Chris Johns <chrisj@…>
Correctly expand the commands for each BSP to build.
04:28 Changeset in rtems [c3fd48d0]5 by Chris Johns <chrisj@…>
i386/pc386: Clean out removed functions.

05/06/16:

22:18 Changeset in rtems [8cb397b2]5 by Chris Johns <chrisj@…>
i386/pc386: Add x86 debug register support for hardware break points.
22:17 Changeset in rtems [fc138a10]5 by Chris Johns <chrisj@…>
i386/pc386: EOI the master and slave for slave IRQ signals.
22:16 Changeset in rtems [02ef5d9]5 by Chris Johns <chrisj@…>
i386/pc386: Add --ide-disable boot command line option.
20:08 Changeset in rtems [b4d7d5d]5 by Martin Galvan <martin.galvan@…>
sonic.c: Fix warning on gcc 6 GCC 6.0 previews give the following warning on sonic.c: ../../../../../rtems/c/src/libchip/network/sonic.c:837:11: warning: statement is indented as if it were guarded by... [-Wmisleading-indentation] This was discussed here: https://lists.rtems.org/pipermail/devel/2016-March/014004.html and we concluded it would be better to rewrite the entire snippet.
19:40 Changeset in rtems-libbsd [5b4394f]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Add namespace support for kvm
19:22 Changeset in rtems-libbsd [5b1f20b]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Rename files for kernel namespace script This makes it easier to create the kernel namespace header.
12:49 Changeset in rtems-libbsd [81e5ff4]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Add kernel namespace exception for mbstat
12:32 Changeset in rtems-libbsd [edb5e4b]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Add kernel namespace exceptions These names correspond to sysctls.
12:32 Changeset in rtems-libbsd [f9a697a]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
media01: Add sysctl command
12:10 Changeset in rtems-libbsd [b8f127e]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Update kernel namespace
11:28 Changeset in rtems-libbsd [cf72971]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
README.waf: Make set-up steps self contained
10:16 Changeset in rtems-libbsd [356f59c]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
kvprintf: Add support for %m
09:10 Changeset in rtems-libbsd [b39854a]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
README.waf: Add steps to clone and bootstrap RTEMS
08:26 Changeset in rtems-libbsd [ff6534b]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
README.waf: Master branch must use 4.12
08:25 Changeset in rtems-libbsd [4835d26]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
README.waf: Typo
07:55 Changeset in rtems [93fb8797]5 by Chris Johns <chrisj@…>
i386/pc386: Fix interrupt support. Fix the interrupt and stop the spurious interrupt from happening. The fix moves the EOI to C code and cleans that functionality out of the asm part of the ISR handler. The code checks the ISR and IRR registers on the enable. Only ack the master for a slave IRQ if the slave has no other pending requests.
07:52 Changeset in rtems [292dbff]5 by Chris Johns <chrisj@…>
i386/pc386: Fix printk with the console changes.
07:51 Changeset in rtems [beefa112]5 by Chris Johns <chrisj@…>
bsp/pc386: Use irq-generic.
07:44 Changeset in rtems [b61f58f]5 by Chris Johns <chrisj@…>
bsp/shared: Print the exception stack frame before the shut down message. This lets you see the exception otherwise the key press clears the screen on the reboot on a PC BSP. Also state there has been a fatal error.
07:40 Changeset in rtems [43f18a1]5 by Chris Johns <chrisj@…>
bsp/shared: Add bsp_interrupt_handler_is_empty.
07:31 Changeset in rtems-libbsd [28c973a]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Add "How to import code from FreeBSD"
06:55 Changeset in rtems-libbsd [ee9991f]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Partially revert 27aedffc1bd8e41f4e06a3326a5b95c54ca38b79
06:04 Changeset in rtems-libbsd [ffbac33]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Revert "Move network-config.h to the top of the testsuite include path." This reverts commit a51d0fea6880046300fcf466a767f88eab9a6f9a.
05:57 Changeset in rtems-libbsd [542c981]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
ZONE(9): Fix mp_maxid definition
05:57 Changeset in rtems-libbsd [ce4cfe1]4.11 by Sebastian Huber <sebastian.huber@…>
ZONE(9): Fix mp_maxid definition
05:44 Changeset in rtems-libbsd [a51d0fea]55-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
Move network-config.h to the top of the testsuite include path.
05:27 Changeset in rtems-libbsd [0f5dd1c]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Add script to create the kernel namespace header
05:06 Changeset in rtems-libbsd [83eb07c]55-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
Add sbin/sysctl
05:00 Changeset in rtems-libbsd [c60deba]55-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
Fix sysctl support.
04:58 Changeset in rtems [d9bb9eb]5 by Sebastian Huber <sebastian.huber@…>
posix: Make _POSIX_signals_Action_handler() static
04:44 Changeset in rtems [6e4f929]5 by Sebastian Huber <sebastian.huber@…>
score: Introduce thread state lock Update #2556.
04:40 Changeset in rtems-libbsd [5611dfa]4.11 by Chris Johns <chrisj@…>
The maxid is not the number of cpus.
04:40 Changeset in rtems-libbsd [7a79eec]55-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
The maxid is not the number of cpus.

05/05/16:

21:18 GSoC/2016 edited by Habeeb Dipo Olufowobi
(diff)

05/04/16:

14:32 Changeset in rtems [018cf74]5 by Joel Sherrill <joel@…>
mptests/mp03/task1.c: Make method static to fix warning
14:02 Changeset in rtems [a0162bf]5 by Sebastian Huber <sebastian.huber@…>
mpci: Delete unused region support
11:20 Changeset in rtems-libbsd [d4402dd]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
bcd.c: Import from FreeBSD
11:04 Changeset in rtems-libbsd [48cac54]4.11 by Sebastian Huber <sebastian.huber@…>
subr_prf.c: Port to RTEMS. Note: Only the XXsYYprintf functions have been back ported from 4.12.
11:04 Changeset in rtems-libbsd [54a577d]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
subr_prf.c: Port to RTEMS
10:51 Changeset in rtems-libbsd [469db42]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
subr_prf.c: Import from FreeBSD
10:51 Changeset in rtems-libbsd [e849e25]4.11 by Sebastian Huber <sebastian.huber@…>
subr_prf.c: Import from FreeBSD
09:45 Changeset in rtems-libbsd [27aedffc]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
default-network-init.h: Fix warnings
09:28 Changeset in rtems [f65f803]5 by Sebastian Huber <sebastian.huber@…>
score: Avoid Giant lock for CBS scheduler Update #2555.
09:10 Changeset in rtems [64051ec]5 by Sebastian Huber <sebastian.huber@…>
posix: Avoid Giant lock in pthread_equal() Update #2555.
08:09 Changeset in rtems [bb2ad039]5 by Sebastian Huber <sebastian.huber@…>
rtems: Avoid Giant lock for signals Update #2555.
06:24 Changeset in rtems-libbsd [5338089]55-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
Fix coding to be CamelCase.
06:01 Changeset in rtems-libbsd [4b127e7]55-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
Add RealTek? Gig PHY.
06:00 Changeset in rtems-libbsd [a1a2e10]55-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
Add tcpdump to the test shell commands.
05:59 Changeset in rtems-libbsd [1e8c93c]55-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
Add some doco on reverse and forward movement of the code.
05:58 Changeset in rtems-libbsd [f478e3c]55-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
Add sys/rpc so it is installed.
05:50 Ticket #2703 (MPCI is broken on SMP configurations) created by Sebastian Huber
The MPCI server thread runs with the pseudo-interrupt priority and …
05:27 Ticket #2306 (powerpc/mvme5500/vectors/exceptionhandler.c uses task variables) closed by Sebastian Huber
fixed: [159b63701539f3e584668a4ace13c6109d3b364b/rtems]

05/03/16:

19:37 GSoC/2016/Rock on RTEMS edited by Sambeet Panigrahi
(diff)
15:14 Changeset in rtems [f6c94601]5 by Pedro Giffuni <pfg@…>
timecounter: Merge FreeBSD change r298981 sys/sys: minor spelling fixes. While the changes are minor, these headers are very visible. MFC after: 2 weeks Update #3175.
14:16 Changeset in rtems [b30ab25]5 by Sebastian Huber <sebastian.huber@…>
mpci: Avoid Giant lock in _MPCI_Process_response() Update #2555. Update #2703.
14:13 GSoC/2016 edited by Vivek Kukreja
(diff)
14:09 GSoC/2016/RTEMStraceimprovements edited by Vivek Kukreja
(diff)
14:08 GSoC/2016/RTEMStraceimprovements created by Vivek Kukreja
10:57 Changeset in rtems [b1b6f3b0]5 by Sebastian Huber <sebastian.huber@…>
confdefs.h: Fix message queue size estimate Account for maximum message size alignment. Simplify _CORE_message_queue_Initialize().
10:55 Changeset in rtems [e4fd35d]5 by Sebastian Huber <sebastian.huber@…>
confdefs.h: Fix named object size estimate Account for the terminating null character. Use _POSIX_PATH_MAX instead of NAME_MAX according to _POSIX_Semaphore_Manager_initialization() and _POSIX_Message_queue_Manager_initialization().
07:59 Changeset in rtems [a0dee7c7]5 by Sebastian Huber <sebastian.huber@…>
score: Simplify _Thread_Get_interrupt_disable() Remove the object location parameter.
07:59 Changeset in rtems [49a134dd]5 by Sebastian Huber <sebastian.huber@…>
rtems: Return status in _Event_Surrender()
07:57 Changeset in rtems [822ec589]5 by Sebastian Huber <sebastian.huber@…>
score: Add _Thread_MP_Is_remote()
07:24 Changeset in rtems [8c77150]5 by Sebastian Huber <sebastian.huber@…>
score: Simplify _Thread_Get_objects_information()
07:19 Changeset in rtems [876dde7a]5 by Sebastian Huber <sebastian.huber@…>
score: Make _Objects_Information_table const The _Objects_Information_table is statically initialized. So, we can make it read-only.
07:17 Changeset in rtems [469dc47]5 by Sebastian Huber <sebastian.huber@…>
score: Simplify _Objects_Id_to_name()
07:12 Changeset in rtems [0ab4fb7]5 by Sebastian Huber <sebastian.huber@…>
score: Fix _Objects_Id_to_name() Avoid out-of-bounds array access in case the object class is invalid.
05:47 GSoC/2016 edited by Wonjun Hwang
(diff)
05:43 Changeset in rtems [dfcc8bb]5 by Sebastian Huber <sebastian.huber@…>
score: Adjust thread queue layout Adjust thread queue layout according to Newlib. This makes it possible to use the same implementation for <sys/lock.h> and CORE mutexes in the future.
05:38 Changeset in rtems [1d40d81b]5 by Sebastian Huber <sebastian.huber@…>
rtems: Remove task variables Update #2494. Update #2555.
04:47 Changeset in rtems [159b637]5 by Sebastian Huber <sebastian.huber@…>
bsp/mvme5500: Use thread local variable Use thread local variable instead of task variable. Update #2494.

05/02/16:

12:49 Changeset in rtems [187a0744]5 by Christian Mauderer <Christian.Mauderer@…>
libcsupport: Add dummy for setgroups(). The dummy for setgroups() allows applications using it to build (for example civetweb webserver).
12:49 Changeset in rtems [195d412]5 by Christian Mauderer <Christian.Mauderer@…>
libnetworking: Add minimal getnameinfo() This implementation just falls back to giving a string representation of the IP. It supports IPv4 only. Add test for getnameinfo().
12:49 Changeset in rtems [232d6fec]5 by Christian Mauderer <Christian.Mauderer@…>
libnetworking: Import current <netdb.h> Import the <netdb.h> from current FreeBSD. This allows to build some current software (e.g. libressl). Add h_errno(). Update gethostent_r() API. Linux and FreeBSD use a common API now. Adapt the RTEMS one to provide the same one. Match gethostbyname_r() with prototype.
11:11 Changeset in rtems [b1b8bd2]5 by Sebastian Huber <sebastian.huber@…>
mpci: Fix _CORE_barrier_Surrender() Bug introduced by f27383a518836881b7b9b88e88d2e31d5b23d048.
10:08 Ticket #2124 (Strict order mutex introduces unbounded priority inversion) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 500a8e9c62dca9f62611ecca64857dadb2bc0557/rtems: […]
04:30 Changeset in rtems [e38a92b]5 by Sebastian Huber <sebastian.huber@…>
mpci: Make _*_MP_Get_packet() static
04:17 Changeset in rtems [c506158c]5 by Sebastian Huber <sebastian.huber@…>
mpci: Make _*_MP_Send_response_packet() static

05/01/16:

14:11 Changeset in rtems [0a68d8e]5 by Sebastian Huber <sebastian.huber@…>
score: Optimize _Objects_Get_local() Make the interrupt lock context the second parameter to avoid register moves.
Note: See TracTimeline for information about the timeline view.