Age | Commit message (Expand) | Author |
1999-10-11 | permit builds with NFSSERVER, without NFSCLIENT; cmetz | Theo de Raadt |
1999-09-03 | Change the pmap_enter api to pass down an argument that indicates | Artur Grabowski |
1999-08-23 | vm_offset_t -> {v,p}addr_t, vm_size_t -> {v,p}size_t | Artur Grabowski |
1999-08-23 | vm_offset_t -> {v,p}addr_t + some other cleanup | Artur Grabowski |
1999-08-18 | some ifndef UVM | Artur Grabowski |
1999-08-17 | typo | Niklas Hallqvist |
1999-08-17 | New cpu_fork API to take a stack in which you point the child's stackpointer | Niklas Hallqvist |
1999-07-18 | pmap_activate() and pmap_deactivate() are MD | Theo de Raadt |
1999-07-09 | vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_t | Artur Grabowski |
1999-07-06 | use NFSSERVER || NFSCLIENT instead of NFS | Theo de Raadt |
1999-06-29 | remove vm_inherit_t casts, not really needed; millert@ | Aaron Campbell |
1999-06-23 | Improved sysv shared memory. Works with UVM. | Artur Grabowski |
1999-06-01 | remove the "ifdef pmap_resident_count" hack and replace it with a macro. | Artur Grabowski |
1999-05-24 | quieter operation during initial mounting of primary swap | Tobias Weingartner |
1999-05-22 | Add new vm_swap code for dynamic swap. From netbsd, munged some by me, and | Tobias Weingartner |
1999-02-26 | add some struct members that uvm uses | Artur Grabowski |
1999-02-19 | Allocate the u-area early in fork1 instead of in vm_fork. | Artur Grabowski |
1999-02-19 | make vm_page_alloc_contig() a std function | Theo de Raadt |
1999-02-08 | typo in comment | Artur Grabowski |
1999-02-01 | More general conditional for mips | Per Fogelstrom |
1999-01-10 | vm_map_deallocate: only release the simple lock when ref_count > 0. in the ot... | Artur Grabowski |
1999-01-09 | Fix to a VM cache trash bug by Chuck Cranor | Niklas Hallqvist |
1998-12-30 | indent | Artur Grabowski |
1998-12-30 | clean up DIAGNOSTIC | Artur Grabowski |
1998-10-30 | fix !VM_PAGE_NOADD case which was incompilable. | Michael Shalayeff |
1998-09-11 | include pmap.h earlier, so MD pmap structures may be | Michael Shalayeff |
1998-07-28 | Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t... | Todd C. Miller |
1998-06-09 | a = a + b; --> a += b; | Michael Shalayeff |
1998-06-02 | const mlock(2) and munlock(2) | Theo de Raadt |
1998-05-11 | Do not allow mapping of immutable/append-only in a way that allows writing. | Niklas Hallqvist |
1998-04-25 | Fix my messup in the last commit, thanks mickey | Niklas Hallqvist |
1998-04-25 | typo | Niklas Hallqvist |
1998-04-25 | typo | Niklas Hallqvist |
1998-03-30 | do not count proc0 faults (happens in amiga pmap_init) | Niklas Hallqvist |
1998-03-26 | correctly count ru_majflt. the fix pulled in from netbsd pr#1397 is | chuck |
1998-03-20 | Some cleanup of page steals | Niklas Hallqvist |
1998-03-02 | Move some pmap_* protos out of PMAP_EXCLUDE_DECLS as sparc does not need/want | Niklas Hallqvist |
1998-03-01 | Put back former pmap_steal_memory in non MNN case, at least i386 still | Niklas Hallqvist |
1998-03-01 | Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor, | Niklas Hallqvist |
1998-02-25 | check for zerodev special case before kicking out all VCHR cases | Theo de Raadt |
1998-02-23 | KNF | Niklas Hallqvist |
1998-02-23 | KNF | Niklas Hallqvist |
1998-02-19 | Tighten up the mmapping of char devices even more. Do not allow | Niklas Hallqvist |
1998-02-18 | do not permit read+write mmap on a read-only device-based descriptor; | Theo de Raadt |
1998-02-06 | Maintain count of free pages. This bug triggered total hangs on | Niklas Hallqvist |
1998-02-03 | Fix the non-MACHINE_NONCONTIG case for Jason's fix. | Todd C. Miller |
1998-02-02 | Replay revisions 1.8 and 1.9. | Jason Downs |
1998-02-02 | The "fix" for running out of kernel maps, from FreeBSD. Integrated by | Jason Downs |
1997-12-12 | careful about redefining TRUE and FALSE | Theo de Raadt |
1997-12-10 | Fix for chuck cranor's crashme program. | Constantine Sapuntzakis |