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