summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-10-31oops, forgot pselect! crazy how many interface the kernel has here.Theo de Raadt
2015-10-31expose the sysctl backing getloadavg(3) all the time, now that moreTheo de Raadt
2015-10-30Let m_resethdr() clear the whole mbuf packet header, not only theAlexander Bluhm
2015-10-30Fix two (verified to be harmless) off-by-ones in bounds checks inMiod Vallat
2015-10-30Add m_resethdr() to clear any state (pf, tags, flags) of an mbuf packet.Reyk Floeter
2015-10-30fix eyesoring trailing whitspaceJasper Lievisse Adriaanse
2015-10-30Clean up handling of 'clear states' pfsync packets.Mike Belopuhov
2015-10-30Fix interaction between inteldrm(4) and efifb(4). If we were booted by UEFIMark Kettenis
2015-10-30Rename rtrequest1() to rtrequest().Alexander Bluhm
2015-10-30Use NULL instead of 0 for pci_decompose_tag() pointer arguments.Miod Vallat
2015-10-29Remove duplicated prototype.Miod Vallat
2015-10-29a few redundant tests can be deleted now that switch cases are only forTed Unangst
2015-10-29oops, one firebomb went off course. put back some code that's still used.Ted Unangst
2015-10-29RFC 2292 API support was removed 9 years ago, but left in a binary compatTed Unangst
2015-10-29Add some setsockopt hacks for libisc, aka John FrumTheo de Raadt
2015-10-29Kill a comment saying that rt_ifp may not be the same as ifp, that's noMartin Pieuchot
2015-10-29Import Poly1305 Message Authentication CodeMike Belopuhov
2015-10-29enable keyboard backlight led earlier to avoid raceJoerg Jung
2015-10-29In knote(), use SLIST_FOREACH_SAFE when walking the klist since a call toJoel Sing
2015-10-29Reorder system call table into sequential blocks of alike-functionalityTheo de Raadt
2015-10-29Make inteldrm(4) attach to pci(4) instead of vga(4) just like radeondrm(4).Mark Kettenis
2015-10-29regenJonathan Gray
2015-10-29add some amd family 16h model 30h-3fh, mullins/bolton idsJonathan Gray
2015-10-29fix newlines on an error messageJonathan Gray
2015-10-28mkdir is PLEDGE_CPATH, not PLEDGE_CPATH | PLEDGE_RPATH...Theo de Raadt
2015-10-28cleanup indentation and comments in sysctl whitelistTheo de Raadt
2015-10-28more accurate pledge_fail() error and code for sys_socketSebastien Marie
2015-10-28merge whitelisted r/w paths and rd paths switch to only one. It becomesSebastien Marie
2015-10-28remove duplicate setting of p_pledgenote:Sebastien Marie
2015-10-28make sys_chroot() only allowed to be used when pledged, with "rpath id proc".Sebastien Marie
2015-10-28Enable TCP/UDP checksum offloading on packet transmission.Visa Hankala
2015-10-28Add proper padding to packets that the hardware does not recognize asVisa Hankala
2015-10-28refactor pledge_namei() a bitSebastien Marie
2015-10-28canonpath() error isn't related to p_pledgenote requirement (only possibleSebastien Marie
2015-10-28in pledge_namei(), move PLEDGE_EXEC check sooner: it doesn't depend of pathSebastien Marie
2015-10-28Support backspace in softraid boot passphrase prompt.Joel Sing
2015-10-28Add a missing splx for a return path introduced in rev 1.163Jonathan Gray
2015-10-28Prevent F_SETOWN, unless a "proc" pledge was made.Theo de Raadt
2015-10-28Remove linkmtu and maxmtu from struct nd_ifinfo. IN6_LINKMTU can nowFlorian Obser
2015-10-28syncTheo de Raadt
2015-10-28The short-lived dnssocket/dnsconnect calls are being required because weTheo de Raadt
2015-10-28Paranoa: p_pledgenote the NAMEI for ld.so loadingTheo de Raadt
2015-10-28The short-lived dnssocket/dnsconnect calls are being required because weTheo de Raadt
2015-10-28There are three situations where pty ioctl's result in a NDINIT.Theo de Raadt
2015-10-28Set pledgenote to PLEDGE_RPATH in chdir & chrootTheo de Raadt
2015-10-28TIOCCONS will probably never be permitted, but it is good style to setTheo de Raadt
2015-10-28Though sys_ktrace is not yet pledge allowed, prepare by settingTheo de Raadt
2015-10-28move p_pledgenote setting next to NDINIT()Theo de Raadt
2015-10-28kern.cptime is length 2Theo de Raadt
2015-10-28missing splx in error pathJonathan Gray