musl/include/sys
Szabolcs Nagy d95ead261e sys/mman.h: add MADV_COLD and MADV_PAGEOUT from linux v5.4
These were mainly introduced so android can optimize the memory usage
of unused apps.

MADV_COLD hints that the memory range is currently not needed (unlike
with MADV_FREE the content is not garbage, it needs to be swapped):

  linux commit 9c276cc65a58faf98be8e56962745ec99ab87636
  mm: introduce MADV_COLD

MADV_PAGEOUT hints that the memory range is not needed for a long time
so it can be reclaimed immediately independently of memory pressure
(unlike with MADV_DONTNEED the content is not garbage):

  linux commit 1a4e58cce84ee88129d5d49c064bd2852b481357
  mm: introduce MADV_PAGEOUT
2019-12-30 18:14:08 -05:00
..
acct.h remove indirect use of endian.h from public headers 2019-10-17 16:03:42 -04:00
auxv.h
cachectl.h
dir.h
epoll.h sys/epoll.h: add EPOLLNVAL from linux v4.16 2018-06-19 13:25:16 -04:00
errno.h
eventfd.h
fanotify.h sys/fanotify.h: update for linux v5.1 2019-07-01 14:11:42 -04:00
fcntl.h
file.h
fsuid.h
inotify.h sys/inotify.h: add IN_MASK_CREATE from linux v4.19 2019-03-13 12:29:27 -04:00
io.h
ioctl.h fix regression in ioctl definitions provided by arch/generic bits 2019-12-18 18:03:43 -05:00
ipc.h move IPC_STAT definition to a new bits/ipcstat.h file 2019-08-02 00:08:23 -04:00
kd.h move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits 2018-07-20 01:06:41 -04:00
klog.h
membarrier.h add membarrier syscall wrapper, refactor dynamic tls install to use it 2019-02-22 03:25:39 -05:00
mman.h sys/mman.h: add MADV_COLD and MADV_PAGEOUT from linux v5.4 2019-12-30 18:14:08 -05:00
mount.h
msg.h allow archs to define IPC_STAT, propagate time64 bit to other macros 2019-08-02 00:08:23 -04:00
mtio.h
param.h
personality.h
poll.h
prctl.h sys/prctl.h: add PR_SPEC_DISABLE_NOEXEC from linux v5.1 2019-07-01 14:12:06 -04:00
procfs.h fix elf_prstatus regression on time64, existing wrong definition on x32 2019-12-22 11:20:44 -05:00
ptrace.h sys/ptrace.h: add PTRACE_GET_SYSCALL_INFO from linux v5.3 2019-12-30 18:12:49 -05:00
quota.h
random.h add getrandom syscall wrapper 2018-02-22 19:34:58 -05:00
reboot.h
reg.h
resource.h add time64 symbol name redirects to public headers, under arch control 2019-10-28 19:26:52 -04:00
select.h add time64 symbol name redirects to public headers, under arch control 2019-10-28 19:26:52 -04:00
sem.h add time64 symbol name redirects to public headers, under arch control 2019-10-28 19:26:52 -04:00
sendfile.h
shm.h allow archs to define IPC_STAT, propagate time64 bit to other macros 2019-08-02 00:08:23 -04:00
signal.h
signalfd.h add SIGSYS support to sys/signalfd.h from linux v4.18 2018-12-09 22:25:21 -05:00
socket.h sys/socket.h: add SO_DETACH_REUSEPORT_BPF from linux v5.3 2019-12-30 18:12:46 -05:00
soundcard.h move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits 2018-07-20 01:06:41 -04:00
stat.h add time64 symbol name redirects to public headers, under arch control 2019-10-28 19:26:52 -04:00
statfs.h
statvfs.h remove indirect use of endian.h from public headers 2019-10-17 16:03:42 -04:00
stropts.h
swap.h
syscall.h
sysinfo.h
syslog.h
sysmacros.h
termios.h
time.h add time64 symbol name redirects to public headers, under arch control 2019-10-28 19:26:52 -04:00
timeb.h add time64 symbol name redirects to public headers, under arch control 2019-10-28 19:26:52 -04:00
timerfd.h add time64 symbol name redirects to public headers, under arch control 2019-10-28 19:26:52 -04:00
times.h
timex.h add time64 symbol name redirects to public headers, under arch control 2019-10-28 19:26:52 -04:00
ttydefaults.h
types.h remove implicit include of sys/sysmacros.h from sys/types.h 2019-06-21 15:49:38 -04:00
ucontext.h
uio.h
un.h
user.h
utsname.h
vfs.h
vt.h move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits 2018-07-20 01:06:41 -04:00
wait.h add time64 symbol name redirects to public headers, under arch control 2019-10-28 19:26:52 -04:00
xattr.h