Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-02-24 | First commit of /boot changes/fixes. More to come. | Tobias Weingartner | |
Add BIOS PCI probe stuff. | |||
1998-02-24 | MNLINK boot.conf(8) | Theo de Raadt | |
1998-02-24 | rename some DOS MBR partition types | Theo de Raadt | |
1998-02-23 | New probe routine, add support for ST16650 (works). | Jason Downs | |
Tested with some 16450 and 16550 UARTs. | |||
1998-02-22 | GCC 2.8 Wall | Niklas Hallqvist | |
1998-02-22 | Forgot this one | Niklas Hallqvist | |
1998-02-22 | Reality update | Niklas Hallqvist | |
1998-02-22 | GCC 2.8 -Wall | Niklas Hallqvist | |
1998-02-22 | fix db_console chunk of code properly | Theo de Raadt | |
1998-02-22 | fix db_console chunk of code properly | Theo de Raadt | |
1998-02-22 | style nits | Niklas Hallqvist | |
1998-02-21 | the recent Sam's config | Michael Shalayeff | |
1998-02-19 | add netbsd partition, rename 386BSD one to FreeBSD.. | Theo de Raadt | |
1998-02-19 | missing piece of APERTURE -- return EPERM in open if allowaperture is 0. | Todd C. Miller | |
1998-02-18 | fix typo; wouldn't compile unless APERTURE was defined | Marco S Hyman | |
1998-02-18 | compile -- tsk tsk | Todd C. Miller | |
1998-02-18 | unused variables without APERTURE defined... | Matthieu Herrb | |
1998-02-18 | indent | Theo de Raadt | |
1998-02-18 | #ifndef APERTURE; machdep.allowaperture=0 | Theo de Raadt | |
1998-02-17 | add an in-kernel /dev/xf86 aperture driver. the 'machdep.allowaperture' | Matthieu Herrb | |
sysctl controls whether it is permitted to access it. This sysctl can only be manipulated when securelevel=0, hence in sysctl.conf | |||
1998-02-17 | fix the thing gas freaks out about; weingart will fix better if required | Theo de Raadt | |
1998-02-08 | Update to match reality | Thorsten Lockert | |
1998-02-08 | nicer | Theo de Raadt | |
1998-02-08 | Forward declare struct proc | Niklas Hallqvist | |
1998-02-05 | rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entry | Theo de Raadt | |
with a sysctl. There will be architectures and drivers that lack function, and I trust the maintainers of those will forget to add the code.. | |||
1998-02-02 | support non-ISA case | Theo de Raadt | |
1998-01-29 | Make profiling work, mostly from NetBSD | Niklas Hallqvist | |
1998-01-22 | Switch off CPU-PCI write posting for the Saturn chipset; it is known | Theo de Raadt | |
to cause problems with PCI busmasters; fvdl | |||
1998-01-22 | crank maxusers | Theo de Raadt | |
1998-01-22 | Split up the buffercache between low (<16MB) and high memory, so that | Niklas Hallqvist | |
at least 2MB always will remain free in low memory for drivers to allocate DMA buffers in | |||
1998-01-21 | doc keys; ian@darwinsys.com | Theo de Raadt | |
1998-01-20 | Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses it | Niklas Hallqvist | |
so far, the other archs gets placeholders for now. I wrote a compatibility layer for OpenBSD's old isadma code so we can still use our old driver sources. They will however get changed to native bus_dma use, on a case by case basis. Oh yes, I almost forgot, I kept our notion of isadma being a device so DMA-less ISA-busses still work | |||
1998-01-19 | fix ifdef; marc@snafu.org | Theo de Raadt | |
1998-01-17 | Merge from NetBSD, thorpej@netbsd.org says: | Niklas Hallqvist | |
Two things pointed out by Chris Demetriou <cgd@cs.cmu.edu>: - The boundary argument to bus_space_alloc() should be a bus_size_t, not a bus_addr_t. - The buffer arguments in the "multiple write" methods should have const qualifiers. And one from me: - Make bus_space_barrier() eat up the arguments passed to it so that the compiler doesn't needlessly whine. | |||
1998-01-17 | Merge from NetBSD, thorpej@netbsd.org says: | Niklas Hallqvist | |
The boundary argument to bus_space_alloc() should be a bus_size_t, not a bus_addr_t. Pointed out by Chris Demetriou <cgd@cs.cmu.edu>. | |||
1998-01-12 | No need for f00f workaround on I686_CPU only | Tobias Weingartner | |
kernel. Thanks to various people for noticing this. | |||
1998-01-11 | disklabel spoofing for FAT32. | Niels Provos | |
1998-01-11 | scanset probing like pccons does; vons@usa.net | Theo de Raadt | |
1998-01-10 | catch all pci host bridges | Theo de Raadt | |
1998-01-09 | oops, reenable machdep.bios sysctls | Niklas Hallqvist | |
1998-01-09 | oops wrong version checked in | Niklas Hallqvist | |
1998-01-09 | indent | Niklas Hallqvist | |
1998-01-09 | Make booting new kernels with old bootblocks moer robust | Niklas Hallqvist | |
1998-01-07 | now this is really pretty | Theo de Raadt | |
1998-01-06 | oops typo | Theo de Raadt | |
1998-01-06 | pchb support | Theo de Raadt | |
1998-01-04 | support Trident TVGA9440 | Theo de Raadt | |
1998-01-04 | add pctr | Theo de Raadt | |
1998-01-04 | quieter on boot | Theo de Raadt | |
1998-01-04 | add TVGA9440 | Theo de Raadt | |