Age | Commit message (Expand) | Author |
2002-05-07 | move ether_crc32_le to if_ethersubr.c. Add ether_crc32_be | Nathan Binkert |
2002-04-26 | properly allocate dmable memory for buffers (no malloc); drahn@ ok and testing | Michael Shalayeff |
2002-04-10 | Handle all pending adb interrupts when searching for devices. | Dale Rahn |
2002-03-30 | Use the extended keycodes to get real delete/pgup/pgdn/home/end. | Dale Rahn |
2002-03-29 | add numlock, pgup, pgdn, home, end. | Dale Rahn |
2002-03-29 | Change lower enter key to be 'Mode_Switch' like it was before. | 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-26 | On the wdc_obio controller if one device is UDMA capable and one is not, | 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-12 | sync with KAME | Kenjiro Cho |
2002-03-08 | Remove the code which reenables interrupts in these interrupt controllers, | 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-01-30 | A bit of hacking on awacs to try to get audio input working. | Dale Rahn |
2002-01-26 | splclock() should block SPL_BIO - SPL_IMP. | Dale Rahn |
2002-01-21 | Respect db_console for "progammer button", for improved physical security. | Dale Rahn |
2002-01-20 | use new allocm, round_buffersize decl's | Eric Jackson |
2002-01-17 | Allow nested interrupts on the mac interrupt controllers, previously | Dale Rahn |
2001-12-07 | In uni_n_config(), only return a base address if a base address was found. | Miod Vallat |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-10-31 | Change the audio_hm_if->mappage interface to return paddr_t and take off_t | Artur Grabowski |
2001-10-03 | Add $OpenBSD$ tags which were removed when this code was copied. | Dale Rahn |
2001-10-03 | apm support for macppc. This is not fully implemented, sleep modes | Dale Rahn |
2001-10-03 | Cleanup improperly shared code between the two interrupt drivers. | Dale Rahn |
2001-09-28 | Commit a ugly, widespread change. | Dale Rahn |
2001-09-27 | Two workarounds for the zs serial driver. | Dale Rahn |
2001-09-27 | used to corrupt some memory -- no more | Michael Shalayeff |
2001-09-26 | zs driver, from different srcs, including netbsd/macppc and out mac68k/zs, etc. | Michael Shalayeff |
2001-09-25 | shh, no point in printing useless kernel messages. | Dale Rahn |
2001-09-20 | occured->occurred | Mike Pechkin |
2001-09-19 | Fix a typo... and remove return; at the end of a void function. | Miod Vallat |
2001-09-16 | Update the bmac (if_bm) to a newer version from NetBSD. | Dale Rahn |
2001-09-15 | reimplement dbdma such that it does memory allocations | Michael Shalayeff |
2001-09-12 | No need to be overkill for the french keyboard layout. | Miod Vallat |
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat |
2001-09-11 | vm/vm_kern.h is not needed hereand it compiles (; | Michael Shalayeff |
2001-09-10 | Remove some unused global variables. | Dale Rahn |
2001-09-10 | Device addresses should be mapped. It should be converted to bus_ accesses. | Dale Rahn |
2001-09-10 | Devices should not poke random memory, even hacked code which should be | Dale Rahn |