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