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
*
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
*
device: Remove unused file.
Justus Winter
2017-09-21
1
-44
/
+0
*
Remove deprecated external memory management interface.
Justus Winter
2016-10-03
3
-168
/
+6
*
VM: improve pageout deadlock workaround
Richard Braun
2016-09-16
1
-1
/
+1
*
Remove map entry pageability property.
Richard Braun
2016-09-07
1
-1
/
+1
*
Fix gcc-6 warnings
Samuel Thibault
2016-05-18
1
-2
/
+2
*
Stack the slab allocator directly on top of the physical allocator
Richard Braun
2016-02-02
4
-7
/
+7
*
Fix build with -DDEBUG
Justus Winter
2015-09-27
1
-0
/
+2
*
kern: make sure the queue macros are only used on queues
Justus Winter
2015-07-11
1
-1
/
+1
*
i386: improve the immediate console
Justus Winter
2015-06-28
1
-0
/
+11
*
kern: import `macros.h' from x15
Justus Winter
2015-05-19
3
-3
/
+3
*
Fix warnings
Samuel Thibault
2015-05-02
1
-64
/
+60
*
Fix block_io_mmap prototype
Samuel Thibault
2015-05-02
2
-2
/
+2
*
device: Fix typos in comments (found by codespell)
Stefan Weil
2015-01-02
3
-3
/
+3
*
device: fix net_rcv_msg-messages
Justus Winter
2014-06-11
1
-0
/
+1
*
Convert from K&R to ANSI
Marin Ramesa
2014-04-04
8
-117
/
+102
*
Use explicit prototypes for struct dev_ops fields
Marin Ramesa
2014-04-04
5
-18
/
+66
[next]