]> git.lizzy.rs Git - plan9front.git/history - sys/src/ape
usbohci, usbehci, usbxhci: save mmio base address in ctlr, cant PADDR() on 386...
[plan9front.git] / sys / src / ape /
2017-04-23 cinap_lenreklibsec: sha256 support for thumbprint files, use it...
2016-11-27 cinap_lenrekstdio: fix sclose() buffer overrun when terminating...
2016-10-30 cinap_lenrekape/libsec: add secp384r1 curve parameters for tls
2016-09-13 cinap_lenrekape: fix format clash, %z is for size_t (which is a...
2016-09-11 cinap_lenrekape: bring strtod() in line with plan9's libc version
2016-08-28 cinap_lenrekape: add d_stat struct in dirent struct allowing the...
2016-08-04 cinap_lenrekape/libauth: add PASSWDLEN constant to compile passtoke...
2016-07-10 cinap_lenreklibsec: add scrypt password based key derivation function
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-29 cinap_lenrekape/libsec: fix nuke target to remove /$objtype/lib...
2016-04-28 cinap_lenrekmerge
2016-04-28 benmerge default
2016-04-27 benmerge in master
2016-04-27 benremove ape regexp library, add utility for awk native...
2016-04-20 cinap_lenreklibsec: implement elliptic curve group operations in...
2016-04-11 cinap_lenrekape: explicitely list the ape libs to build in mkfile
2016-04-11 cinap_lenrekape: removing openssl
2016-04-11 cinap_lenrekape: add libauth, libbio, libmp and libsec as replaceme...
2016-04-10 cinap_lenrekape: move compatibility libc.h to lib9 directory and...
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
2016-01-07 cinap_lenrekape/fmt: %p and %z format for 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-09-26 cinap_lenrekmerge
2015-09-25 mischiefape: add badrect object into ape libdraw
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-06-11 ftrvxmtrxmerge
2015-06-11 ftrvxmtrxfix strncmp/memcmp used with a wrong number
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
next