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