Age | Commit message (Expand) | Author |
2001-09-06 | missing machine/ieee.h from NetBSD | Todd C. Miller |
2001-09-01 | Add __HAVE_DEVICE_REGISTER to hp300/alpha (sparc64 already had it) and | Jason Wright |
2001-08-26 | Nuke annoying defopt, by popular demand. Plus you get two typos fixed | 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 pmap_{de,}activate to vm/pmap.h, it's same on all archs. | Artur Grabowski |
2001-08-13 | SYSPTSIZE is orhpaned, so g/c the poor define. | Miod Vallat |
2001-08-12 | KUSER_AREA, BTOPUSRSTACK, P1PAGES are never used, so get rid of them. | Miod Vallat |
2001-08-08 | __dead not __noreturn__ | Todd C. Miller |
2001-07-18 | Get rid of the PMAP_NEW option by making it mandatory for all archs. | Artur Grabowski |
2001-06-27 | MNN is no longer an option. | Artur Grabowski |
2001-06-27 | no more old VM | Artur Grabowski |
2001-05-25 | Add 3 sysctl machdep variables: cpuspeed, machineid, and mmuid. | Todd C. Miller |
2001-05-16 | Use PMAP_NEW if UVM is defined. | Todd C. Miller |
2001-05-13 | PAGE_MASK is (PAGE_SIZE - 1), *not* (PAGE_SHIFT - 1) | Todd C. Miller |
2001-05-11 | Kill remaining vm_offset_t and vm_size_t; NetBSD used as a guide | Todd C. Miller |
2001-05-10 | Provide PAGE_{MASK,SHIFT,SIZE} constants. | Miod Vallat |
2001-05-05 | Rename configure() to cpu_configure(). | Artur Grabowski |
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski |
2001-05-04 | Substantial update from NetBSD, most notably gives us UVM support; millert@ ok | Aaron Campbell |
2001-01-22 | Define ARCH_ELFSIZE that is the default elf size on this arch. | Artur Grabowski |
2000-07-06 | Add spllowersoftclock(), same as splsoftclock(). (art@ ok) | Hakan Olsson |
2000-02-22 | enlarge msgbuf, somewhat line netbsd did | Theo de Raadt |
1999-05-04 | Change "&=" to "=&", make egcs happy. | Todd C. Miller |
1999-01-21 | just include <m68k/spinlock.h> so <machine/spinlock.h> works for libc_r | Todd C. Miller |
1998-05-10 | Add support for 425e. | Jason Downs |
1998-04-25 | kcore.h stub, uses m68k include. | Jason Downs |
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-06 | Idnetify/support hp385 (33Mhz 68040) | Todd C. Miller |
1997-09-23 | Some NetBSD changes, up to NETBSD_CURRENT_970921. | Jason Downs |
1997-08-08 | Change the bounds_check_with_label API to also take a cpu_disklabel | Niklas Hallqvist |
1997-07-24 | multiple inclusion protection; brenner@umr.edu | Theo de Raadt |
1997-07-13 | sync to NETBSD_CURRENT_970711. | Jason Downs |
1997-07-06 | Sync with changes from NetBSD, up to 970705. | Jason Downs |
1997-04-17 | Better machine type identification from Mike Smith | Jason Downs |
1997-04-16 | Merge portions of NetBSD up to 970415. | Jason Downs |
1997-03-26 | Merge changes from NetBSD, up to 3/19/97; undoes some local changes. | Jason Downs |
1997-02-24 | Add support for COMPAT_SUNOS and enable it. | Jason Downs |
1997-02-10 | Support 16 partitions. | Jason Downs |
1997-02-04 | checkpoint: pull in spl() changes from NetBSD, and more siginfo. | Jason Downs |
1997-02-03 | Merge new config(8) support from NetBSD, by Jason Thorpe. | Jason Downs |
1997-01-15 | 8k | Jason Downs |
1997-01-12 | Mostly sync to NetBSD-current of 011196. Compiles, links, boots to single | Jason Downs |
1996-12-23 | use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types | Theo de Raadt |
1996-11-25 | htons et al. works on explicit 16- and 32-bit quantities and not the | Niklas Hallqvist |
1996-06-25 | MID_M68K is the default now (with backwards compat for MID_M68K4K | Theo de Raadt |
1996-06-23 | sync to 0622 | Theo de Raadt |
1996-05-29 | enable ELF/a.out/ECOFF in machine/exec.h | Theo de Raadt |
1996-05-04 | add files missed from 0418 sync. | Michael Shalayeff |