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
/
proc
/
info.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add proc_getchildren_rusage RPC and track rusage for children and descendants
Flavio Cruz
2024-02-17
1
-0
/
+8
*
proc: Fix pointer truncation in get_string_array
Sergey Bugaev
2023-06-21
1
-2
/
+2
*
proc: Fix use-after-realloc
Sergey Bugaev
2023-05-10
1
-2
/
+4
*
proc: Port to x86_64
Sergey Bugaev
2023-05-10
1
-12
/
+12
*
Remove the concept of process owner
Sergey Bugaev
2022-08-10
1
-2
/
+5
*
proc: Use UIDs for evaluating permissions
Sergey Bugaev
2022-08-10
1
-9
/
+31
*
Make RPC input array parameters const
Samuel Thibault
2022-01-16
1
-2
/
+2
*
Fix build warnings
Samuel Thibault
2022-01-01
1
-4
/
+4
*
proc: do not set last_processor on thread_info() error
Samuel Thibault
2019-10-31
1
-7
/
+9
*
proc: fix filling last_processor member.
Almudena Garcia
2019-10-31
1
-1
/
+1
*
proc: add support for last_processor
Almudena Garcia
2019-10-31
1
-0
/
+8
*
Use the data_t type defined in hurd_types.h.
Flavio Cruz
2019-09-01
1
-3
/
+3
*
Fix warnings
Samuel Thibault
2018-03-05
1
-2
/
+0
*
Implement /proc/<pid>/exe
Samuel Thibault
2018-01-08
1
-0
/
+41
*
Use our own variant of 'assert' and 'assert_perror'.
Justus Winter
2017-08-05
1
-4
/
+4
*
proc: Hierarchical proc servers.
Justus Winter
2017-03-11
1
-1
/
+215
*
hurd: Use polymorphic port types to return some rights.
Justus Winter
2017-03-10
1
-2
/
+6
*
Fix space style
Samuel Thibault
2015-03-05
1
-12
/
+12
*
proc: make the function check_owner available
Justus Winter
2013-08-29
1
-1
/
+1
*
Switch from cthreads to pthreads
Richard Braun
2012-11-27
1
-2
/
+2
*
Fix proc fault
Samuel Thibault
2011-12-05
1
-3
/
+1
*
Deallocate thread ports on error
Samuel Thibault
2011-03-03
1
-1
/
+5
*
Obtain number of ports in proc and libps
antrik
2010-09-18
1
-0
/
+32
*
Make proc not claim it was able to fetch PI_FETCH_TASKEVENTS
Samuel Thibault
2010-08-31
1
-0
/
+6
*
2002-06-05 Roland McGrath <roland@frob.com>
Roland McGrath
2002-06-05
1
-0
/
+8
*
2002-05-07 Roland McGrath <roland@frob.com>
Roland McGrath
2002-05-08
1
-12
/
+26
*
2001-12-22 Roland McGrath <roland@frob.com>
Roland McGrath
2001-12-22
1
-1
/
+15
*
2001-06-27 Marcus Brinkmann <marcus@gnu.org>
Marcus Brinkmann
2001-06-27
1
-1
/
+6
*
2000-04-03 Neal H Walfield <neal@cs.uml.edu>
Roland McGrath
2001-04-15
1
-39
/
+65
*
2000-01-23 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath
2000-01-24
1
-21
/
+22
*
1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
Thomas Bushnell
1999-07-11
1
-6
/
+9
*
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath
1999-07-11
1
-0
/
+1
*
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
Thomas Bushnell
1999-07-03
1
-13
/
+9
*
1999-05-29 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath
1999-05-30
1
-2
/
+3
*
1999-05-01 Mark Kettenis <kettenis@gnu.org>
Thomas Bushnell
1999-05-04
1
-1
/
+3
*
(get_string_array):
Miles Bader
1996-07-29
1
-5
/
+8
*
(S_proc_getprocinfo): Get rid of temp hack for strnlen.
Miles Bader
1996-05-29
1
-3
/
+0
*
(S_proc_getprocinfo): Set PI->exitstatus and PI->sigcode.
Michael I. Bushnell
1996-05-24
1
-0
/
+7
*
(S_proc_pid2task, S_proc_pid2proc): Use check_owner.
Miles Bader
1996-05-15
1
-2
/
+3
*
(PI_FETCH_THREAD_DETAILS): New macro.
Miles Bader
1996-05-12
1
-13
/
+27
*
(S_proc_getprocinfo): Add comment.
Miles Bader
1996-05-12
1
-0
/
+3
*
(S_proc_get_tty): New function.
Miles Bader
1996-05-10
1
-0
/
+7
*
(S_proc_getprocinfo): FLAGS is now an in-out parameter.
Michael I. Bushnell
1996-05-09
1
-11
/
+11
*
(S_proc_getprocinfo):
Miles Bader
1996-05-01
1
-6
/
+16
*
(S_proc_getprocinfo): Install temporary hack so things at least
Michael I. Bushnell
1996-04-29
1
-0
/
+3
*
*** empty log message ***
Michael I. Bushnell
1996-04-29
1
-48
/
+42
*
Many changes to support multi-threading. See ChangeLog.
Michael I. Bushnell
1996-04-25
1
-4
/
+45
*
Add some more #ifdef'd-out code to return wait strings.
Miles Bader
1996-02-14
1
-18
/
+70
*
(get_vector): Rewritten without arbitrary limits.
Roland McGrath
1995-12-20
1
-31
/
+37
*
(get_string_array): Fix stupid bug in copying to newly allocated space.
Roland McGrath
1995-12-19
1
-43
/
+48
[next]