aboutsummaryrefslogtreecommitdiff
path: root/device/dev_pager.c
Commit message (Expand)AuthorAgeFilesLines
* slock: Fix initialization of statically-allocated slocksSamuel Thibault2023-02-081-4/+2
* dev_pager.c: use mach_msg_type_number_tFlavio Cruz2023-01-251-1/+1
* Include mig generated device headers to avoid missing prototypesFlavio Cruz2023-01-191-0/+1
* Fix some warnings with -Wmissing-prototypes.Flavio Cruz2022-12-271-10/+10
* dev_pager.c: fix wrong condition to remove entriesJoan Lledó2022-08-091-2/+2
* vm_object: Fix vm_object_page_map map function prototypeSamuel Thibault2022-02-161-1/+1
* Fix rejecting the mapping of some pagesSamuel Thibault2021-11-281-6/+20
* Drop unused device_pager_releaseSamuel Thibault2021-11-071-13/+0
* dev_pager: rename hash macrosJoan Lledó2021-08-281-13/+13
* dev_pager: implement offsetJoan Lledó2021-08-281-5/+110
* device_pager_setup: Add FIXME commentSamuel Thibault2020-09-101-0/+1
* Restore vm_size_t to natural_tSamuel Thibault2020-03-311-1/+1
* 64bit: Fix vm_size_t sizeSamuel Thibault2020-03-291-1/+1
* Fix dev_ops typesSamuel Thibault2018-07-281-0/+1
* Remove deprecated external memory management interface.Justus Winter2016-10-031-165/+6
* Stack the slab allocator directly on top of the physical allocatorRichard Braun2016-02-021-2/+2
* Convert from K&R to ANSIMarin Ramesa2014-04-041-2/+1
* device: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-171-37/+37
* device/dev_pager.c (device_pager_data_request_done): cast to size_t instead t...Marin Ramesa2013-12-151-1/+1
* device/dev_pager.c: remove unnecessary castsMarin Ramesa2013-12-151-2/+2
* device/dev_pager.c: remove forward declarationsMarin Ramesa2013-12-101-4/+0
* device/dev_pager.c: remove forward declarationMarin Ramesa2013-12-101-3/+1
* device/dev_pager.c (device_pager_data_request_done): remove unnecessary castMarin Ramesa2013-12-101-1/+1
* device/dev_pager.c (device_pager_data_request): cast to (void *) instead to (...Marin Ramesa2013-12-101-1/+1
* device/dev_pager.c (device_pager_data_request): remove forward declarationMarin Ramesa2013-12-101-1/+1
* remove lint codeMarin Ramesa2013-09-211-12/+0
* Coding style trivial fixesMarin Ramesa2013-09-211-2/+2
* remove register qualifiersMarin Ramesa2013-09-211-29/+29
* Use unsigned long for addresses and sizesSamuel Thibault2012-03-091-2/+2
* Fix kern/kalloc.h includesRichard Braun2011-12-171-1/+0
* Adjust the kernel to use the slab allocatorRichard Braun2011-12-171-21/+12
* Add missing headersGuillem Jover2011-08-301-0/+1
* 2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-0/+1
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-3/+3
* 2006-12-30 Richard Braun <syn@hurdfr.org>Samuel Thibault2009-06-181-0/+2
* 2006-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-1/+1
* 2006-11-09 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+2
* 2006-11-07 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+1
* 2006-11-05 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-2/+3
* 2006-03-20 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-5/+0
* 2001-10-07 Roland McGrath <roland@frob.com>Roland McGrath2001-10-071-14/+14
* 2001-04-04 Roland McGrath <roland@frob.com>Roland McGrath2001-04-051-3/+3
* Initial sourceThomas Bushnell1997-02-251-0/+741