19
I Use This!
Activity Not Available

News

Posted almost 18 years ago by Russ Cox <rsc@swtch.com>
vmount: need to say -t nfs now on Linux
Posted almost 18 years ago by Russ Cox <rsc@swtch.com>
ipso: do not flush factotum keys unless using factotum file
Posted almost 18 years ago by Russ Cox <rsc@swtch.com>
libdiskfs: fix ext2 directory reading bug (Mike Mammarella)
Posted almost 18 years ago by Russ Cox <rsc@swtch.com>
acme: make STACK bigger for OS X (David Swasey)
Posted almost 18 years ago by Russ Cox <rsc@swtch.com>
libdraw: fix spinning event loop (David Bulkow)
Posted almost 18 years ago by Russ Cox <rsc@swtch.com>
libregexp: fix match choice bug 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.