Age | Commit message (Expand) | Author |
2002-03-28 | Add WSDISPLAY_COMPAT_RAWKBD (commented), add missing mux pieces. | Dale Rahn |
2002-03-28 | All US keys beside KPEQ and Mode_switch? (enter key on laptops) fixed. | Dale Rahn |
2002-03-28 | Remove debugging that was forgotten. | Dale Rahn |
2002-03-28 | Replace magic values with appropriate constants. | Miod Vallat |
2002-03-28 | Doh, I'm on drugs. | Miod Vallat |
2002-03-28 | Better fix. | Miod Vallat |
2002-03-28 | be more careful about breaking the RAMDISK guys | Theo de Raadt |
2002-03-27 | Indicate which keys translations are missing. | Dale Rahn |
2002-03-27 | add WSDISPLAY_COMPAT_RAWKBD support for macppc, not complete yet, Fx keys | Dale Rahn |
2002-03-27 | tsk tsk tsk, compile it first. | Dale Rahn |
2002-03-27 | Don't use magic constants to the loop over the BAR, also, include the | Jason Wright |
2002-03-27 | knf (case labels align with switch) | Jason Wright |
2002-03-26 | Only allow valid device PAs to be mmapped. | Dale Rahn |
2002-03-26 | On the wdc_obio controller if one device is UDMA capable and one is not, | Dale Rahn |
2002-03-25 | dhartmei@ and I have been both running uaudio devices on macppc successfully | lebel |
2002-03-23 | typo repair; openbsd@davidkrause.com | Theo de Raadt |
2002-03-23 | Add variables for config(8) -e time tweak of systemV shared memory | Marc Espie |
2002-03-22 | add some phys for dc. | Dale Rahn |
2002-03-22 | add dc and hme to ramdisk kernel. | Dale Rahn |
2002-03-21 | dont forget the break. | Dale Rahn |
2002-03-21 | Recognize 7455 processor, distinguish between 7450/7451. | Dale Rahn |
2002-03-21 | Map up to 1G 1-1 using dbats, this disables dynamically swapped bats for now, | Dale Rahn |
2002-03-15 | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | Todd C. Miller |
2002-03-14 | Improved altivec support for powerpc/macppc. | Dale Rahn |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-13 | Complete rewrite of the powerpc pmap handling, Instead of keeping | Dale Rahn |
2002-03-12 | sync with KAME | Kenjiro Cho |
2002-03-11 | If the clock has lost over 1000 days, use the filesystem time instead | Dale Rahn |
2002-03-09 | Completely rewritten keyboard detection mechanism. Instead of using the | Dale Rahn |
2002-03-08 | Remove the code which reenables interrupts in these interrupt controllers, | Dale Rahn |
2002-03-08 | Move the message buffer out of low memory, Openfirmware clears the area | Dale Rahn |
2002-03-07 | Clean up BUS_DMA_* flags, and make sure all arch's define: | Jason Wright |
2002-03-02 | cleanup. | Dale Rahn |
2002-03-02 | If two drivers register the same hardware irq, they should get | Dale Rahn |
2002-03-02 | Do not use -1 as an unused entry, 0 is already reserved for invalid/unused. | Dale Rahn |
2002-03-02 | If two drivers register the same hardware irq, they should get | Dale Rahn |
2002-03-02 | These two drivers were incorrectly sharing variables, sometimes expecting | Dale Rahn |
2002-02-25 | fix mapping bug in serial console support, not yet working. | Dale Rahn |
2002-02-23 | remove a commented-out debug printf | Matthieu Herrb |
2002-02-23 | add a comment for option APERTURE | Matthieu Herrb |
2002-02-23 | Add aperture driver support for macppc, and also place writing to /dev/pci | Matthieu Herrb |
2002-02-23 | remove unused file. | Dale Rahn |
2002-02-19 | correct extended partition botch; gluk, in PR 1449 | Theo de Raadt |
2002-02-18 | change the dma memory allocation to use kernel_map, not kmem_map. | Dale Rahn |
2002-02-17 | Patch from Daniel Lucq <daniel@lucq.org> | Mats O Jansson |
2002-01-30 | A bit of hacking on awacs to try to get audio input working. | Dale Rahn |
2002-01-26 | Kludge, protect against bus faults during pci probes. allows OpenBSD | Dale Rahn |
2002-01-26 | splclock() should block SPL_BIO - SPL_IMP. | Dale Rahn |
2002-01-23 | move mb_map allocation to mbinit() | Artur Grabowski |