Age | Commit message (Expand) | Author |
2004-12-10 | pseudo-DMA for non-AV Quadras, inspired by NetBSD | Martin Reindl |
2004-12-09 | add missing line in history section that didn't make it through the first | Martin Reindl |
2004-12-08 | spl1() -> splsoft(), and minor sync with other m68k trap.c; barely any | Miod Vallat |
2004-12-08 | Silence spurious interrupts unless option DEBUG | Miod Vallat |
2004-12-08 | Register serial interrupts on the right sources on AV machines, was broken | Miod Vallat |
2004-12-08 | Crank maxusers to 32. | Miod Vallat |
2004-12-08 | commented out {e,o}hci@cardbus | Michael Shalayeff |
2004-12-08 | add pcscp(4) at pci | Martin Reindl |
2004-12-08 | add ohci and ehci at cardbus to amd64, i386 and macppc. amd64 remains | David Gwynne |
2004-12-08 | Tweak interrupt handling code to allow shared interrupts for VIA2 sources. | Miod Vallat |
2004-12-08 | Only map the DAFB video registers in attach, so that other code can map | Miod Vallat |
2004-12-07 | remove old and unused NetBSD specific cruft. | Brad Smith |
2004-12-06 | set granularity for data segment used for struct cpu_info to bytes. | Hans-Joerg Hoexer |
2004-12-06 | emu(4) works; tybollt@solace.mh.se | Theo de Raadt |
2004-12-06 | use raw device; wbx@openbsd.de | Theo de Raadt |
2004-12-06 | Use uvm_grow() to account for stack growth, rather than home-grown code | Miod Vallat |
2004-12-06 | Use config_defer(). | Brad Smith |
2004-12-04 | add /etc/dhcpd.conf to FILES; | Jason McIntyre |
2004-12-03 | Always attach intvid even if the monitor sense code seems wrong; this is | Miod Vallat |
2004-12-03 | Kill mac68k *SBC kernels. Instead, build kernels with both sbc scsi flavours | Miod Vallat |
2004-12-02 | move IPL setup to intr.c | Martin Reindl |
2004-12-02 | option DISABLE_EXT_CACHE is not used anymore. | Miod Vallat |
2004-12-02 | We do not support 2MB machines, so don't bother taking them into account | Miod Vallat |
2004-12-02 | Make BUFCACHEPERCENT adjustable through UKC, like all other arches do. | Miod Vallat |
2004-12-02 | Oops, repair *SBC kernels. | Miod Vallat |
2004-12-02 | Add pci_decompose_tag() for sparc64. | Brad Smith |
2004-12-02 | enable vge(4) and ciphy(4); ok deraadt | Peter Valchev |
2004-12-01 | Much, much, much less stack pressure when reading a disklabel. | Miod Vallat |
2004-12-01 | Do not store preciouss data below the kernel stack, or they risk becoming | Miod Vallat |
2004-12-01 | No more splnone alias for spl0. | Miod Vallat |
2004-12-01 | Sync core dumping code with other m68k platforms. | Miod Vallat |
2004-12-01 | Let kernels with option DEBUG link again. | Miod Vallat |
2004-12-01 | 5 -> FC_SUPERD | Miod Vallat |
2004-12-01 | Remove unexpected (and wrong) easter egg. | Miod Vallat |
2004-12-01 | remove excessive chattiness from the bootblocks. our goal is to shrink | Theo de Raadt |
2004-12-01 | Remove unused constants. | Miod Vallat |
2004-12-01 | VIA VT612x PCI Gigabit Ethernet adapter support, ok deraadt | Peter Valchev |
2004-11-30 | Move the struct wsscreen_descr from a per-driver global to a per-instance | Miod Vallat |
2004-11-30 | repair DEBUG kernels | Martin Reindl |
2004-11-30 | provide a more accurate assembly delay() routine | Martin Reindl |
2004-11-29 | Move the struct wsscreen_descr from a per-driver global to a per-instance | Miod Vallat |
2004-11-29 | plug memory leaks on error | Patrick Latifi |
2004-11-29 | Port the remaining two sbus framebuffer drivers to sparc64; tvtwo untested | Miod Vallat |
2004-11-29 | Spell precede correctly. | Jonathan Gray |
2004-11-28 | Prevent ADB devices other than mices of generating "extended" protocol events. | Matthieu Herrb |
2004-11-28 | Correct pmap_enter() flags usage. | Miod Vallat |
2004-11-28 | MAXSLP is not really an MD-configurable define so move it to param.h; miod@ t... | Michael Shalayeff |
2004-11-27 | use a pm_lock define instead of the long fluff | Michael Shalayeff |
2004-11-27 | Fix for building in another directory using config -s. ok deraadt@, miod@. | Matthieu Herrb |
2004-11-27 | In pmap_bootstrap(), replace PMAP_MD_RWZERO, which would leave the lowest | Miod Vallat |