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 -Wstrict-prototypes and fix warnings
Flavio Cruz
2022-12-21
36
-195
/
+144
*
x86_64: stdint.h no longer exists so don't install it
Flavio Cruz
2022-12-19
1
-1
/
+0
*
time_value: Fix usage in e.g. c89 programs
Samuel Thibault
2022-12-19
1
-2
/
+2
*
Remove custom stdint.h and rely on freestanding headers
Flavio Cruz
2022-12-19
8
-148
/
+22
*
Use long_natural_t for recnum_t
Flavio Cruz
2022-12-18
5
-24
/
+65
*
libgcc_routines: Restore some symbols
Samuel Thibault
2022-12-18
1
-1
/
+1
*
vm_page_evict: avoid crashing
Samuel Thibault
2022-12-18
1
-1
/
+1
*
Use struct for time_value_t and define seconds as long_integer_t.
Flavio Cruz
2022-12-17
4
-4
/
+60
*
Fix compiler warnings due to use of inline for mask_irq/unmask_irq
Flavio Cruz
2022-12-17
4
-18
/
+16
*
Implement our own functions to convert between host and network values
Flavio Cruz
2022-12-17
4
-13
/
+87
*
Use __builtin_ffs instead of libc provided ffs in vm_map.c
Flavio Cruz
2022-12-15
2
-4
/
+4
*
copy_to/from_phys: fix non-page-aligned case
Samuel Thibault
2022-12-12
1
-2
/
+2
*
db: Add support for CSI-based arrows
Samuel Thibault
2022-12-11
1
-0
/
+40
*
i386 db: Fix db_read_bytes over multiple pages
Samuel Thibault
2022-12-11
1
-0
/
+1
*
i386 db: Add ud2 instruction
Samuel Thibault
2022-12-11
1
-1
/
+1
*
Delete rpc copyout multiname code
Flavio Cruz
2022-12-11
2
-91
/
+0
*
Delete thread_get_state_KERNEL and thread_set_state_KERNEL
Flavio Cruz
2022-12-11
1
-41
/
+0
*
Use mach_port_name in db_lookup_port
Flavio Cruz
2022-12-07
1
-1
/
+1
*
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
11
-20
/
+20
*
Make task_info.h structs more portable
Flavio Cruz
2022-12-06
6
-60
/
+63
*
task: Add task_set_essential
Samuel Thibault
2022-12-03
5
-3
/
+40
*
Use mach_port_name_t in a few more places
Flavio Cruz
2022-12-03
4
-10
/
+9
*
Update ipc/ directory to use mach_port_name_t
Flavio Cruz
2022-11-30
36
-324
/
+339
*
Add missing gitignore rules
Samuel Thibault
2022-11-29
2
-0
/
+4
*
Use portable rpc types to define 'struct sample'.
Flavio Cruz
2022-11-28
3
-7
/
+13
*
Update mach_port_status_t definition to use the new struct
Flavio Cruz
2022-11-28
2
-8
/
+18
*
Delete mach_debug/pc_info.h
Flavio Cruz
2022-11-28
2
-44
/
+0
*
x86_64: fix build
Samuel Thibault
2022-11-27
1
-1
/
+1
*
Revert "x86_64: fix installing x86_64-specific headers"
Samuel Thibault
2022-11-27
1
-17
/
+17
*
vm_wire_all: Fix vm_map_protect case
Samuel Thibault
2022-11-27
1
-1
/
+2
*
Update kdb_kintr according to new interrupt stack layout
Samuel Thibault
2022-11-27
4
-6
/
+20
*
Update mach_debug interfaces to use struct.
Flavio Cruz
2022-11-25
7
-36
/
+109
*
Delete ipc_info.h since it is not used
Flavio Cruz
2022-11-25
4
-80
/
+0
*
x86_64: Add missing int_entry_table entries for APIC
Samuel Thibault
2022-11-15
1
-0
/
+15
*
default_pager_types.defs: define existing struct types as true structs
Flavio Cruz
2022-11-11
1
-4
/
+13
*
interrupt: Fix passing parameter to splx_cli and ioapic_irq_eoi
Samuel Thibault
2022-11-10
1
-2
/
+2
*
doc: Add hints on using convenience variables in show commands
Samuel Thibault
2022-11-06
1
-0
/
+9
*
Remove unused mig type definitions in gnumach
Flavio Cruz
2022-11-06
2
-21
/
+0
*
i386/pit: Tune delays
Damien Zammit
2022-10-26
2
-4
/
+22
*
linux drivers: Don't depend on curr_pic_mask for APIC
Damien Zammit
2022-10-26
1
-2
/
+2
*
acpi: Add lapic_addr
Damien Zammit
2022-10-25
2
-0
/
+3
*
bios32: Use phystokv() on low bios addresses
Damien Zammit
2022-10-25
1
-5
/
+5
*
proc_reg: Fix pushf/popf
Samuel Thibault
2022-10-25
1
-6
/
+6
*
kdb: Fix TODO for multiprocessor
Damien Zammit
2022-10-25
2
-1
/
+4
*
Fix when enabling APIC without SMP
Etienne Brateau
2022-09-26
2
-10
/
+10
*
std_types: Drop char, short and int type definitions
Samuel Thibault
2022-09-18
1
-3
/
+0
*
x86_64: ignore warning
Samuel Thibault
2022-09-18
1
-0
/
+1
*
interrupt: Fix saving irq/ipl when linux drivers are disabled
Samuel Thibault
2022-09-17
2
-27
/
+68
[next]