Age | Commit message (Expand) | Author |
2001-09-28 | No need duplicating defines. | Miod Vallat |
2001-09-22 | Remove more old, dusty, unused defines. | Miod Vallat |
2001-09-16 | Add some missing lengths checks when passing data from userland to | Todd C. Miller |
2001-09-06 | missing machine/ieee.h from NetBSD | Todd C. Miller |
2001-08-31 | Protect against multiple inclusion. | Miod Vallat |
2001-08-25 | One regdump to dump them all... | Marc Espie |
2001-08-20 | Bring get[sd]fc() prototypes to <m68k/cpu.h>, this will be needed shortly. | Miod Vallat |
2001-08-18 | Move the softc into the machdep parts. | Artur Grabowski |
2001-08-18 | Move pmap_{de,}activate to vm/pmap.h, it's same on all archs. | Artur Grabowski |
2001-07-06 | change MSIZE to 256, okay @deraadt | Niels Provos |
2001-06-27 | IPF cleanup; openbsd@davidkrause.com | Angelos D. Keromytis |
2001-06-27 | MNN is no longer an option. | Artur Grabowski |
2001-06-25 | cold is in systm now | Michael Shalayeff |
2001-06-24 | Define splvm() for arches who don't already provide it, with the same | Miod Vallat |
2001-06-13 | Recent changes in sys/netinet/ assume you get setsoftnet() via | Miod Vallat |
2001-05-30 | Preliminary UVM support. UVM kernels don't work for the moment, though. | Miod Vallat |
2001-05-30 | Define msgbuf area size better, gets rid of occasionnal noise in dmesg | 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-06 | Update some comments wrt. the CLSIZE changes. | Artur Grabowski |
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-03 | netintr() doesn't exist anymore | Miod Vallat |
2000-08-28 | Remove unneeded constants | Miod Vallat |
2000-07-14 | Remove unneeded definition | Miod Vallat |
2000-07-14 | Move splXXXX() stuff from <machine/param.h> to <machine/psl.h>, and | Miod Vallat |
2000-07-06 | Add spllowersoftclock(), same as splsoftclock(). (art@ ok) | Hakan Olsson |
2000-07-02 | Recognize and support 16 partition disklabels (taken from sparc port) | Miod Vallat |
2000-04-30 | Fix kernel msgbuf buffer size and position | Miod Vallat |
2000-04-30 | Prevent multi inclusion | Miod Vallat |
2000-03-02 | sun3 is alive, thanks to Miod Vallat <miodrag@ifrance.com> | Todd T. Fries |
1999-01-21 | just include <m68k/spinlock.h> so <machine/spinlock.h> works for libc_r | Todd C. Miller |
1998-03-01 | Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor, | Niklas Hallqvist |
1997-11-09 | New endian.h design. All architectures now use a common file for the bulk | Niklas Hallqvist |
1997-11-04 | remove prototype for fusword(); now in shared m68k cpu.h | kstailey |
1997-09-21 | $OpenBSD$ | Niklas Hallqvist |
1997-09-11 | activate sun3 SCSI DVMA | kstailey |
1997-09-08 | remove more stuff redundant to m68k/param.h | kstailey |
1997-09-08 | include <m68k/param.h> | kstailey |
1997-09-07 | switch from private Mach derived conversion macros to m68k ones | kstailey |
1997-07-24 | multiple inclusion protection; brenner@umr.edu | Theo de Raadt |
1997-04-05 | fpu_type -> fputype | kstailey |
1997-02-22 | ramdisk now has raw version, disklabels | kstailey |
1997-02-19 | merge in some NetBSD pmap code | kstailey |
1997-02-14 | back out changes to rei function | kstailey |
1997-02-14 | move prototype of spl0() to param.h | kstailey |
1997-02-14 | add prototype of spl0(), but should it go here? | kstailey |
1997-02-14 | put back FC_CONTROL | kstailey |
1997-02-14 | remove stuff that is in <m68k/cpu.h> | kstailey |