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
/
device
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix crash at boot
Samuel Thibault
2023-08-28
1
-5
/
+8
*
kmsg: Fix concurrency against irqs
Samuel Thibault
2023-08-12
1
-17
/
+18
*
device: Convert io_done_list_lock to simple_lock_irq
Samuel Thibault
2023-08-12
1
-12
/
+8
*
tty: Convert t_lock to using simple_lock_irq
Samuel Thibault
2023-08-12
2
-63
/
+37
*
net_io: Fix long / int confusion
Samuel Thibault
2023-08-08
1
-5
/
+5
*
intr: Fix crash on irq notification port destruction
Samuel Thibault
2023-06-12
1
-1
/
+8
*
x86_64: enable code for managing interrupts
Luca Dariz
2023-05-26
1
-6
/
+6
*
Improve portability for device/net_io.c and use designated initializers
Flavio Cruz
2023-05-05
1
-15
/
+17
*
Use c_string for dev_name_t in the device subsystem.
Flavio Cruz
2023-04-29
1
-0
/
+8
*
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
3
-2
/
+5
*
slock: Fix initialization of statically-allocated slocks
Samuel Thibault
2023-02-08
5
-12
/
+9
*
dev_pager.c: use mach_msg_type_number_t
Flavio Cruz
2023-01-25
1
-1
/
+1
*
Fix several warnings for -Wmissing-prototypes
Flavio Cruz
2023-01-24
2
-47
/
+3
*
Remove existing old style definitions and use -Wold-style-definition.
Flavio Cruz
2023-01-19
4
-26
/
+19
*
Include mig generated device headers to avoid missing prototypes
Flavio Cruz
2023-01-19
6
-13
/
+15
*
update writev syscall signature with rpc types
Luca Dariz
2023-01-18
3
-17
/
+21
*
add missing argument names
Luca Dariz
2023-01-16
1
-3
/
+3
*
Fix some warnings with -Wmissing-prototypes.
Flavio Cruz
2022-12-27
11
-75
/
+32
*
Use -Wstrict-prototypes and fix warnings
Flavio Cruz
2022-12-21
8
-68
/
+25
*
Use long_natural_t for recnum_t
Flavio Cruz
2022-12-18
1
-1
/
+1
*
Define vm_size_t and vm_offset_t as __mach_uintptr_t.
Flavio Cruz
2022-12-06
1
-1
/
+1
*
fix warnings for 32 bit builds
Luca Dariz
2022-08-27
1
-2
/
+2
*
dev_pager.c: fix wrong condition to remove entries
Joan Lledó
2022-08-09
1
-2
/
+2
*
device intr: Return an error on bogus intr port
Samuel Thibault
2022-03-13
1
-3
/
+5
*
device intr: Fix hypothetical NULL dererefence
Samuel Thibault
2022-03-13
1
-1
/
+1
*
device: Fix NULL dereference
Samuel Thibault
2022-03-13
1
-2
/
+6
*
device: Avoid NULL dereference
Samuel Thibault
2022-03-13
1
-1
/
+1
*
device_map_page: update prototype
Samuel Thibault
2022-02-18
1
-1
/
+1
*
vm_object: Fix vm_object_page_map map function prototype
Samuel Thibault
2022-02-16
1
-1
/
+1
*
Convert from K&R to ANSI
Etienne Brateau
2021-12-30
2
-22
/
+8
*
Fix rejecting the mapping of some pages
Samuel Thibault
2021-11-28
1
-6
/
+20
*
Drop unused device_pager_release
Samuel Thibault
2021-11-07
1
-13
/
+0
*
dev_pager: rename hash macros
Joan Lledó
2021-08-28
1
-13
/
+13
*
dev_pager: implement offset
Joan Lledó
2021-08-28
1
-5
/
+110
*
SMP: Fix warnings
Samuel Thibault
2021-04-04
1
-2
/
+2
*
intr: Always share irqs
Samuel Thibault
2021-03-31
1
-0
/
+2
*
intr: Add user interrupt handling code for non-Linux case
Damien Zammit
2021-03-31
1
-0
/
+80
*
device_pager_setup: Add FIXME comment
Samuel Thibault
2020-09-10
1
-0
/
+1
*
device intr: Fix reference leak
Samuel Thibault
2020-07-19
1
-1
/
+7
*
intr_register: better document how we'd handle crashes
Samuel Thibault
2020-07-19
1
-3
/
+2
*
64bit: fix build
Samuel Thibault
2020-07-18
1
-6
/
+6
*
Fix xen build
Samuel Thibault
2020-07-15
1
-0
/
+8
*
Add hardware interrupt notification mechanism
Samuel Thibault
2020-07-10
4
-0
/
+408
*
Fix build with -fno-common
Samuel Thibault
2020-03-31
3
-2
/
+3
*
Restore vm_size_t to natural_t
Samuel Thibault
2020-03-31
1
-1
/
+1
*
64bit: fix warnings
Samuel Thibault
2020-03-29
2
-0
/
+13
*
64bit: Fix vm_size_t size
Samuel Thibault
2020-03-29
1
-1
/
+1
*
device: Fix d_mmap type
Samuel Thibault
2018-07-28
4
-6
/
+6
*
Fix dev_ops types
Samuel Thibault
2018-07-28
9
-14
/
+16
[next]