Age | Commit message (Expand) | Author |
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 |
2015-07-26 | Make sure pci_intr_map() will perform proper interrupt swizzling for devices | Miod Vallat |
2015-07-26 | When attaching on an alpha system, get the current textmode resolution by | Miod Vallat |
2015-07-26 | Make pcic_ident_ok() completely silent in case of failure. | Miod Vallat |
2015-07-25 | Only store mod/ref flags in the vm_page_md struct, not in every pv_entry. | Miod Vallat |
2015-07-24 | Switch back into counting bytes rather than blocks. We can't just | Alexandre Ratchov |
2015-07-24 | if we free the mbuf in the rx path, clear the pointer to it so we dont | David Gwynne |
2015-07-23 | Revert attempted GPT code cleanup. Too much code, too little testing. | Kenneth R Westerback |
2015-07-23 | Missed file in *_data_offset -> *_data_blkno switch. | Kenneth R Westerback |
2015-07-23 | remove -beta tag. take that as a hint. | Theo de Raadt |
2015-07-23 | remove the POOL_NEEDS_CATCHUP macro, it isnt used. | David Gwynne |
2015-07-23 | Add the bhyve id to recognize if we're running under this hypervisor. | Reyk Floeter |
2015-07-23 | Attach pvbus(4) later just before pci(4). Same change was done for amd64. | Reyk Floeter |
2015-07-23 | Replace TIOCSWINSZ with TIOCGWINSZ in tame(2). | Doug Hogan |
2015-07-23 | GPT appears to create broken spoofed labels for empty disks (at least vnd, | Theo de Raadt |
2015-07-22 | Represent the current stream position in blocks rather than bytes | Alexandre Ratchov |
2015-07-22 | Slam signal handlers harder in tame_fail(), found by semarie. | Theo de Raadt |
2015-07-22 | memory leak in execve with systrace, plus some unreachable code | Theo de Raadt |
2015-07-21 | pvbus(4) was attaching too early, it has to wait for identifycpu. | Reyk Floeter |
2015-07-21 | Switch pvbus(4) to fully dynamic autoconf - drivers don't have to be | Reyk Floeter |
2015-07-21 | Always permit kbind (for dynamic linking) and add __thrsigdivert to the | Philip Guenther |
2015-07-21 | Let octeon kernel compile again with the MP_LOCKDEBUG option. | Visa Hankala |
2015-07-21 | iRespect the access size when reading or writing to pci config space. | Mark Kettenis |
2015-07-21 | Move vmt.c to sys/dev/pv/vmt.c. The history is lost but can be found | Reyk Floeter |
2015-07-21 | Sync with amd64; add LAPIC timer definitions. | Masao Uebayashi |
2015-07-21 | add braces to avoid an uninitialised variable use | Jonathan Gray |
2015-07-21 | Added OpenBSD CVS tag. | Rafael Zalamena |
2015-07-21 | Define some LAPIC timer register values. | Masao Uebayashi |
2015-07-21 | No more AF_LINK addresses on the per-ifp address lists. ok mpi@ | Jeremie Courreges-Anglas |