summaryrefslogtreecommitdiff
path: root/sys/src/ape
AgeCommit message (Expand)Author
2020-12-23ape: re-implement getlogin() by stating /proc/$pid/statuscinap_lenrek
2020-12-19libauth: add procsetuser() function to change user id of the calling processcinap_lenrek
2020-12-19libc: implement getppid() reading /proc/$pid/ppid instead of /dev/ppidcinap_lenrek
2020-12-18strndup: don't assume buffer is terminatedOri Bernstein
2020-12-17libap: add strndupOri Bernstein
2020-08-29ape/ctype.h: add isblank, fix functions (thanks staalmannen)Ori Bernstein
2020-07-16ape: simplify mkfile (thanks amavect)Ori Bernstein
2020-06-09libplumb: add missing mkfileOri Bernstein
2020-06-05ape: add missing rerrstr.cOri Bernstein
2020-06-05ape: make libplumb available under ape.Ori Bernstein
2020-05-30ape/libdraw: add missing eenter (thanks phil9)Ori Bernstein
2020-05-15Fix scans of more than one character in %[]Ori Bernstein
2020-05-13ape: fix name clash, have to use _SLEEP syscall instead of ape sleep in plan9...cinap_lenrek
2020-05-12[ape] add missing conversion flags for scanfOri Bernstein
2020-05-09fix '%[]' specifiers and '%n' (thanks phil9)Ori Bernstein
2020-03-09fix alignment in ape mallocOri Bernstein
2020-03-01libsec: remove hash pickle functions, document ripemd160, cleanup sechash(2) ...cinap_lenrek
2020-02-23ape/cc: stop spamming arguments that are only needed onceBurnZeZ
2020-02-10remove C99_SPRINTF_EXTENSION define.Ori Bernstein
2019-09-22ape/cc: add spimcinap_lenrek
2019-09-16ape: don't hardcode list of ape library directories in /sys/src/ape/lib/mkfilecinap_lenrek
2019-09-09ape: Add mkstemp to /sys/src/ape/lib/ap/gen/mkfileRoberto E. Vargas Caballero
2019-09-09Add mkstemp to stdlib.hRoberto E. Vargas Caballero
2019-06-24ape: reimplement rename() - fixing compiler warnings and handling more error ...cinap_lenrek
2019-06-23ape: revert rename() changecinap_lenrek
2019-06-21Turn on warnings when building libap.Ori Bernstein
2019-05-10ape: fix malloc to deal with more than 4GB of memory on 64 bit systemscinap_lenrek
2019-05-09libc: fix return value for arm64 memset() and memove()cinap_lenrek
2019-05-09libc: use MOVP instruction for arm64 memmove() and memset()cinap_lenrek
2019-05-09libc: provide arm64 assembly versions for memmove() and memset()cinap_lenrek
2019-05-03ape: initial support for arm64cinap_lenrek
2018-10-20fix misleading/wrong fd checksBurnZeZ
2018-09-13ape/make: fix \ line continuation parsingcinap_lenrek
2018-07-03ape: fix MAXSIGspew
2018-07-03ape: remove getitimer setitimer implemenationsspew
2018-07-01ape: improve setitimerspew
2018-07-01ape: an implemenation of getitimer setitimerspew
2018-06-21ape: add strnlenspew
2018-06-20ape: provide bogus chroot implementationspew
2018-06-17ape: add some common fields for stat, grp and pwdspew
2018-05-24ape: floating point improvements (thanks spew)aiju
2018-01-02ape/libauth: remove auth_wep.$O from mkfilecinap_lenrek
2017-12-31ape: make encXchr()/decXchr() functions availablecinap_lenrek
2017-11-20libsec: write optimized _chachablock() function for amd64 / sse2cinap_lenrek
2017-11-12libsec: AES-NI support for amd64cinap_lenrek
2017-10-28libc: improve alignment of QLp structure on amd64, cosmeticscinap_lenrek
2017-10-17libsec: add AES CFB and AES OFB stream cipherscinap_lenrek
2017-04-23libsec: sha256 support for thumbprint files, use it in ssh as wellcinap_lenrek
2016-11-27stdio: fix sclose() buffer overrun when terminating string, realloc() error h...cinap_lenrek
2016-10-30ape/libsec: add secp384r1 curve parameters for tlscinap_lenrek