summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-11-05explicitly say that we use uio for our crypto operations; ok mikeb@Christian Weisgerber
2015-11-05Fix build with DEBUG_INTC defined; from Daniel Bolgheroni on tech@Miod Vallat
2015-11-05for mice with wheels, check for W direction at AC Pan input used inJoshua Stein
2015-11-05revert sys/kern/kern_pledge.c 1.103 and reenable pledge in pwd_mkdbSebastien Marie
2015-11-05In in_arpinput() replace the loops over the interface addressesAlexander Bluhm
2015-11-05apply some knf.David Gwynne
2015-11-04pledge_ioctl only takes files, adjust prototype. ok semarieTed Unangst
2015-11-04allow km(4) to match the temperature sensor in GX-412TC SOC (as used on APU2)Stuart Henderson
2015-11-04move /etc/spwd.db blacklist outside PLEDGE_GETPW check.Sebastien Marie
2015-11-04Pass context as a void pointer to cut down on casts in xform.cMike Belopuhov
2015-11-04use if_enqueue() rather than doing a poor inline version of it.David Gwynne
2015-11-04replace the ifqueues in net80211 with mbuf_queues.David Gwynne
2015-11-04rtfree(9) accepts NULL pointers.Martin Pieuchot
2015-11-04Initialize the correct variable in ART's rtable_match().Martin Pieuchot
2015-11-04Some tweaks to build the rtable API and backends in userland.Martin Pieuchot
2015-11-04Call rtable_put(), a stub for now, before leaving a function that calledMartin Pieuchot
2015-11-04use mq_purge to free a queue of mbufs.David Gwynne
2015-11-04replace while (ml_dequeue()) m_freem(); with ml_purge();David Gwynne
2015-11-04use ml_purge to flush the arp hold lists instead of dequeue/free loops.David Gwynne
2015-11-04use IFQ_IS_EMPTY to see if if_snd is empty, not IF_IS_EMPTYDavid Gwynne
2015-11-04replace the ifqueues used for tulip_txq and _rxq with mbuf_lists.David Gwynne
2015-11-03- fixes potential use-after-free in pfr_set_addrs()Alexandr Nedvedicky
2015-11-03Remove dead assignments.Charles Longeau
2015-11-03Remove dead assignment and newly created unused variable.Charles Longeau
2015-11-03Disable TCP/UDP TX hardware checksumming if an IPv4 packet containsChristian Weisgerber
2015-11-03AF_UNIX connect is a "unix" operation, not "rpath wpath"Theo de Raadt
2015-11-03pledge_aftersyscall has been reduced to one case, "getpw", to open aTheo de Raadt
2015-11-03Ignore disks whose media is not present.YASUOKA Masahiko
2015-11-03Add & use a #define GPTPARTNAMESIZE rather than the magic numberKenneth R Westerback
2015-11-03Do not clear M_PROTO1 flag before calling if_start() because pseudo-Martin Pieuchot
2015-11-03use an mbuf_queue for the svcq instead of an ifqueue.David Gwynne
2015-11-03pull packets off the send queue with IFQ_DEQUEUE instead of IF_DEQUEUE.David Gwynne
2015-11-03Use "Loaded Image Protocol" instead of "Loaded Device Path Protocol"YASUOKA Masahiko
2015-11-03Delete VBITS: it's unused and the definition is actually wrongPhilip Guenther
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