Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-03 | Handle 68060 branch prediction error traps before checking whether we are | Miod Vallat | |
ignoring bus errors. | |||
2004-03-03 | allow force umount here too | Ted Unangst | |
2004-03-03 | repair status by not repeating fields. fixes pr2101 from jim razmus | Ted Unangst | |
2004-03-03 | better way of finding and identifying lkms. | Ted Unangst | |
adapted from pr2910 by peter werner, minus lkmfree removals since i couldn't tell what issue they were fixing. | |||
2004-03-03 | support forced unmounts. pr2394 from peter werner | Ted Unangst | |
2004-03-03 | save room for nul, so we can unmount later. pr2327 from peter werner | Ted Unangst | |
2004-03-03 | Add SYMBIOS devices for upcoming mpt driver. | Kenneth R Westerback | |
From NetBSD via Milos Urbanek and Marco Peereboom. | |||
2004-03-03 | Add SYMBIOS devices for upcoming mpt driver. | Kenneth R Westerback | |
From NetBSD via Milos Urbanek and Marco Peereboom. | |||
2004-03-02 | In process_set_pc() and process_set_regs(), disallow unaligned pc and npc | Miod Vallat | |
values. Workaround against PR #3663. ok deraadt@ | |||
2004-03-02 | Rework the card insertion/removal detection logic: | Miod Vallat | |
- instead of queueing events each time the sense information changes, only remember that the slot needs attention - when processing a slot needing attention, decide what to do depending upon its current sense information, rather than what it was when the change was detected - handle the ``only one sensor asserted'' state happening during slow insertion or removal. This makes the driver much more reactive to insertions and removals, and also removes unnecessary attach/detach calls. ok deraadt@ | |||
2004-03-02 | don't leak mbuf if uiomove fails; from netbsd; | Markus Friedl | |
ok henning, cedric, claudio, deraadt | |||
2004-03-02 | 68040 boards would not set address error and bus error trap vectors correctly; | Miod Vallat | |
fix inspired by the hp300 code. | |||
2004-03-02 | Fix timing issues with newer Prism firmware and retry card reset up | Todd C. Miller | |
to three times (only once for Symbol though). This fixes intermittent problems on Prism-based cards with newer firmware. Tested with a wide variety of cards and firmware revisions. OK mickey@ | |||
2004-03-02 | Make HostAP work Prism cards with newer firmware (1.7.0 and higher). | Todd C. Miller | |
Accept probe packets that Lucent cards send when the associated AP disapears; this speeds up reassocication with those cards. Don't advertise HostAP as being available for firmware 1.4.2. I added a note about this in the man pages a while ago but forgot to update the driver itself. OK mickey@ | |||
2004-03-02 | track va for each segment and not for the whole map. | Michael Shalayeff | |
simplifies the cache syncing a lot. testing by miod@ and mickey@ | |||
2004-03-02 | limit total number of queued out-of-order packets to NMBCLUSTERS/2; ok mcbride | Markus Friedl | |
2004-03-02 | call fifo_reclaim here too | Ted Unangst | |
2004-03-02 | silly fifos aren't a real fs, so we have to be sure to call reclaim | Ted Unangst | |
in the host fs. | |||
2004-03-02 | prevent memory leak on revoke by freeing resources in a real reclaim | Ted Unangst | |
function. also check fifoinfo is valid before deref. ok millert@ | |||
2004-03-02 | disable COMPAT_25; ok miod millert | Theo de Raadt | |
2004-03-01 | Initialize the frame buffer when the PROM did not do this on our behalf. | Miod Vallat | |
2004-03-01 | More readable DAC programming. | Miod Vallat | |
2004-03-01 | rfx fits on the installation media. | Miod Vallat | |
2004-03-01 | Define a wsdisplay type for rfx; ok deraadt@ | Miod Vallat | |
2004-02-29 | Enter rfx, driver for the SBus RasterFlex frame buffer family. | Miod Vallat | |
Currently 8-bit only for now. This apparently completes the SBus frame buffer support list - yet if you stumble upon an unsupported SBus frame buffer, I'd love to hear about it... | |||
2004-02-29 | More colormap games for 8-bit framebuffers to enjoy the inverted cursor too. | Miod Vallat | |
2004-02-29 | Check for negative numbers. | Tobias Weingartner | |
ok grange@ | |||
2004-02-28 | MTRR not yet | Theo de Raadt | |
2004-02-28 | MTRR on by default | Theo de Raadt | |
2004-02-28 | sync | Theo de Raadt | |
2004-02-28 | crunch it smaller | Theo de Raadt | |
2004-02-28 | rename our NPXCW setting | Theo de Raadt | |
2004-02-28 | most USB devices | Theo de Raadt | |
2004-02-28 | em(4) on floppy | Theo de Raadt | |
2004-02-28 | copy from i386, no changes yet | Theo de Raadt | |
2004-02-28 | Initialize MXCSR when FPU is first used. ok deraadt@ | Thomas Nordin | |
2004-02-28 | Regen | Miod Vallat | |
2004-02-28 | Rather than adding amd64 to the 64-bit platform which do not require the | Miod Vallat | |
old COMPAT_10 SysV syscalls, check for __LP64__ instead. ok deraadt@ | |||
2004-02-28 | sysctl hw.cpuspeed output | Theo de Raadt | |
2004-02-28 | - Don't permit 0-padded unit numbers on cloned interfaces. Bug repoprt | Ryan Thomas McBride | |
from otto@ - Fix signedness issue with unit numbers. Bug report from Thorsten Glaser ok millert@ otto@ | |||
2004-02-28 | dig lsi/symbios sata boards; reported and tesing by pailloncy@ifrance.com | Michael Shalayeff | |
2004-02-27 | move to amd64_() functions | Theo de Raadt | |
2004-02-27 | remove old crud | Theo de Raadt | |
2004-02-27 | Typos | Miod Vallat | |
2004-02-27 | more machdep sysctl support | Theo de Raadt | |
2004-02-27 | kbd_reset can work on amd64 too | Theo de Raadt | |
2004-02-27 | developers who do not test compile should be shot | Theo de Raadt | |
2004-02-27 | permit 10% of memory as buffer cache | Theo de Raadt | |
2004-02-27 | put a bit more flesh in the sysctl machdep; parts from tom | Theo de Raadt | |
2004-02-27 | Move setperf_prio to the machdep code, requested by deraadt@ | Alexander Yurchenko | |
ok deraadt@ |