summaryrefslogtreecommitdiff
path: root/sys/arch/amiga
AgeCommit message (Expand)Author
2000-07-22art's typo, getting fed up of these.Marc Espie
2000-07-20Revert to old vm, now that it builds again.Marc Espie
2000-07-19Use t_rstrt_to for ttrstrt timeout.Artur Grabowski
2000-07-16Consistent COPTSMarc Espie
2000-07-16non-UVM doesn't even bootMarc Espie
2000-07-11since .cvsignore is there, .keep_me is not neededTheo de Raadt
2000-07-06Change splsoftclock() call to spllowersoftclock() to conform with otherHakan Olsson
2000-07-06Change splsoftclock() to raise the spl, instead of lowering it.Hakan Olsson
2000-06-23remove obsolete vtrace guts; art@Michael Shalayeff
2000-06-08Add explicit inclusions of signalvar.h to files actually using syms definedNiklas Hallqvist
2000-06-07At art@'s prompting, change amiga's loadbsd flag parsing to look moreMarc Espie
2000-06-05Need to include files.mii due to latest elink3 changes.Artur Grabowski
2000-06-05Changes to exit handling.Artur Grabowski
2000-05-30Oops. conversion braino.Artur Grabowski
2000-05-28Bugfix pmap_activate.Artur Grabowski
2000-05-28Disable cross for UVM until I figure out what the #$%&! is happening in here.Artur Grabowski
2000-05-28UVM. kmem_alloc -> uvm_km_zalloc. And one ugly construction -> uvm_km_valloc.Artur Grabowski
2000-05-28missing arguments and typos.Artur Grabowski
2000-05-27Fix a bunch of typos.Artur Grabowski
2000-05-27Even more name changes for UVM.Artur Grabowski
2000-05-27Need to include <vm/vm.h> for round_page.Artur Grabowski
2000-05-27UVM support.Artur Grabowski
2000-05-27UVM support.Artur Grabowski
2000-05-27UVM support. (kernacc -> uvm_kernacc)Artur Grabowski
2000-05-27uvm support.Artur Grabowski
2000-05-27vm freelist defines for UVM.Artur Grabowski
2000-05-27Make pmap_activate take struct proc * as arguemnt.Artur Grabowski
2000-05-27Start of support for UVM. interrupt counters and kmem_free -> uvm_km_free.Artur Grabowski
2000-05-27Interrupt counter define for UVM.Artur Grabowski
2000-05-27Oops. This is also needed for MACHINE_NEW_NONCONTIG.Artur Grabowski
2000-05-27MACHINE_NEW_NONCONTIG code for amiga. Enabled by default.Artur Grabowski
2000-04-29From Lars Hecking <lhecking@nmrc.ucc.ie>:Marc Espie
2000-04-28Nicer ite3 console.Marc Espie
2000-04-17Move some misplaced periods outside of the parentheses.Aaron Campbell
2000-04-12Remove all arguments to the .Os macro so that all of 2.7's man pages willAaron Campbell
2000-04-12Fix pcic attachments; jj@dynarc.seAaron Campbell
2000-04-11Check usec for >= 1000000, not just > ; as msaitoh@NetBSD.orgPaul Janzen
2000-03-23New API for timeouts. Replaces the old timeout()/untimeout() API andArtur Grabowski
2000-02-29Enable the AriadneII driver + more of IDE stuffNiklas Hallqvist
2000-02-29This one is for jj: The AriadneII driver, adapted from Bernd Enesti'sNiklas Hallqvist
2000-02-22enlarge msgbuf, somewhat line netbsd didTheo de Raadt
2000-02-13Fix.Marc Espie
2000-02-12Let manpages be built if !amigaMarc Espie
2000-01-24Amiga HW clock code was not Y2K compliant.Marc Espie
2000-01-19Fix matthieu's damage. Amiga kernel sure compiles better with a prototypeMarc Espie
2000-01-09add INET6 into conf/GENERIC.Jun-ichiro itojun Hagino
2000-01-03.Sh "SEE ALSO" -> .Sh SEE ALSOPaul Janzen
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
1999-12-08add GENERIC.v6 (IPv6 test configuration). to be integrated into GENREIC.Jun-ichiro itojun Hagino
1999-11-22add empty mmioctl() implementation for new /dev/mem interface for allMatthieu Herrb