summaryrefslogtreecommitdiff
path: root/sys/include/ape
AgeCommit message (Expand)Author
2023-03-22ape: add stdnoreturn.hJacob Moody
2023-01-06libsec: fix inconsistent prototypes for des (from drawterm)cinap_lenrek
2022-01-03ape: export mktemp() in <stdlib.h> when _BSD_SOURCE is setcinap_lenrek
2021-07-04libsec: add X509reqtoRSApub() function and return subject alt names in X509to...cinap_lenrek
2021-06-20libsec: move zero check to curve25519_dh_finish()cinap_lenrek
2021-02-20ape/lib9: expose fd2path (thanks phil9)Ori Bernstein
2021-01-30ape/libm: implement log2 in libcOri Bernstein
2021-01-23[9front] ape: remove _SUSV2_SOURCE guard from inttypes.hMichael Forney
2021-01-01ape: unify math.h copiesOri Bernstein
2020-12-19libauth: add procsetuser() function to change user id of the calling processcinap_lenrek
2020-12-17libap: add strndupOri Bernstein
2020-09-21ape/limits.h: fix typo in (U)LLONG_MAXOri Bernstein
2020-08-29ape/ctype.h: add isblank, fix functions (thanks staalmannen)Ori Bernstein
2020-08-10stdio.h: correct return type of putcOri Bernstein
2020-07-19stdio: fix warnings, make code more standardOri Bernstein
2020-07-11stdio, ape/stdio: fix order of operations in putcOri Bernstein
2020-06-05ape: make libplumb available under ape.Ori Bernstein
2020-05-17Add stdbool.h to apeOri Bernstein
2020-05-12[ape] add missing conversion flags for scanfOri Bernstein
2020-05-06bring stdint.h closer to specOri Bernstein
2020-05-01use #error when missing defineOri Bernstein
2020-03-24turn ptrdiff_t into a 64 bit typeOri Bernstein
2020-03-24add intmax_t/uintmax_t as required by c99 7.18.1.5Ori Bernstein
2020-03-01libsec: move AES XTS function prototypes to AES definition section in the hea...cinap_lenrek
2020-03-01libsec: remove hash pickle functions, document ripemd160, cleanup sechash(2) ...cinap_lenrek
2020-02-10remove C99_SPRINTF_EXTENSION define.Ori Bernstein
2019-09-09Add toascii() to apeRoberto E. Vargas Caballero
2019-09-09Add mkstemp to stdlib.hRoberto E. Vargas Caballero
2019-09-06Include integer limits from generic stdint.h in system-specific stdint.hOri Bernstein
2019-09-06Add missing UINTsz_MIN defines to ape stdint.hOri Bernstein
2019-08-30auth/rsa2asn1: implement private key export with -a flag (thanks kvik)cinap_lenrek
2019-06-19ape: fix stdio putc() macro, avoiding "result of operation not used" warningcinap_lenrek
2018-12-02ape: declare gethostnamemischief
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-20ape: fix auth.hcinap_lenrek
2018-05-13ape: add signed fixed size integer typedefs to u.hqwx
2018-04-02ape: improve assert macromischief
2018-03-09mptod/dtomp: add to mp.haiju
2018-01-21libauth: add auth_respondAI() function to get AuthInfo for mschap/mschapv2cinap_lenrek
2018-01-06libsec: remove asn1toDSApriv()cinap_lenrek
2018-01-02ape: update auth.h header for APEcinap_lenrek
2017-12-30libsec: implement SPKI fingerprinting for okCertificate()cinap_lenrek
2017-11-12libsec: AES-NI support for amd64cinap_lenrek
2017-10-29libsec: rewrite aex_xts_encrypt()/aes_xts_decrypt()cinap_lenrek
2017-10-28libc: improve alignment of QLp structure on amd64, cosmeticscinap_lenrek
2017-10-17libsec: make sectorNumber argument for aes_xts routines uvlongcinap_lenrek
2017-10-17libsec: add AES CFB and AES OFB stream cipherscinap_lenrek