]> git.lizzy.rs Git - plan9front.git/history - sys/src/libc
git: create .git/objects/ on git/init
[plan9front.git] / sys / src / libc /
2021-07-03 Ori Bernsteinlibc: add encode(2) variants for custom alphabets
2020-12-29 cinap_lenreklibc/arm: open #c/sysstat file with OCEXEC (internal...
2020-12-23 cinap_lenreklibc: re-implement getuser() by stating /proc/$pid...
2020-12-19 cinap_lenreklibc: implement getppid() reading /proc/$pid/ppid inste...
2020-12-15 Alex Musolinomerge
2020-12-09 cinap_lenrekmerge
2020-12-09 cinap_lenrekbackout OCEXEC changes when potentially opening /srv...
2020-12-07 cinap_lenrekmerge
2020-12-07 cinap_lenreklibc: open internal file-descriptor with OCEXEC flag
2020-11-01 Ori Bernsteinlibc: recurse on smaller half of array
2020-09-25 Ori Bernsteinmerge
2020-09-23 Ori Bernsteinlibc: ignore '?' in date format strings
2020-09-23 Ori Bernsteinlibc: make yday 0-based, as docs suggest
2020-09-02 Ori Bernsteintmparse: put in local timezone hack
2020-08-26 Ori Bernsteintmparse: fix typo
2020-08-26 Ori Bernsteinlibc: tmparse should ignore leading whitespace
2020-08-24 Ori Bernsteintm2sec: clear new fields in tm
2020-08-11 Ori Bernsteinmerge
2020-08-10 Ori Bernsteinlibc: new date apis
2020-06-14 cinap_lenreklibc: revert date change again. this is getting ridicuo...
2020-06-14 Ori Bernsteinlibc, seconds: new time and date apis (try 2)
2020-06-14 cinap_lenreklibc: reverting previous change until ori can fix it
2020-06-13 Ori Bernsteinlibc, seconds: new time and date apis.
2020-05-17 cinap_lenreklibc/arm64: work arround linker bug for cas()
2019-06-17 Ori BernsteinAdd test for pow.c
2019-06-16 Ori BernsteinHandle NaN and Inf edge cases as specified by posix...
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-04 cinap_lenreklibc: fix NaN check precedence bug in modf() (thanks...
2019-05-03 cinap_lenreklibc: initial arm64 support
2018-09-26 cinap_lenreklibc: add procsetname()
2018-09-26 cinap_lenreklibc: return number of bytes produced for idn2utf(...
2018-09-25 cinap_lenrekmerge
2018-09-25 cinap_lenreklibc: add utf2idn() and idn2utf() functions to deal...
2018-04-24 cinap_lenrekmerge
2018-04-14 cinap_lenreklibc: allow /net/cs to specify local address for dial()
2017-12-31 cinap_lenreklibc: constant time implementation for encode(2) routin...
2017-10-28 cinap_lenreklibc: improve alignment of QLp structure on amd64,...
2017-10-26 cinap_lenreklibc: wunlock() part 2
2017-10-20 cinap_lenreklibc: cleanup atexit and put exits() in its own compila...
2016-11-05 cinap_lenreklibc: move calloc() into its own compilation unit
2016-09-11 cinap_lenreklibc: dont use floating point for portable umuldiv...
2016-08-27 cinap_lenrekmerge
2016-08-27 cinap_lenreklibc: add poolisoverlap() and definitions for Pool...
2016-06-26 cinap_lenreklibc: native _addv() and _subv() routines for arm
2016-05-04 cinap_lenrekretire the dec alpha port
2016-04-13 cinap_lenreklibc: fix out of bounds access in dirpackage(), simplify
2016-04-12 cinap_lenreklibc: remove unneeded #include <auth.h> for crypt(...
2016-03-19 BurnZeZlibc: trailing whitespace cleanup
2016-03-16 cinap_lenreklibc: fix runestrecpy() return value (thanks spew)
2016-01-07 cinap_lenrekintroduce signed intptr and %z format modifier for...
2015-10-04 cinap_lenreklibc: add _uv2d()/uv2f() and _vas*d() functions to...
2015-09-06 cinap_lenreklibc: remove privfree(), simplify privalloc()
2015-08-25 glendafix fuckup
2015-08-25 mischiefimport E script from bell labs
2015-08-25 mischieflibc: import more endianness fixes (thanks cherry9)
2015-08-10 cinap_lenreklibc: fix wunlock() libthread deadlock
2015-08-09 mischieflibc: fix spim endianness
2015-08-08 cinap_lenrekfix library mkfiles for objtype=spim
2015-08-03 cinap_lenreklibc: make atoi() not parse c-style octal and hex numbers
2015-07-07 cinap_lenreklibc/arm: implement _tas() with LDREX/STREX, execute...
2015-05-17 cinap_lenreklibc: use Runemax instead of hardcoded 0x65536 for...
2015-04-08 cinap_lenrekpool: avoid triggering assert(b->magic != FREE_MAGIC...
2015-02-26 cinap_lenrekpool: maintain Pool.curalloc for poolallocalign() and...
2015-02-11 cinap_lenreklibc: check name in getvent()/putenv()
2015-01-09 cinap_lenrekmerge
2015-01-05 cinap_lenrekpool: more strict checktree() for poolcheck
2014-12-25 cinap_lenrekgetfcr: change getfcr/setfcr to use VFP
2014-11-07 cinap_lenreklibc: import cleaned up syslog() function from sources
2014-11-07 cinap_lenreklibc: improve dial error handling
2014-11-06 mischieflibc: allow dial to be interrupted
2014-05-23 cinap_lenreklibc: avoid static table and supurious reads in nsec()
2014-05-20 cinap_lenreklibc: revert nsec() change, bring back filedescriptor...
2014-05-20 cinap_lenrekadd _nsec() syscall 53 for binary compatibility with...
2014-05-20 cinap_lenreklibc: dont cache /dev/bintime filedescriptor for nsec()
2014-04-09 cinap_lenreklibc: allow announce address of the form #I1/tcp!*!564
2014-02-25 cinap_lenrekcsdial: avoid useless werrstr() call on success (thanks...
2014-02-17 cinap_lenrekprof: properly save and restore RARG for amd64
2014-02-14 cinap_lenreklibc: remove malloc.acid and pool.acid
2014-02-06 cinap_lenrekpool: use uintptr for pool size
2014-02-02 cinap_lenrekmalloctag: only store lower 32bit of malloc tag, fix...
2014-02-02 cinap_lenrekmallocalign: make sure alignptr offset is modulo align...
2014-02-01 cinap_lenreklibc and ape support for amd64
2014-01-19 cinap_lenrekmalloc: change malloc and realloc tag types to uintptr
2013-12-17 cinap_lenrekpool: update debug log format string for poolallocalign()
2013-10-17 cinap_lenreklibc: updated acid files for 21 bit rune change
2013-10-08 cinap_lenreklibc: remove doprint
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_lenreklibc: change tas/sleep locks to cas/semacquire/semrelea...
2013-09-06 cinap_lenreklibc: set malloctag for runesmprint()
2013-08-14 cinap_lenreklibc: Prevent infinite recursion when modf is called...
2013-08-11 cinap_lenrektm2sec: assume local timezone when Tm.zone[0] == 0...
2013-07-05 ethanmerge
2013-06-19 cinap_lenreklibc: fix compiler warning for mips canlock() and _tas()
2013-06-14 cinap_lenrekpool: use splaying to balance free node tree
2013-06-13 cinap_lenrekmerge
2013-06-12 cinap_lenrekmerge
next