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
/
ds_routines.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
irq: make device_intr_register reject bogus intr id
Samuel Thibault
2024-12-24
1
-0
/
+3
*
remove machine/machspl.h as it duplicates machine/spl.h
LD
2024-03-09
1
-2
/
+2
*
device: Convert io_done_list_lock to simple_lock_irq
Samuel Thibault
2023-08-12
1
-12
/
+8
*
x86_64: enable code for managing interrupts
Luca Dariz
2023-05-26
1
-6
/
+6
*
Use c_string for dev_name_t in the device subsystem.
Flavio Cruz
2023-04-29
1
-0
/
+8
*
Document spl levels of locks taken during interrupts
Samuel Thibault
2023-02-15
1
-1
/
+2
*
slock: Fix initialization of statically-allocated slocks
Samuel Thibault
2023-02-08
1
-1
/
+1
*
Fix several warnings for -Wmissing-prototypes
Flavio Cruz
2023-01-24
1
-3
/
+3
*
Include mig generated device headers to avoid missing prototypes
Flavio Cruz
2023-01-19
1
-6
/
+7
*
update writev syscall signature with rpc types
Luca Dariz
2023-01-18
1
-9
/
+13
*
Fix some warnings with -Wmissing-prototypes.
Flavio Cruz
2022-12-27
1
-2
/
+2
*
Define vm_size_t and vm_offset_t as __mach_uintptr_t.
Flavio Cruz
2022-12-06
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 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
1
-0
/
+54
*
Fix build with -fno-common
Samuel Thibault
2020-03-31
1
-0
/
+1
*
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
1
-2
/
+2
*
Fix warnings
Samuel Thibault
2015-05-02
1
-64
/
+60
*
Convert from K&R to ANSI
Marin Ramesa
2014-04-04
1
-31
/
+27
*
Use explicit prototypes for struct dev_ops fields
Marin Ramesa
2014-04-04
1
-1
/
+1
*
Declare void argument lists (part 2)
Marin Ramesa
2013-12-20
1
-1
/
+1
*
Mark functions that don't return with attribute noreturn
Marin Ramesa
2013-12-17
1
-1
/
+1
*
device: qualify pointers whose dereferenced values are constant with const
Marin Ramesa
2013-12-17
1
-13
/
+13
*
Cleanup of the copyin() and copyout() calls
Marin Ramesa
2013-12-17
1
-5
/
+5
*
Declare void argument lists
Marin Ramesa
2013-12-15
1
-3
/
+3
*
Cleanup of the memcpy(), memmove(), memcmp() and memset() calls
Marin Ramesa
2013-12-11
1
-2
/
+2
*
add comments after endifs
Marin Ramesa
2013-09-21
1
-8
/
+8
*
remove lint code
Marin Ramesa
2013-09-21
1
-13
/
+0
*
remove register qualifiers
Marin Ramesa
2013-09-21
1
-33
/
+32
*
Use unsigned long for addresses and sizes
Samuel Thibault
2012-03-09
1
-1
/
+1
*
Adjust VM initialization
Richard Braun
2011-12-17
1
-6
/
+5
*
Adjust the kernel to use the slab allocator
Richard Braun
2011-12-17
1
-22
/
+16
*
Fix declarations
Samuel Thibault
2011-08-31
1
-0
/
+2
*
Move free_skbuffs declaration to the top
Samuel Thibault
2011-08-28
1
-4
/
+1
*
Add prototype for free_skbuffs function
Guillem Jover
2011-08-27
1
-0
/
+4
*
Update constants to nowadays standards
Samuel Thibault
2011-04-22
1
-1
/
+1
*
Add a SoftDebugger function
Samuel Thibault
2009-12-21
1
-3
/
+3
*
Add Xen support
Samuel Thibault
2009-12-16
1
-0
/
+8
*
Fix warnings
Samuel Thibault
2009-10-20
1
-1
/
+1
*
2008-11-15 Shakthi Kannan <shakshurd@gmail.com>
Samuel Thibault
2009-06-18
1
-5
/
+5
*
2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibault
2009-06-18
1
-0
/
+1
*
2008-07-15 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-0
/
+1
*
2007-03-27 Thomas Schwinge <tschwinge@gnu.org>
Thomas Schwinge
2009-06-18
1
-295
/
+344
[next]