summaryrefslogtreecommitdiff
path: root/sys/include
AgeCommit message (Expand)Author
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-08lib9p: implement automatic remove-on-close cleanup in postsharesrv(), remove ...cinap_lenrek
2020-03-07lib9p: get rid of Srv.nopipe and Srv.leavefdsopen hackscinap_lenrek
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-09-06sys/src/libventi: define VtEntryNoArchive constantDavid du Colombier
2019-09-06sys/src/libventi: implement vtsha1 and vtsha1check functionsDavid du Colombier
2019-09-06sys/src/libventi: implement vtreconn and vtredial functionsDavid du Colombier
2019-08-30auth/rsa2asn1: implement private key export with -a flag (thanks kvik)cinap_lenrek
2019-06-20stdio: fix putc(), plan9 versioncinap_lenrek
2019-06-19ape: fix stdio putc() macro, avoiding "result of operation not used" warningcinap_lenrek
2019-05-06Sand edges down on GBIT64()/PBIT64() macros.Ori Bernstein
2019-03-30dtracy: avoid dmachlock() racecinap_lenrek
2019-02-11libip: replace v4parsecidr() with new parseipandmask()cinap_lenrek
2018-12-13dtracy: get rid of DTName struct, support more than three parts in a probe na...aiju
2018-12-11forgotten filesaiju
2018-12-09dtracy: call dtptrigger with a struct pointer rather than a list of arguments...aiju
2018-12-08dtracy: add support for aggregationsaiju
2018-12-02ape: declare gethostnamemischief
2018-11-10add dtracy.haiju
2018-11-04libmp: declare mpfactorialmischief
2018-09-26libc: add procsetname()cinap_lenrek
2018-09-26libc: return number of bytes produced for idn2utf() and utf2idn()cinap_lenrek
2018-09-25libc: add utf2idn() and idn2utf() functions to deal with internationalized do...cinap_lenrek
2018-09-16libndb: make ndbipinfo() walk ipnet for all matching entries, concatenate and...cinap_lenrek
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-06-09add libttfaiju
2018-05-20ape: fix auth.hcinap_lenrek
2018-05-20separate MSCHAP(v2) and NTLM(v2) authenticationcinap_lenrek
2018-05-13ape: add signed fixed size integer typedefs to u.hqwx
2018-05-01mergecinap_lenrek
2018-05-01ip/ipconfig: populate /net/ndb from v6 router advertisements, configure multi...cinap_lenrek
2018-04-24libsat, forp: fix va_list hack on amd64aiju
2018-04-02ape: improve assert macromischief
2018-03-28sat.h: update to include satgetaiju
2018-03-18add #pragma incomplete to sat.haiju
2018-03-17add libsataiju
2018-03-09mptod/dtomp: add to mp.haiju
2018-01-27libndb: retire deprecated csgetval(), ndbgetval() and ndblookval() functionscinap_lenrek
2018-01-21libauth: add auth_respondAI() function to get AuthInfo for mschap/mschapv2cinap_lenrek
2018-01-21authsrv: implement mschapv2 authentication, include MPPE secret in the ticketcinap_lenrek