Age | Commit message (Expand) | Author |
2005-08-01 | Kill more "memory might be 2MB or less" checks in bufpages computation. | Miod Vallat |
2005-08-01 | do not include boot.c since cdboot.c is a copy of it; shrink 1k off the cdboot | Michael Shalayeff |
2005-07-31 | Get rid of unused SINCR and SSIZE constants. | Miod Vallat |
2005-07-31 | remove the config glue between the /dev entry for ses and its driver | David Gwynne |
2005-07-30 | remove a driver because someone bloated the kernel | Theo de Raadt |
2005-07-30 | Need moddi3.c qdivrem.c for libz | Todd C. Miller |
2005-07-28 | Add viasio(4), a driver for VIA VT1211 LPC Super I/O found on | Alexander Yurchenko |
2005-07-26 | Instead of juggling around with cr4 and enabling parts of it sometimes, | Artur Grabowski |
2005-07-26 | Microoptimizations. | Artur Grabowski |
2005-07-26 | In splraise, change an: | Artur Grabowski |
2005-07-26 | Add _PROF_PROLOGUE to Xspllower since it's so common in kernel profiles. | Artur Grabowski |
2005-07-26 | Reduce verbosity during dkcsum by moving open/read/close error | Kenneth R Westerback |
2005-07-23 | Fix a few typos. Set 'error' variable before using it in message. | Kenneth R Westerback |
2005-07-18 | remove trailing newline in panic(9); ok millert@ and deraadt@ | Federico G. Schwindt |
2005-07-15 | kill trailing whitespace; | Jason McIntyre |
2005-07-15 | - add /bsd.rd to FILES | Jason McIntyre |
2005-07-12 | fix comment, describe the VA hole correclty | Hans-Joerg Hoexer |
2005-07-06 | url fits | Theo de Raadt |
2005-07-06 | ural works; pedro@ironchicken.am-gen.org | Theo de Raadt |
2005-07-06 | smartarray 5* raid controller; does io but needs more work; commented out in ... | Michael Shalayeff |
2005-06-28 | add xl@pci | Brad Smith |
2005-06-25 | the local macro _id was removed before this code was even imported from NetBSD | Brad Smith |
2005-06-23 | Dead code. | Artur Grabowski |
2005-06-17 | uipaq/ucom support; written by isis@www.cs.umd.edu | Theo de Raadt |
2005-06-17 | - remove old debugging code | Marco Peereboom |
2005-06-08 | revert enabling iommu on amd64 as it breaks at least one MP host. | Marco S Hyman |
2005-06-07 | make it prettier; jason ok | Theo de Raadt |
2005-06-06 | enable iommu on all systems where we support it. We'll support it on more | Jason Wright |
2005-06-02 | Start on a basic ACPI framework -- does not do much more than read out the | Thorsten Lockert |
2005-06-02 | - wish there was a better way to do this... put splhigh() around the | Jason Wright |
2005-06-01 | as Jason requested, be gone vtophys(). | Brad Smith |
2005-06-01 | disable sf* too, until it is vtophys clean | Theo de Raadt |
2005-05-31 | spelling corrections in comments; | Jason McIntyre |
2005-05-31 | Lock the apic with a mutex, not a SIMPLE_LOCK. | Artur Grabowski |
2005-05-29 | sched work by niklas and art backed out; causes panics | Theo de Raadt |
2005-05-28 | *slightly drunk* | Tobias Weingartner |
2005-05-28 | If irq-sharing happens over different ioapics, we must not overwrite setup in... | Niklas Hallqvist |
2005-05-27 | oops, need to get the boundary from the map when allocating gart addresses | Jason Wright |
2005-05-27 | - Use the direct map for mapping the PTEs. | Artur Grabowski |
2005-05-27 | Stop pretending that amd64 is i386. We're insulting the cpu by not even | Artur Grabowski |
2005-05-27 | use a fixed address for the base dva, also don't forget to setup the | Jason Wright |
2005-05-27 | add atapiscsi@umass to RAMDISKS as appropriate, ok krw@ deraadt@ | Dale Rahn |
2005-05-27 | hook in iommu, but it's still disabled by default for now | Jason Wright |
2005-05-27 | fix printf | Jason Wright |
2005-05-27 | remove support for sf and ste. vtophys is NOT a working solution. | Jason Wright |
2005-05-27 | build iommu by default (it's still not hooked in, but this is harmless) | Jason Wright |
2005-05-27 | handle multi-cpu GART allocation: | Jason Wright |
2005-05-27 | first step of removing the obsolete PCI ncr(4) driver, it was superseded by | Martin Reindl |
2005-05-26 | Add atapiscsi in parallel with scsibus@usb, this only changes system | Dale Rahn |
2005-05-26 | make all mappings valid/coherent. For pages not currently mapped, fill | Jason Wright |