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
Age
Commit message (
Expand
)
Author
2023-02-19
mkfiles: add 'mk test' support
Ori Bernstein
2022-10-31
ape: fix warning building mkstemp
Ori Bernstein
2022-07-06
ape/bsd/bind.c, ape/bsd/listen.c: Use _syserrno.
Benjamin Riefenstahl
2022-07-06
ape/bsd/listen.c: Drop "bind 0".
Benjamin Riefenstahl
2022-06-11
ape/bsd/bind.c: Do not pretend that the port could be negative.
Benjamin Riefenstahl
2022-06-10
ape/bsd/bind.c, ape/bsd/listen.c: Set local IP.
Benjamin Riefenstahl
2022-06-10
ape/bsd/listen.c: Do not try to issue "announce *".
Benjamin Riefenstahl
2022-06-10
ape/bsd/bind.c: Do not issue "bind *".
Benjamin Riefenstahl
2022-03-14
ape: fix wrong write size for _assert()
cinap_lenrek
2022-01-10
reduce: use if() to test for exit status of pipeline
cinap_lenrek
2021-12-10
ape/mkstemp: better options
Benjamin Riefenstahl
2022-01-03
ape: allow exporting rc functions in environ[]
cinap_lenrek
2021-10-31
ape: add missing idn2utf, utf2idn to lib9
Ori Bernstein
2021-02-20
ape/lib9: expose fd2path (thanks phil9)
Ori Bernstein
2021-02-08
ape/lib9: sync arm getfcr.s implementation
Ori Bernstein
2021-01-30
ape/libm: implement log2 in libc
Ori Bernstein
2021-01-23
ape/libm: add back fmod, remove modf
Ori Bernstein
2021-01-24
ape: update mkfile for removed fmod.c
qwx
2021-01-23
ape: apply infinite recursion in fmod() fix (thanks jxy and ality)
cinap_lenrek
2021-01-19
ape/libap: fix _startbuf, check rfork return (thanks pixelherodev)
Ori Bernstein
2020-12-23
ape: re-implement getlogin() by stating /proc/$pid/status
cinap_lenrek
2020-12-19
libauth: add procsetuser() function to change user id of the calling process
cinap_lenrek
2020-12-19
libc: implement getppid() reading /proc/$pid/ppid instead of /dev/ppid
cinap_lenrek
2020-12-18
strndup: don't assume buffer is terminated
Ori Bernstein
2020-12-17
libap: add strndup
Ori Bernstein
2020-08-29
ape/ctype.h: add isblank, fix functions (thanks staalmannen)
Ori Bernstein
2020-07-16
ape: simplify mkfile (thanks amavect)
Ori Bernstein
2020-06-09
libplumb: add missing mkfile
Ori Bernstein
2020-06-05
ape: add missing rerrstr.c
Ori Bernstein
2020-06-05
ape: make libplumb available under ape.
Ori Bernstein
2020-05-30
ape/libdraw: add missing eenter (thanks phil9)
Ori Bernstein
2020-05-15
Fix scans of more than one character in %[]
Ori Bernstein
2020-05-13
ape: fix name clash, have to use _SLEEP syscall instead of ape sleep in plan9...
cinap_lenrek
2020-05-12
[ape] add missing conversion flags for scanf
Ori Bernstein
2020-05-09
fix '%[]' specifiers and '%n' (thanks phil9)
Ori Bernstein
2020-03-09
fix alignment in ape malloc
Ori Bernstein
2020-03-01
libsec: remove hash pickle functions, document ripemd160, cleanup sechash(2) ...
cinap_lenrek
2020-02-23
ape/cc: stop spamming arguments that are only needed once
BurnZeZ
2020-02-10
remove C99_SPRINTF_EXTENSION define.
Ori Bernstein
2019-09-22
ape/cc: add spim
cinap_lenrek
2019-09-16
ape: don't hardcode list of ape library directories in /sys/src/ape/lib/mkfile
cinap_lenrek
2019-09-09
ape: Add mkstemp to /sys/src/ape/lib/ap/gen/mkfile
Roberto E. Vargas Caballero
2019-09-09
Add mkstemp to stdlib.h
Roberto E. Vargas Caballero
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
2019-05-09
libc: fix return value for arm64 memset() and memove()
cinap_lenrek
2019-05-09
libc: use MOVP instruction for arm64 memmove() and memset()
cinap_lenrek
2019-05-09
libc: provide arm64 assembly versions for memmove() and memset()
cinap_lenrek
[next]