summaryrefslogtreecommitdiffstats
path: root/sys/lib/libsa/readdir.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sprinkle const whenever possible.miod2014-11-191-3/+2
|
* use SEEK_SET; chl@tuxfamily.orgderaadt2006-10-111-2/+2
|
* ansification and knf and protosderaadt2003-08-111-10/+6
|
* three four kill ...mickey2003-06-021-6/+1
|
* strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt2003-06-011-4/+4
| | | | | various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind
* proper errnomickey1997-07-211-2/+2
|
* do opendir for dirs onlymickey1997-07-211-6/+13
|
* fd < 0 is evilmickey1997-04-021-2/+4
|
* and here comes the readdir!mickey1997-02-161-0/+97