projects
/
aros:aros.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
skip TS_REMOVED tasks, too
[aros:aros.git]
/
AROS
/
2013-10-24
Oliver Brunner
skip TS_REMOVED tasks, too
tree
|
commitdiff
2013-10-24
Oliver Brunner
renamed
tree
|
commitdiff
2013-10-24
Oliver Brunner
added automatic system spinlock unlocking and locking
tree
|
commitdiff
2013-10-24
Oliver Brunner
renamed initspin to resetspin
tree
|
commitdiff
2013-10-23
Oliver Brunner
- added initspin to reset a spin
tree
|
commitdiff
2013-10-21
Oliver Brunner
retab
tree
|
commitdiff
2013-10-21
Oliver Brunner
avoid possible race condition
tree
|
commitdiff
2013-10-21
Oliver Brunner
retab
tree
|
commitdiff
2013-10-11
Oliver Brunner
Avoid race condition. TDNest is already modified by...
tree
|
commitdiff
2013-10-04
Oliver Brunner
better check ownership upfront
tree
|
commitdiff
2013-10-01
Oliver Brunner
added one more check (Wanderer/ExecuteStartup sometimes...
tree
|
commitdiff
2013-10-01
Oliver Brunner
- a spinlock is now a (private) "struct SpinLock"
tree
|
commitdiff
2013-10-01
Oliver Brunner
- fix shared semaphores: removed unneccessary, too...
tree
|
commitdiff
2013-10-01
Oliver Brunner
retab
tree
|
commitdiff
2013-09-30
Oliver Brunner
retab
tree
|
commitdiff
2013-09-26
Oliver Brunner
ifdef -> if
tree
|
commitdiff
2013-09-26
Oliver Brunner
Fix typo
tree
|
commitdiff
2013-09-26
Oliver Brunner
Fix ETask check
tree
|
commitdiff
2013-09-26
Oliver Brunner
retab
tree
|
commitdiff
2013-09-26
Oliver Brunner
make semaphore functions use spinlocks (WIP)
tree
|
commitdiff
2013-09-26
Oliver Brunner
retab
tree
|
commitdiff
2013-09-26
Oliver Brunner
retab
tree
|
commitdiff
2013-09-26
Oliver Brunner
retab
tree
|
commitdiff
2013-09-26
Oliver Brunner
only reset taskpriority, if it has been changed before.
tree
|
commitdiff
2013-09-25
Oliver Brunner
retab
tree
|
commitdiff
2013-09-25
Oliver Brunner
New exec functions LockSpin and UnlockSpin
tree
|
commitdiff
2013-09-25
Oliver Brunner
ETask structure might already be uninitialized. Not...
tree
|
commitdiff
2013-08-22
Jason S. McMullan
SMP: Make 'THISCPU' a private convenience macro for...
tree
|
commitdiff
2013-08-22
Jason S. McMullan
kernel.resource: Fix glaringly obvious typo
tree
|
commitdiff
2013-08-22
Jason S. McMullan
smp: Move SysFlags/SFF_SoftInt to ExecCPUInfo
tree
|
commitdiff
2013-08-21
Jason S. McMullan
arch/m68k-*: SMP fixes
tree
|
commitdiff
2013-08-21
Jason S. McMullan
Calculator: compiler delint (m68k)
tree
|
commitdiff
2013-08-21
Jason S. McMullan
radeon.hidd: Compiler delint
tree
|
commitdiff
2013-08-21
Jason S. McMullan
kernel.resource: Fix Uniprocessor build
tree
|
commitdiff
2013-08-21
Jason S. McMullan
exec.library: Fix typo for m68k
tree
|
commitdiff
2013-08-21
Jason S. McMullan
arch/all-pc: Bootstrap compiler delint
tree
|
commitdiff
2013-08-21
Jason S. McMullan
exec.library: Fix missing header for uniprocessor builds
tree
|
commitdiff
2013-08-21
Jason S. McMullan
kernel.resource: Fix some SMP stub compilation issues
tree
|
commitdiff
2013-08-21
Jason S. McMullan
configure: Move aros_smp definition to the correct...
tree
|
commitdiff
2013-08-21
Jason S. McMullan
arch/all-unix: Use default KrnGetCPUCount() implementation
tree
|
commitdiff
2013-08-21
Jason S. McMullan
exec.library: Use a global TaskReady/TaskWait list
tree
|
commitdiff
2013-08-21
Jason S. McMullan
exec.library: Add some paranoia to RemTask()
tree
|
commitdiff
2013-08-21
Jason S. McMullan
exec.library: No need to 'save and restore' TDNestCnt
tree
|
commitdiff
2013-08-21
Jason S. McMullan
exec.library: Move 'Quantum' back to SysBase
tree
|
commitdiff
2013-08-21
Jason S. McMullan
arch/all-unix: Remove unneeded 'storage' variable
tree
|
commitdiff
2013-08-21
Jason S. McMullan
arch/all-unix: Remove custom getcpucount
tree
|
commitdiff
2013-08-21
Jason S. McMullan
arch/all-unix: Fix implementation of KrnCause() for SMP
tree
|
commitdiff
2013-08-21
Jason S. McMullan
arch/all-unix: Don't use SC_ENABLE/SC_DISABLE macros...
tree
|
commitdiff
2013-08-21
Jason S. McMullan
kernel.resource: KrnGetCPUCount() - reasonable default...
tree
|
commitdiff
2013-08-21
Jason S. McMullan
gdbinit: Fixes for hosted
tree
|
commitdiff
2013-08-21
Jason S. McMullan
arch/all-unix: Add counting semaphore primitive
tree
|
commitdiff
2013-08-21
Jason S. McMullan
arch/all-unix: Disable interrupts *after* all tasks...
tree
|
commitdiff
2013-08-21
Jason S. McMullan
arch/all-unix: Better obey pthread rules for cond variables
tree
|
commitdiff
2013-08-21
Jason S. McMullan
exec.library: Add a few paranoia NULLs to remtask
tree
|
commitdiff
2013-08-21
Jason S. McMullan
exec.library: Remove (very obsolete) check for FreeMem...
tree
|
commitdiff
2013-08-21
Jason S. McMullan
arch/all-unix: Fix Forbid() breaking in cpu_Dispatch()
tree
|
commitdiff
2013-08-21
Jason S. McMullan
arch/all-unix: Simplify Cli/Sti behaviour
tree
|
commitdiff
2013-08-21
Jason S. McMullan
arch/all-unix: Implement new KrnSchedule() API
tree
|
commitdiff
2013-08-21
Jason S. McMullan
arch/all-unix: Fix KrnSupervisor() being stuck
tree
|
commitdiff
2013-08-21
Jason S. McMullan
exec.library: NewAddTask() wasn't properly coping with...
tree
|
commitdiff
2013-08-21
Jason S. McMullan
exec.library: Use new KrnSchedule() API
tree
|
commitdiff
2013-08-21
Jason S. McMullan
kernel.resource: Add some minor paranoia into the sched...
tree
|
commitdiff
2013-08-21
Jason S. McMullan
kernel.resource: Change KrnSchedule() interface (again)
tree
|
commitdiff
2013-08-21
Jason S. McMullan
arch/all-unix: Move 'HAVE_SWAPCONTEXT' into exec_platform.h
tree
|
commitdiff
2013-08-21
Jason S. McMullan
exec.library: Leave ExecBase the same size, whether...
tree
|
commitdiff
2013-08-21
Michal Schulz
Give a warning (it should be crash!!!!) when TDNestCnt...
tree
|
commitdiff
2013-08-21
Michal Schulz
use old method of selecting CPU. Temporary fix
tree
|
commitdiff
2013-08-21
Michal Schulz
be less verbose
tree
|
commitdiff
2013-08-21
Michal Schulz
oops, forgot one condition in permit
tree
|
commitdiff
2013-08-21
Michal Schulz
KrnScheduling takes an BYTE parameter and then behaves...
tree
|
commitdiff
2013-08-21
Michal Schulz
Include CPU number in debug output
tree
|
commitdiff
2013-08-21
Michal Schulz
"empty" or "free" cpu is a cpu without ready and withou...
tree
|
commitdiff
2013-08-21
Jason S. McMullan
arch/all-unix: Work in progress, attempt to use pthread...
tree
|
commitdiff
2013-08-21
Jason S. McMullan
arch/all-unix: Use pthread thread-specific storage...
tree
|
commitdiff
2013-08-21
Jason S. McMullan
exec.library: Remove unneeded Enable() in SMP init
tree
|
commitdiff
2013-08-21
Jason S. McMullan
exec.library: Use KrnSchedule() hook
tree
|
commitdiff
2013-08-21
Jason S. McMullan
kernel.resource: Add KrnSchedule() hook
tree
|
commitdiff
2013-08-21
Jason S. McMullan
exec.library: Fix issue where FreeMem()'d tasks were...
tree
|
commitdiff
2013-08-21
Michal Schulz
when picking up semi-random CPU, actually assign the...
tree
|
commitdiff
2013-08-21
Michal Schulz
fixed typo
tree
|
commitdiff
2013-08-21
Michal Schulz
Don't use ThisTask from SysBase. Call FindTask(NULL...
tree
|
commitdiff
2013-08-21
Jason S. McMullan
arch/all-unix: SMP fix - add pthread_cond_broadcast...
tree
|
commitdiff
2013-08-21
Jason S. McMullan
arch/all-unix: Use pthreads to implement SMP
tree
|
commitdiff
2013-08-21
Jason S. McMullan
SMP: Infrastructure for AROS SMP support
tree
|
commitdiff
2013-08-21
Jason S. McMullan
AROSTCP: Use Exec/ScanTasks()
tree
|
commitdiff
2013-08-21
Jason S. McMullan
C:TaskList - use Exec/ScanTasks()
tree
|
commitdiff
2013-08-21
Jason S. McMullan
C:StackSnoop: Use Exec/ScanTasks()
tree
|
commitdiff
2013-08-21
Jason S. McMullan
bootstrap: Add KRN_MaxCPUs SMP parameter
tree
|
commitdiff
2013-08-21
Jason S. McMullan
SMP: Don't use SysBase->ThisTask outside of kernel...
tree
|
commitdiff
2013-08-21
Jason S. McMullan
exec.library: Add ScanTasksA()
tree
|
commitdiff
2013-08-21
Jason S. McMullan
SMP: Don't use SysBase->ThisTask outside of kernel...
tree
|
commitdiff
2013-08-21
jmcmullan
diskimage.device: On ABIv1, all Nodes are AROS_FLAVOUR_...
tree
|
commitdiff
2013-08-21
jmcmullan
arosc.library: Compiler delint
tree
|
commitdiff
2013-08-21
jmcmullan
ata.device: 64-bit cleanliness compiler delint
tree
|
commitdiff
2013-08-20
NicJA
typo..
tree
|
commitdiff
2013-08-19
NicJA
allow building moduls with .cxx files
tree
|
commitdiff
2013-08-18
verhaegs
test/clib/mmakefile.src:
tree
|
commitdiff
2013-08-18
verhaegs
compiler/clib/system.c: Set SYS_Error of child to BNULL...
tree
|
commitdiff
2013-08-18
verhaegs
compiler/clib/__fdesc.c: Duplicate DOS handles for...
tree
|
commitdiff
2013-08-18
verhaegs
compiler/clib/__fdesc.c: Typo
tree
|
commitdiff
next