Age | Commit message (Expand) | Author |
2014-02-17 | prof: properly save and restore RARG for amd64 | cinap_lenrek |
2014-02-01 | libc and ape support for amd64 | cinap_lenrek |
2014-01-20 | ape: remove local copy of memccpy() | cinap_lenrek |
2013-12-28 | ape: move strdup() from libbsd to libap (from sources) | cinap_lenrek |
2013-11-06 | synchronize ape's vfprintf with libstdio | mischief |
2013-10-26 | mkfiles: do not rely on path containing the . element | 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-06-08 | ape: fix _main stack setup for arm (_privates and _errnoloc was inside argv) | cinap_lenrek |
2013-05-11 | ape: change types from unsigned long to void* for rendezvous() and segattach(... | cinap_lenrek |
2013-05-06 | ape: remove unused variables | ppatience0 |
2013-05-06 | ape: fix uninitialized variable bug in getfields() | ppatience0 |
2013-05-06 | merge | ppatience0 |
2013-05-06 | access: unused variable | ppatience0 |
2013-05-03 | ape: get rid of fixed MUXADDR for buffered i/o | cinap_lenrek |
2013-05-03 | ape: remove unused variables from _buf (from erik qunastros _bufupd patch) | cinap_lenrek |
2013-05-01 | frexp: handle NaN values (from sources) | cinap_lenrek |
2013-04-05 | ape: inet_ntop() print v4 mapped addresses in v6 as dotted quad | cinap_lenrek |
2013-04-02 | ape: inet_pton() parse dotted address to IPv4 mapped addresses for AF_INET6 | cinap_lenrek |
2013-04-02 | ape: check *alen before copying in getpeername(), getsockname() and accept() | cinap_lenrek |
2013-04-01 | ape: add inet_aton() | cinap_lenrek |
2013-03-31 | ape: initial IPv6 support, inet_pton()/inet_ntop(), getaddrinfo()/getnameinfo() | cinap_lenrek |
2013-03-29 | ape: fix potential double close in socket() and protect rock chain with spinlock | cinap_lenrek |
2013-03-11 | ape: threadsafe errno | cinap_lenrek |
2013-03-11 | ape: fix thread race with close() and select() | cinap_lenrek |
2013-03-11 | ape/malloc: make malloc and free threadsafe for python | cinap_lenrek |
2013-03-11 | ape/stdio: make fopen() quasi threadsafe for python | cinap_lenrek |
2013-03-10 | ape: check for invalid filedescriptors in select() | cinap_lenrek |
2013-02-28 | ape: add PASS_MAX constant for getpass() to limits.h (from patch/ape-pass_max) | cinap_lenrek |
2013-02-08 | ape: fix bug in access() | ppatience0 |
2013-01-09 | ape: fix getsockname() byte swaped ports (by yarikos) | cinap_lenrek |
2012-12-31 | fix utf and rune handling in preparation for 32bit runes | cinap_lenrek |
2012-12-04 | ape/mv: check if from path fits and error if too long | cinap_lenrek |
2012-12-03 | ape: fix memory leak and path limit in unlink() | cinap_lenrek |
2012-12-03 | ape: forgot to set errno in access() for dir create fail | cinap_lenrek |
2012-12-03 | ape: fix _grpmems(), access(), getppid(), cleanup | cinap_lenrek |
2012-12-03 | ape: putenv, add file :) | cinap_lenrek |
2012-12-03 | ape: fix putenv() | cinap_lenrek |
2012-12-03 | ape: fix more bugs, use /env and /proc instead of #e and #p, cleanup | cinap_lenrek |
2012-12-03 | ape: initialize _tos and use _tos->pid for getpid() | cinap_lenrek |
2012-12-02 | ape: fix buffer overflow in _envsetup() | cinap_lenrek |
2012-08-19 | calloc: check multiplication overflow | cinap_lenrek |
2012-08-08 | ape/mkfile: work arround fake "command line arguments" rule matching | cinap_lenrek |
2012-07-30 | import updated compilers from sources | cinap_lenrek |
2011-06-04 | ape: fix symbol name collision for by renaming static timezone struct to tz | cinap_lenrek |
2011-06-03 | fixed mktime bug | aiju |
2011-06-04 | fixed tzset(), hopefully hg timezone bug should be fixed now | aiju |
2011-06-03 | added (unfinished) nanosleep to APE | aiju |
2011-05-23 | Fix mkfile from prev commit | taruti |
2011-05-23 | Add ape/cp + ape/mv | taruti |