summaryrefslogtreecommitdiff
path: root/sys/arch/amiga
AgeCommit message (Collapse)Author
1999-09-14Spelling, some from jj@it.kth.seMarc Espie
1999-09-14amiga subdirMarc Espie
1999-09-09Keep wdc_isa.c happy.Marc Espie
1999-09-09New atapi->scsi interface.Marc Espie
Kill acd.
1999-09-09... and activate subdirMarc Espie
1999-09-09Put the loadbsd amigaos binary into our repository to easeMarc Espie
make release. Corresponding wrapper. New loadbsd.8 man page. New binary itself (gcc 2.95.1 runs under amigaos now)
1999-09-03Change the pmap_enter api to pass down an argument that indicatesArtur Grabowski
the access type that caused this mapping. This is to simplify pmaps with mod/ref emulation (none for the moment) and in some cases speed up pmap_is_{referenced,modified}. At the same time, clean up some mappings that had too high protection. XXX - the access type is incorrect in old vm, it's only used by uvm and MD code. The actual use of this in pmap_enter implementations is not in this commit.
1999-08-17New cpu_fork API to take a stack in which you point the child's stackpointerNiklas Hallqvist
to, at the bottom or the top, depending on your architecture's stack growth direction. This is in preparation for Linux' clone(2) emulation. port maintainers, please check that I did the work right.
1999-07-30acd went awayTheo de Raadt
1999-07-30acd goes awayTheo de Raadt
1999-07-27s/disk_pages/scsi_disk_pages/Niklas Hallqvist
1999-07-20126 -> NBT_BADConstantine Sapuntzakis
Fix disklabel/bad sectors stuff in wd
1999-07-18pmap_activate() and pmap_deactivate() are MDTheo de Raadt
1999-07-18fix pmap_activate() and pmap_deactivate() arguments after art changed thingsTheo de Raadt
1999-07-18fix pmap_activate() and pmap_deactivate() arguments after art changed thingsTheo de Raadt
1999-07-09MANSUBDIRTheo de Raadt
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-07-08flesh out .DtTheo de Raadt
1999-07-08install into man8/arch subdirsTheo de Raadt
1999-06-08Use m68k/exec.hMarc Espie
1999-05-24Only do basic work in the ethernet interrupt context, and queue packets toJason Wright
be bridged. Do the real work in a scheduled netisr.
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-05-22Add new vm_swap code for dynamic swap. From netbsd, munged some by me, andTobias Weingartner
others. syscall commit pending.
1999-05-13Compensate for the check for onwership of unicast packets in promiscuousJason Wright
mode being moved to if_ether.c. This is the last of the drivers hopefully.
1999-05-10egcs -Wall warns unless & is used as a modifier in extended asms, e.g.,Marc Espie
constraints should begin "=&", not "&=".
1999-04-18Add es and fr keymaps, shamelessly taken from NetBSD.Marc Espie
1999-04-05Missing subdir -> no obj link.Marc Espie
1999-03-25Add small man page for loadkmap, so that people may know about it.Marc Espie
1999-03-08Tweak horizontal frequency higher so that fringe case (basic SVGA + oldMarc Espie
picassoII) work.
1999-03-05Add forgotten file, espie@ has checked it compilesNiklas Hallqvist
1999-03-02TypoMarc Espie
1999-03-01Add extra pixel to 'l', so that it no longer looks like a '|'Marc Espie
1999-01-21just include <m68k/spinlock.h> so <machine/spinlock.h> works for libc_rTodd C. Miller
1999-01-20Yep, our pcmcia framework works on amigas too :-)Niklas Hallqvist
I also added aic and ep, although they are untested.
1999-01-20Add dummy versions of bus_space_{alloc,free}Niklas Hallqvist
1999-01-20Clear regs on process startup; from NetBSDNiklas Hallqvist
1999-01-20Remove stack reset that was incompatible with kthread rfork useNiklas Hallqvist
1999-01-19Add isa_intr_check functionalityNiklas Hallqvist
1999-01-19Add isa_intr_check functionalityNiklas Hallqvist
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1999-01-10Generalize cpu_set_kpc to take any kind of arg; mostly from NetBSDNiklas Hallqvist
1999-01-08check for lp->d_secpercyl == 0) in bounds_check_with_label()Todd C. Miller
1999-01-07global decl for *intr() routines, plus add INET6Theo de Raadt
1999-01-02Midi & sequencer support from NetBSD, mostly by Lennart AugustssonNiklas Hallqvist
1998-11-03Update audio_hw_if.Jason Downs
1998-10-05Obsoleted by new ISA drivers, finallyNiklas Hallqvist
1998-10-05Update the API to be more compatibe with NetBSD, but also add new extensions:Niklas Hallqvist
bus_sapce_{read,write}_raw_region_[248] a la the raw_multi variants. These last ones are not yet used.
1998-10-04No more name clashes since ed disappeared from the isa worldNiklas Hallqvist
1998-10-03Add a "spoofonly" argument to readdisklabel() which will be used toTodd C. Miller
implement an ioctl to get a spoofed label even for disks that have a label on them.
1998-09-25o xfs is in the house (thanks art, for getting me started)Todd T. Fries
o all but vax are major 51