summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-09-01missing splxJonathan Gray
2015-09-01missing splxJonathan Gray
2015-09-01dont need the kernel lock for mpsafe bpfs (again)David Gwynne
2015-09-01reintroduce bpf.c r1.121.David Gwynne
2015-09-01mattieu baptiste reported a problem with bpf+srps where the per cpuDavid Gwynne
2015-09-01uses sizes for free()Theo de Raadt
2015-09-01a white space krw could not seeTheo de Raadt
2015-09-01'bogous' is bogus spelling of 'bogus' in debug message.Kenneth R Westerback
2015-09-01Missing letoh64() when checking value of gh_lba_alt.Kenneth R Westerback
2015-08-31The pmap_pmap_pool pool will never be used in interrupt context, so pass theMark Kettenis
2015-08-31Check driver name in match function such that driver only attempts to attachMark Kettenis
2015-08-31two fairly simple sizes for free()Theo de Raadt
2015-08-31Consider getfsstat() a RPATH, even though it has no path in it. We mayTheo de Raadt
2015-08-31In tame mode, return EPERM for *chown if uid/gid change is not towardsTheo de Raadt
2015-08-31Rather than killing when *chmod is asked to do setuid/setgid, clearTheo de Raadt
2015-08-31Abstract 5 identical code blocks into a readdisksector() function.Kenneth R Westerback
2015-08-31Rejig the the expression calculating of the address of the diskKenneth R Westerback
2015-08-31The return value of nd6_cache_lladdr() is never used so make it a void.Martin Pieuchot
2015-08-31Do not install connected routes on loopback interfaces.Martin Pieuchot
2015-08-31Use one xfer per pipe instead of doing an alloc/free dance for everyMartin Pieuchot
2015-08-31Compute the checksum before looping back the copy of a multicast packet.Martin Pieuchot
2015-08-31`encif' should only be used under #ifdef NPF.Martin Pieuchot
2015-08-31Use PR_WAITOK to indicate that pools are not used in interrupt contextMark Kettenis
2015-08-31Enable efifb(4).YASUOKA Masahiko
2015-08-31spaces snuck inTheo de Raadt
2015-08-31KNFTheo de Raadt
2015-08-30Automatically perform traces upon panic. Shrink message aboutTheo de Raadt
2015-08-30Don't try to attach efifb(4) on non-UEFI boots.Mark Kettenis
2015-08-30In readgptlabel() avoid pointless conversions from sector countsKenneth R Westerback
2015-08-30The pmap_pmap_pool pool will never be used in interrupt context, so pass theMark Kettenis
2015-08-30The pmap_pool pool will never be used in interrupt context, so pass theMark Kettenis
2015-08-30Eliminate a couple of extraneous DL_SECTOBLK() calls.Kenneth R Westerback
2015-08-30Use a global table for domains instead of building a list at run time.Martin Pieuchot
2015-08-30Provide remaining arch with END() macro for setting calculated size onPhilip Guenther
2015-08-30Modify kernel to prepare boot from UEFI.YASUOKA Masahiko
2015-08-30Enable xhci(4) now that it attaches correctly on my G5.Martin Pieuchot
2015-08-30Map the whole config1 space based on the size read from theMartin Pieuchot
2015-08-30Add the number of midi ports to the card description, and use it toAlexandre Ratchov
2015-08-30For *chmod, allow S_ISTXT in tame mode. I am evaluating what toTheo de Raadt
2015-08-30size for free(); ok krwTheo de Raadt
2015-08-30Keep track of a length for free() in error paths. Be careful,Theo de Raadt
2015-08-30Track rom size, for free()Theo de Raadt
2015-08-29correct size for free()Theo de Raadt
2015-08-29fix ugly indents; no harmful macros harmedTheo de Raadt
2015-08-29sizes for free(); ok guentherTheo de Raadt
2015-08-29firmware sizes are known; use them for free()Theo de Raadt
2015-08-29video sub-drivers will not return EINVAL in size variable. (Well,Theo de Raadt
2015-08-29In readgptlabel() the block offsets of the GPT header and GPT partitionKenneth R Westerback
2015-08-29Set the rx mbuf size to MCLBYTES + ETHER_ALIGN for strict alignmentMark Kettenis
2015-08-29use correct size for free(9), problem reported by Theo Buehler, ok kettenisStuart Henderson