]> git.lizzy.rs Git - plan9front.git/history - sys/src/ape
troff: fix mangled fonts and character files
[plan9front.git] / sys / src / ape /
2021-02-21 Ori Bernsteinape/lib9: expose fd2path (thanks phil9)
2021-02-09 Ori Bernsteinape/lib9: sync arm getfcr.s implementation
2021-01-30 Ori Bernsteinape/libm: implement log2 in libc
2021-01-24 Ori Bernsteinape/libm: add back fmod, remove modf
2021-01-23 qwxape: update mkfile for removed fmod.c
2021-01-23 cinap_lenrekape: apply infinite recursion in fmod() fix (thanks...
2021-01-20 Ori Bernsteinape/libap: fix _startbuf, check rfork return (thanks...
2020-12-23 cinap_lenrekape: re-implement getlogin() by stating /proc/$pid...
2020-12-19 cinap_lenreklibauth: add procsetuser() function to change user...
2020-12-19 cinap_lenreklibc: implement getppid() reading /proc/$pid/ppid inste...
2020-12-18 Ori Bernsteinstrndup: don't assume buffer is terminated
2020-12-18 Ori Bernsteinlibap: add strndup
2020-08-29 Ori Bernsteinape/ctype.h: add isblank, fix functions (thanks staalma...
2020-08-03 cinap_lenrekmerge
2020-07-16 Ori Bernsteinape: simplify mkfile (thanks amavect)
2020-06-11 cinap_lenrekmerge
2020-06-09 Ori Bernsteinlibplumb: add missing mkfile
2020-06-06 cinap_lenrekmerge
2020-06-06 Ori Bernsteinape: add missing rerrstr.c
2020-06-05 Ori Bernsteinape: make libplumb available under ape.
2020-05-30 Ori Bernsteinape/libdraw: add missing eenter (thanks phil9)
2020-05-15 Ori BernsteinFix scans of more than one character in %[]
2020-05-12 cinap_lenrekape: fix name clash, have to use _SLEEP syscall instead...
2020-05-12 Ori Bernstein[ape] add missing conversion flags for scanf
2020-05-10 kvikmerge
2020-05-10 cinap_lenrekmerge
2020-05-09 Ori Bernsteinfix '%[]' specifiers and '%n' (thanks phil9)
2020-03-09 Ori Bernsteinfix alignment in ape malloc
2020-03-01 cinap_lenreklibsec: remove hash pickle functions, document ripemd16...
2020-02-23 BurnZeZape/cc: stop spamming arguments that are only needed...
2020-02-11 Ori Bernsteinremove C99_SPRINTF_EXTENSION define.
2019-09-22 cinap_lenrekmerge
2019-09-22 cinap_lenrekape/cc: add spim
2019-09-22 cinap_lenrekmerge
2019-09-22 Roberto E. Vargas... ape/cc: Add arm64 and remove alpha
2019-09-16 cinap_lenrekape: don't hardcode list of ape library directories...
2019-09-09 Roberto E. Vargas... ape: Add mkstemp to /sys/src/ape/lib/ap/gen/mkfile
2019-09-09 Roberto E. Vargas... Add mkstemp to stdlib.h
2019-06-24 cinap_lenrekape: reimplement rename() - fixing compiler warnings...
2019-06-23 cinap_lenrekape: revert rename() change
2019-06-21 Ori BernsteinTurn on warnings when building libap.
2019-05-10 cinap_lenrekape: fix malloc to deal with more than 4GB of memory...
2019-05-09 cinap_lenreklibc: fix return value for arm64 memset() and memove()
2019-05-09 cinap_lenreklibc: use MOVP instruction for arm64 memmove() and...
2019-05-09 cinap_lenreklibc: provide arm64 assembly versions for memmove(...
2019-05-03 cinap_lenrekape: initial support for arm64
2018-10-20 BurnZeZfix misleading/wrong fd checks
2018-09-13 cinap_lenrekape/make: fix \ line continuation parsing
2018-07-03 spewape: fix MAXSIG
2018-07-03 spewape: remove getitimer setitimer implemenations
2018-07-02 spewape: improve setitimer
2018-07-01 spewape: an implemenation of getitimer setitimer
2018-06-24 cinap_lenrekmerge
2018-06-21 spewape: add strnlen
2018-06-21 spewape: provide bogus chroot implementation
2018-06-17 spewape: add some common fields for stat, grp and pwd
2018-05-27 cinap_lenrekmerge
2018-05-24 aijumerge
2018-05-24 aijuape: floating point improvements (thanks spew)
2018-01-02 cinap_lenrekape/libauth: remove auth_wep.$O from mkfile
2017-12-31 cinap_lenrekape: make encXchr()/decXchr() functions available
2017-11-19 cinap_lenreklibsec: write optimized _chachablock() function for...
2017-11-12 cinap_lenreklibsec: AES-NI support for amd64
2017-10-28 cinap_lenreklibc: improve alignment of QLp structure on amd64,...
2017-10-17 cinap_lenreklibsec: add AES CFB and AES OFB stream ciphers
2017-04-23 cinap_lenreklibsec: sha256 support for thumbprint files, use it...
2016-11-27 cinap_lenrekstdio: fix sclose() buffer overrun when terminating...
2016-10-30 cinap_lenrekape/libsec: add secp384r1 curve parameters for tls
2016-09-13 cinap_lenrekape: fix format clash, %z is for size_t (which is a...
2016-09-11 cinap_lenrekape: bring strtod() in line with plan9's libc version
2016-08-28 cinap_lenrekape: add d_stat struct in dirent struct allowing the...
2016-08-04 cinap_lenrekape/libauth: add PASSWDLEN constant to compile passtoke...
2016-07-10 cinap_lenreklibsec: add scrypt password based key derivation function
2016-05-04 cinap_lenrekretire the dec alpha port
2016-05-03 cinap_lenrekmerge
2016-05-03 cinap_lenrekape: return plan9 error strings from strerror()
2016-04-29 cinap_lenrekape/libsec: fix nuke target to remove /$objtype/lib...
2016-04-28 cinap_lenrekmerge
2016-04-28 benmerge default
2016-04-27 benmerge in master
2016-04-27 benremove ape regexp library, add utility for awk native...
2016-04-20 cinap_lenreklibsec: implement elliptic curve group operations in...
2016-04-11 cinap_lenrekape: explicitely list the ape libs to build in mkfile
2016-04-11 cinap_lenrekape: removing openssl
2016-04-11 cinap_lenrekape: add libauth, libbio, libmp and libsec as replaceme...
2016-04-10 cinap_lenrekape: move compatibility libc.h to lib9 directory and...
2016-04-10 cinap_lenrekape: remove broken 9errstr.c
2016-04-10 cinap_lenrekape: add internal _NSEC() function and make gettimeofda...
2016-01-07 cinap_lenrekape/stdio: %z format is VLONG on amd64
2016-01-07 cinap_lenrekape/fmt: %p and %z format for amd64
2015-10-04 cinap_lenrekape: add missing _subv() function to 386/vlop.s
2015-10-04 cinap_lenrekape: add machine specific code for spim
2015-10-04 cinap_lenreklibc: add _uv2d()/uv2f() and _vas*d() functions to...
2015-09-26 cinap_lenrekmerge
2015-09-25 mischiefape: add badrect object into ape libdraw
2015-08-08 cinap_lenrekape: fix build for objtype=spim
2015-08-04 cinap_lenrekape: implement altzone for tzset()
2015-08-04 cinap_lenrekape: fix mktime() again
2015-07-07 cinap_lenrekape: port libc smp tas() for arm
2015-06-11 ftrvxmtrxmerge
next