summaryrefslogtreecommitdiff
path: root/sys/src
AgeCommit message (Expand)Author
2016-04-10ape: move compatibility libc.h to lib9 directory and incooperate needed funct...cinap_lenrek
2016-04-10ape: remove broken 9errstr.ccinap_lenrek
2016-04-10ape: add internal _NSEC() function and make gettimeofday() use itcinap_lenrek
2016-04-10libmp: make includes consistent, make test program compile under ape (work in...cinap_lenrek
2016-04-10libdraw: dont postnote to pid==0 in ekill()cinap_lenrek
2016-04-09add missing target for antiword in /sys/src/cmd/aux/mkfile (thanks _sl)cinap_lenrek
2016-04-07ether82563: initial i217 support from http://www.9legacy.org/9legacy/patch/pc...cinap_lenrek
2016-04-06jpg: fd == 0 is valid, so don't ignore itBurnZeZ
2016-04-05libdraw: fix out of bounds memory access after subfont array reallocation (th...cinap_lenrek
2016-04-04rio: /dev/kbd cleanupcinap_lenrek
2016-04-03change /dev/kbd to return multiple messages per readcinap_lenrek
2016-04-03mercurial: CVE-2016-3630cinap_lenrek
2016-04-01kernel: always clunk closed fids asynchronously, regardless of cachingcinap_lenrek
2016-03-316in4: ingress filter multicast and link-local, but allow relay trafficcinap_lenrek
2016-03-316in4: allow setting the local IPv4 address with -i flag (thanks k0ga)cinap_lenrek
2016-03-31kernel: remove unused NSMAX, NSLOG, NSCACHE constants from portdat.hcinap_lenrek
2016-03-30devsegment: cleanupscinap_lenrek
2016-03-29zynq: cleanup devarch, flushmmu() after procflushpsecg()cinap_lenrek
2016-03-29kernel: fix procflushmmu()cinap_lenrek
2016-03-28kernel: print pid as %lud instead %lux (in tsleep() debug print)cinap_lenrek
2016-03-28libsec: fix tlsid for TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_...cinap_lenrek
2016-03-28devtls: print the path of the underlying chan in status filecinap_lenrek
2016-03-28devip: applying changes for bug: multicasts_and_udp_bufferscinap_lenrek
2016-03-27zynq: introduce SG_FAULT to prevent access to AXI segment while PL is not readycinap_lenrek
2016-03-27file: deal with negative coordinates in plan9 bitmaps, print image sizecinap_lenrek
2016-03-26kernel: fix tsleep()/twakeup()/tsemacquire() racecinap_lenrek
2016-03-23rio: flushimage() before wscrsleep()cinap_lenrek
2016-03-23devtls: zero secret information before freeing, cleanupcinap_lenrek
2016-03-23stats: fix display->locking racecinap_lenrek
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-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-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-13uhtml: dont trust charset=utf-8 attribute, verify.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