summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* lib9p: remove unused variablesRuss Cox2008-05-101-2/+0
|
* acme: fix mtpt crash (Tim Wiess)Russ Cox2008-05-081-0/+3
|
* misc: more post9pservice callersRuss Cox2008-05-073-5/+6
|
* localtime: use correct time zone more often (Michael Teichgräber)Russ Cox2008-05-061-27/+13
|
* mailfs: handle windows-1251 correctlyRuss Cox2008-05-061-1/+9
| | | | now my cyrillic spam displays right!
* libthread: fix no-receive nbrecv etc. bug (David Jeannot)Russ Cox2008-05-061-8/+12
|
* libmux: more robust codeRuss Cox2008-05-051-1/+4
|
* libthread: input sanity checksRuss Cox2008-05-051-2/+3
|
* post9pservice: accept mtpt (via fuse)Russ Cox2008-05-053-37/+76
|
* lib9p: make ramfs buildRuss Cox2008-05-051-8/+8
|
* 9pfuse: bug fix in error caseRuss Cox2008-05-051-0/+1
|
* vacfs: quieterRuss Cox2008-04-171-1/+0
|
* post9pservice: add extra arg to unmodified callsRuss Cox2008-04-173-3/+3
|
* vacfs: implement -m flagRuss Cox2008-04-171-13/+7
|
* acme: add -m option and avoid looking in the mirrorRuss Cox2008-04-176-2/+25
|
* 9pfuse: accept - for stdin, try to hang up cleanlyRuss Cox2008-04-172-4/+21
|
* sam: clean up checkerrs (Rob Pike)Russ Cox2008-04-161-3/+3
|
* mergeRuss Cox2008-04-154-47/+63
|
* sam: allow more output from ! command (Rob Pike)Russ Cox2008-04-151-2/+2
|
* libip: fix 64-bit problem in nhgetv (William Josephson)Russ Cox2008-03-221-4/+4
|
* 9pfuse: use intptr to silence 64-bit warning (Michael Teichgräber)Russ Cox2008-03-061-1/+1
|
* libsec: use intptr to silence 64-bit warning (Michael Teichgräber)Russ Cox2008-03-061-1/+1
|
* eqn: use intptr to silence 64-bit warning (Michael Teichgräber)Russ Cox2008-03-061-1/+1
|
* lib9: gcc-4.2 bug in sprintRuss Cox2008-03-031-1/+4
|
* libthread: remove bogus write in threadmainRuss Cox2008-02-281-1/+0
|
* lib9p: fix Tattach ref count bugRuss Cox2008-02-041-1/+1
|
* xshove: document, tweakRuss Cox2008-01-311-14/+43
|
* rio: add xshove programRuss Cox2008-01-314-3/+298
|
* tr2post: rename charlib files to not be case-dependent (OS X)Russ Cox2008-01-313-2/+90
|
* acme: fix regexp match choice bugRuss Cox2008-01-301-1/+1
|
* sam: fix regexp match choice bugRuss Cox2008-01-301-1/+1
|
* devdraw, rio: more full-screen nonsenseRuss Cox2008-01-304-107/+17
|
* devdraw: full-screen cleanupRuss Cox2008-01-303-1/+16
|
* rio: more full-screen fixes.Russ Cox2008-01-303-6/+9
|
* devdraw: add F11 for full-screen toggleRuss Cox2008-01-306-7/+78
|
* mergeRuss Cox2008-01-3012-46/+48
|
* rio: make full-screen work properly; add showeventRuss Cox2008-01-3012-11/+2132
|
* libdiskfs: fix ext2 directory reading bug (Mike Mammarella)Russ Cox2008-01-121-6/+9
|
* acme: make STACK bigger for OS X (David Swasey)Russ Cox2008-01-101-1/+1
|
* libdraw: fix spinning event loop (David Bulkow)Russ Cox2008-01-101-6/+6
|
* libregexp: fix match choice bugRuss Cox2008-01-102-2/+2
| | | | | | | | This bug fix allows some pathological regular expressions to cause the regexp library to report a stack overflow (really a stack filling; safe) but it also fixes the behavior of some common regexps. It is too hard to satisfy both.
* libregexp: revert regexp fixRuss Cox2007-12-075-117/+113
|
* sam: revert regexp fixRuss Cox2007-12-071-59/+49
|
* acme: revert regexp changeRuss Cox2007-12-071-59/+51
|
* sam: regexp fix (see libregexp change)Russ Cox2007-12-071-49/+59
|
* acme: regexp fix (see libregexp change)Russ Cox2007-12-071-51/+59
|
* libregexp: fix ambiguous match selectionRuss Cox2007-12-075-113/+117
| | | | | | | | | | echo SYSSYSR1 | sed 's/SYS.+/sysr1/' was producing SYSsysr1 instead of sysr1. Bug was introduced during overflow cleanup earlier this year. Also bring regexec.c and rregexec.c into sync again. Also allocate large enough lists in the regexec2/rregexec2 case.
* hoc: print exact floating point outputRuss Cox2007-12-071-2/+2
|
* sam: turn off DEBUG logging (oops)Russ Cox2007-12-041-1/+0
|
* vbackup: fix uninitialized variable use in -i codeRuss Cox2007-12-041-0/+1
|