Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-06-01 | libthread: fix 64-bit bug in threadstart (Nathaniel Filardo) | Russ Cox | 1 | -1/+1 | |
2008-06-01 | sort: use noted(NDFLT) in note handler | Russ Cox | 1 | -2/+1 | |
There are many more random notes flying around here in Unix-land than there were on Plan 9. For example, some shells implement "cat file | sort" with cat as the child of sort, so that when cat exits, sort gets a "sys: child" note. noted(NDFLT) knows which signals aren't really important and can be ignored, and which need to kill the program. | |||||
2008-05-31 | merge | Russ Cox | 14 | -54/+124 | |
2008-05-10 | upas/fs: accomodate new post9pservice | Russ Cox | 1 | -1/+1 | |
2008-05-10 | mailfs: add -m option | Russ Cox | 1 | -2/+7 | |
2008-05-10 | libregexp: more placating of gcc (John Gosset) | Russ Cox | 1 | -5/+5 | |
2008-05-10 | lib9: hide uvlong/double conversions to placate gcc (John Gosset) | Russ Cox | 1 | -26/+31 | |
2008-05-10 | misc: array bounds fixes that gcc finds (John Gosset) | Russ Cox | 6 | -9/+6 | |
2008-05-10 | lib9p: remove unused variables | Russ Cox | 1 | -2/+0 | |
2008-05-08 | acme: fix mtpt crash (Tim Wiess) | Russ Cox | 1 | -0/+3 | |
2008-05-07 | misc: more post9pservice callers | Russ Cox | 3 | -5/+6 | |
2008-05-06 | localtime: use correct time zone more often (Michael Teichgräber) | Russ Cox | 1 | -27/+13 | |
2008-05-06 | mailfs: handle windows-1251 correctly | Russ Cox | 1 | -1/+9 | |
now my cyrillic spam displays right! | |||||
2008-05-06 | libthread: fix no-receive nbrecv etc. bug (David Jeannot) | Russ Cox | 1 | -8/+12 | |
2008-05-05 | libmux: more robust code | Russ Cox | 1 | -1/+4 | |
2008-05-05 | libthread: input sanity checks | Russ Cox | 1 | -2/+3 | |
2008-05-05 | post9pservice: accept mtpt (via fuse) | Russ Cox | 3 | -37/+76 | |
2008-05-05 | lib9p: make ramfs build | Russ Cox | 1 | -8/+8 | |
2008-05-05 | 9pfuse: bug fix in error case | Russ Cox | 1 | -0/+1 | |
2008-04-17 | vacfs: quieter | Russ Cox | 1 | -1/+0 | |
2008-04-17 | post9pservice: add extra arg to unmodified calls | Russ Cox | 3 | -3/+3 | |
2008-04-17 | vacfs: implement -m flag | Russ Cox | 1 | -13/+7 | |
2008-04-17 | acme: add -m option and avoid looking in the mirror | Russ Cox | 6 | -2/+25 | |
2008-04-17 | 9pfuse: accept - for stdin, try to hang up cleanly | Russ Cox | 2 | -4/+21 | |
2008-04-16 | sam: clean up checkerrs (Rob Pike) | Russ Cox | 1 | -3/+3 | |
2008-04-15 | merge | Russ Cox | 4 | -47/+63 | |
2008-04-15 | sam: allow more output from ! command (Rob Pike) | Russ Cox | 1 | -2/+2 | |
2008-03-22 | libip: fix 64-bit problem in nhgetv (William Josephson) | Russ Cox | 1 | -4/+4 | |
2008-03-06 | 9pfuse: use intptr to silence 64-bit warning (Michael Teichgräber) | Russ Cox | 1 | -1/+1 | |
2008-03-06 | libsec: use intptr to silence 64-bit warning (Michael Teichgräber) | Russ Cox | 1 | -1/+1 | |
2008-03-06 | eqn: use intptr to silence 64-bit warning (Michael Teichgräber) | Russ Cox | 1 | -1/+1 | |
2008-03-03 | lib9: gcc-4.2 bug in sprint | Russ Cox | 1 | -1/+4 | |
2008-02-28 | libthread: remove bogus write in threadmain | Russ Cox | 1 | -1/+0 | |
2008-02-04 | lib9p: fix Tattach ref count bug | Russ Cox | 1 | -1/+1 | |
2008-01-31 | xshove: document, tweak | Russ Cox | 1 | -14/+43 | |
2008-01-31 | rio: add xshove program | Russ Cox | 4 | -3/+298 | |
2008-01-31 | tr2post: rename charlib files to not be case-dependent (OS X) | Russ Cox | 3 | -2/+90 | |
2008-01-30 | acme: fix regexp match choice bug | Russ Cox | 1 | -1/+1 | |
2008-01-30 | sam: fix regexp match choice bug | Russ Cox | 1 | -1/+1 | |
2008-01-30 | devdraw, rio: more full-screen nonsense | Russ Cox | 4 | -107/+17 | |
2008-01-30 | devdraw: full-screen cleanup | Russ Cox | 3 | -1/+16 | |
2008-01-30 | rio: more full-screen fixes. | Russ Cox | 3 | -6/+9 | |
2008-01-30 | devdraw: add F11 for full-screen toggle | Russ Cox | 6 | -7/+78 | |
2008-01-30 | merge | Russ Cox | 12 | -46/+48 | |
2008-01-30 | rio: make full-screen work properly; add showevent | Russ Cox | 12 | -11/+2132 | |
2008-01-12 | libdiskfs: fix ext2 directory reading bug (Mike Mammarella) | Russ Cox | 1 | -6/+9 | |
2008-01-10 | acme: make STACK bigger for OS X (David Swasey) | Russ Cox | 1 | -1/+1 | |
2008-01-10 | libdraw: fix spinning event loop (David Bulkow) | Russ Cox | 1 | -6/+6 | |
2008-01-10 | libregexp: fix match choice bug | Russ Cox | 2 | -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. | |||||
2007-12-07 | libregexp: revert regexp fix | Russ Cox | 5 | -117/+113 | |