Age | Commit message (Expand) | Author |
2004-05-10 | Make the time getting frame buffer depth earlier. Without this | Kenji Aoyama |
2004-05-10 | When external power is not available, the tadpole video hardware gets | Miod Vallat |
2004-05-10 | Select the Latin-1 8x16 font as the default 8x16 font, instead of the | Miod Vallat |
2004-05-10 | obliterate undef, ok miod | Jolan Luff |
2004-05-10 | Make sure advskew set correctly in advertisement when configured to a value | Ryan Thomas McBride |
2004-05-09 | Add option ISP_COMPILE_1000_FW, as done in GENERIC; recommended by mjacob@. | Miod Vallat |
2004-05-09 | Replace the event queue with a bit mask of slots needing attention, as | Miod Vallat |
2004-05-09 | Remove some #ifndef __OpenBSD__/#endif sections that were intended to | Kenneth R Westerback |
2004-05-09 | Eliminate verbosity parameter to scsi_print_sense and the associated | Kenneth R Westerback |
2004-05-09 | Add missing <cr>'s to various SC_DEBUG() calls, along with a few other | Kenneth R Westerback |
2004-05-09 | Don't dereference scrub pointer when it's NULL, fix PR 3775, from | Daniel Hartmeier |
2004-05-08 | sync | Theo de Raadt |
2004-05-08 | some crappy usb mouse; lteo.openbsd1@mailnull.com | Theo de Raadt |
2004-05-08 | Remove spurious initialization; drahn@ ok | Miod Vallat |
2004-05-08 | In pmap_enu*(), be sure to splx() on low memory conditions. | Miod Vallat |
2004-05-08 | Do not duplicate fragments from <machine/conf.h>. | Miod Vallat |
2004-05-08 | reference count bpf descriptors to protect against disappearing interfaces | Can Erkin Acar |
2004-05-08 | Better bus_dmamap_load() implementation which does not use vtophys(), | Miod Vallat |
2004-05-08 | Kill whitespace at EOL | Miod Vallat |
2004-05-08 | Correct values for the pci_routes[] pci-to-mpic interrupt routing table, | Miod Vallat |
2004-05-08 | Enable ichpcib(4) in GENERIC and on all media. | Alexander Yurchenko |
2004-05-08 | Put back ichpcib(4), it works now. | Alexander Yurchenko |
2004-05-08 | If a carp interface has more than CARP_SENDAD_MAX_ERRORS failed | Ryan Thomas McBride |
2004-05-07 | CardBus fxp's use the 82558 chipset which has a Long Receive bit, | Brad Smith |
2004-05-07 | Set value for rslt before trying to display it. 'Bad LUN ...' messsage | Kenneth R Westerback |
2004-05-07 | align to __LDPGSZ for anon mmap. this allows userland to be compiled | Ted Unangst |
2004-05-07 | spllower should return the previous level, to match other archs. | Ted Unangst |
2004-05-07 | Implement _SC_SEM_NSEMS_MAX and _SC_SEM_VALUE_MAX. | Todd C. Miller |
2004-05-07 | Remove mvme88k workaround for ssh(4) bugs. | Miod Vallat |
2004-05-07 | Replace the old ssh(4) NCR53C710 scsi driver with a pcctwo attachment for | Miod Vallat |
2004-05-07 | bus_dma(9) implementation for mvme88k, mostly based upon powerpc. | Miod Vallat |
2004-05-07 | Introduce a new cmmu operation, cachectl_pa, similar to cachectl, but taking | Miod Vallat |
2004-05-07 | Make #endif /* foo */ comments really match the #if condition. | Miod Vallat |
2004-05-07 | Do not rely upon a fictitious MAXPHYSMEM value, but rather the actual | Miod Vallat |
2004-05-07 | Add new file <machine/conf.h> and clean up console code and structures. | Kenji Aoyama |
2004-05-07 | Replace RSA-derived md5 code with code derived from Colin Plumb's PD version. | Todd C. Miller |
2004-05-07 | Some clean up, especially delete unused nvram related part. From miod@ | Kenji Aoyama |
2004-05-07 | Compute the size of the kernel page table at runtime, depending upon the | Miod Vallat |
2004-05-07 | LM7x models improvements: | Alexander Yurchenko |
2004-05-07 | This chunk was not supposed to be commited now. | Alexander Yurchenko |
2004-05-07 | proper casts for vtophys. looked at by grange@ | Ted Unangst |
2004-05-07 | free the right thing on failure, in case this ever gets used | Ted Unangst |
2004-05-07 | fatty softdep merge with freebsd. fixes a variety of possible issues. | Ted Unangst |
2004-05-06 | back out kernel breakage. Be more careful damnit | Theo de Raadt |
2004-05-06 | Typo | Miod Vallat |
2004-05-06 | spaces | Alexander Yurchenko |
2004-05-06 | Move speedstep code to a separate ichpcib(4) driver. | Alexander Yurchenko |
2004-05-06 | Do not leak resources if bus_space_map() fails during attach, or we don't | Miod Vallat |
2004-05-06 | When the NVRAM is toast and we have to guess the CPU speed, choose a safer | Miod Vallat |
2004-05-06 | Two missing ifdef FIFO; noticed by form@pdp-11.org.ru. | Alexander Yurchenko |