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