Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-21 | zs and all it's associated stuff (all from NetBSD).. Works on my ultra1, | Jason Wright | |
but still needs tweaks (wedging this into OpenBSD is worse than square peg in round hole). | |||
2001-08-21 | No need to explicitely link with libgcc.a | Miod Vallat | |
2001-08-21 | Dumb Makefile to recurse in stand/ for mvmeppc land. | Miod Vallat | |
2001-08-21 | add hme at sbus | Jason Wright | |
2001-08-21 | put bus independent part of hme in here so we don't conflict with the sparc | Jason Wright | |
driver (this is wrong and will need to be fixed eventually) | |||
2001-08-21 | 2nd rule of comitting fix | Michael Shalayeff | |
2001-08-21 | pretty and add ss* and st* (I knew I was forgetting something) | Jason Wright | |
2001-08-21 | esp/scsibus/sd/cd/uk goop | Jason Wright | |
2001-08-21 | Art says it's ok for pmap_enter to effect no mapping change, | Hugh Graham | |
so just return success if this happens. | |||
2001-08-21 | Get libkern to compile. | Miod Vallat | |
2001-08-21 | Add copyright which should have been there when the file was created. | Dale Rahn | |
2001-08-21 | use round_page() not an incorrect version of it using trunc_page(). | Dale Rahn | |
2001-08-21 | I would really like to add a copyright to this file, the NetBSD version | Dale Rahn | |
is copied from the OpenBSD version (mine), however before a copyright was added. Since then effectively the entire file has been replaced with code from NetBSD (which still does not have a copyright). NetBSD tag added, to indicate which version of the file the existing code was derived from. | |||
2001-08-21 | Put in copyright info which I forgot to add back in 1996. | Dale Rahn | |
2001-08-21 | Remove some bloat. | Miod Vallat | |
2001-08-20 | pretty | Jason Wright | |
2001-08-20 | add qec+be (testing consisted of compiling... I've merely proven it ↵ | Jason Wright | |
syntactically correct). GENERIC now depends on mii goop (be internal phy) | |||
2001-08-20 | Oops, the vacuum cleaner went too far. Blush, I was sure I had tested | Miod Vallat | |
this... | |||
2001-08-20 | qec+qe (driver is untested... it compiles, therefore it works =) | Jason Wright | |
2001-08-20 | Not only is Apple hardware disgusting, but code doesn't even compile. | Miod Vallat | |
2001-08-20 | bump the version for new kbd probe; 10x for a reminder from fgsch@ | Michael Shalayeff | |
2001-08-20 | cvs does not like me. | Miod Vallat | |
2001-08-20 | $OpenBSD$ | Jason Wright | |
2001-08-20 | silence gcc for __dead function. | Miod Vallat | |
2001-08-20 | $OpenBSD$ | Jason Wright | |
2001-08-20 | Bring get[sd]fc() prototypes to <m68k/cpu.h>, this will be needed shortly. | Miod Vallat | |
2001-08-20 | _randseed is a u_long | Jason Wright | |
multiply physmem by page size when printing total memory | |||
2001-08-20 | more stuff to do with OpenBSD/sparc style bootpath determination | Jason Wright | |
2001-08-20 | Convert to new timeouts; ite tested by jj@ | Miod Vallat | |
2001-08-20 | Missed one timeout conversion. | Miod Vallat | |
2001-08-19 | The end of old timeouts is near... | Miod Vallat | |
2001-08-19 | elf64, not elf. | Artur Grabowski | |
2001-08-19 | _NLIST_DO_ELF and _KERN_DO_ELF are needed too. | Artur Grabowski | |
This really needs a cleanup. | |||
2001-08-19 | NATIVE_EXEC_ELF | Artur Grabowski | |
2001-08-19 | more NBPG -> PAGE_SIZE renames. | Dale Rahn | |
2001-08-19 | remove some dead code. | Artur Grabowski | |
2001-08-19 | Change from completly broken to just crippled. | Artur Grabowski | |
2001-08-19 | mmioctl | Artur Grabowski | |
2001-08-19 | ddb on powerpc does not have ``machine'' commands, so don't lie. | Miod Vallat | |
2001-08-19 | scsi, no devices yet. | Artur Grabowski | |
2001-08-19 | dk_establish | Artur Grabowski | |
2001-08-19 | SYSV stuff | Artur Grabowski | |
2001-08-19 | siginfo support | Theo de Raadt | |
2001-08-19 | fix depend | Artur Grabowski | |
2001-08-19 | No need for procfs_machdep | Artur Grabowski | |
2001-08-19 | A first shot at a GENERIC. | Artur Grabowski | |
Contains the clocks, pcons and Lance. | |||
2001-08-19 | Sync with reality. | Miod Vallat | |
2001-08-19 | PANICBUTTON no more. | Miod Vallat | |
2001-08-19 | Remove PANICBUTTON code, as it is incompatible with DDB and DDB is | Miod Vallat | |
much more appreciated. millert@ agrees. While there, make HP300_NEWKVM permanent. | |||
2001-08-19 | DDB | Artur Grabowski | |