Age | Commit message (Expand) | Author | Files | Lines |
2018-03-23 | 9term: Set TERM_PROGRAM to termprog | Martin Kühl | 1 | -0/+1 |
2018-03-23 | 9pfuse: retries read(3) upon EINTR | Xiao-Yong Jin | 1 | -2/+5 |
2018-02-05 | 9pfuse: fix handling of access mode (thanks Kenji Arisawa) | David du Colombier | 1 | -1/+3 |
2018-01-23 | auxstats: get network stats in a portable manner on FreeBSD | Bakul Shah | 1 | -33/+14 |
2018-01-17 | rc: use proper type for storing ulimit values | Ray Lai | 1 | -6/+7 |
2018-01-03 | gview: fix int vs ulong confusion causing silent exit 1 at startup | Russ Cox | 1 | -4/+4 |
2017-11-27 | 9term: re-enable sys: child note for child processes | Russ Cox | 1 | -0/+1 |
2017-11-02 | acme: preserve window position and selection during Get | Russ Cox | 5 | -18/+103 |
2017-10-17 | moveplan9: add missing files | Steven Stallion | 1 | -0/+35 |
2017-10-16 | web: *chrome* matches google-chrome | Gleydson Soares | 1 | -1/+1 |
2017-10-14 | acme: free buf in checksha1 | Russ Cox | 1 | -0/+1 |
2017-10-13 | 9l: accept Linux kernel version 4.x | keks | 1 | -1/+1 |
2017-10-13 | 9term: fix getpts on macOS 10.13 | David du Colombier | 1 | -0/+16 |
2017-10-13 | upas/nfs: fix warnings | David du Colombier | 3 | -10/+2 |
2017-10-10 | acme: check file content before declaring file "modified since last read" | Russ Cox | 23 | -13/+79 |
2017-10-09 | devdraw: fix build on macOS < 10.12 | Rudá Moura | 1 | -0/+2 |
2017-10-01 | xd: add -R for runewise dump | Leah Neukirchen | 2 | -40/+118 |
2017-10-01 | web: add Chromium support on FreeBSD | David du Colombier | 1 | -1/+1 |
2017-09-22 | .travis.yml: configure build matrix to build on OS X and Linux (thanks Michae... | David du Colombier | 1 | -20/+28 |
2017-09-14 | 9l: support FreeBSD 10 and 11 (thanks Ori Bernstein) | David du Colombier | 1 | -1/+1 |
2017-09-14 | lib/moveplan9.files: add missing files | Adam Saponara | 1 | -1/+12 |
2017-09-14 | all: remove .cvsignore files | Kare Nuorteva | 46 | -387/+0 |
2017-09-14 | README: update links | Kare Nuorteva | 1 | -7/+5 |
2017-09-02 | .travis.yml: disable osx build | David du Colombier | 1 | -1/+0 |
2017-09-01 | lib9: import frand function from Plan 9 | David du Colombier | 2 | -0/+18 |
2017-09-01 | svgpic: fix warnings | David du Colombier | 1 | -3/+1 |
2017-09-01 | libmach: initialize ss variable in stabsline2pc function | David du Colombier | 1 | -1/+2 |
2017-09-01 | .travis.yml: build on osx | David du Colombier | 1 | -0/+8 |
2017-09-01 | README: add Travis CI and Coverity Scan badges | David du Colombier | 1 | -0/+7 |
2017-09-01 | dict, sky: update site from pdos.lcs.mit.edu to 9fans.github.io | David du Colombier | 2 | -3/+3 |
2017-09-01 | dist/publish: fix export of of usr tree | Russ Cox | 1 | -1/+1 |
2017-09-01 | all: update site from swtch.com to 9fans.github.io | Russ Cox | 26 | -52/+83 |
2017-09-01 | codereview: delete, now using GitHub pull requests | Russ Cox | 5 | -3944/+2 |
2017-09-01 | .travis.yml: add Coverity Scan to Travis CI configuration | David du Colombier | 1 | -0/+18 |
2017-09-01 | .travis.yml: add Travis CI configuration | David du Colombier | 1 | -0/+4 |
2017-09-01 | ed: allow larger temp files | Russ Cox | 1 | -1/+1 |
2017-09-01 | 9(1): document gotcha with oh-my-zsh | Russ Cox | 1 | -0/+15 |
2017-07-23 | venti: fix venti graph on 64-bit | Michael Stroucken | 2 | -1/+2 |
2017-07-16 | dist: update mk push | Russ Cox | 1 | -4/+4 |
2017-07-16 | man: various cleanup | Russ Cox | 26 | -49/+43 |
2017-07-16 | codereview.py: remove | Russ Cox | 1 | -1448/+0 |
2017-07-16 | man5, man6: delete empty dirs | Russ Cox | 4 | -4/+0 |
2017-07-16 | man1: document mouse keystrokes in acme, sam, 9term | Russ Cox | 3 | -0/+40 |
2017-07-16 | acme: implement Cmd-Shift-Z for Redo on Mac | Russ Cox | 1 | -0/+4 |
2017-07-16 | devdraw: fix Mac Kcmd+Shift | Russ Cox | 1 | -0/+3 |
2017-06-19 | fontsrv: avoid quote mapping on fonts with indistinguishable quotes | Russ Cox | 1 | -5/+19 |
2017-06-19 | lib9: fix needsrcquote | Russ Cox | 1 | -1/+1 |
2017-06-19 | svgpic: new program to convert pic to svg | Russ Cox | 19 | -0/+4034 |
2017-06-15 | troff: import HB, HI and HX fonts from Plan 9 | David du Colombier | 3 | -0/+918 |
2017-05-05 | factotum: Fix an operator precedence bug in the secstore code | Dan Cross | 1 | -1/+1 |