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
Commit message (
Expand
)
Author
Age
Files
Lines
*
proc: Fix pointer truncation in get_string_array
Sergey Bugaev
2023-06-21
1
-2
/
+2
*
Cosmetic tweaks
Sergey Bugaev
2023-05-15
1
-2
/
+2
*
proc: Don't buffer Mach console output
Sergey Bugaev
2023-05-15
1
-0
/
+1
*
Only use host_get_kernel_version and default_pager_paging_storage_new in x86_64.
Flavio Cruz
2023-05-11
1
-0
/
+3
*
proc: Fix use-after-realloc
Sergey Bugaev
2023-05-10
1
-2
/
+4
*
proc: Port to x86_64
Sergey Bugaev
2023-05-10
5
-28
/
+29
*
proc: Add CPU_TYPE_X86_64 support
Samuel Thibault
2023-05-06
1
-0
/
+6
*
Use designated initializers when building mach_msg_type_t
Flavio Cruz
2023-05-04
1
-35
/
+35
*
Use uintptr_t for message payloads.
Flavio Cruz
2023-05-02
1
-2
/
+2
*
Use long_integer_t for exception_raise RPCs
Flavio Cruz
2023-04-08
2
-2
/
+2
*
Use the new host_get_kernel_version introduced recently.
Flavio Cruz
2023-04-03
1
-1
/
+6
*
Modernize code by removing use of old style definitions.
Flavio Cruz
2023-04-03
1
-1
/
+1
*
proc: Do not reference a task port when allocation failed
Samuel Thibault
2022-12-24
1
-1
/
+2
*
S_mach_notify_new_task: Ignore notification of dead tasks
Samuel Thibault
2022-12-21
1
-0
/
+3
*
proc: Do not deallocate input ports on error
Samuel Thibault
2022-12-21
1
-11
/
+4
*
proc: Add task to hashes before requesting death notify
Samuel Thibault
2022-12-21
2
-6
/
+5
*
Rename proc_complete_reauthentication to proc_reauthenticate_complete
Samuel Thibault
2022-08-10
1
-7
/
+7
*
Make proc_reauthenticate () recreate proc port
Sergey Bugaev
2022-08-10
1
-29
/
+107
*
Remove the concept of process owner
Sergey Bugaev
2022-08-10
3
-27
/
+9
*
proc: Add proc_reauthenticate_reassign ()
Sergey Bugaev
2022-08-10
1
-0
/
+137
*
proc: Fix an error path
Sergey Bugaev
2022-08-10
1
-4
/
+9
*
proc: Use UIDs for evaluating permissions
Sergey Bugaev
2022-08-10
1
-9
/
+31
*
proc: Track both available and effective uids
Sergey Bugaev
2022-08-10
1
-10
/
+11
*
proc: Use notify server implementation from libports
Sergey Bugaev
2022-08-10
4
-71
/
+10
*
proc: Use ports_request_dead_name_notification ()
Sergey Bugaev
2022-08-10
3
-44
/
+17
*
proc: Drop some mach_port_destroy () uses
Sergey Bugaev
2022-08-10
1
-11
/
+5
*
proc: Fix variable type
Samuel Thibault
2022-01-20
1
-4
/
+4
*
Make RPC input array parameters const
Samuel Thibault
2022-01-16
2
-7
/
+7
*
Fix build warnings
Samuel Thibault
2022-01-01
2
-7
/
+7
*
proc: Fix building with old glibc
Samuel Thibault
2020-12-29
1
-0
/
+4
*
proc: Fix WIFCONTINUED
Samuel Thibault
2020-12-28
1
-0
/
+1
*
proc: support waitid(WNOWAIT)
Samuel Thibault
2020-12-28
1
-3
/
+9
*
Add proc_waitid
Samuel Thibault
2020-12-27
2
-11
/
+46
*
proc: Also send SIGCHLD on child restart
Samuel Thibault
2020-12-27
1
-0
/
+5
*
proc: send signals with POSIX sigcodes
Jeremie Koenig
2020-12-27
4
-6
/
+7
*
proc: Fix warning
Samuel Thibault
2020-11-22
1
-1
/
+1
*
Remove remnants of cthreads
Samuel Thibault
2020-11-11
1
-2
/
+1
*
Fix build with -fno-common
Samuel Thibault
2020-03-31
2
-11
/
+26
*
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
2
-3
/
+0
*
Implement /proc/<pid>/exe
Samuel Thibault
2018-01-08
3
-0
/
+46
*
Record executable entry for PIE core dumps
Samuel Thibault
2017-12-11
2
-0
/
+19
*
Simplify deallocations.
Justus Winter
2017-08-05
1
-2
/
+1
*
Use our own variant of 'assert' and 'assert_perror'.
Justus Winter
2017-08-05
8
-34
/
+35
*
Pass the kernel's task port to proc.
Justus Winter
2017-03-12
1
-5
/
+37
*
proc: Hierarchical proc servers.
Justus Winter
2017-03-11
5
-2
/
+398
*
hurd: Use polymorphic port types to return some rights.
Justus Winter
2017-03-10
2
-4
/
+10
[next]