index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
libc
/
port
Age
Commit message (
Expand
)
Author
2017-12-31
libc: constant time implementation for encode(2) routines, fix base32
cinap_lenrek
2017-10-20
libc: cleanup atexit and put exits() in its own compilation unit
cinap_lenrek
2016-11-05
libc: move calloc() into its own compilation unit
cinap_lenrek
2016-09-11
libc: dont use floating point for portable umuldiv(), use 64 bit uvlong
cinap_lenrek
2016-08-27
libc: add poolisoverlap() and definitions for Pool *secrmem
cinap_lenrek
2016-04-13
libc: remove unneeded #include <auth.h> for crypt() and netcrypt()
cinap_lenrek
2016-03-19
libc: trailing whitespace cleanup
BurnZeZ
2016-03-16
libc: fix runestrecpy() return value (thanks spew)
cinap_lenrek
2015-08-03
libc: make atoi() not parse c-style octal and hex numbers
cinap_lenrek
2015-04-08
pool: avoid triggering assert(b->magic != FREE_MAGIC) in blocksetsize() for m...
cinap_lenrek
2015-02-26
pool: maintain Pool.curalloc for poolallocalign() and blockgrow()
cinap_lenrek
2015-01-05
pool: more strict checktree() for poolcheck
cinap_lenrek
2014-02-17
prof: properly save and restore RARG for amd64
cinap_lenrek
2014-02-14
libc: remove malloc.acid and pool.acid
cinap_lenrek
2014-02-06
pool: use uintptr for pool size
cinap_lenrek
2014-02-02
malloctag: only store lower 32bit of malloc tag, fix getrealloctag
cinap_lenrek
2014-02-02
mallocalign: make sure alignptr offset is modulo align when -offset > align
cinap_lenrek
2014-01-20
malloc: change malloc and realloc tag types to uintptr
cinap_lenrek
2013-12-17
pool: update debug log format string for poolallocalign()
cinap_lenrek
2013-10-17
libc: updated acid files for 21 bit rune change
cinap_lenrek
2013-09-26
reverting semaphore lock changes from sources (r41ccd6d221da, rb28756e5ba29)
cinap_lenrek
2013-09-21
libc: change tas/sleep locks to cas/semacquire/semrelease locks (from sources)
cinap_lenrek
2013-08-14
libc: Prevent infinite recursion when modf is called with NaN or Inf argument...
cinap_lenrek
2013-06-14
pool: use splaying to balance free node tree
cinap_lenrek
2013-06-10
acid: fix dumptree() acid function to work in kernel debug, update malloc.aci...
cinap_lenrek
2013-05-31
pool: do poolcheck when free nodes get corrupted instead of assert
cinap_lenrek
2013-05-01
frexp: handle NaN values (from sources)
cinap_lenrek
2013-01-25
libc: set malloctag for runestrdup()
cinap_lenrek
2012-12-31
fix utf and rune handling in preparation for 32bit runes
cinap_lenrek
2012-08-19
calloc: check multiplication overflow
cinap_lenrek
2011-09-05
strdup: set malloctag
cinap_lenrek
2011-03-30
Import sources from 2011-03-30 iso image - lib
Taru Karttunen
2011-03-30
Import sources from 2011-03-30 iso image
Taru Karttunen