summaryrefslogtreecommitdiffstats
path: root/libc/include/sys
Commit message (Expand)AuthorAgeFilesLines
* Add some more headers.Elliott Hughes2014-01-104-0/+136
* Fix x86 user_regs_struct.Elliott Hughes2014-01-091-17/+17
* Fix <sys/resource.h>.Elliott Hughes2014-01-091-12/+17
* Add <sys/reg.h>.Elliott Hughes2014-01-081-0/+84
* Merge "Fix x86_64 register names in <sys/user.h>."Elliott Hughes2014-01-091-11/+11
|\
| * Fix x86_64 register names in <sys/user.h>.Elliott Hughes2014-01-081-11/+11
* | We shouldn't have a <sys/dirent.h> that's a subset of <dirent.h>.Elliott Hughes2014-01-081-49/+0
|/
* Merge "Add SWAP_FLAG_* constants to <sys/swap.h>."Elliott Hughes2014-01-081-0/+5
|\
| * Add SWAP_FLAG_* constants to <sys/swap.h>.Elliott Hughes2014-01-081-0/+5
* | Define fsid_t as well as __fsid_t.Elliott Hughes2014-01-071-3/+4
|/
* Fix dev_t (for LP64).Elliott Hughes2014-01-032-3/+10
* Clean up <sched.h>.Elliott Hughes2014-01-021-0/+2
* Fix struct stat for aarch64.Elliott Hughes2013-12-191-82/+81
* Don't use __kernel_ulong_t.Elliott Hughes2013-12-181-6/+6
* Remove <machine/kernel.h>.Elliott Hughes2013-12-181-41/+31
* Move bionic over to GCC's 'warning' attribute.Elliott Hughes2013-12-172-38/+6
* Make <sys/param.h> more glibc-like.Elliott Hughes2013-12-121-2/+13
* Add cfi directives to all arm assembly.Christopher Ferris2013-12-021-1/+8
* Finish <sys/user.h>.Elliott Hughes2013-11-261-5/+14
* Make <sys/timerfd.h> standalone.Elliott Hughes2013-11-251-1/+7
* Move arm user.h definitions to sys/user.h.Christopher Ferris2013-11-221-2/+40
* Merge "Remove hidden __reboot from header"Elliott Hughes2013-11-211-1/+0
|\
| * Remove hidden __reboot from headerPavel Chupin2013-11-221-1/+0
* | Fix useconds_t for LP64.Elliott Hughes2013-11-211-1/+1
* | Switch to upstream sleep(3) and usleep(3).Elliott Hughes2013-11-202-11/+5
* | Provide <sys/user.h>.Elliott Hughes2013-11-191-0/+191
* | Remove the dependency on the non-uapi __kernel_nlink_t.Elliott Hughes2013-11-081-1/+2
* | Make cpp.py less braindead.Elliott Hughes2013-11-061-8/+0
|/
* Fix <sys/select.h> for LP64, clean up <time.h>.Elliott Hughes2013-11-051-14/+15
* Update <sys/exec_elf.h> to include EM_AARCH64.Elliott Hughes2013-10-281-1/+2
* AArch64: Autogenerated syscalls for AArch64Serban Constantinescu2013-10-281-1/+318
* Update <sys/exec_elf.h> to get the DF_* flags.Elliott Hughes2013-10-281-1/+8
* Don't allow text relocations on 64-bit.Elliott Hughes2013-10-281-9/+35
* Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls.Elliott Hughes2013-10-241-15/+15
* Fix header file dependencies.Elliott Hughes2013-10-232-0/+4
* Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls.Elliott Hughes2013-10-233-6/+15
* Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls.Elliott Hughes2013-10-221-5/+4
* Make sure we have a mkfifo symbol.Elliott Hughes2013-10-221-4/+1
* Fix struct statfs for LP64.Elliott Hughes2013-10-181-27/+43
* x86_64: Fix sys/stat.hPavel Chupin2013-10-181-0/+23
* Add SOCK_CLOEXEC and SOCK_NONBLOCK socket flags.Andrei Emeltchenko2013-10-171-4/+8
* Sort the syscalls.mk files, give all generated files the same header.Elliott Hughes2013-10-161-1/+1
* Fix the ALIGN and ALIGNBYTES macros for LP64.Elliott Hughes2013-10-081-2/+7
* Add arch-x86_64/include/machine.Elliott Hughes2013-10-041-13/+1
* Check memory size on FD_* functionsNick Kralevich2013-10-031-12/+11
* FORTIFY_SOURCE: Add __FD_* checksNick Kralevich2013-10-021-3/+12
* Regenerate the system call stubs (to get x86_64).Elliott Hughes2013-10-011-0/+312
* Better statfs/fstatfs glibc compatibility.Elliott Hughes2013-09-301-28/+39
* Add x86_64 to the bionic headers.Elliott Hughes2013-09-301-4/+21
* libc: fortify recvfrom()Nick Kralevich2013-09-241-0/+34