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
/
vm
/
vm_fault.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix various function pointer types
Sergey Bugaev
2024-12-10
1
-2
/
+2
*
vm_map_lookup: Add parameter for keeping map locked
Damien Zammit
2024-02-22
1
-2
/
+2
*
Fix some warnings with -Wmissing-prototypes.
Flavio Cruz
2022-12-27
1
-2
/
+2
*
Use -Wstrict-prototypes and fix warnings
Flavio Cruz
2022-12-21
1
-9
/
+9
*
Define vm_size_t and vm_offset_t as __mach_uintptr_t.
Flavio Cruz
2022-12-06
1
-1
/
+1
*
vm_page_grab: allow allocating in high memory
Samuel Thibault
2021-08-27
1
-2
/
+2
*
vm: Mute paging error message.
Justus Winter
2017-08-12
1
-1
/
+1
*
Redefine what an external page is
Richard Braun
2016-09-21
1
-4
/
+4
*
Fix type of program counter argument
Justus Winter
2016-04-20
1
-1
/
+1
*
Add kernel profiling through sampling
Samuel Thibault
2016-04-20
1
-1
/
+1
*
Stack the slab allocator directly on top of the physical allocator
Richard Braun
2016-02-02
1
-1
/
+1
*
Use vm_page as the physical memory allocator
Richard Braun
2016-01-23
1
-2
/
+2
*
vm: enable extra assertions
Justus Winter
2015-08-15
1
-2
/
+0
*
kern: import `macros.h' from x15
Justus Winter
2015-05-19
1
-1
/
+1
*
Convert from K&R to ANSI
Marin Ramesa
2014-04-04
1
-60
/
+46
*
Declare void argument lists
Marin Ramesa
2013-12-15
1
-1
/
+1
*
vm/vm_fault.c: remove forward declaration
Marin Ramesa
2013-12-05
1
-2
/
+0
*
Remove leftover register qualifiers
Marin Ramesa
2013-11-24
1
-1
/
+1
*
vm/vm_fault.c: remove register qualifiers
Marin Ramesa
2013-11-15
1
-23
/
+17
*
vm/vm_fault.c: remove unused variable
Marin Ramesa
2013-11-15
1
-2
/
+0
*
Fix task stats incrementations
Samuel Thibault
2013-01-13
1
-3
/
+3
*
Add statistics for task_events_info
David Höppner
2013-01-13
1
-0
/
+7
*
Use unsigned long for addresses and sizes
Samuel Thibault
2012-03-09
1
-1
/
+1
*
Remove arbitrary limits used by the zone system
Richard Braun
2011-12-17
1
-1
/
+0
*
Adjust the kernel to use the slab allocator
Richard Braun
2011-12-17
1
-11
/
+9
*
2008-12-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibault
2009-06-18
1
-1
/
+1
*
2008-07-15 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-1
/
+1
*
2007-05-05 Thomas Schwinge <tschwinge@gnu.org>
Thomas Schwinge
2009-06-18
1
-1
/
+1
*
2006-12-30 Richard Braun <syn@hurdfr.org>
Samuel Thibault
2009-06-18
1
-1
/
+1
*
2006-12-03 Thomas Schwinge <tschwinge@gnu.org>
Thomas Schwinge
2009-06-18
1
-22
/
+0
*
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-10-15 Thomas Schwinge <tschwinge@gnu.org>
Thomas Schwinge
2009-06-18
1
-5
/
+1
*
2001-04-04 Roland McGrath <roland@frob.com>
Roland McGrath
2001-04-05
1
-17
/
+17
*
1999-06-27 Thomas Bushnell, BSG <tb@mit.edu>
Thomas Bushnell
1999-06-27
1
-4
/
+4
*
Initial source
Thomas Bushnell
1997-02-25
1
-0
/
+2182