Age | Commit message (Expand) | Author |
2001-06-26 | Provide some chipset information to usreland through sysctl. | Artur Grabowski |
2001-06-26 | USER_PCICONF | Artur Grabowski |
2001-06-25 | add pf device on all architectures. | Kjell Wooding |
2001-06-25 | cold is in systm now | Michael Shalayeff |
2001-06-24 | Add pf. | Artur Grabowski |
2001-06-23 | Use pool_cache for l1 ptes. | Artur Grabowski |
2001-06-11 | Remove workaround for a gas bug fixed in binutils-2.10.1. | Artur Grabowski |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski |
2001-05-17 | convert mbuf and cluster allocation to pool, mostly from NetBSD | Niels Provos |
2001-05-11 | Bye bye. | Artur Grabowski |
2001-05-11 | Add a genassym.cf that uses the standard scripts. | Artur Grabowski |
2001-05-11 | unify | Theo de Raadt |
2001-05-09 | More sync to NetBSD. | Artur Grabowski |
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-04-30 | Move the hwrpb_primary_init to before configure. | Artur Grabowski |
2001-04-17 | OpenBSD tag. | Artur Grabowski |
2001-04-17 | Implement cnbell(), an optional entrypoint that rings the console bell; from | Aaron Campbell |
2001-04-15 | Prettier printing of cpu models and more models. | Artur Grabowski |
2001-04-14 | Always make sure that SQWE is enabled- the PROM may not have done this for you. | mjacob |
2001-04-14 | Add support for Alpha Processor, Inc. UP1000. | Artur Grabowski |
2001-04-13 | In cpu_fork, initialize the ipl of the new process to | Artur Grabowski |
2001-04-10 | Fix for machines which need to enlarge the kernel address space, at least | Niklas Hallqvist |
2001-04-06 | Move offsetof define into sys/param.h | Constantine Sapuntzakis |
2001-03-21 | optimize a sanity check and put it behind ifdef DIAGNOSTIC. | 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-08 | configure usb devices and raid | Eric Jackson |
2001-03-04 | Revert to our old traceback code, with heuristic argument printout. | Niklas Hallqvist |
2001-03-04 | typo | Artur Grabowski |
2001-02-13 | Cleanup. | Artur Grabowski |
2001-02-08 | Actually give esym some storage. As it was, esym pointed | Artur Grabowski |
2001-02-07 | Now that niklas has fixed ddb to not barf on elf symbols, there | Artur Grabowski |
2001-02-06 | Don't initialize ddb until I've committed elf support for ddb. | Artur Grabowski |
2001-02-03 | New timeouts. | Artur Grabowski |
2001-01-24 | Not killing an application when the application does something wrong | Artur Grabowski |
2001-01-20 | No need to include machine/alpha.h here. | Artur Grabowski |
2001-01-20 | No need to include machine/alpha.h here. | Artur Grabowski |
2001-01-20 | No need to include machine/alpha.h here. | Artur Grabowski |
2001-01-15 | Make this work with new alpha code. | Artur Grabowski |
2001-01-15 | define the constants that COMPAT_NETBSD code needs in locore | Artur Grabowski |
2000-12-21 | People have difficulty spelling 'initial' and derivatives thereof (too many | Aaron Campbell |
2000-11-26 | alpha clock fixes from NetBSD | Todd C. Miller |
2000-11-19 | More sane setting of page size. | Artur Grabowski |
2000-11-18 | allow this to compile without COMPAT_OSF1 | Eric Jackson |
2000-11-16 | allow the console to attach on the rest of the alpha's we support. | Eric Jackson |
2000-11-16 | revert previous commit which didnt compile | Eric Jackson |
2000-11-16 | initial support for 21264 systems. | Eric Jackson |
2000-11-16 | configure vga, mouse and keyboard's once again. Currently only on eb164. | Eric Jackson |