Age | Commit message (Expand) | Author |
2002-09-11 | Include zstty.h, so that the NZSTTY check will be correct. | Dale Rahn |
2002-09-11 | When freeing the extent, include the page offset, not just the page | Dale Rahn |
2002-09-10 | move to 3.2-beta | Theo de Raadt |
2002-09-06 | Remove the gm driver, the MI gem works better at this point. | Dale Rahn |
2002-09-06 | Restore EE bit of MSR on return from exception, rather than blindly | Dale Rahn |
2002-09-06 | Serial console support for macppc. Serial console will work if the modem | Dale Rahn |
2002-09-06 | KNF. | Dale Rahn |
2002-09-06 | allow mapiodev to steal KVM addresses for early mappings like | Dale Rahn |
2002-09-06 | wscons display should have a console priority of INTERNAL, not REMOTE. | Dale Rahn |
2002-09-06 | use <> on include of machine/... files. also include bus.h so that | Dale Rahn |
2002-09-06 | sizeof(pointer) is not what should be used here, should be sizeof(*pointer) | Dale Rahn |
2002-09-06 | KNF, get this out of my tree finally. | Dale Rahn |
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-08-20 | Add a pseudo openfirmware console device for early debugging purposes | Dale Rahn |
2002-08-13 | Remove some unused prototypes, KNF. | Dale Rahn |
2002-08-09 | Add an explicit dependancy of assym.h to Makefile. | Miod Vallat |
2002-08-02 | Do correct bounds checking in get/set/put cmap routines. A few of | Todd C. Miller |
2002-07-29 | Recognize additional host bridges, pretty printing only, no function diff. | Dale Rahn |
2002-07-28 | Add 'option NFSCLIENT' to macppc RAMDISK. | Kenneth R Westerback |
2002-07-24 | - change pte_spill_X() to take an extra parameter to determine if | Dale Rahn |
2002-07-24 | and add the things that are missing? | Theo de Raadt |
2002-07-24 | why do i always have to mop up | Theo de Raadt |
2002-07-23 | Remove unused files now that powerpc archs use link_elf.h | Dale Rahn |
2002-07-23 | Allow 'boot hd:,ofwboot bsd' previously it required '/bsd' instead of | Dale Rahn |
2002-07-23 | Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and other | Dale Rahn |
2002-07-21 | cleanup, mostly 'if 0'ed code removal. | Dale Rahn |
2002-07-20 | Instead of copying out the signal trampoline on top of the stack, create | Artur Grabowski |
2002-07-10 | proper cdev_decl(crypto) and no private protos | Michael Shalayeff |
2002-07-10 | proper cdev_decl(ksyms), fix ksyms's broken functions | Michael Shalayeff |
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-27 | Do not muck with the color palette unless the console depth is 8 bit. | Dale Rahn |
2002-06-25 | IEEE1394 infrastructure part. | Jun-ichiro itojun Hagino |
2002-06-24 | move cdev_decl() for usb devices into one place. | Michael Shalayeff |
2002-06-23 | committed by mistake | Jun-ichiro itojun Hagino |
2002-06-23 | make CAPS_IS_CONTROL a default. pvalchev ok | Jun-ichiro itojun Hagino |
2002-06-22 | Add ${PIPE} to CFLAGS | Todd C. Miller |
2002-06-21 | configure HID0, and show cache status for IBM750FX. from netbsd | Jun-ichiro itojun Hagino |
2002-06-21 | identify 0x7000 (IBM750FX). snprintf. | Jun-ichiro itojun Hagino |
2002-06-19 | Fix compilation error if option DEBUG is defined. | Miod Vallat |
2002-06-19 | using cdev_ugen_init for all sorts of usb devices is just one pint less wrong... | Michael Shalayeff |
2002-06-18 | KNF (whitespace) | Jun-ichiro itojun Hagino |
2002-06-18 | document CAPS_IS_CONTROL. suggested by miod | 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-11 | Add missing bus_space_read_raw_region_X bus_space_write_raw_region_X APIs. | Dale Rahn |
2002-06-11 | ... but ucom can not be used as a console, oops. Me needs more booze. | Miod Vallat |
2002-06-11 | Correct com vs ucom cut-n-paste thinko. | Miod Vallat |
2002-06-09 | knf/cleanup/dead code removal. | Dale Rahn |