Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-08-31 | Return ENXIO on open of /dev/mem minor devs that don't exist | Todd C. Miller | |
1998-08-24 | Add support for /dev/ksyms to arch-specific files | Todd C. Miller | |
1998-08-13 | Make loadbsd aware of poolmem (mainly, kill poolmem before scanning the | Marc Espie | |
memory list) | |||
1998-08-04 | fix type of resid in debugging printf | Todd C. Miller | |
1998-07-28 | Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned ↵ | Todd C. Miller | |
(size_t) and don't return EINVAL if it is < 0 in sys_{read,write}. Remove check for uio_resid < 0 uiomove() now that uio_resid is unsigned and brack remaining panics with #ifdef DIAGNOSTIC. vn_rdwr() must now take a size_t * as its 9th argument so change that and clean up uses of vn_rdwr(). Fixes 549 + more | |||
1998-07-20 | typo & warnings make gcc unhappy. | Marc Espie | |
1998-07-19 | do not force single if rd root | Theo de Raadt | |
1998-07-07 | oops, i did not handle nchrdev correctly | Theo de Raadt | |
1998-07-07 | fix chrtoblk() so that it returne ENODEV for entries beyond the end of the table | Theo de Raadt | |
1998-06-29 | Add a __NO_ISA_INTR_CHECK #define, until the maintainers add the code. | Jason Downs | |
1998-04-26 | Get audio framework from MI-land, scrap the local variant. Some NetBSD merging | Niklas Hallqvist | |
1998-04-17 | s/inline/__inline/ for X11's sake (-ansi) | Niklas Hallqvist | |
1998-04-09 | From netbsd: detect clock correctly, fix order of zbus probe | Niklas Hallqvist | |
1998-04-05 | Remove old config files, not maintained in quite a while | Niklas Hallqvist | |
1998-04-05 | s/if_le/if_le_zbus/ | Niklas Hallqvist | |
1998-04-04 | Yay! This fixes a bug that has been there since day one of the amiga port. | Niklas Hallqvist | |
We have never protected the kvm area that maps Zorro I/O registers in the Z2 memory space from being allocated by the kmem_* routines. Lately kvm usage has increased and we have needed more kvm allocated than earlier thus this area have got allocated with random results. Most often resulting in MMU fault panics, but also in hangs. This bug has stalled the amiga port release builds for several weeks, but now I *hope* the amiga will have a chance to be built and tested in time for 2.3. | |||
1998-03-30 | Get includes from the right place for .g compilations | Niklas Hallqvist | |
1998-03-30 | Size the KPT area depending on physmem; from is@netbsd.org. KNF too | Niklas Hallqvist | |
1998-03-29 | Updated to compile with recent AmigaOS Geek Gadgets toolchain, | Marc Espie | |
plus clean-up. | |||
1998-03-26 | typo in last commit | Niklas Hallqvist | |
1998-03-26 | Amiga works more stably with the old MAX_KMAP* entries, besides they | Niklas Hallqvist | |
are dynamic today anyhow. I want to look into this a bit more after release because this a bit XXX | |||
1998-03-26 | Use new defs from MI endian.h for swapping, remove register | Niklas Hallqvist | |
1998-03-26 | Some KNF | Niklas Hallqvist | |
1998-03-26 | Remove register specifiers, add one explicit int | Niklas Hallqvist | |
1998-03-03 | Add -Wno-main for GCC 2.8 | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 requires explicit types | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 -Wall | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 requires explicit types | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 type safety | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 -Wall | Niklas Hallqvist | |
1998-03-01 | make int explicit for GCC 2.8 -Wall | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 -Wall | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 -Wall | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 -Wall + a little KNF | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 -Wall | Niklas Hallqvist | |
1998-03-01 | Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor, | Niklas Hallqvist | |
<chuck@openbsd.org>. This code is as of yet disabled on all platforms, actually not yet supported on more than mvme68k, although other platforms are expected soon, as code is already available. This code makes handling of multiple physical memory regions consistent over all platforms, as well as keeping the performance of maintaining a single continuous memory chunk. It is also a requirement for the upcoming UVM replacement VM system. What I did in this merge: just declared the pmap_map function in a MD include file per port that needs it. It's not an exported pmap interface, says Chuck. It ended up in differnt include files on differnet ports, as I tried to follow the current policy on a per-arch basis. | |||
1998-02-23 | Some NetBSD merge changes I have had lying around for quite a while | Niklas Hallqvist | |
1998-02-22 | This has been in my tree for a *very* long time. cua devices like on | Niklas Hallqvist | |
the com devices and sparc zs ones. This replaces the old broken dialin/out mechanism. | |||
1998-02-22 | Merge in NetBSD changes (HUPCL handling and providing current speed | Niklas Hallqvist | |
for SCSI drivers to check) | |||
1998-02-22 | provide a global to hold the current speed of the internal | Niklas Hallqvist | |
serial port for use by SCSI drivers to limit their DMA length when the port is in high speed. This can limit loss of input. From NetBSD (mhitch) | |||
1998-01-15 | Stupid merge error. Thanks to Michael Shuldman <michaels@eunet.no>. | Niklas Hallqvist | |
1998-01-08 | Rename to if_le_zbus.c. Done behind cvs' back. | Niklas Hallqvist | |
1998-01-07 | Dummy PnP support until I get to fix it properly | Niklas Hallqvist | |
1998-01-07 | Put back old Ariadne support, save new merged le driver until later | Niklas Hallqvist | |
1997-11-09 | New endian.h design. All architectures now use a common file for the bulk | Niklas Hallqvist | |
part. Some ports can optimize the swap operations. This also means the general API is extended with swap16, swap32, htobe16, htobe32, betoh16, betoh32, htole16, htole32, letoh16 and letoh32. | |||
1997-10-23 | correct obj building | Theo de Raadt | |
1997-10-16 | DOH! audio was broken because I moved MI files to MD places. | Niklas Hallqvist | |
1997-10-07 | extern of regdump until after 2.2 when it'll be in m68k/cpu.h | Niklas Hallqvist | |
1997-10-07 | Put regdump.c here until after 2.2 when it will be | Niklas Hallqvist | |
put in m68k/conf/files.m68k | |||
1997-10-07 | NetBSD's new MI audio framework, but still only available for amiga, | Niklas Hallqvist | |
after release it will replace our old MI stuff. Things brings audio to amiga out-of-the box. |