Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-09 | Make PMAP_NEW compile again. | Artur Grabowski | |
1999-12-09 | Fix pmap_kenter_pa4m. First shot at a better pmap_kenter_pgs. | Artur Grabowski | |
1999-12-09 | first arg to pmap_changebit is paddr_t | Michael Shalayeff | |
1999-12-08 | only replace .mul/.umul on v8 cpus | Theo de Raadt | |
1999-12-08 | fix mbuf chain allocation to comply with m_devget() way | Jason Wright | |
1999-12-08 | fix mbuf chain allocation to comply with m_devget() way. | Jason Wright | |
1999-12-08 | DEC/Intel 21143 and "tulip" clone Ethernet driver. Intended to replace the | Aaron Campbell | |
individual ax, al, pn, and mx drivers. It also supports the Davicom DM9100 and DM9102 chipsets (dm) which we previously did not have. From FreeBSD. | |||
1999-12-08 | s/ipv6intr/ip6intr/ | Michael Shalayeff | |
1999-12-08 | Readd the PMAP_NEW code, this time with the missing ifdef. | Artur Grabowski | |
1999-12-08 | undo even more damage | Theo de Raadt | |
1999-12-08 | undo total garbage untested sloppy commit from art | Theo de Raadt | |
1999-12-08 | Better pmap_kenter_pa4m. | Artur Grabowski | |
Use pmap_kenter_pa4m in pmap_kenter_pgs4m. | |||
1999-12-08 | Dumb implementation of PMAP_NEW, it works but without any gains yet. | Artur Grabowski | |
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino | |
replaces NRL IPv6 layer. reuses NRL pcb layer. no IPsec-on-v6 support. see sys/netinet6/{TODO,IMPLEMENTATION} for more details. GENERIC configuration should work fine as before. GENERIC.v6 works fine as well, but you'll need KAME userland tools to play with IPv6 (will be bringed into soon). | |||
1999-12-08 | add GENERIC.v6 (IPv6 test configuration). to be integrated into GENREIC. | Jun-ichiro itojun Hagino | |
1999-12-08 | make sure video timing is enabled (not always done by prom); NetBSD. | Jason Wright | |
1999-12-07 | Use pool to allocate page tables. This has the nice effect that we can uncache | Artur Grabowski | |
them on allocation instead of flushing cache every time we fiddle with them. Some parts from NetBSD. | |||
1999-12-07 | Driver for Sundance ST201 Ethernet; from FreeBSD. | Aaron Campbell | |
1999-12-07 | move .mul and .umul into the kernel. if v8 sparc is detected, replace with | Theo de Raadt | |
the equivelant 2-instruction sequence. | |||
1999-12-05 | aha, no more mouse in pcvt and s/rl/sis/ | Michael Shalayeff | |
1999-12-05 | wax and mongoose host isa too of course | Michael Shalayeff | |
1999-12-05 | add wax commeneted out, tr adapter, 7300lc cpu type | Michael Shalayeff | |
1999-12-05 | some update | Michael Shalayeff | |
1999-12-04 | Driver for SiS 900/7016 Ethernet; from FreeBSD. | Aaron Campbell | |
1999-12-04 | some hardware upgrades i've made | Michael Shalayeff | |
1999-12-04 | DOSPTYP_EXTENDL; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | Theo de Raadt | |
1999-12-03 | regen | Michael Shalayeff | |
1999-12-03 | some more devices | Michael Shalayeff | |
1999-12-02 | ef* on ramdisk floppies | Theo de Raadt | |
1999-12-02 | in the tradeoff between NFS and more device drivers, NFS loses. people who | Theo de Raadt | |
care about NFS should go do a kernel shrink. get me 45K of kernel shrink in the ramdisk without using an #ifdef, and i'll put NFS back. | |||
1999-12-01 | crank DFLDSIZ to 32MB | Theo de Raadt | |
1999-12-01 | uvm on the i386 | Theo de Raadt | |
1999-12-01 | noone needs to see this anymore | Theo de Raadt | |
1999-11-30 | Added port of the NetBSD (-current) DPT SmartCache III/IV PCI/EISA host adapter | cmetz | |
driver to OpenBSD. | |||
1999-11-30 | Added port of the NetBSD (-current) DPT SmartCache III/IV PCI/EISA host adapter | cmetz | |
driver to OpenBSD. | |||
1999-11-30 | Put the "faulting in a pt page map ..." printf behind #ifdef DEBUG. | Artur Grabowski | |
1999-11-28 | Add recognition support for powerbook, it is reported to work with | Dale S. Rahn | |
ethernet and disk now. | |||
1999-11-28 | Make the default system type to be APPL for these kernels. probably | Dale S. Rahn | |
will cause them to fail in an interesting way if they are booted on non apple machine, but temporarily remove the requirement to put the model names in a table. Workaround until the model/compatibility recognition is done better. | |||
1999-11-28 | Lower NKMEMCLUSTERS from 128MB to 16MB. Currently the vm size for powerpc | Dale S. Rahn | |
is set to 256MB and this prevented OpenBSD from booting on machine with more than ~128MB, 196MB machines would fail to boot very early. | |||
1999-11-28 | Add commented out hsq entry. | Jason Downs | |
1999-11-28 | Enable TI16750 UART support. | Jason Downs | |
1999-11-28 | Add lpt at puc. | Jason Downs | |
1999-11-27 | Shorten printf() strings, KNF, and fix a braino in a switch() statement. | Aaron Campbell | |
1999-11-27 | define PAGE_SIZE and friends, 4K kernel size reduction and probable speed ↵ | Theo de Raadt | |
increase; art | |||
1999-11-27 | thanks to aaron, more ethernet drivers fit | Theo de Raadt | |
1999-11-27 | Winchip c6 TSC is broken; wd@ics.nara-wu.ac.jp | Theo de Raadt | |
1999-11-26 | switch_screen() takes three arguments, not two; d@ | Aaron Campbell | |
1999-11-26 | Up-to-date | Niklas Hallqvist | |
1999-11-26 | hide in DEBUG some extra printings | Michael Shalayeff | |
1999-11-26 | print asp spu type in text | Michael Shalayeff | |