summaryrefslogtreecommitdiff
path: root/sys/src/ape/lib/9
AgeCommit message (Collapse)Author
2020-06-05ape: add missing rerrstr.cOri Bernstein
2020-06-05ape: make libplumb available under ape.Ori Bernstein
This adds the mkfiles and plumb.h to ape, similar to how libdraw is made available. This is used for ports such as netsurf.
2020-05-13ape: fix name clash, have to use _SLEEP syscall instead of ape sleep in ↵cinap_lenrek
plan9 code (thanks jamos) this fixes etimer() from ape built libdraw as posix sleep() uses seconds while plan9 uses miliseconds.
2019-05-03ape: initial support for arm64cinap_lenrek
2017-12-31ape: make encXchr()/decXchr() functions availablecinap_lenrek
2016-05-04retire the dec alpha portcinap_lenrek
2016-04-11ape: add libauth, libbio, libmp and libsec as replacements for opensslcinap_lenrek
2016-04-10ape: move compatibility libc.h to lib9 directory and incooperate needed ↵cinap_lenrek
functions for ape/mp (wip)
2015-08-08ape: fix build for objtype=spimcinap_lenrek
2014-02-01libc and ape support for amd64cinap_lenrek
2013-05-11ape: change types from unsigned long to void* for rendezvous() and ↵cinap_lenrek
segattach()/segbrk() (erik), use uniqueue rendezvous tags for _buf and listen
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen