summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_m68k.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingmiod2014-03-181-211/+0
| | | | | | | this hardware alive is becoming increasingly difficult, and I should heed the message sent by the three disks which have died on me over the last few days. Noone sane will mourn these ports anyway. So long, and thanks for the fish.
* reduce use of <sys/user.h>deraadt2013-11-011-2/+1
| | | | ok guenther millert
* Remove support for a.out and ecoff. We only do elf now.deraadt2013-10-171-2/+2
| | | | ok miod
* Avoid using PAGE_SHIFT, PAGE_SIZE, and PAGE_MASK defines, since we alreadyderaadt2013-03-281-6/+6
| | | | | know it from the machine. ok miod
* Use the PAGE_* forms (instead of the ancient BSD forms) in param.h,deraadt2012-07-091-6/+6
| | | | | | | because param.h will get a kick in the head sometime in the future. One day, maybe both can become invisible, but we boot one of them first. ok guenter
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* 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
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* 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
| | | | in _kvm_kvatop().
* Make this actually compilemillert2001-05-191-3/+3
|
* Convert lseek/{read,write} pairs into pread and pwrite.art2001-05-181-10/+6
| | | | from my todo list, work by Jonathon Fletcher <jonathon.fletcher@pobox.com>.
* Switch alpha from libkvm.old to libkvm with code from NetBSD.niklas1997-02-261-3/+3
| | | | %x -> %lx format fixes from me.
* 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