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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix rpc time value for 64 bit
Luca Dariz
2023-02-12
4
-3
/
+15
*
lock: Add missing def_simple_lock_data definition for ncpus=1
Samuel Thibault
2023-02-09
1
-0
/
+2
*
slock: Fix initialization of statically-allocated slocks
Samuel Thibault
2023-02-08
10
-18
/
+15
*
Add host_set_time64 and host_adjust_time64
Flavio Cruz
2023-01-28
1
-18
/
+49
*
Fix several warnings for -Wmissing-prototypes
Flavio Cruz
2023-01-24
7
-39
/
+31
*
Remove existing old style definitions and use -Wold-style-definition.
Flavio Cruz
2023-01-19
4
-19
/
+10
*
Add host_get_time64 RPC to return the time as time_value64_t
Flavio Cruz
2023-01-19
2
-26
/
+49
*
Include mig generated headers to avoid warnings with -Wmissing-prototypes.
Flavio Cruz
2023-01-19
15
-280
/
+21
*
replace mach_port_t with mach_port_name_t
Luca Dariz
2023-01-18
2
-14
/
+14
*
update writev syscall signature with rpc types
Luca Dariz
2023-01-18
2
-6
/
+6
*
update syscall signature with rpc_vm_* and mach_port_name_t
Luca Dariz
2023-01-18
2
-34
/
+37
*
add msg_user_header_t for user-side msg structure
Luca Dariz
2023-01-18
1
-1
/
+1
*
Add static qualifiers
Flavio Cruz
2023-01-18
2
-2
/
+2
*
fix warnings
Luca Dariz
2023-01-16
1
-1
/
+1
*
add required include
Luca Dariz
2023-01-16
1
-0
/
+2
*
Delete ffs and strrchr prototypes.
Flavio Cruz
2023-01-15
1
-21
/
+0
*
Create kern/mach4.h and kern/mach_host.h and define the RPC prototypes for ma...
Flavio Cruz
2023-01-13
10
-0
/
+242
*
Preemptively fix warnings that will be caused by -Wmissing-prototypes
Flavio Cruz
2023-01-10
1
-0
/
+40
*
Move cpu_down and other functions inside SMP ifdef
Flavio Cruz
2023-01-07
2
-60
/
+60
*
Fix ddb warnings introduced with -Wstrict-prototypes
Flavio Cruz
2023-01-05
1
-1
/
+3
*
Introduce time_value64_t to keep track of real time in the kernel
Flavio Cruz
2023-01-03
2
-15
/
+16
*
convert K&R into ansi.
Guy-Fleury Iteriteka
2023-01-01
1
-13
/
+7
*
Delete kern_timestamp system call since it is not used
Flavio Cruz
2022-12-27
6
-141
/
+0
*
Fix some warnings with -Wmissing-prototypes.
Flavio Cruz
2022-12-27
14
-36
/
+30
*
Use -Wstrict-prototypes and fix warnings
Flavio Cruz
2022-12-21
3
-10
/
+8
*
Delete thread_get_state_KERNEL and thread_set_state_KERNEL
Flavio Cruz
2022-12-11
1
-41
/
+0
*
Update kern/ directory to use mach_port_name_t.
Flavio Cruz
2022-12-07
8
-17
/
+17
*
Use long_natural_t in kern/task.h and kern/slab.h
Flavio Cruz
2022-12-07
2
-12
/
+12
*
Define vm_size_t and vm_offset_t as __mach_uintptr_t.
Flavio Cruz
2022-12-06
1
-1
/
+1
*
task: Add task_set_essential
Samuel Thibault
2022-12-03
2
-1
/
+18
*
Update ipc/ directory to use mach_port_name_t
Flavio Cruz
2022-11-30
6
-78
/
+79
*
Add missing gitignore rules
Samuel Thibault
2022-11-29
1
-0
/
+2
*
Use portable rpc types to define 'struct sample'.
Flavio Cruz
2022-11-28
1
-2
/
+2
*
Fix 64-to-32 copyout
Samuel Thibault
2022-08-28
1
-3
/
+5
*
fix argument passing to bootstrap modules
Luca Dariz
2022-08-28
1
-13
/
+9
*
cleanup headers in printf.c
Luca Dariz
2022-08-27
1
-2
/
+2
*
add port name types
Luca Dariz
2022-08-27
2
-4
/
+4
*
fix warnings for 32 bit builds
Luca Dariz
2022-08-27
3
-1
/
+5
*
cleanup multiboot
Luca Dariz
2022-08-27
1
-2
/
+18
*
convert K&R into ansi
Guy-Fleury Iteriteka
2022-05-27
2
-15
/
+7
*
thread_terminate_release: Error out early if thread is NULL
Samuel Thibault
2022-01-21
1
-0
/
+3
*
task_set_name: make string parameter const
Samuel Thibault
2022-01-16
2
-2
/
+2
*
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
*
vm_page_grab: allow allocating in high memory
Samuel Thibault
2021-08-27
1
-1
/
+1
*
assert: Tell the compiler that failures are unlikely
Samuel Thibault
2021-08-12
1
-1
/
+1
*
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
*
SMP: Fix warnings
Samuel Thibault
2021-04-04
3
-1
/
+8
*
clock: Let timer proceed even before we have set threads
Damien Zammit
2021-03-27
1
-1
/
+4
[next]