Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-25 | Schedule a soft interrupt, not a timeout, in the hard rx interrupt handler. | Miod Vallat | |
2005-05-25 | Resample the hinge value on wakeup, prevent 'hung' keyboard on return | Dale Rahn | |
from suspend. | |||
2005-05-24 | add pci ints routing table entry struct | Michael Shalayeff | |
2005-05-24 | bye | Uwe Stuehler | |
2005-05-24 | add a new field to vm_space and use it to track the number of anon | Ted Unangst | |
pages a process uses. this is now the userland "data size" value. ok art deraadt tdeval. thanks testers. | |||
2005-05-24 | bump to version 2.08, adding | Uwe Stuehler | |
- serial console support - hard disk names hd0..hdN earlier version tested by drahn@ | |||
2005-05-24 | Do not assume anything about the calling frame in the inline assembly | Miod Vallat | |
statements, ends up in slightly better code and fewer memory access. | |||
2005-05-24 | serial console support | Uwe Stuehler | |
2005-05-24 | fix links target | Uwe Stuehler | |
2005-05-24 | wrap into nice defines | Martin Reindl | |
ok mickey@ | |||
2005-05-24 | replace jnz FOO;jmp BAR;FOO: with jz BAR;FOO:, the idle loop will be even ↵ | Niklas Hallqvist | |
more efficient | |||
2005-05-24 | add stge(4) | Brad Smith | |
2005-05-24 | do not print cpu startup messages (because they are obvious) | Theo de Raadt | |
2005-05-24 | hlt hlt is not a good idea. Rework APM to do what the spec actually says. ↵ | Marco Peereboom | |
Run actual BIOS calls whenever we are actually idle. Tovarisch! ok deraadt@ toby@ beck@ weingart@ art@ | |||
2005-05-24 | move sk(4) and epic(4) out of the untested section | Brad Smith | |
2005-05-24 | add epic(4) and stge(4) | Brad Smith | |
2005-05-24 | add aapic driver which currently is used to workaround errata on | Brad Smith | |
the AMD 8131 IO APIC. From NetBSD ok marco@ | |||
2005-05-23 | fix rasops initialization when not acting as console; ok miod@ | Uwe Stuehler | |
2005-05-23 | add USER_PCICONF | Jason Wright | |
2005-05-23 | loose is not lose. ok deraadt tdeval and a few more typos from jfb | Ted Unangst | |
2005-05-23 | Cleanup leading and trailing whitespace. | Christopher Pascoe | |
2005-05-23 | Headphone output and volume control support. | Christopher Pascoe | |
ok dlg@ | |||
2005-05-23 | Round the DMA block size, not the maximum buffer size. Addresses "request | Christopher Pascoe | |
with bad start address" errors. | |||
2005-05-23 | Avoid potential null pointer dereference. | Christopher Pascoe | |
2005-05-23 | pin the sample rate at 44.1k, PB's don't seem to get the 8k or 48k sample | Jason Wright | |
rate notificiations | |||
2005-05-22 | these do not fit; brad did not test | Theo de Raadt | |
2005-05-22 | define our own conversion function which does mono-to-stereo with | Jason Wright | |
a sign change (no byte swapping, and correct endianess) | |||
2005-05-22 | whoops, wrong conversion function | Jason Wright | |
2005-05-22 | remove "0x" in front of %p in printfs. | Artur Grabowski | |
eyeballed by krw@ | |||
2005-05-22 | more encodings | Jason Wright | |
slinear8: mono/stereo ulinear8: mono/stereo alaw: mono ulaw: mono NOTE: still doesn't work on my machine, but hey, at least the encodings are closer. | |||
2005-05-22 | fix names of ulinear, too | Jason Wright | |
2005-05-22 | add memory clobber to prevent reordering | Jason Wright | |
2005-05-22 | ALAW is called AudioEalaw not AudioEmulaw | Jason Wright | |
2005-05-22 | enable re(4) and ciphy(4) on sparc64 | Peter Valchev | |
2005-05-22 | fix dmesg print | Michael Shalayeff | |
2005-05-22 | devices scan for the early new hppa64 machines. | Michael Shalayeff | |
match on product id as well as names in correspondent drivers. chain pluto later in case it shows up too early... | |||
2005-05-21 | stray $$ | Michael Shalayeff | |
2005-05-21 | add i386 optimized in4_cksum | Brad Smith | |
From NetBSD ok deraadt@ | |||
2005-05-21 | elf64 of course! | Michael Shalayeff | |
2005-05-21 | put whole cache info on one line; w/ mods from drahn@; ok drahn@ | Michael Shalayeff | |
2005-05-19 | Lock down SMM space on i82810 MCH and later chips in case BIOS | Alexander Yurchenko | |
didn't it already for us. Reported by loic.duflot@sgdn.pm.gouv.fr via deraadt@. ok deraadt@ weingart@ | |||
2005-05-19 | __unused is used now | Michael Shalayeff | |
2005-05-18 | Rework the single step implementation; mostly delaying breakpoint | Miod Vallat | |
removal so that single stepping delay slots work. Also added the ability to single step through system calls (which cause an implicit branch if successfull). works for me, "looks ok" kettenis@ | |||
2005-05-17 | - add epic(4) | Brad Smith | |
- add ep(4) to RAMDISK_CD | |||
2005-05-17 | add epic(4) under the untested section. | Brad Smith | |
ok martin@ | |||
2005-05-16 | add epic(4) | Brad Smith | |
2005-05-16 | Remove PT_[GS]ETFPREGS and struct fpreg, as we have no real floating point | Miod Vallat | |
registers, and the floating point control registers are savec in the reg structure. | |||
2005-05-15 | Fix CMMU_CSSP(n) value. | Miod Vallat | |
Makes 88204 systems happier - yet they were working before. | |||
2005-05-15 | enable ep(4) | Martin Reindl | |
ok deraadt@ | |||
2005-05-15 | Speed up the low-level dae helpers. | Miod Vallat | |