aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/dirread.c
Commit message (Collapse)AuthorAgeFilesLines
* lib9: merge create, open, dirread into open.cRuss Cox2020-05-171-207/+0
| | | | Preparation for using opendir.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-2/+2
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* all: fix openbsd buildAram Hăvărneanu2015-06-031-2/+2
| | | | | | | Change-Id: I6eaeebc9b6a4d78ce07efe7680ba8f2eff16462f Reviewed-on: https://plan9port-review.googlesource.com/1230 Reviewed-by: Minux Ma <minux@golang.org> Reviewed-by: Russ Cox <rsc@google.com>
* all: DragonFly port.Shenghou Ma2014-02-271-5/+11
| | | | | | | | Fix compilation problems, libdraw still doesn't work right yet. LGTM=rsc R=rsc https://codereview.appspot.com/67820046
* lib9: fix Mac warningRuss Cox2012-10-201-1/+8
| | | | | R=rsc http://codereview.appspot.com/6749053
* lib9: fix openbsd buildDavid du Colombier2012-06-271-1/+1
| | | | | | | | Fix build error and warning on OpenBSD 5.1, as reported by Dimitri Sokolyuk. R=rsc http://codereview.appspot.com/6350044
* lib9: fix dirread/stat mismatch on Snow LeopardRuss Cox2009-09-131-4/+0
| | | | http://codereview.appspot.com/116096
* INSTALL: fix build on Snow LeopardRuss Cox2009-09-111-0/+4
| | | | http://codereview.appspot.com/116073
* mergeRuss Cox2009-07-141-0/+6
|
* Use getdents instead of getdirentries under NetBSD.wkj2006-06-261-2/+2
|
* more netbsd support.rsc2005-03-281-1/+1
|
* bug fixrsc2005-02-081-2/+3
|
* expose unix mode bitsrsc2005-02-081-5/+9
|
* start adding DM bitsrsc2005-02-081-3/+7
|
* Today's changes.rsc2004-03-251-2/+2
| | | | More changes.
* Why would the Linux man page actually tell the truth?rsc2004-01-091-2/+1
|
* Bug fixes from the Valgrind oracle.rsc2003-12-091-0/+1
|
* allow rfork(RFNOTEG|RFPROC|RFFDG) for rc.rsc2003-12-041-3/+5
|
* Various fixes.rsc2003-12-031-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.
* More tweaks on Linux and Solaris.rsc2003-11-251-3/+23
|
* Add the #goo to allow use in C++.rsc2003-11-251-13/+4
| | | | | | Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups.
* Changes for Mac OS X. Most important is stack sizes in samterm,rsc2003-11-241-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.)
* Build correctly on FreeBSD.rsc2003-11-241-2/+2
| | | | (Will this process ever reach a fixed point?)
* Tweaks to build properly on Linux.rsc2003-11-241-0/+15
|
* Annoying changes to work on Sun boxes.rsc2003-11-231-8/+8
|
* Various additions and fixes.rsc2003-11-231-0/+155