aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/fsys.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-1/+1
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>
2017-10-10acme: check file content before declaring file "modified since last read"Russ Cox1-0/+1
Bad remote file systems can change mtime unexpectedly, and then there is the problem that git rebase and similar operations like to change the files and then change them back, modifying the mtimes but not the content. Avoid spurious Put errors on both of those by checking file content. (False positive "modified since last read" make the real ones difficult to notice.)
2014-04-30acme: add log file in acme root directoryRuss Cox1-0/+1
Reading /mnt/acme/log reports a log of window create, put, and delete events, as they happen. It blocks until the next event is available. Example log output: 8 new /Users/rsc/foo.go 8 put /Users/rsc/foo.go 8 del /Users/rsc/foo.go This lets acme-aware programs react to file writes, for example compiling code, running a test, or updating an import block. TBR=r R=r https://codereview.appspot.com/89560044
2008-03-07acme: sync against Plan 9, remove -$ optionRuss Cox1-15/+0
2008-04-17acme: add -m option and avoid looking in the mirrorRuss Cox1-1/+1
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-2/+4
2005-09-26More thread names.rsc1-0/+2
2005-07-22openbsdrsc1-0/+5
2005-03-18use nil instead of 0rsc1-1/+1
2005-02-11bug fix in authrsc1-1/+3
2005-01-30add errors filersc1-0/+1
2005-01-27remove searching print; check fids in use; handle addr correctly againrsc1-2/+16
2004-12-27change to use new thread libraryrsc1-2/+2
2004-10-22change md argument to number etc. (which acted only as a flag)rsc1-0/+1
to an actual flag. buffer underrun check in number add xdata file for exactly the addressed region save addr across opens
2004-07-09Compare function pointers against 0 rather than nil.wkj1-1/+1
2004-04-21undo the madness.rsc1-2/+0
2004-04-21$foo in tags - here only for reference.rsc1-0/+2
2004-03-26SunOS can rot in hell.rsc1-5/+5
2004-03-25Today's changes.rsc1-16/+28
More changes.
2004-02-29Fighting the good fight.rsc1-4/+7
Move libfmt, libutf into subdirectories of lib9. Add poll-based socket i/o to libthread, so that we can avoid using multiple procs when possible, thus removing dependence on crappy pthreads implementations. Convert samterm, acme to the single-proc libthread. Bring libcomplete, acme up-to-date w.r.t. Plan 9 distribution.
2003-12-17Tweaks to various bits.rsc1-2/+5
Until I hear otherwise, Refs aren't used enough to merit their own assembly. They are now implemented with locks.
2003-12-11More files related to user-level file servers.rsc1-0/+717
Also add acme!