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
*
task_info: Fix resident_size overflow
Samuel Thibault
2024-12-15
1
-1
/
+1
*
smp: Make sure BSP is cpu 0 when starting other cpus
Damien Zammit via Bug reports for the GNU Hurd
2024-12-10
1
-1
/
+3
*
i386/apic: Fix logical id numbering
Damien Zammit
2024-12-10
2
-2
/
+2
*
intr: Protect internals with a lock
Sergey Bugaev
2024-12-10
1
-16
/
+22
*
linux: Fix building with C23
Sergey Bugaev
2024-12-10
1
-1
/
+4
*
Fix various function pointer types
Sergey Bugaev
2024-12-10
5
-9
/
+9
*
i386/apic: Fix condition on non-BSP
Damien Zammit via Bug reports for the GNU Hurd
2024-12-09
1
-4
/
+1
*
smp: Use logical destination not physical apic id
Damien Zammit via Bug reports for the GNU Hurd
2024-12-09
6
-14
/
+23
*
pmap: Separate temporary_mapping from set_page_dir
Damien Zammit via Bug reports for the GNU Hurd
2024-12-09
3
-2
/
+2
*
i386/cpuboot: Dont use CPU_NUMBER_NO_STACK() early
Damien Zammit via Bug reports for the GNU Hurd
2024-12-09
1
-1
/
+1
*
Comment on the reason for the different CPU_NUMBER versions
Samuel Thibault
2024-12-09
1
-0
/
+3
*
i386/cpuboot: Simplify for legibility
Damien Zammit via Bug reports for the GNU Hurd
2024-12-09
1
-2
/
+3
*
Fix ipc_mqueue_receive locking documentation
Samuel Thibault
2024-12-09
1
-1
/
+2
*
mp_desc: Add assert for AP having non-zero cpu number
Damien Zammit via Bug reports for the GNU Hurd
2024-12-07
1
-0
/
+3
*
ipc_kmsg: fix print of size of mach_msg_header
Etienne Brateau
2024-12-06
1
-1
/
+1
*
fpu: Fix for cpus that have no fxsave instruction
Damien Zammit via Bug reports for the GNU Hurd
2024-12-05
1
-17
/
+1
*
warn about incompatibility between linux disk driver and PAE
Samuel Thibault
2024-12-04
1
-0
/
+2
*
vm_page.c: fix a deadlock when running with smp enabled
Etienne Brateau
2024-12-02
1
-1
/
+2
*
device/intr: Account for interrupts that could not be delivered
Damien Zammit via Bug reports for the GNU Hurd
2024-11-24
1
-0
/
+4
*
configfrag: fix usage of mach_ncpus before his definition
Etienne Brateau
2024-11-20
2
-11
/
+11
*
Fix x86_64 build
Samuel Thibault
2024-10-30
1
-0
/
+2
*
Expose device(mbinfo) with read access to multiboot raw info
Damien Zammit
2024-10-27
5
-0
/
+95
*
multiboot: Support graphic mode preferences
Damien Zammit
2024-10-26
2
-8
/
+24
*
multiboot v1: Add video framebuffer info
Damien Zammit
2024-10-26
1
-0
/
+72
*
fix a compile warning.
jbranso@dismail.de
2024-10-22
1
-1
/
+1
*
fix some compiler warnings.
jbranso@dismail.de
2024-10-22
1
-16
/
+38
*
ioapic: Initially mask all IRQs individually
Damien Zammit
2024-10-22
1
-0
/
+9
*
fix a compiler warning.
jbranso@dismail.de
2024-10-21
1
-0
/
+4
*
fix a compiler warning.
jbranso@dismail.de
2024-10-21
1
-1
/
+1
*
fix a compile warning.
jbranso@dismail.de
2024-10-21
1
-2
/
+3
*
Add missing caddr_t type
Samuel Thibault
2024-10-17
1
-2
/
+0
*
fpu_set_state: accept fp_save_kind being incoherent if initialized is not set
Samuel Thibault
2024-09-08
1
-1
/
+1
*
add tests for FLOAT/XFLOAT state
Luca Dariz
2024-09-08
4
-1
/
+259
*
fpu_set_state: return an error on incoherent fp_save_kind
Samuel Thibault
2024-09-08
1
-1
/
+3
*
add xfloat thread state interface
Luca Dariz
2024-09-08
5
-43
/
+161
*
x86_64: fix double fault handler
Luca Dariz
2024-09-08
1
-1
/
+1
*
add rpc interrupted test
Luca Dariz
2024-08-22
3
-0
/
+96
*
fpu: Drop conflicting alignment
Samuel Thibault
2024-07-31
1
-1
/
+1
*
Add thread_get_name RPC to get the name of a thread.
Flavio Cruz
2024-07-14
2
-0
/
+29
*
Include stddef.h in sys/types.h to get size_t and NULL.
Flavio Cruz
2024-07-10
1
-22
/
+1
*
Ensure we always pass -ffreestanding -nostdlib even if CFLAGS are overridden.
Flavio Cruz
2024-07-10
2
-1
/
+10
*
Fix bogus format
Samuel Thibault
2024-07-09
1
-1
/
+1
*
Fix xen build
Samuel Thibault
2024-07-07
3
-0
/
+4
*
Disable specific warnings that are now errors in GCC 14
Flavio Cruz
2024-06-24
1
-1
/
+7
*
tests/machmsg: check rx message size on different code paths
Luca Dariz
2024-06-12
1
-3
/
+114
*
x86_64: fix msg size forwarding in case it's not set by userspace
Luca Dariz
2024-06-12
1
-1
/
+3
*
Add a test for thread state
Sergey Bugaev
2024-04-16
2
-1
/
+217
*
Add thread_set_self_state() trap
Sergey Bugaev
2024-04-16
5
-1
/
+50
*
aarch64: Add thread state types
Sergey Bugaev
2024-04-16
2
-0
/
+44
*
aarch64: Add exception type definitions
Sergey Bugaev
2024-04-16
2
-0
/
+91
[next]