aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/_p9dir.c
Commit message (Collapse)AuthorAgeFilesLines
* lib9: skip buggy S_ISCHR check in disksize on OpenBSDRuss Cox2024-06-151-2/+0
| | | | The portable code is already checking S_ISCHR anyway.
* lib9: do not fetch disk size for character devicesRuss Cox2020-01-131-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.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-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>
* lib9: add <sys/dkio.h> for OpenBSDRuss Cox2010-07-111-0/+1
| | | | | | R=, rsc CC= http://codereview.appspot.com/1762045
* lib9: do not include st_dev in qid.pathRuss Cox2009-09-241-1/+8
| | | | http://codereview.appspot.com/123050
* lib9: fix Apple disksize prototypeRuss Cox2008-07-091-1/+1
|
* lib9: declare n in OpenBSD disksize (Eric Grosse)Russ Cox2008-07-051-0/+2
|
* lib9: do not try to hide symlinks as muchRuss Cox2008-07-041-13/+14
|
* lib9: use symlink size, not target size, in dirstatRuss Cox2008-07-041-1/+3
|
* lib9: clean up disk size code, add Apple (Anthony Sorace)Russ Cox2008-07-031-109/+49
|
* mergeRuss Cox2007-11-271-1/+1
|
* new media size from Lou Kamenovrsc2007-05-151-3/+17
|
* againrsc2007-05-111-3/+5
|
* use device names for FreeBSD (Lou Kamenov)rsc2007-05-111-1/+40
|
* avoid pw libraryrsc2006-06-121-4/+5
|
* add da for fbsd 5rsc2006-01-071-0/+1
|
* set qid.vers (Erik Quanstrom)rsc2005-12-291-1/+3
|
* Fix overflow in old Linux file size.rsc2005-08-101-1/+3
|
* OpenBSD, thanks to Tim Wiessrsc2005-07-211-1/+2
|
* better symlinkrsc2005-02-211-2/+1
|
* expose unix mode bitsrsc2005-02-081-0/+14
|
* start adding DM bitsrsc2005-02-081-1/+1
|
* satisfy valgrindrsc2004-06-091-0/+3
|
* old linuxrsc2004-05-151-0/+2
|
* minor bug fixesrsc2004-05-141-0/+2
|
* Don't be stupid.rsc2004-04-261-1/+1
|
* display correct size of block devices for linux.rsc2004-04-251-2/+29
| | | | that was surprisingly easy.
* Cache last uid, gid to make translation faster.rsc2004-04-081-4/+21
|
* Various fixes.rsc2003-12-031-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.
* More tweaks on Linux and Solaris.rsc2003-11-251-3/+9
|
* Make things build on FreeBSD again.rsc2003-11-231-4/+5
|
* Annoying changes to work on Sun boxes.rsc2003-11-231-4/+10
|
* Various additions and fixes.rsc2003-11-231-0/+121