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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use designated initializers in kern/exception.c
Flavio Cruz
2023-05-04
1
-28
/
+28
*
Implement mig_deallocate to free memory when kernel server RPC succeeds
Flavio Cruz
2023-05-02
1
-0
/
+10
*
Use mig_support.h prototypes instead of duplicating them.
Flavio Cruz
2023-05-02
3
-13
/
+3
*
add setting gs/fsbase
Luca Dariz
2023-05-01
5
-21
/
+116
*
x86_64: add 64-bit syscall entry point
Luca Dariz
2023-05-01
9
-20
/
+294
*
Use c_string for dev_name_t in the device subsystem.
Flavio Cruz
2023-04-29
4
-0
/
+39
*
Update task_basic_info and thread_basic_info to include time_value64_t data.
Flavio Cruz
2023-04-27
4
-9
/
+37
*
fix copyoutmsg for 64-bit userspace
Luca Dariz
2023-04-20
1
-3
/
+2
*
fix address fault for 32-on-64-bit syscall
Luca Dariz
2023-04-20
1
-2
/
+2
*
Fix Xen build
Samuel Thibault
2023-04-11
3
-30
/
+32
*
Fix missing shipping required header
Samuel Thibault
2023-04-10
1
-0
/
+1
*
Delete include/mach/default_pager_helper.defs
Flavio Cruz
2023-04-10
2
-54
/
+0
*
Remove host_get_boot_info and host_get_kernel_boot_info since they are not used.
Flavio Cruz
2023-04-07
5
-58
/
+2
*
Align the user stack correctly for 64 bit programs.
Flavio Cruz
2023-04-04
3
-10
/
+19
*
Make exception subcode a long
Sergey Bugaev
2023-04-03
7
-21
/
+37
*
Remove bootstrap.defs
Sergey Bugaev
2023-04-03
2
-50
/
+0
*
Add i386_fsgs_base_state
Sergey Bugaev
2023-04-03
1
-0
/
+8
*
Use c_string to define symtab_name_t.
Flavio Cruz
2023-04-03
2
-17
/
+20
*
Drop spurious tabs
Samuel Thibault
2023-03-13
1
-11
/
+11
*
Track task and thread time using time_value64_t.
Flavio Cruz
2023-03-13
8
-104
/
+81
*
Use host_get_time64 in glue code
Flavio Cruz
2023-03-13
1
-1
/
+4
*
Use c_string to define host_get_kernel_version and host_get_kernel_boot_info.
Flavio Cruz
2023-03-13
5
-4
/
+40
*
Update thread and task creation time to use time_value64_t
Flavio Cruz
2023-03-12
4
-12
/
+9
*
ioapic: Timer calibrated in 10 mach ticks
Damien Zammit
2023-03-11
1
-5
/
+4
*
Align mach_msg_type_t and mach_msg_type_long_t with the same alignment as uin...
Flavio Cruz
2023-03-08
3
-48
/
+156
*
lock_mon: Fix warnings
Samuel Thibault
2023-03-07
3
-9
/
+16
*
kern: Fix MACH_LOCK_MON lock monitoring debug
Damien Zammit
2023-03-07
6
-11
/
+24
*
apic: Drop declaration of inexisting function
Samuel Thibault
2023-03-07
1
-1
/
+0
*
lapic timer: Calibrate via mach timer not PIT
Damien Zammit
2023-03-07
3
-38
/
+54
*
Support alignment requirements for a 64 bit kernel.
Flavio Cruz
2023-02-27
3
-113
/
+101
*
x86_64: fix user trap during syscall with an invalid user stack
Luca Dariz
2023-02-27
2
-12
/
+12
*
fix port name copyin
Luca Dariz
2023-02-27
1
-0
/
+2
*
fix copyin/outmsg header for ! USER32
Luca Dariz
2023-02-27
1
-2
/
+2
*
x86_64: allow compilation if ! USER32
Luca Dariz
2023-02-27
1
-2
/
+4
*
lapic timer: Calibrate based on 10 PIT sleeps for 10ms
Damien Zammit
2023-02-26
1
-8
/
+11
*
pit: Use corrected clock frequency
Damien Zammit
2023-02-26
1
-1
/
+1
*
pit: Fix shadowed hz variable && define modes correctly
Damien Zammit
2023-02-26
2
-8
/
+9
*
kd_mouse: Fix IBM mouse irq getting stuck and blocking console
Damien Zammit
2023-02-25
1
-2
/
+5
*
Add TIME_VALUE64_TO_TIMESPEC and TIMESPEC_TO_TIME_VALUE64
Flavio Cruz
2023-02-23
1
-0
/
+12
*
Delete include/mach/msg_type.h
Flavio Cruz
2023-02-20
2
-43
/
+0
*
model_dep: Call acpi_apic_init if APIC defined
Damien Zammit
2023-02-19
1
-2
/
+3
*
x86_64: set user segments as 64-bit if ! USER32
Luca Dariz
2023-02-16
1
-2
/
+8
*
x86_64: fix argument passing to bootstrap modules if ! USER32
Luca Dariz
2023-02-16
1
-5
/
+5
*
x86_64: load Elf64 bootstrap modules if ! USER32
Luca Dariz
2023-02-16
3
-6
/
+60
*
x86_64: fix some compiler warnings
Luca Dariz
2023-02-16
2
-7
/
+5
*
trap: Fix Wformat issues
Damien Zammit
2023-02-16
1
-5
/
+5
*
intr: Simplify clearing after intr port deallocation
Samuel Thibault
2023-02-16
1
-35
/
+21
*
Document spl levels of locks taken during interrupts
Samuel Thibault
2023-02-15
8
-11
/
+20
*
Define prototype for bogus in gensym.awk
Flavio Cruz
2023-02-15
1
-0
/
+1
*
Rename efl to rfl for x86_64 in struct i386_thread_state
Flavio Cruz
2023-02-15
2
-6
/
+9
[next]