Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-04-19 | NetBSD 960317 merge | Niklas Hallqvist | |
1996-04-19 | NetBSD 960317 merge | Niklas Hallqvist | |
1996-03-24 | Move thread prototypes back to <sys/proc.h> | Thorsten Lockert | |
Duplicate boolean_t definition in <sys/types.h>, protected by _KERNEL Only use boolean_t definition in <vm/vm_param.h> when not _KERNEL Mark latter two with XXX | |||
1996-03-24 | Move thread prototypes to <vm/vm_param.h> for consistency XXX | Thorsten Lockert | |
1996-03-24 | iprint is used without DEBUG too | Thorsten Lockert | |
1996-03-23 | Moved boolean_t back to vm_param.h; not protected by _KERNEL. It needs to | Thorsten Lockert | |
be available to userland (libc, libkvm, others), but will break software if defined in <sys/types.h>. | |||
1996-03-19 | Merging w/ NetBSD 021796. | Michael Shalayeff | |
speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so). | |||
1996-03-03 | From NetBSD: merge with 960217 | Niklas Hallqvist | |
1996-02-19 | Make swap accounting actually work... | Thorsten Lockert | |
1996-02-18 | Count swapins and swapouts in the sum structure | Thorsten Lockert | |
1996-01-07 | add minherit() system call | Theo de Raadt | |
1995-12-21 | from netbsd; in swapin() do process queue removal at splstatclock instead of ↵ | Theo de Raadt | |
splhigh | |||
1995-12-14 | put back the pica stuff i killed | Theo de Raadt | |
1995-12-14 | from netbsd: | Theo de Raadt | |
Extend use of vm_object_prefer() to vm_allocate_with_pager(). Make vm_object_prefer() call MD aligner for "pageless" objects too, so we can have more control over the virtual address to be used. Implementation could be simpler if we by-pass the object to mapped, but we'd loose the ability to adapt alignment to objects that were previously mmap'ed with MAP_FIXED on. Only expect vm_fork() to return if __FORK_BRAINDAMAGE is defined. Eliminate unused third arg to vm_fork(). | |||
1995-10-23 | vm_map_pageable(..,FALSE) of upage is pica specific | Theo de Raadt | |
1995-10-18 | pica required changes for upage; from pefo | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |