Age | Commit message (Expand) | Author |
2015-11-03 | Remove two unused defines | Mike Belopuhov |
2015-11-03 | Plumb Chacha20-Poly1305 into the IPsec/ESP and PF_KEY frameworks | Mike Belopuhov |
2015-11-03 | Enable Chacha20-Poly1305 in the software crypto driver | Mike Belopuhov |
2015-11-03 | Hook up Chacha20-Poly1305 to the OpenBSD Cryptographic Framework | Mike Belopuhov |
2015-11-03 | Chacha20-Poly1305 AEAD construction as described in RFC7634 and RFC7539 | Mike Belopuhov |
2015-11-02 | get rid of the "fastq", which is where this driver puts ip packets | David Gwynne |
2015-11-02 | make systrace and pledge play nice again. ok deraadt | Ted Unangst |
2015-11-02 | some tweaks to the signal code. | Ted Unangst |
2015-11-02 | Define KERNBASE in addition to LINK_ADDRESS. | Miod Vallat |
2015-11-02 | Only define KERNBASE if defined(_KERNEL), for nothing in userland needs it, | Miod Vallat |
2015-11-02 | use binary-search for pledge-request | Sebastien Marie |
2015-11-02 | intr_barrier() stub. | Martin Pieuchot |
2015-11-02 | move the pledgenote annotation from `struct proc' to `struct nameidata' | Sebastien Marie |
2015-11-02 | Remove leftovers from previous carp(4)-to-relayd(8) conversion diff. | Martin Pieuchot |
2015-11-02 | also handle the kill(self) case for threads; from Theo Buehler | Theo de Raadt |
2015-11-02 | Retire ARP load-balacing, thanks for all the fish! | Martin Pieuchot |
2015-11-02 | Delay root hub interrupt processing to the soft-interrupt path in order | Martin Pieuchot |
2015-11-02 | Mark xhci_intr() as IPL_MPSAFE since it only schedules a soft-interrupt. | Martin Pieuchot |
2015-11-02 | Merge rtable_mpath_match() into rtable_lookup(). | Martin Pieuchot |
2015-11-02 | Some of the bridge code is running in splsoftnet now, change the | Reyk Floeter |
2015-11-02 | Rename the list of arp entries to arp_list. This is consistent to | Alexander Bluhm |
2015-11-02 | typo in comment | Stuart Henderson |
2015-11-02 | Implement the list of nd6 llinfo entries with a TAILQ. | Alexander Bluhm |
2015-11-02 | sppp_pick is unused, it can go away. | David Gwynne |
2015-11-02 | provide ml_purge and mq_purge. | David Gwynne |
2015-11-02 | Prefer an existing refcounted ``ifp'' to rt_ifp when possible or use the | Martin Pieuchot |
2015-11-02 | Stop using rt_ifp. | Martin Pieuchot |
2015-11-02 | regen | Jonathan Gray |
2015-11-02 | add some "Broadwell H" ids and another asmedia xhci | Jonathan Gray |
2015-11-02 | later variants of these chips can support bigger rx and tx rings. this | David Gwynne |
2015-11-01 | Replace the nd6 llinfo malloc(9) with pool_get(9) like arp does. | Alexander Bluhm |
2015-11-01 | replace "can not" with "cannot"; | Jason McIntyre |
2015-11-01 | Remove the definition of USRTEXT. It has no relevance outside of the non-PIE | Miod Vallat |
2015-11-01 | refactor pledge_*_check and pledge_fail functions | Sebastien Marie |
2015-11-01 | Compare nd6 llinfo pointer with NULL. No binary change. | Alexander Bluhm |
2015-11-01 | Do not need to check the pledge control bits for system calls that are | Theo de Raadt |
2015-11-01 | Bring in some commits from Rodrigo Vivi in linux to correct | Jonathan Gray |
2015-11-01 | bind() on AF_UNIX should set PLEDGE_UNIX not PLEDGE_CPATH; ok semarie | Theo de Raadt |
2015-11-01 | uniformize "always allowed syscalls" with pledge | Sebastien Marie |
2015-11-01 | drm/i915/bdw: enable eDRAM. | Jonathan Gray |
2015-11-01 | drm/i915: Fix and clean BDW PCH identification | Jonathan Gray |
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 |