Age | Commit message (Expand) | Author |
2020-12-23 | ape: re-implement getlogin() by stating /proc/$pid/status | cinap_lenrek |
2020-12-19 | libauth: add procsetuser() function to change user id of the calling process | cinap_lenrek |
2020-12-19 | libc: implement getppid() reading /proc/$pid/ppid instead of /dev/ppid | cinap_lenrek |
2020-12-18 | strndup: don't assume buffer is terminated | Ori Bernstein |
2020-12-17 | libap: add strndup | Ori Bernstein |
2020-08-29 | ape/ctype.h: add isblank, fix functions (thanks staalmannen) | Ori Bernstein |
2020-06-09 | libplumb: add missing mkfile | Ori Bernstein |
2020-06-05 | ape: add missing rerrstr.c | Ori Bernstein |
2020-06-05 | ape: make libplumb available under ape. | Ori Bernstein |
2020-05-30 | ape/libdraw: add missing eenter (thanks phil9) | Ori Bernstein |
2020-05-15 | Fix scans of more than one character in %[] | Ori Bernstein |
2020-05-13 | ape: 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 scanf | Ori Bernstein |
2020-05-09 | fix '%[]' specifiers and '%n' (thanks phil9) | Ori Bernstein |
2020-03-09 | fix alignment in ape malloc | Ori Bernstein |
2020-03-01 | libsec: remove hash pickle functions, document ripemd160, cleanup sechash(2) ... | cinap_lenrek |
2020-02-10 | remove C99_SPRINTF_EXTENSION define. | Ori Bernstein |
2019-09-16 | ape: don't hardcode list of ape library directories in /sys/src/ape/lib/mkfile | cinap_lenrek |
2019-09-09 | ape: Add mkstemp to /sys/src/ape/lib/ap/gen/mkfile | Roberto E. Vargas Caballero |
2019-09-09 | Add mkstemp to stdlib.h | Roberto E. Vargas Caballero |
2019-06-24 | ape: reimplement rename() - fixing compiler warnings and handling more error ... | cinap_lenrek |
2019-06-23 | ape: revert rename() change | cinap_lenrek |
2019-06-21 | Turn on warnings when building libap. | Ori Bernstein |
2019-05-10 | ape: fix malloc to deal with more than 4GB of memory on 64 bit systems | cinap_lenrek |
2019-05-09 | libc: fix return value for arm64 memset() and memove() | cinap_lenrek |
2019-05-09 | libc: use MOVP instruction for arm64 memmove() and memset() | cinap_lenrek |
2019-05-09 | libc: provide arm64 assembly versions for memmove() and memset() | cinap_lenrek |
2019-05-03 | ape: initial support for arm64 | cinap_lenrek |
2018-07-03 | ape: fix MAXSIG | spew |
2018-07-03 | ape: remove getitimer setitimer implemenations | spew |
2018-07-01 | ape: improve setitimer | spew |
2018-07-01 | ape: an implemenation of getitimer setitimer | spew |
2018-06-21 | ape: add strnlen | spew |
2018-06-20 | ape: provide bogus chroot implementation | spew |
2018-06-17 | ape: add some common fields for stat, grp and pwd | spew |
2018-05-24 | ape: floating point improvements (thanks spew) | aiju |
2018-01-02 | ape/libauth: remove auth_wep.$O from mkfile | cinap_lenrek |
2017-12-31 | ape: make encXchr()/decXchr() functions available | cinap_lenrek |
2017-11-20 | libsec: write optimized _chachablock() function for amd64 / sse2 | cinap_lenrek |
2017-11-12 | libsec: AES-NI support for amd64 | cinap_lenrek |
2017-10-28 | libc: improve alignment of QLp structure on amd64, cosmetics | cinap_lenrek |
2017-10-17 | libsec: add AES CFB and AES OFB stream ciphers | cinap_lenrek |
2017-04-23 | libsec: sha256 support for thumbprint files, use it in ssh as well | cinap_lenrek |
2016-11-27 | stdio: fix sclose() buffer overrun when terminating string, realloc() error h... | cinap_lenrek |
2016-10-30 | ape/libsec: add secp384r1 curve parameters for tls | cinap_lenrek |
2016-09-14 | ape: fix format clash, %z is for size_t (which is a long currently), not poin... | cinap_lenrek |
2016-09-11 | ape: bring strtod() in line with plan9's libc version | cinap_lenrek |
2016-08-28 | ape: add d_stat struct in dirent struct allowing the avoidance of stats | cinap_lenrek |
2016-08-04 | ape/libauth: add PASSWDLEN constant to compile passtokey.c from native libaut... | cinap_lenrek |
2016-07-10 | libsec: add scrypt password based key derivation function | cinap_lenrek |