BSD-licensed 9P2000.u server library
Go to file
Jakub Klama 56bfe1cd50 Merge pull request #2 from Jc2k/use-lstat
Use lstat instead of stat in fs_create.
2016-03-21 18:22:07 +01:00
backend Use lstat instead of stat in fs_create. 2016-03-21 16:27:44 +00:00
example Check for argv[1] presence. 2016-01-31 02:02:17 +01:00
sbuf Make it (mostly) compile with -Weverything. 2016-01-31 20:50:18 +01:00
transport Make it (mostly) compile with -Weverything. 2016-01-31 20:50:18 +01:00
.gitignore Add build/ to .gitignore. 2016-01-31 02:06:42 +01:00
COPYRIGHT Add license information. 2016-02-01 01:17:43 +01:00
GNUmakefile Revert accidentally committed changes. 2016-02-02 16:31:33 +01:00
Makefile Reformat makefile. 2016-01-31 23:05:33 +01:00
connection.c Make it (mostly) compile with -Weverything. 2016-01-31 20:50:18 +01:00
fcall.h Make it (mostly) compile with -Weverything. 2016-01-31 20:50:18 +01:00
hashtable.c Make it (mostly) compile with -Weverything. 2016-01-31 20:50:18 +01:00
hashtable.h Add simple hashtable implementation. 2016-01-31 01:51:03 +01:00
lib9p.h Make it (mostly) compile with -Weverything. 2016-01-31 20:50:18 +01:00
lib9p_impl.h Make it (mostly) compile with -Weverything. 2016-01-31 20:50:18 +01:00
log.c Rework code significantly. 2016-01-28 00:40:43 +01:00
log.h Remove debug logging by default. 2016-01-31 23:02:36 +01:00
pack.c Make it (mostly) compile with -Weverything. 2016-01-31 20:50:18 +01:00
request.c Kill fid when Tattach fails. 2016-02-02 02:44:13 +01:00
utils.c Make it (mostly) compile with -Weverything. 2016-01-31 20:50:18 +01:00