]> git.lizzy.rs Git - plan9front.git/history - sys/src/ape
exec(2): fix prototypes
[plan9front.git] / sys / src / ape /
2015-05-17 cinap_lenreklibc: use Runemax instead of hardcoded 0x65536 for...
2015-03-25 cinap_lenrekape: fix main9 for mips
2015-03-25 cinap_lenrekape: fix lockinit() for mips
2015-03-18 cinap_lenrekape: silence compiler "no return at end of function...
2014-12-25 cinap_lenrekgetfcr: change getfcr/setfcr to use VFP
2014-12-22 cinap_lenrekape: add fprint %z format (thanks Ori_B)
2014-07-12 cinap_lenrekexpr: fix missing type declarations for match(), which...
2014-05-28 cinap_lenrekape/stdio: set errno to EMFILE when running out of...
2014-02-17 cinap_lenrekprof: properly save and restore RARG for amd64
2014-02-01 cinap_lenreklibc and ape support for amd64
2014-01-19 cinap_lenrekape: remove local copy of memccpy()
2013-12-28 cinap_lenrekape: move strdup() from libbsd to libap (from sources)
2013-11-06 cinap_lenrekmerge
2013-11-06 mischiefsynchronize ape's vfprintf with libstdio
2013-10-26 cinap_lenrekmkfiles: do not rely on path containing the . element
2013-09-25 cinap_lenrekmerge
2013-09-26 cinap_lenrekreverting semaphore lock changes from sources (r41ccd6d...
2013-09-21 cinap_lenrekmerge
2013-09-21 cinap_lenrekape: change tas/sleep locks to cas/semacquire/semreleas...
2013-06-08 cinap_lenrekmerge
2013-06-08 cinap_lenrekape: fix _main stack setup for arm (_privates and _errn...
2013-05-22 jpathymerge
2013-05-11 cinap_lenrekape: change types from unsigned long to void* for rende...
2013-05-07 ppatience0ape: remove unused variables
2013-05-07 ppatience0ape: fix uninitialized variable bug in getfields()
2013-05-06 ppatience0merge
2013-05-06 ppatience0access: unused variable
2013-05-03 cinap_lenrekape: get rid of fixed MUXADDR for buffered i/o
2013-05-03 cinap_lenrekape: remove unused variables from _buf (from erik qunas...
2013-05-01 cinap_lenrekfrexp: handle NaN values (from sources)
2013-04-05 cinap_lenrekape: inet_ntop() print v4 mapped addresses in v6 as...
2013-04-02 cinap_lenrekape: inet_pton() parse dotted address to IPv4 mapped...
2013-04-01 cinap_lenrekape: check *alen before copying in getpeername(), getso...
2013-04-01 cinap_lenrekape: add inet_aton()
2013-03-31 cinap_lenrekape: initial IPv6 support, inet_pton()/inet_ntop()...
2013-03-31 ppatience0merge
2013-03-29 cinap_lenrekape: fix potential double close in socket() and protect...
2013-03-11 cinap_lenrekape: threadsafe errno
2013-03-11 cinap_lenrekmerge
2013-03-11 cinap_lenrekape: fix thread race with close() and select()
2013-03-10 cinap_lenrekape/malloc: make malloc and free threadsafe for python
2013-03-10 cinap_lenrekape/stdio: make fopen() quasi threadsafe for python
2013-03-10 cinap_lenrekape: check for invalid filedescriptors in select()
2013-02-28 cinap_lenrekape: add PASS_MAX constant for getpass() to limits...
2013-02-08 ppatience0ape: fix bug in access()
2013-01-09 cinap_lenrekape: fix getsockname() byte swaped ports (by yarikos)
2012-12-31 cinap_lenrekfix utf and rune handling in preparation for 32bit...
2012-12-04 cinap_lenrekape/mv: check if from path fits and error if too long
2012-12-03 cinap_lenrekape: fix memory leak and path limit in unlink()
2012-12-03 cinap_lenrekape: forgot to set errno in access() for dir create...
2012-12-03 cinap_lenrekape: fix _grpmems(), access(), getppid(), cleanup
2012-12-03 cinap_lenrekape: putenv, add file :)
2012-12-03 cinap_lenrekape: fix putenv()
2012-12-03 cinap_lenrekape: fix more bugs, use /env and /proc instead of ...
2012-12-03 cinap_lenrekape: initialize _tos and use _tos->pid for getpid()
2012-12-02 cinap_lenrekape: fix buffer overflow in _envsetup()
2012-08-19 cinap_lenrekcalloc: check multiplication overflow
2012-08-08 cinap_lenrekape/mkfile: work arround fake "command line arguments...
2012-07-30 cinap_lenrekmerge
2012-07-30 cinap_lenrekimport updated compilers from sources
2011-06-04 cinap_lenrekape: fix symbol name collision for by renaming static...
2011-06-04 cinap_lenrekmerge
2011-06-04 cinap_lenrekmerge
2011-06-03 aijuadded (unfinished) nanosleep to APE
2011-06-03 aijufixed mktime bug
2011-06-04 aijufixed tzset(), hopefully hg timezone bug should be...
2011-05-23 tarutiFix mkfile from prev commit
2011-05-23 tarutiAdd ape/cp + ape/mv
2011-05-10 cinap_lenrekmerge
2011-05-10 cinap_lenrekape: fix fread/fwrite, python: disable bytecode dumps...
2011-05-08 mentmerge
2011-05-09 aijufixed fread
2011-05-09 aijufixed fwrite (hopefully didn't break anything)
2011-05-04 cinap_lenrekrename ape manpages so they dont get filtered out as...
2011-05-03 cinap_lenrekbuild ape/z before everything else (openssl)
2011-05-03 cinap_lenrekape: fix broken chmod for directories. (makes hg work...
2011-05-03 cinap_lenrekremove stuff
2011-05-03 cinap_lenrekadd zlib, bzlib and openssl ape ports
2011-04-18 cinap_lenrekboot(8): changed tread to read, other: fix perms
2011-03-30 cinap_lenrekfixing perms
2011-03-30 Taru KarttunenImport sources from 2011-03-30 iso image - lib
2011-03-30 Taru KarttunenImport sources from 2011-03-30 iso image