aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/_p9dir.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-13lib9: do not fetch disk size for character devicesRuss Cox1-1/+1
Real disk devices should be block devices anyway. One user reported the disksize check causing a system reboot during vac of a tree with an "interesting" device. Fixes #103.
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-4/+3
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>
2010-07-11lib9: add <sys/dkio.h> for OpenBSDRuss Cox1-0/+1
R=, rsc CC= http://codereview.appspot.com/1762045
2009-09-24lib9: do not include st_dev in qid.pathRuss Cox1-1/+8
http://codereview.appspot.com/123050
2008-07-09lib9: fix Apple disksize prototypeRuss Cox1-1/+1
2008-07-05lib9: declare n in OpenBSD disksize (Eric Grosse)Russ Cox1-0/+2
2008-07-04lib9: do not try to hide symlinks as muchRuss Cox1-13/+14
2008-07-04lib9: use symlink size, not target size, in dirstatRuss Cox1-1/+3
2008-07-03lib9: clean up disk size code, add Apple (Anthony Sorace)Russ Cox1-109/+49
2007-11-27mergeRuss Cox1-1/+1
2007-05-15new media size from Lou Kamenovrsc1-3/+17
2007-05-11againrsc1-3/+5
2007-05-11use device names for FreeBSD (Lou Kamenov)rsc1-1/+40
2006-06-12avoid pw libraryrsc1-4/+5
2006-01-07add da for fbsd 5rsc1-0/+1
2005-12-29set qid.vers (Erik Quanstrom)rsc1-1/+3
2005-08-10Fix overflow in old Linux file size.rsc1-1/+3
2005-07-21OpenBSD, thanks to Tim Wiessrsc1-1/+2
2005-02-21better symlinkrsc1-2/+1
2005-02-08expose unix mode bitsrsc1-0/+14
2005-02-08start adding DM bitsrsc1-1/+1
2004-06-09satisfy valgrindrsc1-0/+3
2004-05-15old linuxrsc1-0/+2
2004-05-14minor bug fixesrsc1-0/+2
2004-04-26Don't be stupid.rsc1-1/+1
2004-04-25display correct size of block devices for linux.rsc1-2/+29
that was surprisingly easy.
2004-04-08Cache last uid, gid to make translation faster.rsc1-4/+21
2003-12-03Various fixes.rsc1-1/+31
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/+9
2003-11-23Make things build on FreeBSD again.rsc1-4/+5
2003-11-23Annoying changes to work on Sun boxes.rsc1-4/+10
2003-11-23Various additions and fixes.rsc1-0/+121