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