NetBSD/sys/uvm
cgd 651b44e211 Rework the way kernel include files are installed. In the new method,
as with user-land programs, include files are installed by each directory
in the tree that has includes to install.  (This allows more flexibility
as to what gets installed, makes 'partial installs' easier, and gives us
more options as to which machines' includes get installed at any given
time.)  The old SYS_INCLUDES={symlinks,copies} behaviours are _both_
still supported, though at least one bug in the 'symlinks' case is
fixed by this change.  Include files can't be build before installation,
so directories that have includes as targets (e.g. dev/pci) have to move
those targets into a different Makefile.
1998-06-12 23:22:30 +00:00
..
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
uvm_amap_i.h
uvm_amap.c detect ending VA wrap-around in the chunking code of amap_copy. 1998-05-14 13:51:28 +00:00
uvm_amap.h KNF. 1998-03-09 00:58:55 +00:00
uvm_anon.h KNF. 1998-03-09 00:58:55 +00:00
uvm_aobj.c
uvm_aobj.h
uvm_device.c Remove inclusions of syscall (and syscall argument) related header files; 1998-05-05 20:51:04 +00:00
uvm_device.h KNF. 1998-03-09 00:58:55 +00:00
uvm_extern.h Use size_t to pass the length of the memory region to operate on to chgkprot(), 1998-05-09 15:04:39 +00:00
uvm_fault_i.h KNF. 1998-03-09 00:58:55 +00:00
uvm_fault.c Use the sparc's GCC lossage fix for the arm32 port as well. Problem appears 1998-06-02 20:51:24 +00:00
uvm_fault.h KNF. 1998-03-09 00:58:55 +00:00
uvm_glue.c Use size_t to pass the length of the memory region to operate on to chgkprot(), 1998-05-09 15:04:39 +00:00
uvm_glue.h
uvm_init.c Remove inclusions of syscall (and syscall argument) related header files; 1998-05-05 20:51:04 +00:00
uvm_io.c Remove inclusions of syscall (and syscall argument) related header files; 1998-05-05 20:51:04 +00:00
uvm_km.c correct counting for uvmexp.wired: 1998-06-09 05:18:52 +00:00
uvm_km.h
uvm_loan.c Remove inclusions of syscall (and syscall argument) related header files; 1998-05-05 20:51:04 +00:00
uvm_loan.h
uvm_map_i.h KNF. 1998-03-09 00:58:55 +00:00
uvm_map.c fix bug in uvm_map_extract, remove case. make sure we update the loop 1998-05-22 02:01:54 +00:00
uvm_map.h
uvm_meter.c KNF. 1998-03-09 00:58:55 +00:00
uvm_mmap.c Per XSH98, const'ify the `addr' arguments to mlock() and munlock(). 1998-05-30 22:21:03 +00:00
uvm_object.h KNF. 1998-03-09 00:58:55 +00:00
uvm_page_i.h remove tmpwire arg from uvm_pagewire() -- it isn't needed anymore. 1998-03-22 21:29:30 +00:00
uvm_page.c unstatic uvm_page_physload so pmap modules can use it too. 1998-05-28 15:31:31 +00:00
uvm_page.h unstatic uvm_page_physload so pmap modules can use it too. 1998-05-28 15:31:31 +00:00
uvm_pager_i.h KNF. 1998-03-09 00:58:55 +00:00
uvm_pager.c Remove inclusions of syscall (and syscall argument) related header files; 1998-05-05 20:51:04 +00:00
uvm_pager.h KNF. 1998-03-09 00:58:55 +00:00
uvm_pdaemon.c KNF. 1998-03-09 00:58:55 +00:00
uvm_pdaemon.h
uvm_pglist.c Remove inclusions of syscall (and syscall argument) related header files; 1998-05-05 20:51:04 +00:00
uvm_stat.c uvm_dump now dumps some important pointers for debugging 1998-03-10 14:36:55 +00:00
uvm_stat.h KNF. 1998-03-09 00:58:55 +00:00
uvm_swap.c fix a problem with swapping to files where a new variable introduced was not 1998-05-01 01:40:02 +00:00
uvm_swap.h
uvm_unix.c KNF. 1998-03-09 00:58:55 +00:00
uvm_user.c KNF. 1998-03-09 00:58:55 +00:00
uvm_vnode.c Remove inclusions of syscall (and syscall argument) related header files; 1998-05-05 20:51:04 +00:00
uvm_vnode.h KNF. 1998-03-09 00:58:55 +00:00
uvm.h defopt LOCKDEBUG 1998-05-20 01:32:29 +00:00