Commit graph

33 commits

Author SHA1 Message Date
Alexander Kapshuk
ceb1ab90ff lib9p: Fix compile error
commit 385a6d5877 removed src/lib9p/_post.c
from the code base, but overlooked removing a reference to the
_post.o object file from the src/lib9p/mkfile.

This results in lib9p failing to compile:

* Running on Darwin...
* Compiler version:
	Apple clang version 12.0.5 (clang-1205.0.22.11)
* Building mk...
* Building everything (be patient)...
>>> mk: don't know how to make '/Users/sasha/plan9port_fork/lib/lib9p.a(_post.o)' in /Users/sasha/plan9port_fork/src/lib9p
mk: for i in ...  : exit status=exit(1)

Remove _post.o from the list of dependent object files from
src/lib9p/mkfile to have lib9p compile.

Fixes: 385a6d5877 ("lib9p: Remove postmountsrv (#505)")
2021-09-01 08:40:44 -04:00
Ben Huntsman
385a6d5877 lib9p: Remove postmountsrv (#505) 2021-08-30 21:03:41 -04:00
Russ Cox
b3a20a96eb libthread: add threadmaybackground
Programs that want to background themselves now need
to define threadmaybackground returning 1.
This avoids a confusing (to people and debuggers)
extra parent process for all the threaded programs
that will never want to background themselves.
2020-12-30 00:12:14 -05:00
Dan Cross
fa325e9b42 Trivial changes: whitespace and modes.
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>
2020-01-10 14:54:30 +00:00
Russ Cox
0cfb376070 fix clang warnings reported by Tuncer Ayaz
R=rsc
http://codereview.appspot.com/6744054
2012-10-21 11:25:08 -04:00
Russ Cox
74dd032175 delete 9P2000.u
thanks to Erik Quanstrom

R=rsc
http://codereview.appspot.com/3469042
2010-12-07 13:34:11 -05:00
Russ Cox
9b4a2324d3 merge 2009-07-08 21:43:14 -07:00
Russ Cox
925b7c22c1 lib9p: add ramfs build rule (ramfs does not work) 2008-07-09 14:32:50 -04:00
Russ Cox
56dc04c55f lib9p: add Srv.foreground flag 2008-07-04 12:24:14 -04:00
Russ Cox
0529411caa lib9p: update diroffset correctly on rewind 2008-07-04 12:23:37 -04:00
Russ Cox
a4307bf86d lib9p: remove unused variables 2008-05-10 13:02:04 -04:00
Russ Cox
118dfa98b8 post9pservice: accept mtpt (via fuse) 2008-05-05 23:07:54 -04:00
Russ Cox
ce1e3a796c lib9p: make ramfs build 2008-05-05 23:06:39 -04:00
Russ Cox
845f6bce38 lib9p: fix Tattach ref count bug 2008-02-04 15:34:00 -05:00
rsc
729e53b9e5 correct ref counting in walkfile (Nemo) 2006-10-12 01:01:02 +00:00
rsc
728747f46c no need for auth.h 2006-06-26 00:05:52 +00:00
rsc
9bddce0e08 no need to call amount 2006-06-26 00:05:34 +00:00
rsc
e6dad55ae3 no warning (andrey) 2006-04-20 20:05:55 +00:00
rsc
90a356572c avoid double lock (lucho ionkov) 2006-04-19 22:04:00 +00:00
rsc
cbeb0b26e4 Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. 2006-04-01 19:24:03 +00:00
rsc
aff51ee51f faster destroyfid calls 2006-03-21 18:57:37 +00:00
rsc
943cb39dd9 put NUL in right place! 2006-02-14 19:45:01 +00:00
rsc
39e5957ace Experiment: ignore double-responds.
Also allow nil string as empty string in readstr.
2006-02-05 15:34:18 +00:00
rsc
e827c793f3 9p.u 2006-01-27 03:48:00 +00:00
rsc
90c892d867 9p2000.u 2006-01-27 03:46:07 +00:00
rsc
8ba3811378 make chatty9p an extern int for the mac. 2005-03-04 14:47:18 +00:00
rsc
6c0209f6f0 build changes 2005-02-11 20:32:41 +00:00
rsc
2aa7d30367 call srv->start at start 2005-02-11 17:00:06 +00:00
rsc
b1cd1d55e1 use sysfatal 2005-02-08 21:02:54 +00:00
rsc
5c8a042171 updates from plan 9 2004-12-26 21:46:26 +00:00
rsc
a0f1e21ff9 make things work on SunOS 2004-04-20 02:03:38 +00:00
rsc
1b135a7805 clean up when finished.
don't set PLAN9
don't set PLAN9
2004-04-19 23:04:36 +00:00
rsc
2277c5d7bb Small tweaks
Lots of new code imported.
2004-03-21 04:33:13 +00:00