summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_m68k.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingmiod2014-03-181-211/+0
* reduce use of <sys/user.h>deraadt2013-11-011-2/+1
* Remove support for a.out and ecoff. We only do elf now.deraadt2013-10-171-2/+2
* Avoid using PAGE_SHIFT, PAGE_SIZE, and PAGE_MASK defines, since we alreadyderaadt2013-03-281-6/+6
* Use the PAGE_* forms (instead of the ancient BSD forms) in param.h,deraadt2012-07-091-6/+6
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* Move KREAD define to kvm_private.hmillert2009-06-201-5/+2
* Use the non-generic SEGSHIFT value in the 020/030 specific codepath.miod2006-06-121-3/+3
* for some of internal functions use paddr_t where phys addr is intended insteadd of u_long; miod@ okmickey2006-03-201-4/+4
* Kill (almost all) warnings.miod2004-09-151-3/+4
* This was supposed to compile.miod2004-07-031-3/+4
* knf; ok millertderaadt2004-06-151-43/+36
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* Include more machdep headers. (paranoia)art2001-12-051-2/+4
* Adapt to new uvm/ includes.art2001-11-061-3/+3
* No need to pull in vm/vm_param.h in any of these files.art2001-11-051-3/+2
* Use symbolic names for MMU flavours, and correctly handle 68060miod2001-06-211-3/+4
* Make this actually compilemillert2001-05-191-3/+3
* Convert lseek/{read,write} pairs into pread and pwrite.art2001-05-181-10/+6
* Switch alpha from libkvm.old to libkvm with code from NetBSD.niklas1997-02-261-3/+3
* sync with netbsdderaadt1996-05-101-5/+32
* sync with 0430deraadt1996-05-051-3/+7
* From NetBSD: merge of 960317niklas1996-03-191-53/+23
* initial import of NetBSD treederaadt1995-10-181-0/+233