Age | Commit message (Expand) | Author |
2002-08-22 | Remove code, use common ether_crc32_le() routine. | Dale Rahn |
2002-08-22 | Configure the media in the initialization routine so that media/mediaopt | Dale Rahn |
2002-07-09 | move common declarations to if_wivar.h; mickey@ and millert@ ok. | Federico G. Schwindt |
2002-06-28 | Recognize the Fn-arrow combinations (PgUp, PgDwn, Home, End) keys on | Miod Vallat |
2002-06-23 | make CAPS_IS_CONTROL a default. pvalchev ok | Jun-ichiro itojun Hagino |
2002-06-19 | Fix compilation error if option DEBUG is defined. | Miod Vallat |
2002-06-18 | KNF (whitespace) | Jun-ichiro itojun Hagino |
2002-06-18 | "option CAPS_IS_CONTROL" will enable use of caps key as control | Jun-ichiro itojun Hagino |
2002-06-17 | Add UK keymap (tested on PBG4). Since it doesn't have a # key, do like | Anil Madhavapeddy |
2002-06-09 | more arpcom ->sc_arpcom missing. | Dale Rahn |
2002-06-07 | Add wsconsctl recognition support for adb keyboard. | Dale Rahn |
2002-06-07 | Hand-editing diff file to remove a few chunks that you don't want to | Miod Vallat |
2002-06-07 | Vacuum cleaning of the adb code, step 1: random KNF, remove mac68k | Miod Vallat |
2002-06-07 | KNF | Miod Vallat |
2002-06-07 | Move more function prototypes to <machine/conf.h> as cdev_decl(foo) | Miod Vallat |
2002-05-30 | Add a german keymap for iBook. Based on "Key Caps" on Mac OS X 10.1.4. | Mats O Jansson |
2002-05-22 | Allow brightness buttons to affect the console brightness whenever possible; | Miod Vallat |
2002-05-09 | Make the paragraph degree key on a swedish iBook keyboard work in X. | Mats O Jansson |
2002-05-08 | Overhaul of the french layout for adb keyboards, fixing errors, adding a lot | Miod Vallat |
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 |