summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
AgeCommit message (Expand)Author
1998-11-20careful mmapTheo de Raadt
1998-10-03Add a "spoofonly" argument to readdisklabel() which will be used toTodd C. Miller
1998-09-25o xfs is in the house (thanks art, for getting me started)Todd T. Fries
1998-08-31Return ENXIO on open of /dev/mem minor devs that don't existTodd C. Miller
1998-08-18Let mac68k kernels compile outside of arch/mac68k/compile; d@fnarg.net.au.ryker
1998-08-18Make mac68k sys compile.ryker
1998-07-28Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t...Todd C. Miller
1998-07-19do not force single if rd rootTheo de Raadt
1998-07-07oops, i did not handle nchrdev correctlyTheo de Raadt
1998-07-07fix chrtoblk() so that it returne ENODEV for entries beyond the end of the tableTheo de Raadt
1998-05-22Delete a NetBSD <-> OpenBSD "oops" from my previous merge.gene
1998-05-08Add the new mc driver.gene
1998-05-08Add psc.c and the new MACE driver.gene
1998-05-08With the new psc framework, incorporate the driver for the AMD MACE ethernetgene
1998-05-08New and much smarter handling of the PSC chip.gene
1998-05-03Don't use option MADHATTER. It is rather silly, and there is no reason notgene
1998-05-03Fallout from recent merge of macinfo.h to cpu.h.gene
1998-05-03Fallout from new cpu.h work.gene
1998-05-03Associated fallout from removing macinfo.h and merging to cpu.h.gene
1998-05-03* Deprecate macinfo.h pulling all relevant defines into cpu.h.gene
1998-04-27Adapt to new bus_space functions after fixing namespace issues.gene
1998-04-27Add bus_space.c.gene
1998-04-27Correct namespace collisions for bus_space_probe and split outgene
1998-04-22prototypes; rykerTheo de Raadt
1998-03-25Config file with MRG_ADB as a default. Should be handy forgene
1998-03-07Prototype pmap_map here so we can use it in machdep.c.gene
1998-03-06After talk w/ developers, revert gcc 2.8 changes again.gene
1998-03-06Back out gcc 2.8 warning stubs.gene
1998-03-05Completely deprecate register.gene
1998-03-05Fix fallout from gcc 2.8 - use trapsignal() correctly with a real union.gene
1998-03-04Update CWARNFLAGS.ryker
1998-03-03GCC 2.8 -Wall (missed one)ryker
1998-03-03GCC 2.8 -Wallryker
1998-03-03GCC 2.8 -Wallryker
1998-03-01Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor,Niklas Hallqvist
1998-02-26Oops. Pull ddb/db_var.h in. Should db_console be in db_extern.h, maybe?gene
1998-02-26Only break to Debugger() when the panic switch is hit if the syctl'ablegene
1998-02-14NetBSD sync: knf & __asm -> asm()gene
1998-02-14Sync from NetBSD:gene
1998-02-13Sync to NetBSD:gene
1998-02-13Prototypes and defines for the Quadra-line psc chip.gene
1997-11-30Pull in vm/vm.h in the appropriate order for simple_dat_lock_t in vm/pmap.hgene
1997-11-30vm/lock.h -> sys/lock.hgene
1997-11-30Canonify the _*_H_ namespace appropriately.gene
1997-11-30Add multiple inclusion protection, clean up comments, and wrap with _KERNELgene
1997-11-28Pull in header files needed to get definition of u_lbn_t ingene
1997-11-23use MI cdev_decl(ipl)Michael Shalayeff
1997-11-20Yawn. $OpenBSD$ tag.gene
1997-11-14Fix tabstop handling largely as well as some issues with putchar. Generalgene
1997-11-11Pull in sys/ioctl.h since things like dt seem to depend on this include.gene