Age | Commit message (Expand) | Author |
2001-11-04 | Add alpha_ldlu and alpha_stl. | Artur Grabowski |
2001-10-26 | First cut at a port of isadma and floppy driver. ok art@ | Nathan Binkert |
2001-09-30 | Generic soft interrupts from NetBSD plus some minor cleanups. | Artur Grabowski |
2001-09-16 | Add some missing lengths checks when passing data from userland to | Todd C. Miller |
2001-09-01 | Add __HAVE_DEVICE_REGISTER to hp300/alpha (sparc64 already had it) and | Jason Wright |
2001-08-18 | Move pmap_{de,}activate to vm/pmap.h, it's same on all archs. | Artur Grabowski |
2001-08-11 | remove some old cruft. | Artur Grabowski |
2001-07-09 | Make quad types on alpha be "long long" not "long". This means that | Todd C. Miller |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist |
2001-06-27 | MNN is no longer an option. | Artur Grabowski |
2001-06-26 | More chipset info needed by X. | Artur Grabowski |
2001-06-26 | Provide some chipset information to usreland through sysctl. | Artur Grabowski |
2001-06-24 | Define splvm() for arches who don't already provide it, with the same | Miod Vallat |
2001-05-31 | Relocation types on alpha. | 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-04-12 | Remove a bogus __attribute__ ((unused)) from _splraise. | Artur Grabowski |
2001-03-16 | Now that pmap_growkernel is implemented set NKMEMCLUSTERS to 32m again. | Artur Grabowski |
2001-03-16 | Some more pmap improvements from NetBSD. | Artur Grabowski |
2001-03-16 | Implement pmap_growkernel. From NetBSD. | Artur Grabowski |
2001-03-04 | Revert to our old traceback code, with heuristic argument printout. | Niklas Hallqvist |
2001-03-03 | Lower NKMEMCLUSTERS by a factor of 2 from 32768*1024/NBPG to 16384*1024/NBPG. | Todd C. Miller |
2001-03-02 | add #define __STRICT_ALIGNMENT | Jason Wright |
2001-02-27 | crank NKMEMCLUSTERS fron 4MB to 32MB. | Artur Grabowski |
2001-02-13 | remove a file that should have been gone long ago. | Eric Jackson |
2001-02-12 | Remove duplicate definition of badaddr. | Artur Grabowski |
2001-01-22 | Define ARCH_ELFSIZE that is the default elf size on this arch. | Artur Grabowski |
2001-01-20 | machine/alpha.h is only included in cpu.h and the name gives | Artur Grabowski |
2001-01-16 | Fix ELF64_MACHDEP_ID_CASES | Artur Grabowski |
2001-01-16 | Don't define __indr_reference for ELF. | Artur Grabowski |
2001-01-15 | Use __STRING() macro instead of manually trying to do the same thing. | Artur Grabowski |
2001-01-15 | 'implement' bus_space_write_raw_region_{2,4}. | Artur Grabowski |
2001-01-15 | Need a declaration for netbsd_sendisg. | Artur Grabowski |
2000-12-15 | Define BUS_SPACE_BARRIER_{READ,WRITE} as synonmys for BUS_BARRIER_{READ,WRITE} | Artur Grabowski |
2000-12-14 | native ELF and ELF for nlist | Artur Grabowski |
2000-11-24 | PAGE_SIZE on alpha is 8192 thus PAGE_SHIFT should be 13, not 12. | Todd C. Miller |
2000-11-19 | PAGE_SIZE (and friends) does not change on alpha. | Artur Grabowski |
2000-11-16 | configure vga, mouse and keyboard's once again. Currently only on eb164. | Eric Jackson |
2000-11-09 | zap dead files. | Artur Grabowski |
2000-11-08 | extern struct device *booted_device | Artur Grabowski |
2000-11-08 | tag the rest of alpha tree | Eric Jackson |
2000-11-08 | Merge in big portions of the improvements NetBSD did to their alpha port. | Artur Grabowski |
2000-08-31 | re-org ecoff headers. move some declarations from exec_ecoff.c to exec_ecoff.h | Eric Jackson |
2000-07-31 | Add defines for ULLONG_MAX, LLONG_MAX, and LLONG_MIN in terms of | Todd C. Miller |
2000-07-06 | Add spllowersoftclock(), same as splsoftclock(). (art@ ok) | Hakan Olsson |
2000-07-06 | #ifndef MSGBUFSIZE, ok niklas@ | Eric Jackson |
2000-04-06 | include vm/vm.h because some stuff in the kernel depends on that. | Artur Grabowski |
2000-02-22 | enlarge msgbuf, somewhat line netbsd did | Theo de Raadt |
2000-02-22 | Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allow | Todd C. Miller |
1999-12-04 | DOSPTYP_EXTENDL; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | Theo de Raadt |