Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-07 | Fix the cache invalidation routines, per macppc cpu.h rev 1.3. | Miod Vallat | |
Initially from pefo@ | |||
2002-06-06 | implement findblkname() and some more fluff around | Michael Shalayeff | |
2002-06-06 | kqueue support for bpf; okay markus@ | Niels Provos | |
2002-06-06 | temporarilty -> temporarily | Aaron Campbell | |
2002-06-06 | compatibilty -> compatibility | Aaron Campbell | |
2002-06-06 | regen | Michael Shalayeff | |
2002-06-06 | bunch of nvidia chips; form Dries Schellekens <gwyllion@ace.ulyssis.org> via ↵ | Michael Shalayeff | |
pr2730 | |||
2002-06-06 | match more cards | Niklas Hallqvist | |
2002-06-06 | sync | Niklas Hallqvist | |
2002-06-06 | GDT product sync | Niklas Hallqvist | |
2002-06-06 | sync; ok deraadt@ | Dan Harnett | |
2002-06-06 | add ATI Rage 128 TF; ok deraadt@ | Dan Harnett | |
2002-06-06 | use shorter uvm_prot_rw | Michael Shalayeff | |
2002-06-06 | do not poke into the page0 for now | Michael Shalayeff | |
2002-06-06 | fix stereo handling on bktr, remove dead code from fms (now that radio does ↵ | Michael Shalayeff | |
attachment properly; from jumbo@ | |||
2002-06-06 | Fix *documentation*: one arg of the ktrace(2) is pid_t not int, found while | Mike Pechkin | |
have fun w/ pid_t cleanups. millert@ ok | |||
2002-06-06 | do not say duh to the cereal | Michael Shalayeff | |
2002-06-06 | zap | Artur Grabowski | |
2002-06-05 | steal'' performance calculating loop from pchb.c and have a uniform output | Michael Shalayeff | |
2002-06-05 | regen | Michael Shalayeff | |
2002-06-05 | a driver for the rng on the amd768 power management device (no actual power ↵ | Michael Shalayeff | |
management capabilities are supported yet; from netbsd | |||
2002-06-05 | fix dma map handling logic in hme_newbuf(); from jason@. | Federico G. Schwindt | |
2002-06-05 | regen | jasoni | |
2002-06-05 | provide local versions of getpid, getuid and getgid that do not | jasoni | |
stuff a value in retval[1] as newer linux libs puke on it. | |||
2002-06-05 | DIAGNOSTIC check for duplicate entry into the tree. | Artur Grabowski | |
niels@ ok. | |||
2002-06-05 | splbio around biodone | Artur Grabowski | |
2002-06-05 | be sure to use L3 MTU, not L2 MTU, when specified in spec (affects FDDI/ARCnet) | Jun-ichiro itojun Hagino | |
2002-06-04 | no need to specify rmx_send/recvpipe. | Jun-ichiro itojun Hagino | |
2002-06-04 | Convert vgafb from rcons to rasops | Jason Wright | |
If depth is 24, select rasops32 (and make sure the stride is right) | |||
2002-06-04 | spaces to tabs, remove trailing whitespace | jasoni | |
2002-06-04 | limit number of rng's passed up per tick to 32; suggested by mickey. | Jason Wright | |
2002-06-04 | add bwtwo* at sbus? (commented out... someone have one to test?) | Jason Wright | |
2002-06-04 | driver for the sbus bwtwo cards (completely untested). | Jason Wright | |
2002-06-04 | identify keyboard/mouse ports | Jason Wright | |
2002-06-04 | Identify keyboard/mouse ports if not claimed by other drivers. | Jason Wright | |
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt | |
2002-06-04 | Remove unused #define. ok deraadt@ | Thomas Nordin | |
2002-06-03 | o when checking the message type, mask with WI_RXSTAT_MSG_TYPE instead | Todd C. Miller | |
of comparing directly against WI_STAT_1042, WI_STAT_TUNNEL, etc. This is needed by some Symbol cards in ad-hoc mode. o change some ntohs(var) to htons(constant). Adapted from NetBSD (mycroft). | |||
2002-06-03 | regen | Michael Shalayeff | |
2002-06-03 | add 8233 pci-isa and some uniformity in tabs and spaces | Michael Shalayeff | |
2002-06-03 | probe for flavours, aps and audigy still need more work though | Michael Shalayeff | |
2002-06-03 | spell transceiver correctly | Theo de Raadt | |
2002-06-03 | detect stereo reception; from jumbo@ | Michael Shalayeff | |
2002-06-03 | add rasops24 to creator. minor indentation while i'm here. | Federico G. Schwindt | |
2002-06-03 | - use the 24 bits dumb frame buffer reg. instead of the 32 one, but return | Federico G. Schwindt | |
32 bpp to wsfb. - print the model; the board type is not useful. this enables video output in the U1/E and probably some other creator models. tested by jason@ and Daniel Zieber <dlz@astro.caltech.edu>; jason@ ok. | |||
2002-06-03 | wrong cutnpaster; problem reported by Tim Tickel <twt@globodom.com> via pr2711 | Michael Shalayeff | |
2002-06-03 | regen | Michael Shalayeff | |
2002-06-03 | Guillemot/maxiradio was a rebadged gemtek/pr103. | Michael Shalayeff | |
the mr(4) was not really tested and therefore is now replaced w/ a tested gtp(4), renamed pci ids too. from jumbo@ | |||
2002-06-03 | compatiblity -> compatibility | Theo de Raadt | |
decriptor -> descriptor authentciated -> authenticated transmition -> transmission | |||
2002-06-03 | Convert from rcons to rasops | Jason Wright | |