19
I Use This!
Activity Not Available

News

Posted over 17 years ago by Russ Cox <rsc@swtch.com>
libdisk: avoid unreachable code to silence Sun cc warning (Russell Davies)
Posted over 17 years ago by Russ Cox <rsc@swtch.com>
include/drawfcall.h: remove redundant AUTOLIB(draw)
Posted over 17 years ago by Russ Cox <rsc@swtch.com>
ndb/local: remove rsc-specific entries (oops)
Posted over 17 years ago by Russ Cox <rsc@swtch.com>
libbio: lost changes to include/bio.h (@#%@#$ mercurial)
Posted over 17 years ago by Russ Cox <rsc@swtch.com>
acme: fix owner bug in elogapply
Posted over 17 years ago by Russ Cox <rsc@swtch.com>
vftp: walk fixes (Fazlul Shahriar)
Posted over 17 years ago by Russ Cox <rsc@swtch.com>
libdiskfs: ext2 revision 1 tweaks (Fazlul Shahriar)
Posted over 17 years ago by Russ Cox <rsc@swtch.com>
libthread: fix 64-bit bug in threadstart (Nathaniel Filardo)
Posted over 17 years ago by Russ Cox <rsc@swtch.com>
sort: use noted(NDFLT) in note handler 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 ... [More] a "sys: child" note. noted(NDFLT) knows which signals aren't really important and can be ignored, and which need to kill the program. [Less]
Posted over 17 years ago by Russ Cox <rsc@swtch.com>
u.h: add Solaris 5.10 to makecontext list