summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-23add portable AES-GCM (Galois/Counter Mode) implementation to libsec and devtlscinap_lenrek
2016-03-22rio: add flushimage() after mb2 menu actioncinap_lenrek
2016-03-21mothra(1): fix url for https://code.9front.org/hg/plan9front/stanley lieber
2016-03-19rio botchBurnZeZ
2016-03-19file(1): print warnings on /fd/2, remove some duplicate strings, whitespace f...BurnZeZ
2016-03-19games/life: add -d delay parameter, -b color reversal parameter, and update m...BurnZeZ
2016-03-19games(1) cleanupBurnZeZ
2016-03-19lib9p: remove duplicate variable assignment in createfile()BurnZeZ
2016-03-19rio: fix some spacing, slightly cleaner arg handlingBurnZeZ
2016-03-19libdraw: have openfont() set error stringBurnZeZ
2016-03-19libc: trailing whitespace cleanupBurnZeZ
2016-03-18ip/gping: add main pid to pid list for killall()cinap_lenrek
2016-03-17abandon streaming experimentcinap_lenrek
2016-03-16libc: fix runestrecpy() return value (thanks spew)cinap_lenrek
2016-03-15ppp: fix buffer overflow, set correct state after chap negotiation (thanks k0ga)cinap_lenrek
2016-03-15ppp: Small format and log fixes (thanks k0ga)cinap_lenrek
2016-03-15ppp: md5 and mschap inside chap, do not request encryption with -c or -C (tha...cinap_lenrek
2016-03-15pppoe: Add support for -c and -C to enable/disable header compression (thanks...cinap_lenrek
2016-03-15rio: flushimage() improves your ability to see, i repeat twice.cinap_lenrek
2016-03-15rio: remove more unneccesary flushimage() callscinap_lenrek
2016-03-14truss: add fake __NSEC syscall name for apecinap_lenrek
2016-03-14truss: fix "bad string" error due to missing ape _nsec() syscallcinap_lenrek
2016-03-13uhtml: dont trust charset=utf-8 attribute, verify.cinap_lenrek
2016-03-13g: dont pollute the environment (thanks BurnZeZ)cinap_lenrek
2016-03-13kbdfs: map Kup/Kdown the same in shift tab (fixes shift-[up]/[down] one-line ...cinap_lenrek
2016-03-13libdraw: don't flush in readmouse() when theres nothing to flushcinap_lenrek
2016-03-12ip/gping: ignore advice, fix packet corruption check, remove dead codecinap_lenrek
2016-03-12devip: handle ignoreadvice flag for all protocolscinap_lenrek
2016-03-12vncs: parse screenid as long, not short: BGSHORT() -> BGLONG()cinap_lenrek
2016-03-12libdraw: remove flushimage calls from fontresize() and loadchar()cinap_lenrek
2016-03-12ip/gping: set display->locking before starting mouseproc (race)cinap_lenrek
2016-03-12libsec: remove weakCipher[] array check as we do not support any of these wea...cinap_lenrek
2016-03-11mothra: dynamically allocate buffer for refresh url (was 20 bytes stack buffe...cinap_lenrek
2016-03-10libvorbis: update to 1.3.5ftrvxmtrx
2016-03-10make kernel UTFmax and Runemax consistent with libc (21-bit runes) (thanks ma...cinap_lenrek
2016-03-10mergecinap_lenrek
2016-03-10aan: handle case when reader closes netfdcinap_lenrek
2016-03-10devcons: nil vs 0cinap_lenrek
2016-03-10kernel: make fversion()/mntversion() types consistentcinap_lenrek
2016-03-09devtls: fix wrong iounitcinap_lenrek
2016-03-08rio, libdraw: experimental removal of redundant flushimage() calls for roundt...cinap_lenrek
2016-03-07aan: use sync messages as keep alivescinap_lenrek
2016-03-07vncs: fix dead Kend keycinap_lenrek
2016-03-059/mkfile: update ARCHftrvxmtrx
2016-03-05libFLAC/mkfile: -DFLAC__NO_ASMftrvxmtrx
2016-03-05libFLAC: update to 1.3.1ftrvxmtrx
2016-03-01auth/pemencode: fix usage()BurnZeZ
2016-03-01dict: similar fixes, different files. also remove runescpyBurnZeZ
2016-03-01dict mkindex: code cleanupBurnZeZ
2016-03-01plot: handle create() failureBurnZeZ