plan9port/src/lib9
2004-12-29 01:25:18 +00:00
..
fmt fmtdef.h needed for VA_COPY 2004-12-27 00:11:32 +00:00
utf Formatting nit. 2004-12-29 01:24:13 +00:00
_exits.c Get rid of 9proc. 2004-09-23 03:06:04 +00:00
_p9dialparse.c Include netinet/in.h to get ntohs prototype. 2004-12-29 01:25:18 +00:00
_p9dir.c satisfy valgrind 2004-06-09 14:13:49 +00:00
_p9proc-getpid.c Continue the pthreads torture. 2004-09-21 01:11:28 +00:00
_p9proc-Linux.c Continue the pthreads torture. 2004-09-21 01:11:28 +00:00
_p9proc.c More little bug fixes 2004-05-14 17:45:39 +00:00
_p9translate.c Today's changes. 2004-03-25 23:03:57 +00:00
announce.c publish p9dialparse 2004-06-16 16:45:09 +00:00
argv0.c Various tweaks to make things run on Mac OS. 2003-10-01 02:50:57 +00:00
atexit.c call exit rather than _exits inside exits, 2003-11-26 00:48:56 +00:00
atnotify.c Various additions and fixes. 2003-11-23 18:12:54 +00:00
atoi.c Change _p9strsig to return nil if tmp==nil. 2004-04-02 22:57:49 +00:00
atol.c Change _p9strsig to return nil if tmp==nil. 2004-04-02 22:57:49 +00:00
atoll.c Change _p9strsig to return nil if tmp==nil. 2004-04-02 22:57:49 +00:00
await.c add awaitfor and waitfor 2004-12-27 19:11:21 +00:00
cistrcmp.c Various additions and fixes. 2003-11-23 18:12:54 +00:00
cistrncmp.c Various additions and fixes. 2003-11-23 18:12:54 +00:00
cistrstr.c Various additions and fixes. 2003-11-23 18:12:54 +00:00
cleanname.c Single-threaded plumber that can run "start" rules. 2003-10-14 02:35:00 +00:00
convD2M.c File system stuff. 2003-12-06 18:08:52 +00:00
convM2D.c File system stuff. 2003-12-06 18:08:52 +00:00
convM2S.c Add support for user-level 9P servers/clients and various bug fixes to go with them. 2003-12-11 17:48:38 +00:00
convS2M.c Add support for user-level 9P servers/clients and various bug fixes to go with them. 2003-12-11 17:48:38 +00:00
create.c get this right 2004-06-11 18:57:32 +00:00
ctime.c Today's changes. 2004-03-25 23:03:57 +00:00
date.c Compute time zone using strftime. 2004-04-20 17:00:01 +00:00
debugmalloc.c asdf 2004-06-09 14:22:08 +00:00
dial.c publish p9dialparse 2004-06-16 16:45:09 +00:00
dirfstat.c Various additions and fixes. 2003-11-23 18:12:54 +00:00
dirfwstat.c Only use futimesat on Solaris 9 2004-03-26 05:06:22 +00:00
dirmodefmt.c Various additions and fixes. 2003-11-23 18:12:54 +00:00
dirread.c Today's changes. 2004-03-25 23:03:57 +00:00
dirstat.c Various additions and fixes. 2003-11-23 18:12:54 +00:00
dirwstat.c Silence some Mac OS X warnings. 2003-11-25 02:36:46 +00:00
dup.c Various additions and fixes. 2003-11-23 18:12:54 +00:00
encodefmt.c forgot this 2004-12-27 00:11:01 +00:00
errstr.c Today's changes. 2004-03-25 23:03:57 +00:00
exec.c Various additions and fixes. 2003-11-23 18:12:54 +00:00
fcallfmt.c Add support for user-level 9P servers/clients and various bug fixes to go with them. 2003-12-11 17:48:38 +00:00
fmtlock2.c lock using Lock instead of QLock. 2004-12-27 05:18:22 +00:00
fork.c Continue the pthreads torture. 2004-09-21 01:11:28 +00:00
get9root.c More files. 2004-03-25 23:08:53 +00:00
getcallerpc-386.c Initial revision 2003-09-30 17:47:41 +00:00
getcallerpc-power.c various forgotten files 2004-09-20 15:08:57 +00:00
getcallerpc-PowerMacintosh.c Pipes cannot use SOCK_DGRAM. Back to SOCK_STREAM. 2004-03-05 02:25:41 +00:00
getcallerpc-sun4u.s Various additions and fixes. 2003-11-23 18:12:54 +00:00
getenv.c Small tweaks 2004-03-21 04:33:13 +00:00
getfields.c Initial revision 2003-09-30 17:47:41 +00:00
getns.c More files related to user-level file servers. 2003-12-11 17:50:28 +00:00
getuser.c Today's changes. 2004-03-25 23:03:57 +00:00
getwd.c Various additions and fixes. 2003-11-23 18:12:54 +00:00
jmp-FreeBSD.s Various additions and fixes. 2003-11-23 18:12:54 +00:00
jmp.c Various additions and fixes. 2003-11-23 18:12:54 +00:00
lnrand.c Add some missing files. 2004-03-21 14:05:38 +00:00
lock.c Rewrite to remove dependence on rendezvous and its bizarre 2004-09-17 00:38:29 +00:00
lrand.c make these files look like plan 9's 2004-12-28 20:01:58 +00:00
main.c Get rid of 9proc. 2004-09-23 03:06:04 +00:00
malloc.c Unused variable. 2004-06-17 01:59:07 +00:00
malloctag.c Initial revision 2003-09-30 17:47:41 +00:00
mallocz.c Today's changes. 2004-03-25 23:03:57 +00:00
mkfile plan 9 changes 2004-12-26 23:17:03 +00:00
nan.c Fighting the good fight. 2004-02-29 22:10:26 +00:00
needsrcquote.c Various additions and fixes. 2003-11-23 18:12:54 +00:00
needstack.c just a stub. 2004-04-21 22:44:51 +00:00
netmkaddr.c Various additions and fixes. 2003-11-23 18:12:54 +00:00
notify.c as wkj pointed out, notifyseton should not call notesetenable 2004-12-27 03:22:54 +00:00
nrand.c Initial revision 2003-09-30 17:47:41 +00:00
nulldir.c Various additions and fixes. 2003-11-23 18:12:54 +00:00
open.c get this right 2004-06-11 18:57:32 +00:00
opentemp.c remove temp files on close 2004-06-17 21:19:37 +00:00
pipe.c Small tweaks 2004-03-21 04:33:13 +00:00
portdate plan 9 changes 2004-12-26 23:17:03 +00:00
post9p.c Get rid of 9proc. 2004-09-23 03:06:04 +00:00
postnote.c Build correctly on FreeBSD. 2003-11-24 00:47:50 +00:00
priv.c No more malloc or lock inside signal handlers. 2004-04-21 04:48:25 +00:00
qlock.c cleanups - lots of removed files now in thread library. 2004-12-26 21:51:15 +00:00
quote.c Tweaks for the Macintosh. 2004-03-02 16:58:49 +00:00
rand.c make these files look like plan 9's 2004-12-28 20:01:58 +00:00
read9pmsg.c File system stuff. 2003-12-06 18:08:52 +00:00
readn.c Initial revision 2003-09-30 17:47:41 +00:00
rfork.c more debugging 2004-10-22 17:12:38 +00:00
seek.c Various additions and fixes. 2003-11-23 18:12:54 +00:00
sendfd.c More Mac tweaks. 2004-03-02 17:34:15 +00:00
sleep.c Various additions and fixes. 2003-11-23 18:12:54 +00:00
strdup.c add strdup for debugging. 2004-06-09 14:15:47 +00:00
strecpy.c Initial revision 2003-09-30 17:47:41 +00:00
sysfatal.c make things work on SunOS 2004-04-20 02:03:38 +00:00
sysname.c add this 2004-04-23 03:50:19 +00:00
test.c Initial revision 2003-09-30 17:47:41 +00:00
testfork.c Initial revision 2003-09-30 17:47:41 +00:00
time.c Today's changes. 2004-03-25 23:03:57 +00:00
tokenize.c Initial revision 2003-09-30 17:47:41 +00:00
truerand.c Try to gather entropy from /dev/random. 2004-04-21 03:06:03 +00:00
u16.c Initial revision 2003-09-30 17:47:41 +00:00
u32.c Initial revision 2003-09-30 17:47:41 +00:00
u64.c Initial revision 2003-09-30 17:47:41 +00:00
udp.c Various additions and fixes. 2003-11-23 18:12:54 +00:00
unsharp.c More files. 2004-03-25 23:08:53 +00:00
wait.c add awaitfor and waitfor 2004-12-27 19:11:21 +00:00
waitpid.c Various additions and fixes. 2003-11-23 18:12:54 +00:00