Age | Commit message (Expand) | Author |
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 |
2002-07-15 | remove a bunch of debugging printfs and disable agp_debug; prompted by millert@ | Michael Shalayeff |
2002-07-13 | no need to redefine pci vendors here since we have 'em, comment on two screwe... | Michael Shalayeff |
2002-07-13 | regen | Michael Shalayeff |
2002-07-13 | a few bktr vendors, from various sources | Michael Shalayeff |
2002-07-13 | fix ioctl processing logic; problem reported by postman pechkin | Michael Shalayeff |
2002-07-13 | define PCI_COMMAND_STATUS_BITS for printfs, according to the enlisted defines | Michael Shalayeff |
2002-07-13 | pci_intr_establish() is a macros on some archs and ifdef w/in the macro args ... | Michael Shalayeff |
2002-07-13 | do not call unlock when the lock is not locked; found by millert@ | Niels Provos |
2002-07-12 | support for the agp gart on various agp chipsets. | Michael Shalayeff |
2002-07-12 | in the error case, just remove an installed argument replacement, it is not | Niels Provos |