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 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
*
kern: remove register qualifiers
Marin Ramesa
2013-11-13
1
-47
/
+47
*
Remove unneeded variable initialization
Miguel Figueiredo
2013-05-19
1
-1
/
+1
*
Remove duplicate line
Samuel Thibault
2013-05-19
1
-1
/
+0
*
Make thread_suspend wait for !TH_UNINT
Samuel Thibault
2012-12-23
1
-3
/
+5
*
Allocate kernel thread stacks out of kmem_map
Richard Braun
2012-07-07
1
-2
/
+2
*
Fix integer type
Samuel Thibault
2012-04-06
1
-1
/
+1
*
Remove arbitrary limits used by the zone system
Richard Braun
2011-12-17
1
-1
/
+0
*
Fix kern/kalloc.h includes
Richard Braun
2011-12-17
1
-0
/
+1
*
Adjust the kernel to use the slab allocator
Richard Braun
2011-12-17
1
-9
/
+6
*
Make thread_suspend honor the TH_UNINT flag
Sergio López
2011-09-28
1
-0
/
+5
*
Fix warning
Samuel Thibault
2009-10-20
1
-1
/
+1
*
2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibault
2009-06-18
1
-0
/
+3
*
2007-02-05 Thomas Schwinge <tschwinge@gnu.org>
Thomas Schwinge
2009-06-18
1
-2
/
+1
*
2006-12-30 Richard Braun <syn@hurdfr.org>
Samuel Thibault
2009-06-18
1
-1
/
+1
*
2006-11-13 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-0
/
+1
*
2006-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibault
2009-06-18
1
-1
/
+1
*
2006-11-09 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-1
/
+2
*
2006-11-07 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-0
/
+1
[next]