Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-13 | Bump maxusers to 32. | Artur Grabowski | |
2001-02-13 | Cleanup. | Artur Grabowski | |
2001-02-13 | default more wscons options | Theo de Raadt | |
2001-02-13 | remove a file that should have been gone long ago. | Eric Jackson | |
moved to dev/pci/tgareg.h | |||
2001-02-12 | set default adapter role, propage config flags | mjacob | |
2001-02-12 | Remove duplicate definition of badaddr. | Artur Grabowski | |
2001-02-12 | correct buginstat(), statclock now working for '188, systat vmstat now works, | Steve Murphree | |
serial driver for '188 working better. | |||
2001-02-12 | One more step to UVM. It is necessary to map the I/O buffers, using uvm or vm. | Dale Rahn | |
These changes taken from alpha/i386 combination. | |||
2001-02-11 | Previously, when sendsig() set up the current process's context to run | Brandon Creighton | |
sigcode to call a handler, SP was set in the middle of the struct trapframe/struct sigcontext pair placed on the stack. This was adequate when only one signal is being delivered at a time, but when two signals are delivered in one syscall, the second invocation of sendsig() overwrote some of the first sendsig() invocation's stack data. The result was that under certain circumstances, (e.g., sending signals to backgrounded processes from ksh) the argument passed to signal handlers when the second signal (the one corresponding to the first sendsig() invocation) was delivered was bogus data from the stack. Therefore, programs that depended on the "sigraised" argument to be accurate blew up. This fix ensures that sendsig() always leaves a process's SP out of the way of structures that will be used. AP is not moved, though, so sigreturn can find the args correctly. Also, sigcode is changed to compensate for the SP change. | |||
2001-02-11 | Pick up a NetBSD hack to attach Cheetah to vsbus as well as ibus. | Hugh Graham | |
High kludge factor, but the payoff is vsbus scsi for free. Most of the work is by Michael Kukat and ragge, with a few other synchronisations thrown in. | |||
2001-02-09 | BOOT_CONFIG is already in conf/GENERIC and this includes it. | Artur Grabowski | |
2001-02-09 | Add support for loading the bootloader and kernel from an HFS filesystem, | Dale Rahn | |
using firmware. Mostly from NetBSD. This allows kernels to be booted directly from an HFS hard drive. (the rest of the files...) | |||
2001-02-09 | Add support for loading the bootloader and kernel from an HFS filesystem, | Dale Rahn | |
using firmware. Mostly from NetBSD. This allows kernels to be booted directly from an HFS hard drive. | |||
2001-02-08 | Actually give esym some storage. As it was, esym pointed | Artur Grabowski | |
into the memory of some other variable. How did this ever work? (well, the floppies didn't work, but they should now). | |||
2001-02-08 | kvtop() returns pa, not va | Michael Shalayeff | |
2001-02-07 | We need to loose some weight. | Artur Grabowski | |
If someone feels very opposed to this, the code is left in the Attic. Just revive and _make_it_work_. | |||
2001-02-07 | XXX two horrible abuses of spl. | Artur Grabowski | |
2001-02-07 | Now that niklas has fixed ddb to not barf on elf symbols, there | Artur Grabowski | |
is no need to disable ddb. | |||
2001-02-07 | Add support for bus_space_write_region_[1248] bus_space_read_region_[1248] | Dale Rahn | |
as needed for some drivers, primarily drivers from NetBSD, where these defines came from. | |||
2001-02-07 | Some devices use NPBG others want PAGE_SIZE, and the related macros. | Dale Rahn | |
so provide both. | |||
2001-02-06 | missed ) in if() | Michael Shalayeff | |
2001-02-06 | i can be stooooopid | Michael Shalayeff | |
2001-02-06 | Committed by accident. | Artur Grabowski | |
2001-02-06 | Rename pcs_bus* to pci_swiz_bus* to reduce confusion and match NetBSD. | Artur Grabowski | |
2001-02-06 | I don't think there is a reason to enable IDE through isa now that | Artur Grabowski | |
we have pciide. | |||
2001-02-06 | Don't initialize ddb until I've committed elf support for ddb. | Artur Grabowski | |
2001-02-06 | Bring up-to-date | Niklas Hallqvist | |
2001-02-06 | Pick up work by matt@netbsd.org to get scsi working on vaxstation 4000/90. | Hugh Graham | |
Is it working? I don't know.. Anyone have a machine to spare? | |||
2001-02-06 | only call apm_perror() if get_event() failed | Michael Shalayeff | |
2001-02-05 | BOOT_CONFIG fits | Theo de Raadt | |
2001-02-05 | No, Intel is not a PC_VENDOR. Intel is a PCI_VENDOR. | Artur Grabowski | |
2001-02-05 | Sigh. Another horrible abuse in this file.. | Artur Grabowski | |
When checking if this is a pci-eisa bridge check the VENDOR too, don't just assume that no other vendor will do a sia with product id PCI_PRODUCT_INTEL_PCEB. | |||
2001-02-05 | reverse the logic in pcebmatch to match other match functions. | Artur Grabowski | |
2001-02-05 | set the correct size in pceb_ca. | Artur Grabowski | |
2001-02-05 | We won't include mouse and lpt support on the floppy in the nearest future. | Artur Grabowski | |
2001-02-05 | sync | Theo de Raadt | |
2001-02-04 | #endif in the wrong place, causing certain kernel configs to not compile; | Aaron Campbell | |
brian@Awfulhak.org | |||
2001-02-04 | shrink USB section | Theo de Raadt | |
2001-02-04 | Fix an off-by-{1,2,4} error in i386_space_copy(). Console is now working much | Aaron Campbell | |
more nicely, but not perfect yet. | |||
2001-02-04 | Minor indent botch. | Aaron Campbell | |
2001-02-03 | make overlaping bus space copy operations work; solves vga's scrolling problems | Michael Shalayeff | |
2001-02-03 | New timeouts. | Artur Grabowski | |
2001-02-03 | dead file | Artur Grabowski | |
2001-02-03 | Remove dead files. | Artur Grabowski | |
2001-02-03 | New timeouts. | Artur Grabowski | |
2001-02-03 | Don't define ECOFF_COMPAT. We're ELF. | Artur Grabowski | |
2001-02-03 | make it compile | Michael Shalayeff | |
2001-02-02 | Remove non-existant machine config -- replace w/laptop config that works | Thorsten Lockert | |
both native and under VMware | |||
2001-02-01 | mmap return paddr_t not int. | Dale Rahn | |
2001-02-01 | Adapt to recent wscons changes. | Artur Grabowski | |