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
/
dev_pager.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
slock: Fix initialization of statically-allocated slocks
Samuel Thibault
2023-02-08
1
-4
/
+2
*
dev_pager.c: use mach_msg_type_number_t
Flavio Cruz
2023-01-25
1
-1
/
+1
*
Include mig generated device headers to avoid missing prototypes
Flavio Cruz
2023-01-19
1
-0
/
+1
*
Fix some warnings with -Wmissing-prototypes.
Flavio Cruz
2022-12-27
1
-10
/
+10
*
dev_pager.c: fix wrong condition to remove entries
Joan Lledó
2022-08-09
1
-2
/
+2
*
vm_object: Fix vm_object_page_map map function prototype
Samuel Thibault
2022-02-16
1
-1
/
+1
*
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
*
device_pager_setup: Add FIXME comment
Samuel Thibault
2020-09-10
1
-0
/
+1
*
Restore vm_size_t to natural_t
Samuel Thibault
2020-03-31
1
-1
/
+1
*
64bit: Fix vm_size_t size
Samuel Thibault
2020-03-29
1
-1
/
+1
*
Fix dev_ops types
Samuel Thibault
2018-07-28
1
-0
/
+1
*
Remove deprecated external memory management interface.
Justus Winter
2016-10-03
1
-165
/
+6
*
Stack the slab allocator directly on top of the physical allocator
Richard Braun
2016-02-02
1
-2
/
+2
*
Convert from K&R to ANSI
Marin Ramesa
2014-04-04
1
-2
/
+1
*
device: qualify pointers whose dereferenced values are constant with const
Marin Ramesa
2013-12-17
1
-37
/
+37
*
device/dev_pager.c (device_pager_data_request_done): cast to size_t instead t...
Marin Ramesa
2013-12-15
1
-1
/
+1
*
device/dev_pager.c: remove unnecessary casts
Marin Ramesa
2013-12-15
1
-2
/
+2
*
device/dev_pager.c: remove forward declarations
Marin Ramesa
2013-12-10
1
-4
/
+0
*
device/dev_pager.c: remove forward declaration
Marin Ramesa
2013-12-10
1
-3
/
+1
*
device/dev_pager.c (device_pager_data_request_done): remove unnecessary cast
Marin Ramesa
2013-12-10
1
-1
/
+1
*
device/dev_pager.c (device_pager_data_request): cast to (void *) instead to (...
Marin Ramesa
2013-12-10
1
-1
/
+1
*
device/dev_pager.c (device_pager_data_request): remove forward declaration
Marin Ramesa
2013-12-10
1
-1
/
+1
*
remove lint code
Marin Ramesa
2013-09-21
1
-12
/
+0
*
Coding style trivial fixes
Marin Ramesa
2013-09-21
1
-2
/
+2
*
remove register qualifiers
Marin Ramesa
2013-09-21
1
-29
/
+29
*
Use unsigned long for addresses and sizes
Samuel Thibault
2012-03-09
1
-2
/
+2
*
Fix kern/kalloc.h includes
Richard Braun
2011-12-17
1
-1
/
+0
*
Adjust the kernel to use the slab allocator
Richard Braun
2011-12-17
1
-21
/
+12
*
Add missing headers
Guillem Jover
2011-08-30
1
-0
/
+1
*
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
-3
/
+3
*
2006-12-30 Richard Braun <syn@hurdfr.org>
Samuel Thibault
2009-06-18
1
-0
/
+2
*
2006-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibault
2009-06-18
1
-1
/
+1
*
2006-11-09 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-1
/
+2
*
2006-11-07 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-0
/
+1
*
2006-11-05 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-2
/
+3
*
2006-03-20 Thomas Schwinge <tschwinge@gnu.org>
Thomas Schwinge
2009-06-18
1
-5
/
+0
*
2001-10-07 Roland McGrath <roland@frob.com>
Roland McGrath
2001-10-07
1
-14
/
+14
*
2001-04-04 Roland McGrath <roland@frob.com>
Roland McGrath
2001-04-05
1
-3
/
+3
*
Initial source
Thomas Bushnell
1997-02-25
1
-0
/
+741