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
/
ape
/
lib
/
ap
/
plan9
Age
Commit message (
Expand
)
Author
2020-12-23
ape: re-implement getlogin() by stating /proc/$pid/status
cinap_lenrek
2020-12-19
libc: implement getppid() reading /proc/$pid/ppid instead of /dev/ppid
cinap_lenrek
2020-03-09
fix alignment in ape malloc
Ori Bernstein
2019-06-24
ape: reimplement rename() - fixing compiler warnings and handling more error ...
cinap_lenrek
2019-06-23
ape: revert rename() change
cinap_lenrek
2019-06-21
Turn on warnings when building libap.
Ori Bernstein
2019-05-10
ape: fix malloc to deal with more than 4GB of memory on 64 bit systems
cinap_lenrek
2018-07-03
ape: fix MAXSIG
spew
2018-07-01
ape: an implemenation of getitimer setitimer
spew
2018-06-20
ape: provide bogus chroot implementation
spew
2018-06-17
ape: add some common fields for stat, grp and pwd
spew
2017-10-28
libc: improve alignment of QLp structure on amd64, cosmetics
cinap_lenrek
2016-08-28
ape: add d_stat struct in dirent struct allowing the avoidance of stats
cinap_lenrek
2016-05-04
ape: return plan9 error strings from strerror()
cinap_lenrek
2016-04-10
ape: remove broken 9errstr.c
cinap_lenrek
2016-04-10
ape: add internal _NSEC() function and make gettimeofday() use it
cinap_lenrek
2014-02-17
prof: properly save and restore RARG for amd64
cinap_lenrek
2013-09-26
reverting semaphore lock changes from sources (r41ccd6d221da, rb28756e5ba29)
cinap_lenrek
2013-09-21
ape: change tas/sleep locks to cas/semacquire/semrelease locks (from sources)
cinap_lenrek
2013-05-11
ape: change types from unsigned long to void* for rendezvous() and segattach(...
cinap_lenrek
2013-05-06
ape: remove unused variables
ppatience0
2013-05-06
ape: fix uninitialized variable bug in getfields()
ppatience0
2013-05-06
merge
ppatience0
2013-05-06
access: unused variable
ppatience0
2013-05-03
ape: get rid of fixed MUXADDR for buffered i/o
cinap_lenrek
2013-05-03
ape: remove unused variables from _buf (from erik qunastros _bufupd patch)
cinap_lenrek
2013-05-01
frexp: handle NaN values (from sources)
cinap_lenrek
2013-03-11
ape: threadsafe errno
cinap_lenrek
2013-03-11
ape: fix thread race with close() and select()
cinap_lenrek
2013-03-11
ape/malloc: make malloc and free threadsafe for python
cinap_lenrek
2013-03-10
ape: check for invalid filedescriptors in select()
cinap_lenrek
2013-02-08
ape: fix bug in access()
ppatience0
2012-12-03
ape: fix memory leak and path limit in unlink()
cinap_lenrek
2012-12-03
ape: forgot to set errno in access() for dir create fail
cinap_lenrek
2012-12-03
ape: fix _grpmems(), access(), getppid(), cleanup
cinap_lenrek
2012-12-03
ape: fix putenv()
cinap_lenrek
2012-12-03
ape: fix more bugs, use /env and /proc instead of #e and #p, cleanup
cinap_lenrek
2012-12-03
ape: initialize _tos and use _tos->pid for getpid()
cinap_lenrek
2012-12-02
ape: fix buffer overflow in _envsetup()
cinap_lenrek
2012-07-30
import updated compilers from sources
cinap_lenrek
2011-06-04
ape: fix symbol name collision for by renaming static timezone struct to tz
cinap_lenrek
2011-05-03
ape: fix broken chmod for directories. (makes hg work again)
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