summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-01libauth: fix out of bounds memory access in _parseattr()cinap_lenrek
2018-01-01factotum: replace custom hex parsing code with dec16() avoding timing side ch...cinap_lenrek
2017-12-31libmp: use constant time encode(2) routines instead of lookup tablescinap_lenrek
2017-12-31ape: make encXchr()/decXchr() functions availablecinap_lenrek
2017-12-31libc: constant time implementation for encode(2) routines, fix base32cinap_lenrek
2017-12-31wifi: get rid of custom hextob() routine, use dec16(), avoid copies in parsek...cinap_lenrek
2017-12-31aux/wpa: get rid of custom Hfmt() routine, just use encodefmt. use %E for mac...cinap_lenrek
2017-12-30libsec: implement SPKI fingerprinting for okCertificate()cinap_lenrek
2017-12-30libsec: fix mistake: strnchr -> strchrcinap_lenrek
2017-12-30libsec: avoid unneccesary memory copies and redundant code in x509cinap_lenrek
2017-12-29libsec: get rid of dummy data[1] in Bytes and Ints types (thanks pr)cinap_lenrek
2017-12-29usbxhci: add missing pexit() in xhcirecover proc (thanks sam-d)cinap_lenrek
2017-12-29wifi: revert rate adoption divider, breaks arpunks wificinap_lenrek
2017-12-29/lib/bullshit: +convergedcinap_lenrek
2017-12-28devtls, devssl: avoid ~0UL comparsion (from drawterm)cinap_lenrek
2017-12-28devmnt: use u32int for tagmask, simplify alloctag()cinap_lenrek
2017-12-28wifi: don't implicitely update lastseen timestamp on nodelookup()cinap_lenrek
2017-12-28etheriwl, etherwpi: limit transmit queue buffer bloat to 48k (at 22Mbit ≅ 2...cinap_lenrek
2017-12-28wifi: don't assume Wifi.rates[] is sorted, return net data rate for mbps (50%...cinap_lenrek
2017-12-23arch(3): document #P/realmodemem filecinap_lenrek
2017-12-23devvga: removing #v/vgabios, use /dev/realmodemem insteadcinap_lenrek
2017-12-23kernel: convert textmode cga screen contents to kmesg only oncecinap_lenrek
2017-12-23auth(8): auth/debug tests both dp9ik and p9sk1cinap_lenrek
2017-12-23kernel: remove Ipifc.mbps, unused.cinap_lenrek
2017-12-22/lib/bullshit: blockchaincinap_lenrek
2017-12-21ip/tinc: handle and set ethertype for ipv6cinap_lenrek
2017-12-19upas/fs: more bugscinap_lenrek
2017-12-19upas/fs: fix precedence bugs, compare digest pointer to nilcinap_lenrek
2017-12-19ether8169: add Macv45 for RTL8111HN, rename Macv45 -> Macv42 (thanks qeed, sa...cinap_lenrek
2017-12-18nusb/ether: dont forward loopback packets on bridges, remove read nonblocking...cinap_lenrek
2017-12-18devether: dont forward loopback packets on bridgescinap_lenrek
2017-12-18devbridge: disable write blocking on ethernetscinap_lenrek
2017-12-17bridge(3): clarify manpage, this is a layer2 bridgecinap_lenrek
2017-12-17pc, pc64: add devbridge to kernel configurationcinap_lenrek
2017-12-17devbridge: fix mss clampingcinap_lenrek
2017-12-17ip/tinc: handle single byte noop and end-of-option-list tcp options in clampm...cinap_lenrek
2017-12-17wifi: use protocol constants from ip/ip.h and ip/ipv6.h for dmatproxy()cinap_lenrek
2017-12-16wifi: matt damon wifi bridging supportcinap_lenrek
2017-12-15ether: allow spoofing of source mac address for bridges; used by vmxcinap_lenrek
2017-12-13vmx(1): fix virtio network bloomfilteraiju
2017-12-11/sys/man/*/*: fix perms (sorry)stanley lieber
2017-12-11fortunes: Subject: [oss-security] nvi denial of servicestanley lieber
2017-12-11/sys/lib/rootstubstanley lieber
2017-12-09devether: remove duplicated parseether() implementation (pull from libip)cinap_lenrek
2017-12-09libflate: force non-empty huffman table in mkzprecode() for deflatecinap_lenrek
2017-12-05disk/edisk: allow printing and readonly inspection of hybrid MBR/GPT disks (t...cinap_lenrek
2017-12-04realemu: fix precedence bug in argconv() format routine (thanks dan cross)cinap_lenrek
2017-12-04realemu: fix pit bcd modecinap_lenrek
2017-12-03plan9.ini(8): 9boot(8) is not a DOS program, remove outdated BUGS sectioncinap_lenrek
2017-12-03devvga: properly handle physical screen size and panningcinap_lenrek