plan9fox/sys/src/ape/lib
Benjamin Riefenstahl d618223086 ape/bsd/listen.c: Do not try to issue "announce *".
"port >= 0" is always true, because the port always gets filtered
through "htons" which returns "unsigned short", so we can just drop
the "else" branch here.

Anyway "announce 0" works fine with the Plan9 API, there is not need
for "announce *" here.
2022-06-10 20:22:39 +00:00
..
9 ape: add missing idn2utf, utf2idn to lib9 2021-10-31 04:42:34 +00:00
ap ape: fix wrong write size for _assert() 2022-03-14 11:16:11 +00:00
auth libauth: add procsetuser() function to change user id of the calling process 2020-12-19 17:46:55 +01:00
bio ape: add libauth, libbio, libmp and libsec as replacements for openssl 2016-04-11 20:23:34 +02:00
bsd ape/bsd/listen.c: Do not try to issue "announce *". 2022-06-10 20:22:39 +00:00
bz2
draw ape/libdraw: add missing eenter (thanks phil9) 2020-05-30 10:06:21 -07:00
fmt ape: fix format clash, %z is for size_t (which is a long currently), not pointer sized 2016-09-14 00:18:45 +02:00
l
mp ape: initial support for arm64 2019-05-03 21:06:46 +02:00
net
plumb libplumb: add missing mkfile 2020-06-09 12:23:24 -07:00
sec libsec: remove hash pickle functions, document ripemd160, cleanup sechash(2) manpage 2020-03-01 15:07:44 +01:00
utf
v
z
mkfile ape: don't hardcode list of ape library directories in /sys/src/ape/lib/mkfile 2019-09-16 16:21:40 +02:00