Age | Commit message (Expand) | Author |
2002-07-26 | sync | Dale Rahn |
2002-07-26 | More Apple pci devs, from NetBSD. | Dale Rahn |
2002-07-26 | House cleaning (move reg defns into their own file), and be sure to drain | Jason Wright |
2002-07-26 | add support for hardware accelerated fill/copy; from NetBSD (committed from t... | Jason Wright |
2002-07-25 | - some KNF. | Federico G. Schwindt |
2002-07-25 | If passed RI_BSWAP, swap32 the stamp | Jason Wright |
2002-07-25 | Adapt the framebuffer code to the WSDISPLAY_TYPE constant changes, and | Miod Vallat |
2002-07-25 | Rework the color usage in wsemul_sun displays, to match SunOS and Solaris | Miod Vallat |
2002-07-25 | Rename the WSDISPLAY_TYPE_SUNFFB display type into a more generic name, | Miod Vallat |
2002-07-25 | When building kernels with the SMALL_KERNEL option (typically, RAMDISK), | Miod Vallat |
2002-07-25 | house cleaning, also fix a couple of incorrect bit definitions in the | Jason Wright |
2002-07-25 | update $NetBSD$ tags | Nathan Binkert |
2002-07-25 | sync | Nathan Binkert |
2002-07-25 | get rid of trailing whitespace | Nathan Binkert |
2002-07-25 | sync | Nathan Binkert |
2002-07-25 | typo | Nathan Binkert |
2002-07-24 | sync | Nathan Binkert |
2002-07-24 | new devices | Nathan Binkert |
2002-07-24 | better uid/gid tracking; okay deraadt@ | Niels Provos |
2002-07-23 | Do not use bcopy() when you mean ovbcopy(); found the hard way by aaron@ | Miod Vallat |
2002-07-23 | from reading sam@errno.com's code: | Jason Wright |
2002-07-23 | prevent double free in some error conditions; from xs@kittenz.org | Niels Provos |
2002-07-23 | Don't use a magic constant | Jason Wright |
2002-07-23 | Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and other | Dale Rahn |
2002-07-23 | Turn READ/WRITE into function calls (driver was getting too bloated with | Jason Wright |
2002-07-23 | Use the proper cardbus_conf_read() rather than pci (in a cardbus driver). | Dale Rahn |
2002-07-22 | uninitialized variable; pointed out by sam@errno.com | Jason Wright |
2002-07-22 | add seqnr to message from kernel, userland needs to quote correct seqnr. | Niels Provos |
2002-07-21 | Flip on the LEDs on a 7811 when each of the rings is active (and turn them | Jason Wright |
2002-07-21 | Deal with the fact that one of the 7811 revisions cannot correctly handle | Jason Wright |
2002-07-21 | - Deal with the fact that nsp2k's bridge can't deal with burst read/write | Jason Wright |
2002-07-21 | two more missing systrace_lock | Jun-ichiro itojun Hagino |
2002-07-21 | need systrace_lock/unlock around lockmgr lock operation. provos ok | Jun-ichiro itojun Hagino |
2002-07-20 | If we call siop_intr manually, make sure it's protected by splbio. | Artur Grabowski |
2002-07-20 | comment clarification. niels ok | Jun-ichiro itojun Hagino |
2002-07-19 | a few more comments and debugs, other cosmetic stuff | Michael Shalayeff |
2002-07-19 | minor KNF | Jun-ichiro itojun Hagino |
2002-07-19 | whitespace | Jun-ichiro itojun Hagino |
2002-07-19 | tabify | Jun-ichiro itojun Hagino |
2002-07-18 | regen | Michael Shalayeff |
2002-07-18 | emulex lp8000 | Michael Shalayeff |
2002-07-17 | No newline in panic messages | Miod Vallat |
2002-07-17 | Missing splx, and rearrange a bit. | Jason Wright |
2002-07-16 | ack my employer | Jason Wright |
2002-07-16 | Two fixes from sam@errno.com: | Jason Wright |
2002-07-16 | Add support for DES and 3DES singleton operations | Jason Wright |
2002-07-16 | - Add bus_dmamap_sync() in appropriate places for EA | Jason Wright |
2002-07-16 | remove prototypes that now live in if_wivar.h. | Federico G. Schwindt |
2002-07-16 | - Add a kthread for handling EA requests so that we have a context where we | Jason Wright |
2002-07-15 | No need to disestablish the startuphook. | Artur Grabowski |