Age | Commit message (Expand) | Author |
2004-12-26 | Typos | Miod Vallat |
2004-12-26 | Better include-once-only preprocessor symbol name. | Miod Vallat |
2004-12-26 | If writedisklabel() is invoked on a DPME-labeled disk, read back the DPME | Miod Vallat |
2004-12-26 | _HP300_INTR_H_PRIVATE is long dead. | Miod Vallat |
2004-12-26 | do not waste time having ises on | Theo de Raadt |
2004-12-26 | enable ami. ok beck@ | Marco Peereboom |
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-12-25 | much space has been regained because of ramdisk fitting exercises in | Theo de Raadt |
2004-12-25 | strncmp() the correct size when looking for ki2c companion. | Miod Vallat |
2004-12-24 | {e,}intr{cnt,names} bye-bye. | Miod Vallat |
2004-12-24 | Rewrite intlock/intunlock not to pass around interrupt frame directly | Peter Valchev |
2004-12-23 | make com[123] work for console on i386, but allow override with CONADDR/CONUNIT | Markus Friedl |
2004-12-23 | Allow an i386 MP kernel to build without pcibios. miod@ ok | Aaron Campbell |
2004-12-23 | Use a shorter, more realistic initial memory storage for extio. | Miod Vallat |
2004-12-22 | Upon SCSI command timeout, check if we have missed a DMA completion, | Miod Vallat |
2004-12-22 | Bring more fixes from NetBSD: | Miod Vallat |
2004-12-22 | Do not use DMA for odd-size transfers, as the last byte will not be | Miod Vallat |
2004-12-22 | proper DDB_DEBUG | Michael Shalayeff |
2004-12-20 | vge(4) in bsd.rd, only CD for now; ok deraadt | Peter Valchev |
2004-12-19 | single comment in GENERIC replaces a file that gets out of date; discussed by... | Theo de Raadt |
2004-12-19 | Add ahd. | Kenneth R Westerback |
2004-12-19 | disable uyap by default, because it is that rare | Theo de Raadt |
2004-12-18 | Print error codes in panic message. | Brad Smith |
2004-12-17 | Support for the eap MIDI UART from NetBSD. | Jonathan Gray |
2004-12-16 | Fix logic botch in dmacomputeipl() introduced in rev 1.14. | Miod Vallat |
2004-12-15 | sync with NetBSD but replace hand crafted crc logic with ether_crc32_le() | Martin Reindl |
2004-12-14 | fix a comment. | Hans-Joerg Hoexer |
2004-12-14 | sync with NetBSD, ok miod@ | Martin Reindl |
2004-12-14 | typos; ok pefo@ | Alexander Yurchenko |
2004-12-13 | Uncomment yds(4) which is reported to work by Jim Dew. OK deraadt@ | Todd C. Miller |
2004-12-13 | Store the local ethernet address in struct arpcom and suddenly mc(4) starts | Claudio Jeker |
2004-12-13 | Dead meat. | Miod Vallat |
2004-12-13 | Remove duplicate declarations already in <sys/conf.h>, as well as duplicate | Miod Vallat |
2004-12-13 | Use PAGE_SIZE instead of hardcoded 4096 value. | Alexander Yurchenko |
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 |