summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-10-20Allow WSDISPLAYIO_GTYPE ioctl on the tty*cfg device (passing it back to tty*0).Miod Vallat
2013-10-20KNF a long line.Kenneth R Westerback
2013-10-20Make sure that the RTM_DESYNC message is not filtered out. Also ensure thatClaudio Jeker
2013-10-20Simplify definition of the side-effect-free wd io routine.Theo de Raadt
2013-10-20Put a large chunk of the IPv6 rdomain support in-tree.Peter Hessler
2013-10-20WSDISPLAYIO_GTYPE ioctl support for KMS drivers. ok jsg@Miod Vallat
2013-10-20(daddr_t) -> (u_int64_t) when multiplying ncylinders * secpercyl toKenneth R Westerback
2013-10-20Provide more debugging aids when failing to read the packed image from diskMike Larkin
2013-10-20DPRINTFs for various failure cases, disabled by default (uncommentMike Larkin
2013-10-20Flush the cache after bouncing the inflate page to the piglet.Mike Larkin
2013-10-20SMEP (on Ivy Bridge and later CPUs) require page protections that includeMike Larkin
2013-10-20Replace manual list handling with a TAILQ.Miod Vallat
2013-10-20Use a second inflate page for stream finalize, since it is possibleMike Larkin
2013-10-20remove irrelevant commentTheo de Raadt
2013-10-20tedu noct(4). dmesglog shows no users of this device and the driver hasMike Larkin
2013-10-20catch up with elf(5)/stab(5) removal;Jason McIntyre
2013-10-19Our IPv6 stack was scanning all extension headers for routing headerAlexander Bluhm
2013-10-19LP64 non-PMAP_DIRECT archs like sparc64 have a structure largerPhilip Guenther
2013-10-19Wandboard also is a supported board of this driver. Every i.MX6 basedPatrick Wildt
2013-10-19Improve the address and linkstate hooks and add an additional detachReyk Floeter
2013-10-19Now carp_set_addr() and carp_set_addr6() break out of the loop afterAlexander Bluhm
2013-10-19Support the hibernate key (Fn-F12)Theo de Raadt
2013-10-19Enable TX checksum offload; from brad@ with input from mikeb@.Christian Weisgerber
2013-10-19in order to make our life a tad easier and prevent rogue accessesMike Belopuhov
2013-10-19remove confusing comments referencing the vaxTheo de Raadt
2013-10-19Uniformize drivers doing nothing with their multicast filters to makeMartin Pieuchot
2013-10-19Remove Unicode to ISO-8859-7 translation tables, they would only be used ifMiod Vallat
2013-10-19Remove never enabled WSCONS_SUPPORT_PCVTFONTS code.Miod Vallat
2013-10-19forgot the cookiesReyk Floeter
2013-10-19Bring back the if_detachhook. We're going to have more users now.Reyk Floeter
2013-10-19we dont fake VPD INQUIRY pages, so fail on requests for them.David Gwynne
2013-10-19In an ideal world, we would use splsoftnet() for all the interfaceReyk Floeter
2013-10-19When a multicast tunnel destination is configured, we have to detect addressReyk Floeter
2013-10-19When we attach an interface, do not try to reuse the last index toMartin Pieuchot
2013-10-19simplify checksum handling. no need to compute the pseudo hdr cksumHenning Brauer
2013-10-19simplify: no need to muck with the pseudo hdr cksum any moreHenning Brauer
2013-10-19pf_cksum doesn't need to compute the pseudo hdr cksum any more.Henning Brauer
2013-10-19make in_proto_cksum_out not rely on the pseudo header checksum to beHenning Brauer
2013-10-19Use daddr_t * instead of int * for the partoffp parameter toKenneth R Westerback
2013-10-19When hooks are called, allow them to disestablish themselves by usingReyk Floeter
2013-10-19In carp_set_addr6() break out of the loop after the interface addressAlexander Bluhm
2013-10-19Make uhub_explore() return an int rather than a usbd_satus. This hasMartin Pieuchot
2013-10-18UTF-8 support for wsdisplay emulation modes. Both vt100 and sun emulationMiod Vallat
2013-10-18Comment out cd* at scsibus? from installation media which lack CD9660 support.Miod Vallat
2013-10-18In in_pcblookup() convert a hand crafted loop into a LIST_FOREACHAlexander Bluhm
2013-10-18Make sure that, when a particular mapchar() can't find a proper glyph for theMiod Vallat
2013-10-18I forget to enable edma when I import it.Sylvestre Gallon
2013-10-18Move mmc base address registers workaround where it belongs.Sylvestre Gallon
2013-10-18Remove an incorrect assert used in the real mode parking code forMike Larkin
2013-10-18Disable global page mappings before we start to unpack. This was likelyMike Larkin