summaryrefslogtreecommitdiff
path: root/sys/include
AgeCommit message (Expand)Author
2015-08-25import E script from bell labsmischief
2015-08-21introduce AES key into nvram and keyfscinap_lenrek
2015-08-20libsec: add pbkdf2_hmac_sha1() (from wpapsk factotum module)cinap_lenrek
2015-08-19libauthsrv: generalize ticket service, not hardcoding ticket format and DES e...cinap_lenrek
2015-08-04ape: implement altzone for tzset()cinap_lenrek
2015-07-13ape: add stdint.h, fix SSIZE_MAX and add SIZE_MAX to limits.hcinap_lenrek
2015-06-09remove drawlsetrefresh and convM2Tnoenc: undefined functionsftrvxmtrx
2015-06-09authsrv.h: remove nonexistent prototypesftrvxmtrx
2015-06-09authsrv: remove unused opasstokeyftrvxmtrx
2015-06-04ape: define long long limitsmischief
2015-05-27ape: include <sys/types.h> in <sys/wait.h> for pid_t (thanks jens staal)cinap_lenrek
2015-05-21libsec: implement tlsClient support for RFC6066 server name identification (SNI)cinap_lenrek
2015-05-20libhttpd: declare hvprintmischief
2015-04-29libsec: remove aesCTRencrypt()/aesCTRdecrypt() (thanks mischief and qrstuv)cinap_lenrek
2015-03-18libmach: use #pragma pack to force 4 byte alignment of bootexec.h structures ...cinap_lenrek
2015-03-04libthread: get rid of chaninit() (thanks qrstuv)cinap_lenrek
2014-12-14bio: add Bfdopen() from plan9portcinap_lenrek
2014-09-14libsec: add diffie-hellman functionscinap_lenrek
2014-06-09pool: declare pooldump in pool.h. the manual says it is public.mischief
2014-05-03thread.h: varargck argpos for threadsetnameftrvxmtrx
2014-05-03bio.h: add varargck argpos pragma for Berrorftrvxmtrx
2014-02-15factotum/authsrv: fix padding for mschap on amd64, use constants for structur...cinap_lenrek
2014-02-06pool: use uintptr for pool sizecinap_lenrek
2014-01-20malloc: change malloc and realloc tag types to uintptrcinap_lenrek
2013-12-28ape: move strdup() from libbsd to libap (from sources)cinap_lenrek
2013-12-09draw: fix drawing of replicated source image on memlayer with a clip rectanglecinap_lenrek
2013-11-12libmemdraw: change memimageinit() to return integer error (for kernel), minor...cinap_lenrek
2013-10-27make libjson from /sys/src/cmd/btc/json.cBurnZeZ
2013-10-17change Rune from ushort to uint for to 21 bit runes (thanks mischief!)cinap_lenrek
2013-09-26reverting semaphore lock changes from sources (r41ccd6d221da, rb28756e5ba29)cinap_lenrek
2013-09-21ape: change tas/sleep locks to cas/semacquire/semrelease locks (from sources)cinap_lenrek
2013-09-21libc: change tas/sleep locks to cas/semacquire/semrelease locks (from sources)cinap_lenrek
2013-09-07libaml: amldelay(), _OSI(), fix bug in Load() (from plhk's acpi patch)cinap_lenrek
2013-09-06libaml: new io interface, add amlnew()/amltake()/amldrop(), late binding name...cinap_lenrek
2013-09-05libhtml: fix potential linked list corruptioncinap_lenrek
2013-08-04rio: add ^B control sequence to move cursor to output pointcinap_lenrek
2013-06-16draw: add badrect() function to reject zero, negative size or orverly huge re...cinap_lenrek
2013-05-11ape: change types from unsigned long to void* for rendezvous() and segattach(...cinap_lenrek
2013-05-04bio: use UTFmax for Bungetsize and fix libmach to include <libc.h> before <bi...cinap_lenrek
2013-04-24make all the commands agnostic about Rune width. (from sources)cinap_lenrek
2013-04-01ape: add inet_aton()cinap_lenrek
2013-03-31python: update python build configuration to new ape capabilities like getadd...cinap_lenrek
2013-03-31ape: initial IPv6 support, inet_pton()/inet_ntop(), getaddrinfo()/getnameinfo()cinap_lenrek
2013-03-31ape: define FD_SETSIZE for select()cinap_lenrek
2013-03-11ape: threadsafe errnocinap_lenrek
2013-02-28ape: add PASS_MAX constant for getpass() to limits.h (from patch/ape-pass_max)cinap_lenrek
2013-02-10mp.h: fix typoftrvxmtrx
2013-01-30lib9p: defer closing down srv until the last request has been responded, Tver...cinap_lenrek
2012-12-31fix utf and rune handling in preparation for 32bit runescinap_lenrek
2012-12-25bio: remove useless Breadn() as it does the same as Bread()cinap_lenrek