summaryrefslogtreecommitdiff
path: root/sys/include
AgeCommit message (Expand)Author
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
2012-12-03ape: fix putenv()cinap_lenrek
2012-09-09Add alignment hints for e512 ATA drives.google
2012-09-01isodate in libc? revert every commit for great justice!cinap_lenrek
2012-09-02Add prototypes for isotime and isodate. This should have been in the previous...google
2012-08-02libmach: add arm64 constants (import from sources)cinap_lenrek
2012-08-02format check for octal fmt strings (import from sources)cinap_lenrek
2012-08-02libauth: fix authrpc buffer overflow (import from sources)cinap_lenrek
2012-07-29add tsemacquire syscall for gocinap_lenrek
2012-06-17experimental acpi support for apic irq routingcinap_lenrek
2012-06-06added ecdsa to factotumaiju
2012-06-04added elliptic curve stuff and RIPEMD-160aiju
2012-03-30lib9p: add Srv.startcinap_lenrek
2012-03-23ndb/cs: fix use after free caused by flush/clunk happening before dns lookup ...cinap_lenrek
2011-10-31libdraw: added enter() and eenter() functionscinap_lenrek
2011-10-06libbio: add Breadncinap_lenrek
2011-08-22libthread: reimplemented i/o procs using new interrupt ctl messagecinap_lenrek
2011-08-20added interrupt proc ctl messageaiju
2011-08-19lib9p reqqueue: more cleaningaiju
2011-08-19lib9p reqqueue: remove setjmp shitaiju
2011-08-19lib9p: add srvacquire/srvreleasecinap_lenrek
2011-08-16lib9p: added toilet queuesaiju