Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-03-08 | move to 2.3 | Theo de Raadt | |
1998-03-04 | please gcc 2.8 | Theo de Raadt | |
1998-03-04 | nicer print | Jason Downs | |
1998-03-03 | Add -Wno-main for GCC 2.8 | Niklas Hallqvist | |
1998-03-03 | fix attach message | Theo de Raadt | |
1998-03-01 | Fix int overflow | Tobias Weingartner | |
1998-03-01 | Conditionalize decl | Niklas Hallqvist | |
1998-03-01 | Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor, | Niklas Hallqvist | |
<chuck@openbsd.org>. This code is as of yet disabled on all platforms, actually not yet supported on more than mvme68k, although other platforms are expected soon, as code is already available. This code makes handling of multiple physical memory regions consistent over all platforms, as well as keeping the performance of maintaining a single continuous memory chunk. It is also a requirement for the upcoming UVM replacement VM system. What I did in this merge: just declared the pmap_map function in a MD include file per port that needs it. It's not an exported pmap interface, says Chuck. It ended up in differnt include files on differnet ports, as I tried to follow the current policy on a per-arch basis. | |||
1998-02-26 | Fix boot flags not working. The latest gas patches, which caught some | Tobias Weingartner | |
problems in our locore (which were then fixed), caused this latest bug to appear. Basically the clearing of the BSS was being done after the boothowto integer was already filled in. The new bootblocks already clear the BSS, so the clearing of the BSS could well be removed from locore. However, for backwards compatibility we might still need it in there for a while. (I believe the 2.1 boot- blocks did not clear the BSS). | |||
1998-02-25 | 32bit careness | Michael Shalayeff | |
1998-02-24 | Ooops, forgot these two here. | Tobias Weingartner | |
1998-02-24 | Changes/updates to /boot stuff. More to come. | Tobias Weingartner | |
Fixes many divide by zero and pointer bugs. | |||
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 | |