aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/dirread.c
AgeCommit message (Collapse)AuthorFilesLines
2012-10-20lib9: fix Mac warningRuss Cox1-1/+8
R=rsc http://codereview.appspot.com/6749053
2012-06-27lib9: fix openbsd buildDavid du Colombier1-1/+1
Fix build error and warning on OpenBSD 5.1, as reported by Dimitri Sokolyuk. R=rsc http://codereview.appspot.com/6350044
2009-09-13lib9: fix dirread/stat mismatch on Snow LeopardRuss Cox1-4/+0
http://codereview.appspot.com/116096
2009-09-11INSTALL: fix build on Snow LeopardRuss Cox1-0/+4
http://codereview.appspot.com/116073
2009-07-14mergeRuss Cox1-0/+6
2006-06-26Use getdents instead of getdirentries under NetBSD.wkj1-2/+2
2005-03-28more netbsd support.rsc1-1/+1
2005-02-08bug fixrsc1-2/+3
2005-02-08expose unix mode bitsrsc1-5/+9
2005-02-08start adding DM bitsrsc1-3/+7
2004-03-25Today's changes.rsc1-2/+2
More changes.
2004-01-09Why would the Linux man page actually tell the truth?rsc1-2/+1
2003-12-09Bug fixes from the Valgrind oracle.rsc1-0/+1
2003-12-04allow rfork(RFNOTEG|RFPROC|RFFDG) for rc.rsc1-3/+5
2003-12-03Various fixes.rsc1-9/+2
B - fixed usage, DISPLAY :0 vs :0.0 9term - fixed various terminal things rc - notice traps in Read _p9dir - only run disk code for disks dirread - getdirentries on FreeBSD and Linux are different w.r.t. meaning of off. notify - set up so signals interrupt system calls bprint - use bfmt.
2003-11-25More tweaks on Linux and Solaris.rsc1-3/+23
2003-11-25Add the #goo to allow use in C++.rsc1-13/+4
Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups.
2003-11-24Changes for Mac OS X. Most important is stack sizes in samterm,rsc1-5/+8
which were completely bogus. (Libthread used to ignore them but not anymore. Maybe we really should ignore them, but that breaks Venti, which needs *really* big stacks.)
2003-11-24Build correctly on FreeBSD.rsc1-2/+2
(Will this process ever reach a fixed point?)
2003-11-24Tweaks to build properly on Linux.rsc1-0/+15
2003-11-23Annoying changes to work on Sun boxes.rsc1-8/+8
2003-11-23Various additions and fixes.rsc1-0/+155