index
:
gnumach.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kern
/
thread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add thread_get_name RPC to get the name of a thread.
Flavio Cruz
2024-07-14
1
-0
/
+21
*
remove machine/machspl.h as it duplicates machine/spl.h
LD
2024-03-09
1
-1
/
+1
*
Check for null ports in task_set_essential, task_set_name and thread_set_name.
Flavio Cruz
2024-02-28
1
-0
/
+3
*
Add thread_set_name RPC.
Flavio Cruz
2024-02-12
1
-0
/
+20
*
Replace kernel header includes in include/mach/mach_types.h with forward decl...
Flavio Cruz
2024-02-12
1
-0
/
+4
*
smp: Fix parenthesis around logic expression value
Damien Zammit
2024-02-11
1
-1
/
+1
*
percpu: active_stack with gs
Damien Zammit
2023-09-25
1
-3
/
+1
*
percpu active_thread using gs segment
Damien Zammit
2023-09-24
1
-2
/
+1
*
kern/thread: Only loop over cpus that exist
Damien Zammit
2023-08-06
1
-1
/
+2
*
add setting gs/fsbase
Luca Dariz
2023-05-01
1
-0
/
+3
*
Update task_basic_info and thread_basic_info to include time_value64_t data.
Flavio Cruz
2023-04-27
1
-4
/
+12
*
Track task and thread time using time_value64_t.
Flavio Cruz
2023-03-13
1
-8
/
+11
*
fix rpc time value for 64 bit
Luca Dariz
2023-02-12
1
-1
/
+1
*
slock: Fix initialization of statically-allocated slocks
Samuel Thibault
2023-02-08
1
-3
/
+3
*
Include mig generated headers to avoid warnings with -Wmissing-prototypes.
Flavio Cruz
2023-01-19
1
-3
/
+3
*
Add static qualifiers
Flavio Cruz
2023-01-18
1
-1
/
+1
*
Create kern/mach4.h and kern/mach_host.h and define the RPC prototypes for ma...
Flavio Cruz
2023-01-13
1
-0
/
+2
*
Fix some warnings with -Wmissing-prototypes.
Flavio Cruz
2022-12-27
1
-5
/
+4
*
add port name types
Luca Dariz
2022-08-27
1
-2
/
+2
*
thread_terminate_release: Error out early if thread is NULL
Samuel Thibault
2022-01-21
1
-0
/
+3
*
thread: Fix thread_abort clearing of an event wait
Alicia
2021-12-31
1
-0
/
+1
*
kern/thread.c: some minor style changes
Adam Kandur
2021-12-30
1
-34
/
+22
*
thread_info: Fix crash when requesting for thread that never ran
Samuel Thibault
2021-04-05
1
-3
/
+4
*
thread_info: Fix returning last_processor
Samuel Thibault
2021-04-05
1
-1
/
+1
*
patch: add last_processor to thread info structures
Almudena Garcia
2019-10-27
1
-2
/
+11
*
Fix interactivity of inactive threads
Samuel Thibault
2018-11-19
1
-0
/
+11
*
Fix task and thread collection frequency
Samuel Thibault
2018-11-19
1
-1
/
+2
*
Drop SIMPLE_CLOCK support
Samuel Thibault
2018-11-19
1
-7
/
+0
*
Drop the register qualifier.
Justus Winter
2017-10-23
1
-1
/
+1
*
VM: improve pageout deadlock workaround
Richard Braun
2016-09-16
1
-3
/
+3
*
Allow setting x86 debug flags for the current thread
Samuel Thibault
2016-06-10
1
-0
/
+12
*
Fix gcc-6 warnings
Samuel Thibault
2016-05-18
1
-2
/
+2
*
Fix stack allocation on Xen
Richard Braun
2016-03-09
1
-21
/
+12
*
Inherit fpu control word from parent to child
Samuel Thibault
2016-03-06
1
-1
/
+1
*
Fix various memory managment errors
Richard Braun
2016-02-02
1
-11
/
+17
*
Stack the slab allocator directly on top of the physical allocator
Richard Braun
2016-02-02
1
-5
/
+9
*
Make sure the reply port's reference is released when the thread needs to be ...
Flávio Cruz
2015-08-28
1
-2
/
+2
*
Add a thread_no_continuation definition
Flávio Cruz
2015-08-28
1
-1
/
+1
*
kern: add boot-time clock, use it for time stamps
Justus Winter
2015-07-25
1
-1
/
+2
*
kern: fix error handling
Justus Winter
2015-06-20
1
-1
/
+5
*
kern: fix argument handling
Justus Winter
2015-05-29
1
-0
/
+3
*
kern: gracefully handle resource shortage
Justus Winter
2015-05-20
1
-5
/
+6
*
kern: disable stack allocation counters by default
Justus Winter
2015-04-23
1
-8
/
+7
*
kern: reduce the size of `struct thread'
Justus Winter
2015-02-20
1
-6
/
+6
*
kern: avoid #if 0ing out thread_collect_scan
Justus Winter
2015-02-18
1
-2
/
+0
*
kern: avoid the casts in enqueue_head() and enqueue_tail()
Marin Ramesa
2013-12-17
1
-1
/
+1
*
Mark functions that don't return with attribute noreturn
Marin Ramesa
2013-12-17
1
-2
/
+2
*
kern/thread.c: remove forward declaration
Marin Ramesa
2013-12-05
1
-2
/
+0
*
kern: move forward declarations into a header file
Marin Ramesa
2013-11-24
1
-3
/
+0
*
New RPC for thread destruction
Richard Braun
2013-11-24
1
-0
/
+24
[next]