aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2004-10-22try to implement the daemonize hack.rsc11-51/+165
2004-10-22handle interrupt rightrsc1-1/+3
2004-10-22gas workaroundrsc1-5/+2
2004-10-22new test programrsc1-0/+41
2004-10-22debugging, more pthreads craprsc7-9/+27
2004-10-22make sure a write of 0 bytes does a 0-length write.rsc1-2/+4
2004-10-22print 0 %ux as 0x0rsc1-1/+0
2004-10-22more debuggingrsc1-7/+33
2004-10-22try to avoid calling notify on the "dumb" signalsrsc1-52/+91
2004-10-22add core dump and signal to status linersc1-2/+1
2004-10-22change md argument to number etc. (which acted only as a flag)rsc8-25/+55
2004-10-22formattingrsc1-9/+9
2004-10-22exit 9p on interrupt signal. should do better job here.rsc1-2/+12
2004-10-22run 9c before 9a because gas doesn't exit with non-zero status when the file ...rsc1-1/+1
2004-10-17use threadexitsallrsc1-1/+1
2004-10-17print out signalled exitsrsc1-0/+5
2004-10-17add ulimit and umask as builtinsrsc3-0/+202
2004-10-17remove socket at exitrsc1-0/+11
2004-10-17fix interrupt handling, add clumsy way to get at text buffer contentsrsc1-3/+92
2004-10-17bug fix in Zerox arrow handling from robrsc1-2/+2
2004-10-16embarrassing bug in keyboard datarsc1-2/+2
2004-09-28Fix bug in rune half of __fmtcpy reported by rob.rsc1-2/+0
2004-09-28autoindent fixes from robrsc2-12/+27
2004-09-23add this.rsc1-0/+14
2004-09-23add pthreadrsc1-0/+164
2004-09-23Get rid of 9proc.rsc9-224/+38
2004-09-23Get rid of 64-bit constants.rsc1-3/+3
2004-09-23Add stringn builtin.rsc1-0/+44
2004-09-23Continue fighting pthreads.rsc19-580/+465
2004-09-21Continue the pthreads torture.rsc23-121/+435
2004-09-21little fixesrsc1-1/+1
2004-09-20various forgotten filesrsc8-7/+213
2004-09-20bug fixrsc1-2/+6
2004-09-17was ffork-Linux.c.rsc1-0/+193
2004-09-17Bite the bullet. Have to use differentrsc2-90/+8
2004-09-17small tweaksrsc2-2/+2
2004-09-17Continue switching library over to pthreads when possible.rsc13-560/+143
2004-09-17Rewrite to remove dependence on rendezvous and its bizarrersc11-198/+151
2004-08-22PowerPC Linux support from ericvh.rsc16-17/+54
2004-08-17fix various little bugsrsc3-8/+6
2004-08-17Fix huge bug in lex, introduced by porting.rsc1-3/+3
2004-08-16handle grap.defines properlyrsc2-3/+5
2004-08-13better handling of top/activersc1-5/+8
2004-08-13better mask handling, don't raise windows quite so eagerly.rsc3-17/+17
2004-08-11More consistent use of _exits and exitsrsc3-6/+6
2004-08-06forgot to write this change beforersc1-1/+1
2004-08-06different delete handling from axel.rsc2-7/+8
2004-08-06Make comment match code.rsc1-3/+4
2004-08-02Try to be more clever about re-enabling terminal echo.wkj1-1/+2
2004-07-09Compare function pointers against 0 rather than nil.wkj13-15/+15