Age | Commit message (Expand) | Author |
2015-08-05 | Add octrtc(4) to RAMDISK. | Paul Irofti |
2015-08-04 | Skip C2 and C3 states from the FADT if the cpu doesn't have ARAT. | Philip Guenther |
2015-08-04 | do not save & restore a capability register, it is RO. | Theo de Raadt |
2015-08-04 | add Realtek ALC1150, from Alexandre H. ok deraadt | Ted Unangst |
2015-08-04 | regen | Ted Unangst |
2015-08-04 | add C610 HD Audio, from Alexandre H. ok deraadt | Ted Unangst |
2015-08-04 | If we are setting ACPI_PM1_BM_RLD do it only once, and remember to | Theo de Raadt |
2015-08-04 | Fix clct(4) audio driver which was stuttering to the point of being useless. | Stefan Sperling |
2015-08-04 | Remove some ancient code in PAE mode that was part of supporting > 4GB | Mike Larkin |
2015-08-04 | Provide the fallback C1-via-halt even when _CST can't be evaluated. | Philip Guenther |
2015-08-04 | Fix a handful of incorrect register offsets in acpihpet. | Mike Larkin |
2015-08-03 | Unfortunately netstat did not show sockets without file descriptors | Alexander Bluhm |
2015-08-03 | A recently added sanity check panic in pf_postprocess_addr() was | Jonathan Gray |
2015-08-03 | On mips64, enable IPIs before calling refreshcreds() in trap(), to | Visa Hankala |
2015-08-03 | add amdcf(4) here too; unbreaks RAMDISK | Jasper Lievisse Adriaanse |
2015-08-03 | Remove a debug printf that should have been removed years ago. ok ratchov | Stefan Sperling |
2015-08-01 | Fix free() of uninitialized variable introduced in previous commit. | Philip Guenther |
2015-07-31 | Removed uninitialized pointer usage, we didn't need to use it there anyway. | Rafael Zalamena |
2015-07-31 | As usual, turn off POOL_DEBUG for the release. | Sebastian Benoit |
2015-07-30 | Make mips64 pmap prepared for the unlocked reaper. | Visa Hankala |
2015-07-29 | Fix spacing and be more verbose in printfs under #ifdef AUDIO_DEBUG. | Alexandre Ratchov |
2015-07-29 | Use DMA pointer determine the number of times the audio(4) layer has | Alexandre Ratchov |
2015-07-29 | 17 years ago, setfault() was modified to save the status register in the | Miod Vallat |
2015-07-29 | Something subtle in previous revision is locking up suspend or booting | Theo de Raadt |
2015-07-29 | Neuter tame(2) with ENOSYS for upcoming release cycle, in a fairly | Theo de Raadt |
2015-07-29 | Acquire the kernel lock in pmap_remove(). The reasons for this can't be | Miod Vallat |
2015-07-29 | Determine and print Xen hypervisor version. | Mike Belopuhov |
2015-07-29 | Zap a SLIST in a more obviously correct/safe way. | Kenneth R Westerback |
2015-07-29 | Rework buffer position reporting code. | Alexandre Ratchov |
2015-07-29 | Zap a couple of extra blank lines that keep showing up in diffs I'm | Kenneth R Westerback |
2015-07-29 | Don't use mpls_input() as input handler anymore and instead call it | Rafael Zalamena |
2015-07-28 | Convert sectors to DEV_BSIZE block values were necessary to find, | Kenneth R Westerback |
2015-07-28 | add missing space, from Donovan Watteau <tsoomi at gmail.com> | Alexandre Ratchov |
2015-07-28 | In case the system misses enough audio interrupts for DMA | Alexandre Ratchov |
2015-07-28 | Add the AUDIO_GETPOS ioctl() to fetch a snapshot of the 4 counters | Alexandre Ratchov |
2015-07-28 | Tweak a couple of [SLIST|TAILQ]_REMOVE() usages in loops to a more | Kenneth R Westerback |
2015-07-28 | normalize disclaimer to license.template; noted by reyk | Theo de Raadt |
2015-07-28 | For unix domain sequenced packet socket pairs the ruby regression | Alexander Bluhm |
2015-07-28 | Implement pf divert-reply for raw sockets. Note that an empty | Alexander Bluhm |
2015-07-28 | iDo not link an ICMP6 socket to the pf state. When multiple ICMP | Alexander Bluhm |
2015-07-28 | Add callbacks for supported hypervisors in pvbus(4) to print more | Reyk Floeter |
2015-07-28 | Add ktracing of structs iovec, msghdr, and cmsghdr for {,p}{read,write}v(), | Philip Guenther |
2015-07-27 | Rather than disabling tame to coredump, leave it enabled but flag that | Theo de Raadt |
2015-07-27 | typo | Theo de Raadt |
2015-07-27 | Allow coalescing of IPI requests on mips64, to make IPI sending | Visa Hankala |
2015-07-27 | enforce tame by disabling all TAME_ flags if tame_fail() is reach, and not only | Sebastien Marie |
2015-07-27 | zap trailing linefeeds from sr_error() and panic() calls | Alexander Hall |
2015-07-27 | tame check of msghdr should be done after checking for copyin failure | Philip Guenther |
2015-07-27 | Always #include <sys/mutex.h>: need struct mutex for struct vm_page_md | Philip Guenther |
2015-07-26 | Always initialize the b_error field and B_ERROR flag before using | Kenneth R Westerback |