summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-07-29Rework buffer position reporting code.Alexandre Ratchov
2015-07-29Zap a couple of extra blank lines that keep showing up in diffs I'mKenneth R Westerback
2015-07-29Don't use mpls_input() as input handler anymore and instead call itRafael Zalamena
2015-07-28Convert sectors to DEV_BSIZE block values were necessary to find,Kenneth R Westerback
2015-07-28add missing space, from Donovan Watteau <tsoomi at gmail.com>Alexandre Ratchov
2015-07-28In case the system misses enough audio interrupts for DMAAlexandre Ratchov
2015-07-28Add the AUDIO_GETPOS ioctl() to fetch a snapshot of the 4 countersAlexandre Ratchov
2015-07-28Tweak a couple of [SLIST|TAILQ]_REMOVE() usages in loops to a moreKenneth R Westerback
2015-07-28normalize disclaimer to license.template; noted by reykTheo de Raadt
2015-07-28For unix domain sequenced packet socket pairs the ruby regressionAlexander Bluhm
2015-07-28Implement pf divert-reply for raw sockets. Note that an emptyAlexander Bluhm
2015-07-28iDo not link an ICMP6 socket to the pf state. When multiple ICMPAlexander Bluhm
2015-07-28Add callbacks for supported hypervisors in pvbus(4) to print moreReyk Floeter
2015-07-28Add ktracing of structs iovec, msghdr, and cmsghdr for {,p}{read,write}v(),Philip Guenther
2015-07-27Rather than disabling tame to coredump, leave it enabled but flag thatTheo de Raadt
2015-07-27typoTheo de Raadt
2015-07-27Allow coalescing of IPI requests on mips64, to make IPI sendingVisa Hankala
2015-07-27enforce tame by disabling all TAME_ flags if tame_fail() is reach, and not onlySebastien Marie
2015-07-27zap trailing linefeeds from sr_error() and panic() callsAlexander Hall
2015-07-27tame check of msghdr should be done after checking for copyin failurePhilip Guenther
2015-07-27Always #include <sys/mutex.h>: need struct mutex for struct vm_page_mdPhilip Guenther
2015-07-26Always initialize the b_error field and B_ERROR flag before usingKenneth R Westerback
2015-07-26Make sure pci_intr_map() will perform proper interrupt swizzling for devicesMiod Vallat
2015-07-26When attaching on an alpha system, get the current textmode resolution byMiod Vallat
2015-07-26Make pcic_ident_ok() completely silent in case of failure.Miod Vallat
2015-07-25Only store mod/ref flags in the vm_page_md struct, not in every pv_entry.Miod Vallat
2015-07-24Switch back into counting bytes rather than blocks. We can't justAlexandre Ratchov
2015-07-24if we free the mbuf in the rx path, clear the pointer to it so we dontDavid Gwynne
2015-07-23Revert attempted GPT code cleanup. Too much code, too little testing.Kenneth R Westerback
2015-07-23Missed file in *_data_offset -> *_data_blkno switch.Kenneth R Westerback
2015-07-23remove -beta tag. take that as a hint.Theo de Raadt
2015-07-23remove the POOL_NEEDS_CATCHUP macro, it isnt used.David Gwynne
2015-07-23Add the bhyve id to recognize if we're running under this hypervisor.Reyk Floeter
2015-07-23Attach pvbus(4) later just before pci(4). Same change was done for amd64.Reyk Floeter
2015-07-23Replace TIOCSWINSZ with TIOCGWINSZ in tame(2).Doug Hogan
2015-07-23GPT appears to create broken spoofed labels for empty disks (at least vnd,Theo de Raadt
2015-07-22Represent the current stream position in blocks rather than bytesAlexandre Ratchov
2015-07-22Slam signal handlers harder in tame_fail(), found by semarie.Theo de Raadt
2015-07-22memory leak in execve with systrace, plus some unreachable codeTheo de Raadt
2015-07-21pvbus(4) was attaching too early, it has to wait for identifycpu.Reyk Floeter
2015-07-21Switch pvbus(4) to fully dynamic autoconf - drivers don't have to beReyk Floeter
2015-07-21Always permit kbind (for dynamic linking) and add __thrsigdivert to thePhilip Guenther
2015-07-21Let octeon kernel compile again with the MP_LOCKDEBUG option.Visa Hankala
2015-07-21iRespect the access size when reading or writing to pci config space.Mark Kettenis
2015-07-21Move vmt.c to sys/dev/pv/vmt.c. The history is lost but can be foundReyk Floeter
2015-07-21Sync with amd64; add LAPIC timer definitions.Masao Uebayashi
2015-07-21add braces to avoid an uninitialised variable useJonathan Gray
2015-07-21Added OpenBSD CVS tag.Rafael Zalamena
2015-07-21Define some LAPIC timer register values.Masao Uebayashi
2015-07-21No more AF_LINK addresses on the per-ifp address lists. ok mpi@Jeremie Courreges-Anglas