mes/lib/posix
Jan Nieuwenhuizen 3abd3e0bcc
mescc: Mes C Library: lseek: Be careful clearing read buffer.
* lib/linux/lseek.c (_lseek): New function.
* lib/linux/lseek.c (lseek): Use it to check if we should reset read
buffer.
* lib/mes/__buffered_read.c (__read_buffer_max): New variable.
(__buffered_read_init): Add environment override: MES_READ_BUFFER.
(__buffered_read): Use it.
2020-01-20 22:47:52 +01:00
..
alarm.c build: Simplify. 2019-06-08 15:36:22 +02:00
buffered-read.c bootstrap: Build files only once. 2019-12-07 23:29:34 +01:00
execl.c mescc: Mes C Library: Fix compile warnings. 2019-06-12 15:59:06 +02:00
execlp.c mescc: Mes C Library: Support GNU Tar: Add execlp. 2019-06-10 00:56:42 +02:00
execv.c build: Simplify. 2019-06-08 15:36:22 +02:00
execvp.c build: Simplify. 2019-06-08 15:36:22 +02:00
getcwd.c Add missing #include. 2019-09-09 16:04:15 +02:00
getenv.c build: Simplify. 2019-06-08 15:36:22 +02:00
getopt.c getopt: Remove old FSF address, thanks Vagrant. 2019-09-09 16:04:15 +02:00
isatty.c mescc: Mes C Library: Fix isatty for x86_64. 2019-11-23 21:29:36 +01:00
mktemp.c build: Simplify. 2019-06-08 15:36:22 +02:00
open.c mescc: Mes C Library: lseek: Be careful clearing read buffer. 2020-01-20 22:47:52 +01:00
raise.c build: Simplify. 2019-06-08 15:36:22 +02:00
sbrk.c build: Simplify. 2019-06-08 15:36:22 +02:00
setenv.c build: Simplify. 2019-06-08 15:36:22 +02:00
sleep.c build: Simplify. 2019-06-08 15:36:22 +02:00
unsetenv.c build: Simplify. 2019-06-08 15:36:22 +02:00
wait.c mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
write.c mescc: Mes C Library: Have write behave well with buffered reads. 2019-07-28 13:01:37 +02:00