Age | Commit message (Expand) | Author |
2001-06-24 | Define splvm() for arches who don't already provide it, with the same | Miod Vallat |
2001-05-13 | PAGE_MASK is (PAGE_SIZE - 1), *not* (PAGE_SHIFT - 1) | Todd C. Miller |
2001-05-10 | Provide PAGE_{MASK,SHIFT,SIZE} constants. | Miod Vallat |
2001-05-08 | Substantial update from NetBSD, most notably gives us UVM support; deraadt@ ok | Aaron Campbell |
2001-05-05 | Rename configure() to cpu_configure(). | Artur Grabowski |
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski |
2001-01-22 | Define ARCH_ELFSIZE that is the default elf size on this arch. | Artur Grabowski |
2001-01-15 | __asm__ and __volatile__ | Theo de Raadt |
2000-07-06 | Add spllowersoftclock(), same as splsoftclock(). (art@ ok) | Hakan Olsson |
2000-03-15 | implimented -> implemented | Todd T. Fries |
2000-02-22 | enlarge msgbuf, somewhat line netbsd did | Theo de Raadt |
1999-06-11 | egcs crap | Jason Downs |
1999-04-24 | Use the generic m68k param.h. | Jason Downs |
1999-04-23 | Add kcore.h | Jason Downs |
1999-01-21 | just include <m68k/spinlock.h> so <machine/spinlock.h> works for libc_r | Todd C. Miller |
1998-05-08 | New and much smarter handling of the PSC chip. | gene |
1998-05-03 | * Deprecate macinfo.h pulling all relevant defines into cpu.h. | gene |
1998-04-27 | Correct namespace collisions for bus_space_probe and split out | gene |
1998-03-07 | Prototype pmap_map here so we can use it in machdep.c. | gene |
1998-03-01 | Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor, | Niklas Hallqvist |
1998-02-13 | Prototypes and defines for the Quadra-line psc chip. | gene |
1997-11-30 | Canonify the _*_H_ namespace appropriately. | gene |
1997-11-30 | Add multiple inclusion protection, clean up comments, and wrap with _KERNEL | gene |
1997-11-11 | Pull in sys/ioctl.h since things like dt seem to depend on this include. | gene |
1997-11-11 | Pull in sys/time.h and sys/ioctl.h so things like dt (which apparently | gene |
1997-11-09 | New endian.h design. All architectures now use a common file for the bulk | Niklas Hallqvist |
1997-07-24 | multiple inclusion protection; brenner@umr.edu | Theo de Raadt |
1997-04-09 | Fix from Bill Studenmund--generate ^-\ on ^-\ instead of on ^-/ | briggs |
1997-04-07 | Ahem... bus_probe() already exists and does what bus_space_bad_addr() does. | briggs |
1997-04-06 | Eradicate #include <sys/*> from machine/*.h. Prompting from Gene. | briggs |
1997-04-05 | Implement a bus_space_bad_addr() function to aid in some device probing with | briggs |
1997-03-30 | An implementation of pieces of the Deferred Task Manager--required by | briggs |
1997-03-12 | Move prototype for physaccess. | briggs |
1997-03-08 | Sync with NetBSD of about 4 March. | briggs |
1997-02-26 | Adds support for bus_space functions borrowed in concept from the | gene |
1997-02-18 | Synch declaration of copypage w/ m68k-general definitions per Ken's changes. | gene |
1997-01-24 | Sync w/ NETBSD_CURRENT_971122. | briggs |
1996-12-23 | use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types | Theo de Raadt |
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey |
1996-10-28 | Remove a blank line. | briggs |
1996-10-28 | Add prototype for function to install SCSI-B IRQ. | briggs |
1996-10-28 | Mac model info out of cpu.h and into new macinfo.h. | briggs |
1996-10-23 | Patches from Dave Huang <khym@bga.com> to get something in and out of the | briggs |
1996-10-20 | Out of NetBSD (scottr): | briggs |
1996-10-14 | Merge in from NetBSD. Use <m68k/cpu.h> and | briggs |
1996-08-10 | Sync with NetBSD. | briggs |
1996-06-23 | Sync up with NetBSD. | briggs |
1996-06-23 | NetBSD: Add constant for PB500. | briggs |
1996-06-08 | Sync up with latest NetBSD. | briggs |
1996-05-29 | enable ELF/a.out/ECOFF in machine/exec.h | Theo de Raadt |