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
Age
Commit message (
Expand
)
Author
2014-05-23
libc: avoid static table and supurious reads in nsec()
cinap_lenrek
2014-05-20
libc: revert nsec() change, bring back filedescriptor caching
cinap_lenrek
2014-05-20
add _nsec() syscall 53 for binary compatibility with labs distribution
cinap_lenrek
2014-05-20
libc: dont cache /dev/bintime filedescriptor for nsec()
cinap_lenrek
2014-04-09
libc: allow announce address of the form #I1/tcp!*!564
cinap_lenrek
2014-02-25
csdial: avoid useless werrstr() call on success (thanks mischief)
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-02-01
libc and ape support for amd64
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-10-08
libc: remove doprint
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-09-06
libc: set malloctag for runesmprint()
cinap_lenrek
2013-08-14
libc: Prevent infinite recursion when modf is called with NaN or Inf argument...
cinap_lenrek
2013-08-11
tm2sec: assume local timezone when Tm.zone[0] == 0 (fixes dossrv, zipfs times...
cinap_lenrek
2013-06-19
libc: fix compiler warning for mips canlock() and _tas()
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-04-03
pushtls: remove unneccesary include <auth.h> (from sources)
cinap_lenrek
2013-03-03
fltfmt: make %g print decimal numbers less than 1 with a leading zero
ppatience0
2013-03-03
fltfmt: %.0g should print with one significant figure
ppatience0
2013-03-01
fltfmt: fix %g not printing as %e in some cases when it should
ppatience0
2013-02-27
fltfmt: %.ng is supposed to print a number with n significant figures, but it...
ppatience0
2013-01-26
libc: update atomic ops and fp code for arm (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-09-01
isodate in libc? revert every commit for great justice!
cinap_lenrek
2012-09-02
Add isotime() and isodate() functions to libc.
google
2012-09-02
Fix date formatting in asctime after year 2099.
google
2012-08-19
calloc: check multiplication overflow
cinap_lenrek
2012-07-29
add tsemacquire syscall for go
cinap_lenrek
2012-05-22
allow # netpath in dial string
cinap_lenrek
2012-01-10
libc: restoring simple sequential version of dial()
cinap_lenrek
2011-09-05
strdup: set malloctag
cinap_lenrek
2011-08-20
getpid: use tos
aiju
2011-08-17
fix broken perm format
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