summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-04-23Since ppb(4) properly allocates bus ranges for attached devices,Patrick Wildt
2019-04-23syncTheo de Raadt
2019-04-23shorten some stringsTheo de Raadt
2019-04-23Add support for ccp(4) at acpi(4).Mark Kettenis
2019-04-23Add support for "pinconf-single" devices and add support for bias andMark Kettenis
2019-04-23Call exit(2) if sigreturn(2) fails on mips64. This is what otherVisa Hankala
2019-04-23Add a driver for OCTEON two-wire serial interface.Visa Hankala
2019-04-23Remove file name and line number output from witness(4)Visa Hankala
2019-04-23give gre and mgre percpu counters tooDavid Gwynne
2019-04-23enable discard_backing_storage() testJonathan Gray
2019-04-23Linux code expects to find struct file in fs.h so include sys/file.hJonathan Gray
2019-04-23For raw IPv6 sockets userland may specify an offset where theAlexander Bluhm
2019-04-23a first cut at converting some virtual ethernet interfaces to if_vinputDavid Gwynne
2019-04-23Copy cache-control bits from U+K to U-K entry in pmap_enter_special()Philip Guenther
2019-04-23regenJonathan Gray
2019-04-23Add more amdgpu device ids.Jonathan Gray
2019-04-23- Update the comment describing why pci retry timeout needs to be disabledKevin Lo
2019-04-22In in_cksum() and in6_cksum() convert types to C99 style and makeAlexander Bluhm
2019-04-22vmm(4): flush guest TLB entries if guest disables paging. While thisMike Larkin
2019-04-22Not all systems supporting DVFS expose a regulator to set the voltage.Mark Kettenis
2019-04-22Add support for official Linux device tree bindings and implement supportMark Kettenis
2019-04-22Configure pins.Mark Kettenis
2019-04-22vmm(4): remove a debug printf that was causing lock issues (it was beingMike Larkin
2019-04-22use if_vinput instead of if_input, thereby bypassing ifiqs on vlansDavid Gwynne
2019-04-22add if_vinput so pseudo (ethernet) interfaces can bypass ifiqsDavid Gwynne
2019-04-22factor out calling the if input handlers for a packet.David Gwynne
2019-04-22disable mobileip(4)David Gwynne
2019-04-22support rxprioDavid Gwynne
2019-04-21Timeline lock is used from interrupt context so use IPL_TTY to preventMark Kettenis
2019-04-21Fix rbtree_postorder_for_each_entry_safe() implementation. Fixes crashesMark Kettenis
2019-04-21Interpret ENETRESET from ifm_change() as success in ifmedia_ioctl().Stefan Sperling
2019-04-20Revert enabling VMM_DEBUG which slipped through the previous commit.kn
2019-04-20#define ELFROUNDSIZE 4 /* XXX Should it be sizeof(Elf_Word)? */Theo de Raadt
2019-04-20The conversion of rdsetroot to -lelf failed on alpha: -lelf thought ELF SHDRTheo de Raadt
2019-04-20When copying the EFI-stored kernel to the correct operating location,Theo de Raadt
2019-04-20libsa's memcpy() is actually memmove(). make a proper memmove(), and giveTheo de Raadt
2019-04-20armv7 RAMDISK is now compiled with -Oz (just to be like other ramdisks),Theo de Raadt
2019-04-20as discussed with beck, crank dma-range bufcache to a high numberTheo de Raadt
2019-04-20print locked range in decimal in debug routinesanton
2019-04-20Statistics of "netstat -s -f inet6 -p rip6" did not work. InAlexander Bluhm
2019-04-20drm/ttm: Fix bo_global and mem_global kfree errorJonathan Gray
2019-04-20Move lockf structures from header to implementation since external usersanton
2019-04-20Adapt radeondrm_detach_kms() to struct drm_device being split fromJonathan Gray
2019-04-19Add a subsystem lock for vfs_lockf.c. This enables calling lf_advlock()Visa Hankala
2019-04-19Work around a limitation of clang integrated assembler on mips64.Visa Hankala
2019-04-19use the common code in if.c to check if txhprio is good.David Gwynne
2019-04-19use the factored out txhprio and rxhprio checksDavid Gwynne
2019-04-19provide factored out txhprio and rxhprio checksDavid Gwynne
2019-04-19add rxprio supportDavid Gwynne
2019-04-19add rxprio supportDavid Gwynne