index
:
hurd.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
/
libports
/
manage-multithread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libports: Force threads to wake up periodically
Samuel Thibault
2023-11-26
1
-5
/
+8
*
Style tweaks
Sergey Bugaev
2023-05-10
1
-3
/
+3
*
libports: Port to x86_64
Sergey Bugaev
2023-05-10
1
-1
/
+1
*
Use designated initializers when building mach_msg_type_t
Flavio Cruz
2023-05-04
1
-8
/
+8
*
Further modernize Hurd code by enforcing strict prototypes and no implicit fu...
Flavio Cruz
2023-04-08
1
-1
/
+1
*
Drop the register qualifier.
Justus Winter
2017-08-23
1
-1
/
+1
*
Use our own variant of 'assert' and 'assert_perror'.
Justus Winter
2017-08-05
1
-1
/
+1
*
Avoid warnings if increasing a threads priority fails.
Justus Winter
2016-10-15
1
-0
/
+5
*
libports: preserve the complex message flag
Justus Winter
2016-02-23
1
-3
/
+4
*
libports: clarify why we emulate protected payloads
Justus Winter
2015-08-14
1
-0
/
+5
*
libports: use protected payloads to optimize the object lookup
Justus Winter
2015-04-07
1
-2
/
+29
*
libports: avoid acquiring global lock in message dispatch
Justus Winter
2015-02-17
1
-3
/
+5
*
libports: silence pointless error message
Justus Winter
2015-01-17
1
-0
/
+5
*
libports: work around bugs in server termination
Richard Braun
2014-02-22
1
-0
/
+6
*
libports: remove the threadvars stack size hack
Richard Braun
2013-12-28
1
-5
/
+0
*
libports: another right leak fix
Richard Braun
2013-11-30
1
-16
/
+23
*
libports: improve error reporting in adjust_priority
Justus Winter
2013-11-28
1
-4
/
+2
*
libports: fix right leaks when adjusting priorities
Richard Braun
2013-11-26
1
-1
/
+5
*
libports: implement lockless management of threads
Justus Winter
2013-11-16
1
-35
/
+18
*
libports: fix the thread counts in case the thread creation fails
Justus Winter
2013-11-09
1
-3
/
+7
*
Normalize whitespace at the end of each file to '\n'
Justus Winter
2013-11-09
1
-5
/
+0
*
Do not warn about not raising priority of non-root translators
Samuel Thibault
2013-01-27
1
-1
/
+1
*
Switch from cthreads to pthreads
Richard Braun
2012-11-27
1
-21
/
+46
*
Move starvation-reduction computation into adjust_priority
Richard Braun
2012-11-24
1
-14
/
+16
*
Reduce contention on thread creation in libports
Richard Braun
2012-11-24
1
-9
/
+5
*
Reduce starvation among libports threads
Richard Braun
2012-09-23
1
-0
/
+56
*
Add comments
Samuel Thibault
2011-11-15
1
-0
/
+2
*
Keep at least one request handler thread.
Diego Nieto Cid
2011-11-15
1
-0
/
+5
*
2008-12-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibault
2008-12-29
1
-2
/
+0
*
*** empty log message ***
Thomas Bushnell
1997-08-20
1
-4
/
+0
*
Wed Aug 20 13:56:40 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
Thomas Bushnell
1997-08-20
1
-7
/
+4
*
(ports_manage_port_operations_multithread): Fill in meaningful
Michael I. Bushnell
1996-03-28
1
-4
/
+32
*
(ports_manage_port_operations_multithread):
Miles Bader
1996-01-27
1
-8
/
+15
*
Don't wire timeouts to zero.
Roland McGrath
1995-11-22
1
-11
/
+9
*
(ports_manage_port_operations_multithread): Actually, just use
Michael I. Bushnell
1995-11-21
1
-20
/
+3
*
(ports_manage_port_operations_multithread): Lock _ports_lock around
Michael I. Bushnell
1995-11-21
1
-1
/
+6
*
(ports_manage_port_operations_multithread/internal_demuxer): If the
Michael I. Bushnell
1995-11-21
1
-1
/
+17
*
(ports_manage_port_operations_multithread/internal_demuxer): Don't
Michael I. Bushnell
1995-10-24
1
-4
/
+9
*
(ports_manage_port_operations_multithread): Hammer WIRE_CTHREADS on
Michael I. Bushnell
1995-08-29
1
-0
/
+4
*
(ports_manage_port_operations_multithread): For now, wire
Michael I. Bushnell
1995-07-21
1
-0
/
+2
*
(ports_manage_port_operations_multithread): typo
Michael I. Bushnell
1995-07-18
1
-0
/
+1
*
(ports_manage_port_operations_multithread) [thread_function]: Return
Michael I. Bushnell
1995-07-18
1
-4
/
+2
*
(ports_manage_port_operations_multithread) [internal_demuxer]:
Michael I. Bushnell
1995-07-12
1
-8
/
+11
*
(ports_manage_port_operations_multithread): Declare NREQTHREADS asd
Michael I. Bushnell
1995-06-26
1
-2
/
+2
*
(ports_manage_port_operations_multithread): Declare ERR inside
Michael I. Bushnell
1995-06-26
1
-1
/
+1
*
(ports_manage_port_operations_multithread): When master goes back to
Michael I. Bushnell
1995-06-26
1
-1
/
+4
*
(ports_manage_port_operations_multithread/thread_function): Don't hold
Michael I. Bushnell
1995-06-26
1
-1
/
+2
*
Initial revision
Michael I. Bushnell
1995-06-20
1
-0
/
+123