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
*
irq: make device_intr_register reject bogus intr id
Samuel Thibault
2024-12-24
1
-0
/
+3
*
intr: Note which interrupt is being refused to userland
Samuel Thibault
2024-12-23
1
-1
/
+1
*
intr: Protect internals with a lock
Sergey Bugaev
2024-12-10
1
-16
/
+22
*
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
*
Do not install device/input.h
Samuel Thibault
2024-03-15
1
-0
/
+106
*
remove machine/machspl.h as it duplicates machine/spl.h
LD
2024-03-09
3
-5
/
+5
*
Replace kernel header includes in include/mach/mach_types.h with forward decl...
Flavio Cruz
2024-02-12
1
-0
/
+1
*
Fix interrupt handling
Damien Zammit
2023-10-03
1
-2
/
+14
*
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
[next]