aboutsummaryrefslogtreecommitdiff
path: root/src/lib9p/srv.c
Commit message (Collapse)AuthorAgeFilesLines
* all: clean up misleading indentation warningsDan Cross2025-07-251-9/+10
| | | | | | | | | Misleading indentation warnings are actually useful, as they will occasionally reveal actual bugs (cf the apple `goto fail` security bug from a few years ago). Newer versions of clang (at least) are more aggressive about warnings in this regard, which has exposed a few warnings that are annoying. However, they are easy to address.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-15/+14
| | | | | | | | | 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>
* fix clang warnings reported by Tuncer AyazRuss Cox2012-10-211-2/+2
| | | | | R=rsc http://codereview.appspot.com/6744054
* delete 9P2000.uRuss Cox2010-12-071-16/+17
| | | | | | | thanks to Erik Quanstrom R=rsc http://codereview.appspot.com/3469042
* mergeRuss Cox2009-07-081-0/+3
|
* lib9p: update diroffset correctly on rewindRuss Cox2008-07-041-1/+1
|
* lib9p: fix Tattach ref count bugRuss Cox2008-02-041-1/+1
|
* no need for auth.hrsc2006-06-261-1/+0
|
* avoid double lock (lucho ionkov)rsc2006-04-191-1/+3
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-5/+5
|
* faster destroyfid callsrsc2006-03-211-2/+42
|
* put NUL in right place!rsc2006-02-141-3/+4
|
* Experiment: ignore double-responds.rsc2006-02-051-2/+10
| | | | Also allow nil string as empty string in readstr.
* 9p2000.ursc2006-01-271-8/+14
|
* make chatty9p an extern int for the mac.rsc2005-03-041-0/+2
|
* call srv->start at startrsc2005-02-111-0/+3
|
* Small tweaksrsc2004-03-211-0/+837
Lots of new code imported.