Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

source: rtems/cpukit

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @568af83   04/21/15 08:17:13 Sebastian Huber score: Add Thread_queue_Operations Replace the … 4.115
(edit) @02c4c441   04/23/15 08:01:22 Sebastian Huber score: Add Thread_queue_Control::Lock Move the complete thread queue … 4.115
(edit) @08fe84b   04/22/15 08:06:05 Sebastian Huber score: Generalize _Event_Timeout() Add a thread wait timeout code. … 4.115
(edit) @b7cff7fe   04/26/15 13:22:20 Sebastian Huber score: Reduce thread wait states Merge THREAD_WAIT_STATE_SATISFIED, … 4.115
(edit) @776a50c   05/04/15 07:32:00 Sebastian Huber Filesystem: Thread life protection for env changes 4.115
(edit) @4a3c920   05/04/15 07:30:21 Sebastian Huber libcsupport: Fix umask() locking Delete comment related to an … 4.115
(edit) @2b0bbc4   05/04/15 07:29:38 Sebastian Huber libcsupport: Avoid Giant lock in rtems_verror() 4.115
(edit) @c07c85f   05/04/15 07:24:10 Sebastian Huber Filesystem: Use lock for deferred release 4.115
(edit) @5f7f469   05/04/15 07:22:26 Sebastian Huber libcsupport: Avoid Giant lock in _times() 4.115
(edit) @d5a9c80   05/04/15 06:56:14 Sebastian Huber rtems: Use once mutex for timer server init 4.115
(edit) @a382010c   04/10/15 13:31:31 Sebastian Huber score: New timer server implementation Use mostly the standard … 4.115
(edit) @fd53d25   04/24/15 07:53:58 Sebastian Huber score: Move _Watchdog_Tickle() Make internal function … 4.115
(edit) @1ccbd052   04/15/15 08:53:29 Sebastian Huber score: Add Watchdog_Iterator Rewrite the _Watchdog_Insert(), … 4.115
(edit) @6d253941   04/15/15 14:28:42 Sebastian Huber score: Add _Watchdog_Acquire|Release|Flash() Update #2307. 4.115
(edit) @2903090   04/15/15 09:26:46 Sebastian Huber score: Add header to _Watchdog_Remove() Add watchdog header parameter … 4.115
(edit) @a61d385   04/24/15 08:51:24 Sebastian Huber score: Optimize _Thread_queue_Compare_priority() 4.115
(edit) @56729d8   04/23/15 19:29:56 Sebastian Huber score: Delete STATES_WAITING_ON_THREAD_QUEUE Avoid the usage of the … 4.115
(edit) @22788bc   04/23/15 11:01:05 Sebastian Huber score: _Thread_queue_Extract() Remove thread queue parameter from … 4.115
(edit) @cf255ff   04/24/15 09:47:35 Sebastian Huber score: Add _SMP_Assert() 4.115
(edit) @7e19330e   05/19/15 09:37:26 Sebastian Huber score: Fix assert 4.115
(edit) @47c9c083   05/12/15 08:53:47 Sebastian Huber score: Avoid Giant lock in _Objects_Id_to_name() This prevents a … 4.115
(edit) @be0366b   05/10/15 19:30:26 Sebastian Huber score: Fix scheduler helping protocol Account for priority changes of … 4.115
(edit) @a6502a58   05/06/15 09:54:19 Sebastian Huber score: Fix Thread_Control and Thread_Proxy_control Fix layout of the … 4.115
(edit) @c639cf2   04/30/15 13:26:23 Sebastian Huber score: Delete unused Thread_queue_Timeout_callout 4.115
(edit) @a8e4352   04/29/15 05:24:00 Chris Johns libmisc/cpuuse: Top support for current load. The cpuuse top command … 4.115
(edit) @f60b4f93   04/27/15 07:10:49 Sebastian Huber dosfs: Fix warning fix 4.115
(edit) @d83127e   04/24/15 06:36:33 Sebastian Huber posix: Use right thread dispatch disable function 4.115
(edit) @f329353   04/23/15 13:25:13 Sebastian Huber score: Fix POSIX thread join A thread join is twofold. There is one … 4.115
(edit) @9cac9c5   04/23/15 11:09:56 Sebastian Huber score: Delete _Thread_queue_Dequeue_priority() 4.115
(edit) @be6c461   04/23/15 08:27:07 Sebastian Huber score: _CORE_mutex_Seize_interrupt_blocking() Move some code into … 4.115
(edit) @9f10911   04/22/15 19:29:21 Sebastian Huber score: Delete Thread_queue_Control::state Use a parameter for … 4.115
(edit) @d349e8a4   04/21/15 07:21:29 Sebastian Huber score: Fix priority message queue insert Move the linear search into … 4.115
(edit) @b0686b4   04/22/15 11:57:18 Sebastian Huber score: Delete _CORE_RWLock_Timeout() This function was identical to … 4.115
(edit) @49d4364   04/22/15 09:35:14 Sebastian Huber score: Delete bogus THREAD_QUEUE_WAIT_FOREVER It makes no sense to … 4.115
(edit) @d3802bb5   04/20/15 07:50:01 Sebastian Huber score: Delete object control block ISR lock The Objects_Control::Lock … 4.115
(edit) @1041de1   04/20/15 07:45:10 Sebastian Huber score: Add _Thread_Get_interrupt_disable() Remove _Thread_Acquire() … 4.115
(edit) @413b9e28   04/20/15 07:49:39 Sebastian Huber score: Modify _Thread_Dispatch_disable_critical() Return the current … 4.115
(edit) @3bf4a9fa   04/20/15 06:52:52 Sebastian Huber score: _Objects_Get_isr_disable() Do not disable thread dispatching … 4.115
(edit) @4db0ae8e   04/20/15 06:45:41 Sebastian Huber score: _Objects_Get_isr_disable() Use ISR_lock_Context instead of … 4.115
(edit) @1981b469   04/19/15 08:27:08 Sebastian Huber score: Add _ISR_lock_ISR_disable/enable() 4.115
(edit) @26c142e5   04/17/15 10:05:16 Sebastian Huber score: Refactor SMP cache manager support 4.115
(edit) @c5d86ec0   04/17/15 14:45:05 Joel Sherrill or1k-utility.h: Add missing end of C++ header pattern closes 2326. 4.115
(edit) @41b37e00   03/27/15 13:08:10 Martin Galvan score: Improve assert While cpu_self->thread_dispatch_disable_level … 4.115
(edit) @c7a6508   04/17/15 07:18:05 Sebastian Huber Fix build for non-SPARC targets 4.115
(edit) @8d6fd40   04/17/15 06:45:50 Sebastian Huber sapi: Avoid declaration in source, fix type 4.115
(edit) @a211a732   04/16/15 20:24:59 Sebastian Huber score: Fix _TOD_Set_with_timestamp() Update the current time before … 4.115
(edit) @291c5391   04/13/15 11:12:33 Daniel Hellstrom DRVMGR: remove struct driver registration func 4.115
(edit) @4c9c46d   04/13/15 10:58:37 Daniel Hellstrom DRVMGR: clean-up DRV_OPS_NUM 4.115
(edit) @bef5e23e   04/13/15 09:31:53 Daniel Hellstrom DRVMGR: renamed RES_EMPTY to DRVMGR_RES_EMPTY 4.115
(edit) @4d3e70f4   04/13/15 09:26:52 Daniel Hellstrom DRVMGR: KEY_TYPE now a enum drvmgr_kt 4.115
(edit) @14d55deb   04/13/15 09:12:04 Daniel Hellstrom DRVMGR: renamed info_dev to get_info_dev 4.115
(edit) @246fe22   04/13/15 09:07:54 Daniel Hellstrom DRVMGR: change name of freq_get to get_freq 4.115
(edit) @bb2f220   04/13/15 08:49:47 Daniel Hellstrom DRVMGR: renamed private drv_mgr and its struct name 4.115
(edit) @bf2c3f8b   04/13/15 08:47:22 Daniel Hellstrom DRVMGR: updated README 4.115
(edit) @4f09060   04/13/15 08:32:50 Daniel Hellstrom DRVMGR: only build on SPARC platform 4.115
(edit) @e53daed   04/09/15 14:09:42 Daniel Hellstrom LIBPCI: updated license to rtems.org 4.115
(edit) @0decc806   04/09/15 14:09:13 Daniel Hellstrom DRVMGR: updated license to rtems.org 4.115
(edit) @cc3f87c0   04/09/15 06:36:39 Daniel Hellstrom DRVMGR: removed a goto and added comments 4.115
(edit) @f4bf22c   04/08/15 08:51:45 Daniel Hellstrom LIBPCI: new implementation private header file - new implementation … 4.115
(edit) @1f4f1e2e   04/08/15 08:39:41 Daniel Hellstrom LIBPCI: various comment/unsed clean-ups 4.115
(edit) @346a9a5   04/08/15 08:16:51 Daniel Hellstrom LIBPCI: use enum with pci_system_type 4.115
(edit) @15620f5b   04/08/15 08:03:45 Daniel Hellstrom LIBPCI: use RTEMS_INLINE_ROUTINE 4.115
(edit) @dc623099   04/08/15 08:01:48 Daniel Hellstrom LIBPCI: moved comment out of license header 4.115
(edit) @e189f241   04/08/15 08:00:48 Daniel Hellstrom PCI BUS: moved comment out of license header 4.115
(edit) @2fb0912   04/08/15 07:50:28 Daniel Hellstrom DRVMGR: clean-up Makefile.am 4.115
(edit) @eff69891   04/08/15 07:49:11 Daniel Hellstrom DRVMGR: use RTEMS_INLINE_ROUTINE 4.115
(edit) @39937b6c   04/07/15 14:35:53 Daniel Hellstrom LIBPCI: added license and auto-gen comment to pci/ids.h To be Merged. 4.115
(edit) @07e5a0e   04/07/15 14:19:39 Daniel Hellstrom LIBPCI: clean-up pci_for_each_child() search arg 4.115
(edit) @4ab9296   04/07/15 14:08:05 Daniel Hellstrom LIBPCI: remove $Id in makefile.am 4.115
(edit) @c1c37a1   04/07/15 12:25:49 Daniel Hellstrom LIBPCI: converted to BSD header 4.115
(edit) @56ea46ba   04/07/15 12:25:23 Daniel Hellstrom DRVMGR: PCI BUS converted to BSD header 4.115
(edit) @1f66914   04/13/15 08:12:08 Daniel Hellstrom LIBPCI: moved pci_bus copyright into a single line 4.115
(edit) @71e8a5c   02/27/15 15:45:59 Daniel Hellstrom LIBPCI: moved copyright into a single line 4.115
(edit) @358b8543   02/27/15 15:45:20 Daniel Hellstrom LIBPCI: removed unused changes file 4.115
(edit) @a2e0e6e   02/27/15 15:44:48 Daniel Hellstrom LIBPCI: fixed RES2DEV in pci/cfg.h 4.115
(edit) @65d1f35   02/27/15 15:42:36 Daniel Hellstrom DRVMGR: updated copyright into one line only 4.115
(edit) @ab907e8e   05/21/13 08:10:21 Daniel Hellstrom NGMP PCI: added support for NGMP prototype boards 4.115
(edit) @ffd8002d   05/08/13 12:41:13 Daniel Hellstrom GR-CPCI-LEON4-N2X: added PCI peripheral driver for PCI device … 4.115
(edit) @0f49c0e   06/19/12 06:50:11 Daniel Hellstrom GRSPW: New packet based driver for SPW/SPW2/SPW2_DMA This patch adds … 4.115
(edit) @30594a9   02/04/15 09:18:20 Daniel Hellstrom DRVMGR: add LEON BSPs driver registration 4.115
(edit) @219d4045   11/28/11 09:28:23 Daniel Hellstrom DRVMGR: added drvmgr shell command 4.115
(edit) @1c5a7e5   11/28/11 09:16:09 Daniel Hellstrom LIBPCI: added DRVMGR model for PCI bus 4.115
(edit) @e7fade3   11/28/11 08:52:03 Daniel Hellstrom DRVMGR: added driver manager to cpukit/libdrvmgr 4.115
(edit) @02550220   11/28/11 09:25:15 Daniel Hellstrom LIBPCI: added PCI shell command 4.115
(edit) @a31845f7   11/28/11 09:11:10 Daniel Hellstrom LIBPCI: added PCI layer to cpukit/libpci 4.115
(edit) @04cf2c5   11/24/11 15:54:28 Daniel Hellstrom IO_MANAGER: early dynamic driver registration Adds the possibility to … 4.115
(edit) @e98df4d   04/16/15 09:23:29 Sebastian Huber score: Add _ISR_lock_Flash() 4.115
(edit) @64548a3a   04/16/15 09:35:54 Sebastian Huber score: Add const qualifier 4.115
(edit) @72e846d   04/16/15 09:32:16 Sebastian Huber score: Fix _API_Mutex_Is_locked() Remove superfluous ISR … 4.115
(edit) @45c9cf2a   04/15/15 18:23:31 Sebastian Huber score: Delete unused WATCHDOG_MAXIMUM_INTERVAL 4.115
(edit) @644caa20   04/15/15 06:46:51 Sebastian Huber score: Fix name 4.115
(edit) @1047f37   04/14/15 17:11:51 Joel Sherrill semdestroy.c: Add missing _Objects_Allocator_unlock() closes 2319. 4.115
(edit) @5049dca   03/13/15 12:54:16 daniel.krueger semunlink.c: Add missing _Objects_Allocator_unlock() updates 2319. … 4.115
(edit) @fc0756e   04/14/15 15:01:05 Joel Sherrill Add test assertion for allocator mutex being unlocked The Allocator … 4.115
(edit) @1dc6662   04/13/15 11:57:57 Sebastian Huber score: Rename _Watchdog_Reset() Update #2307. 4.115
(edit) @54cf0e34   04/10/15 14:19:48 Sebastian Huber score: Add Watchdog_Header This type is intended to encapsulate all … 4.115
(edit) @bcf536a   04/10/15 13:51:50 Sebastian Huber score: Split _Watchdog_Adjust() Split _Watchdog_Adjust() into … 4.115
(edit) @a6c5a7e0   03/17/15 14:02:59 daniel.krueger arm: Align ARM exception frame to 8 bytes The stack pointer must be … 4.115
(edit) @41814fa6   04/09/15 11:54:17 Sebastian Huber score: Fix thread queue race condition On uni-processor … 4.115
(edit) @1461aba8   03/27/15 20:13:29 Sebastian Huber score: Use _Thread_Clear_state() for _Thread_Ready 4.115
Note: See TracRevisionLog for help on using the revision log.