-rw-r--r-- | .hgignore | 11L |
-rw-r--r-- | LICENSE | 21L |
-rw-r--r-- | Makefile | 27L |
-rw-r--r-- | NEWS | 7L |
-rw-r--r-- | PKGBUILD | 29L |
-rw-r--r-- | cmd/Makefile | 10L |
-rw-r--r-- | cmd/ixpc.c | 359L |
-rw-r--r-- | config.mk | 46L |
-rw-r--r-- | debian/changelog | 11L |
-rw-r--r-- | debian/compat | 1L |
-rw-r--r-- | debian/control | 17L |
-rw-r--r-- | debian/copyright | 21L |
-rwxr-xr-x | debian/rules | 16L |
-rw-r--r-- | examples/Makefile | 10L |
-rw-r--r-- | examples/ixpsrv.c | 541L |
-rw-r--r-- | include/Makefile | 9L |
-rw-r--r-- | include/ixp.h | 820L |
-rw-r--r-- | include/ixp_local.h | 100L |
-rw-r--r-- | include/ixp_srvutil.h | 74L |
-rw-r--r-- | lib/Makefile | 7L |
-rw-r--r-- | lib/libixp/Makefile | 23L |
-rw-r--r-- | lib/libixp/README | 14L |
-rw-r--r-- | lib/libixp/client.c | 704L |
-rw-r--r-- | lib/libixp/convert.c | 304L |
-rw-r--r-- | lib/libixp/error.c | 111L |
-rw-r--r-- | lib/libixp/map.c | 132L |
-rw-r--r-- | lib/libixp/message.c | 255L |
-rw-r--r-- | lib/libixp/request.c | 597L |
-rw-r--r-- | lib/libixp/rpc.c | 262L |
-rw-r--r-- | lib/libixp/server.c | 173L |
-rw-r--r-- | lib/libixp/socket.c | 279L |
-rw-r--r-- | lib/libixp/srv_util.c | 606L |
-rw-r--r-- | lib/libixp/thread.c | 97L |
-rw-r--r-- | lib/libixp/timer.c | 145L |
-rw-r--r-- | lib/libixp/transport.c | 118L |
-rw-r--r-- | lib/libixp/util.c | 266L |
-rw-r--r-- | lib/libixp_pthread/Makefile | 10L |
-rw-r--r-- | lib/libixp_pthread/thread_pthread.c | 195L |
-rw-r--r-- | lib/libixp_rubythread/Makefile | 11L |
-rw-r--r-- | lib/libixp_rubythread/thread_ruby.c | 294L |
-rw-r--r-- | lib/libixp_task/Makefile | 11L |
-rw-r--r-- | lib/libixp_task/thread_task.c | 191L |
-rw-r--r-- | man/IXP_API.3 | 45L |
-rw-r--r-- | man/Ixp9Srv.3 | 72L |
-rw-r--r-- | man/IxpFcall.3 | 186L |
-rw-r--r-- | man/IxpFid.3 | 41L |
-rw-r--r-- | man/IxpMsg.3 | 55L |
-rw-r--r-- | man/IxpThread.3 | 85L |
-rw-r--r-- | man/Makefile | 11L |
-rw-r--r-- | man/header.t2t | 16L |
-rw-r--r-- | man/ixp_close.3 | 30L |
-rw-r--r-- | man/ixp_dial.3 | 42L |
-rw-r--r-- | man/ixp_emalloc.3 | 30L |
-rw-r--r-- | man/ixp_eprint.3 | 22L |
-rw-r--r-- | man/ixp_errbuf.3 | 66L |
-rw-r--r-- | man/ixp_fcall2msg.3 | 34L |
-rw-r--r-- | man/ixp_freestat.3 | 29L |
-rw-r--r-- | man/ixp_hangup.3 | 31L |
-rw-r--r-- | man/ixp_listen.3 | 61L |
-rw-r--r-- | man/ixp_mount.3 | 59L |
-rw-r--r-- | man/ixp_msec.3 | 22L |
-rw-r--r-- | man/ixp_namespace.3 | 37L |
-rw-r--r-- | man/ixp_open.3 | 79L |
-rw-r--r-- | man/ixp_pdata.3 | 35L |
-rw-r--r-- | man/ixp_pending_write.3 | 62L |
-rw-r--r-- | man/ixp_pfcall.3 | 43L |
-rw-r--r-- | man/ixp_print.3 | 57L |
-rw-r--r-- | man/ixp_printfcall.3 | 28L |
-rw-r--r-- | man/ixp_pstring.3 | 38L |
-rw-r--r-- | man/ixp_pstrings.3 | 42L |
-rw-r--r-- | man/ixp_pthread_init.3 | 25L |
-rw-r--r-- | man/ixp_pu8.3 | 41L |
-rw-r--r-- | man/ixp_read.3 | 47L |
-rw-r--r-- | man/ixp_remove.3 | 34L |
-rw-r--r-- | man/ixp_respond.3 | 30L |
-rw-r--r-- | man/ixp_rubyinit.3 | 30L |
-rw-r--r-- | man/ixp_sendmsg.3 | 41L |
-rw-r--r-- | man/ixp_serverloop.3 | 45L |
-rw-r--r-- | man/ixp_settimer.3 | 44L |
-rw-r--r-- | man/ixp_smprint.3 | 22L |
-rw-r--r-- | man/ixp_srv_clonefiles.3 | 26L |
-rw-r--r-- | man/ixp_srv_data2cstring.3 | 26L |
-rw-r--r-- | man/ixp_srv_freefile.3 | 26L |
-rw-r--r-- | man/ixp_srv_getfile.3 | 37L |
-rw-r--r-- | man/ixp_srv_readbuf.3 | 40L |
-rw-r--r-- | man/ixp_srv_walkandclone.3 | 58L |
-rw-r--r-- | man/ixp_srv_writectl.3 | 28L |
-rw-r--r-- | man/ixp_srvutils.3 | 25L |
-rw-r--r-- | man/ixp_srvutils.man3 | 23L |
-rw-r--r-- | man/ixp_stat.3 | 94L |
-rw-r--r-- | man/ixp_taskinit.3 | 29L |
-rw-r--r-- | man/ixp_unmount.3 | 25L |
-rw-r--r-- | man/ixp_unsettimer.3 | 35L |
-rw-r--r-- | man/ixp_write.3 | 48L |
-rw-r--r-- | man/ixpc.1 | 92L |
-rw-r--r-- | man/libixp.3 | 28L |
-rw-r--r-- | man/libixp.man3 | 25L |
-rw-r--r-- | man/targets.mk | 49L |
-rw-r--r-- | mk/common.mk | 48L |
-rw-r--r-- | mk/dir.mk | 32L |
-rw-r--r-- | mk/gcc.mk | 28L |
-rw-r--r-- | mk/hdr.mk | 157L |
-rw-r--r-- | mk/ixp.mk | 7L |
-rw-r--r-- | mk/lib.mk | 32L |
-rw-r--r-- | mk/man.mk | 29L |
-rw-r--r-- | mk/many.mk | 20L |
-rw-r--r-- | mk/one.mk | 26L |
-rw-r--r-- | mk/so.mk | 29L |
-rw-r--r-- | test/README | 2L |
-rw-r--r-- | test/client.c | 191L |
-rw-r--r-- | test/mkfile | 12L |
-rwxr-xr-x | test/o.client | 255878B |
-rwxr-xr-x | util/cleanname | 18L |
-rwxr-xr-x | util/compile | 70L |
-rwxr-xr-x | util/genchangelog | 30L |
-rwxr-xr-x | util/grepdoc | 153L |
-rwxr-xr-x | util/link | 37L |