]> git.lizzy.rs Git - plan9front.git/history - sys/src/ape/lib/ap
sdiahci, sdodin: avoid calling kproc() while holding ilock()
[plan9front.git] / sys / src / ape / lib / ap /
2020-02-11 Ori Bernsteinremove C99_SPRINTF_EXTENSION define.
2019-09-09 Roberto E. Vargas... ape: Add mkstemp to /sys/src/ape/lib/ap/gen/mkfile
2019-09-09 Roberto E. Vargas... Add mkstemp to stdlib.h
2019-06-24 cinap_lenrekape: reimplement rename() - fixing compiler warnings...
2019-06-23 cinap_lenrekape: revert rename() change
2019-06-21 Ori BernsteinTurn on warnings when building libap.
2019-05-10 cinap_lenrekape: fix malloc to deal with more than 4GB of memory...
2019-05-09 cinap_lenreklibc: fix return value for arm64 memset() and memove()
2019-05-09 cinap_lenreklibc: use MOVP instruction for arm64 memmove() and...
2019-05-09 cinap_lenreklibc: provide arm64 assembly versions for memmove(...
2019-05-03 cinap_lenrekape: initial support for arm64
2018-07-03 spewape: fix MAXSIG
2018-07-01 spewape: an implemenation of getitimer setitimer
2018-06-24 cinap_lenrekmerge
2018-06-21 spewape: add strnlen
2018-06-21 spewape: provide bogus chroot implementation
2018-06-17 spewape: add some common fields for stat, grp and pwd
2018-05-27 cinap_lenrekmerge
2018-05-24 aijumerge
2018-05-24 aijuape: floating point improvements (thanks spew)
2017-10-28 cinap_lenreklibc: improve alignment of QLp structure on amd64,...
2016-11-27 cinap_lenrekstdio: fix sclose() buffer overrun when terminating...
2016-08-28 cinap_lenrekape: add d_stat struct in dirent struct allowing the...
2016-05-04 cinap_lenrekretire the dec alpha port
2016-05-03 cinap_lenrekmerge
2016-05-03 cinap_lenrekape: return plan9 error strings from strerror()
2016-04-10 cinap_lenrekape: remove broken 9errstr.c
2016-04-10 cinap_lenrekape: add internal _NSEC() function and make gettimeofda...
2016-01-07 cinap_lenrekape/stdio: %z format is VLONG on amd64
2015-10-04 cinap_lenrekape: add missing _subv() function to 386/vlop.s
2015-10-04 cinap_lenrekape: add machine specific code for spim
2015-10-04 cinap_lenreklibc: add _uv2d()/uv2f() and _vas*d() functions to...
2015-08-08 cinap_lenrekape: fix build for objtype=spim
2015-08-04 cinap_lenrekape: implement altzone for tzset()
2015-08-04 cinap_lenrekape: fix mktime() again
2015-07-07 cinap_lenrekape: port libc smp tas() for arm
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-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-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-08 ppatience0ape: fix bug in access()
2012-12-31 cinap_lenrekfix utf and rune handling in preparation for 32bit...
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-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-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-03 cinap_lenrekape: fix broken chmod for directories. (makes hg work...
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