| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | formatting | rsc | 2004-10-22 | 1 | -9/+9 | |
| | | ||||||
| * | exit 9p on interrupt signal. should do better job here. | rsc | 2004-10-22 | 1 | -2/+12 | |
| | | ||||||
| * | run 9c before 9a because gas doesn't exit with non-zero status when the file ↵ | rsc | 2004-10-22 | 1 | -1/+1 | |
| | | | | | doesn't exist | |||||
| * | update change file | rsc | 2004-10-22 | 1 | -0/+60 | |
| | | ||||||
| * | use threadexitsall | rsc | 2004-10-17 | 1 | -1/+1 | |
| | | ||||||
| * | print out signalled exits | rsc | 2004-10-17 | 1 | -0/+5 | |
| | | ||||||
| * | add ulimit and umask as builtins | rsc | 2004-10-17 | 3 | -0/+202 | |
| | | ||||||
| * | remove socket at exit | rsc | 2004-10-17 | 1 | -0/+11 | |
| | | ||||||
| * | fix interrupt handling, add clumsy way to get at text buffer contents | rsc | 2004-10-17 | 1 | -3/+92 | |
| | | ||||||
| * | finally got these working | rsc | 2004-10-17 | 2 | -0/+39 | |
| | | ||||||
| * | bug fix in Zerox arrow handling from rob | rsc | 2004-10-17 | 1 | -2/+2 | |
| | | ||||||
| * | embarrassing bug in keyboard data | rsc | 2004-10-16 | 1 | -2/+2 | |
| | | ||||||
| * | Fix bug in rune half of __fmtcpy reported by rob. | rsc | 2004-09-28 | 1 | -2/+0 | |
| | | ||||||
| * | autoindent fixes from rob | rsc | 2004-09-28 | 2 | -12/+27 | |
| | | ||||||
| * | add this. | rsc | 2004-09-23 | 1 | -0/+14 | |
| | | ||||||
| * | add pthread | rsc | 2004-09-23 | 1 | -0/+164 | |
| | | ||||||
| * | Add // to acid thread line so it is executable. | rsc | 2004-09-23 | 2 | -5/+3 | |
| | | | | | Remove p9fork. | |||||
| * | Get rid of 9proc. | rsc | 2004-09-23 | 9 | -224/+38 | |
| | | ||||||
| * | Get rid of 64-bit constants. | rsc | 2004-09-23 | 1 | -3/+3 | |
| | | ||||||
| * | Add stringn builtin. | rsc | 2004-09-23 | 1 | -0/+44 | |
| | | ||||||
| * | Continue fighting pthreads. | rsc | 2004-09-23 | 19 | -580/+465 | |
| | | | | | Clean up thread library a bit too. | |||||
| * | Continue the pthreads torture. | rsc | 2004-09-21 | 25 | -124/+440 | |
| | | ||||||
| * | little fixes | rsc | 2004-09-21 | 1 | -1/+1 | |
| | | ||||||
| * | various forgotten files | rsc | 2004-09-20 | 9 | -7/+219 | |
| | | ||||||
| * | bug fix | rsc | 2004-09-20 | 1 | -2/+6 | |
| | | ||||||
| * | was ffork-Linux.c. | rsc | 2004-09-17 | 1 | -0/+193 | |
| | | ||||||
| * | Bite the bullet. Have to use different | rsc | 2004-09-17 | 4 | -92/+21 | |
| | | | | | binaries on 2.4 and 2.6. | |||||
| * | small tweaks | rsc | 2004-09-17 | 2 | -2/+2 | |
| | | ||||||
| * | turn *off* safer mode, so that we can view pdfs. | rsc | 2004-09-17 | 1 | -1/+1 | |
| | | | | | i am not happy about this. | |||||
| * | tweaks | rsc | 2004-09-17 | 1 | -3/+6 | |
| | | ||||||
| * | Continue switching library over to pthreads when possible. | rsc | 2004-09-17 | 15 | -560/+145 | |
| | | | | | | Tprimes works on Linux 2.6. You can only have 128 procs though. | |||||
| * | Rewrite to remove dependence on rendezvous and its bizarre | rsc | 2004-09-17 | 15 | -208/+195 | |
| | | | | | | | | data structures. Makes it easier to use pthreads too. Still need to add code for non-pthreads systems. Just a checkpoint to switch work to another machine. | |||||
| * | PowerPC Linux support from ericvh. | rsc | 2004-08-22 | 16 | -17/+54 | |
| | | | | | | | Mainly adding va_copy/va_end. Also fix bug in sprint wrapping around top of memory. | |||||
| * | Seems like -swap is needed for landscape | rsc | 2004-08-22 | 1 | -1/+1 | |
| | | | | | from dvips, which seems like a common case. | |||||
| * | call wmail to send mail. | rsc | 2004-08-22 | 2 | -1/+13 | |
| | | ||||||
| * | fix various little bugs | rsc | 2004-08-17 | 3 | -8/+6 | |
| | | ||||||
| * | Fix huge bug in lex, introduced by porting. | rsc | 2004-08-17 | 1 | -3/+3 | |
| | | | | | Surprising that anything worked. | |||||
| * | handle grap.defines properly | rsc | 2004-08-16 | 2 | -3/+5 | |
| | | ||||||
| * | better handling of top/active | rsc | 2004-08-13 | 1 | -5/+8 | |
| | | ||||||
| * | better mask handling, don't raise windows quite so eagerly. | rsc | 2004-08-13 | 3 | -17/+17 | |
| | | ||||||
| * | Update the history. | wkj | 2004-08-11 | 1 | -1/+9 | |
| | | ||||||
| * | today's changes. | rsc | 2004-08-11 | 1 | -0/+6 | |
| | | ||||||
| * | plumbing foo.html now sends it to the editor -- | rsc | 2004-08-11 | 1 | -5/+24 | |
| | | | | | | | | this is more in keeping with plan 9 behavior. plumbing file:foo.html adds the appropriate full path and sends it to the web browser. | |||||
| * | More consistent use of _exits and exits | rsc | 2004-08-11 | 3 | -6/+6 | |
| | | | | | in place of _exit and exit. | |||||
| * | forgot to write this change before | rsc | 2004-08-06 | 1 | -1/+1 | |
| | | ||||||
| * | different delete handling from axel. | rsc | 2004-08-06 | 2 | -7/+8 | |
| | | | | | who knows what it fixes or breaks. | |||||
| * | Make comment match code. | rsc | 2004-08-06 | 1 | -3/+4 | |
| | | ||||||
| * | Try to be more clever about re-enabling terminal echo. | wkj | 2004-08-02 | 1 | -1/+2 | |
| | | | | | From Axel Belinfante. | |||||
| * | Compare function pointers against 0 rather than nil. | wkj | 2004-07-09 | 13 | -15/+15 | |
| | | ||||||
| * | Wc used but not set. | wkj | 2004-07-09 | 1 | -1/+1 | |
| | | ||||||
