summaryrefslogtreecommitdiff
path: root/lib/libc/sys/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* Add sched_getcpu()Konstantin Belousov2022-01-141-0/+3
* libc: Add pdfork to the list of interposed system callsMark Johnston2021-12-131-0/+1
* libc: Fix build on case-insensitive file systemsJessica Clarke2021-10-101-1/+1
* Add _Fork()Konstantin Belousov2021-08-121-0/+1
* Add aio_writev and aio_readvAlan Somers2021-01-031-0/+2
* Add eventfd(3) wrappers to libc.Konstantin Belousov2020-12-271-0/+3
* Mark closefrom(2) COMPAT12, reimplement in libc to wrap close_rangeKyle Evans2020-04-141-0/+1
* Implement a close_range(2) syscallKyle Evans2020-04-121-0/+1
* Remove sparc64 specific parts of libc.Warner Losh2020-02-261-7/+1
* Add a way to manage thread signal mask using shared word, instead of syscall.Konstantin Belousov2020-02-091-0/+1
* Correct mistake in MLINKS introduced in r352747David Bright2019-09-261-1/+1
* Add an shm_rename syscallDavid Bright2019-09-261-1/+2
* Add linux-compatible memfd_createKyle Evans2019-09-251-1/+3
* Add @generated tag to libc syscall asm wrappersEd Maste2019-08-161-2/+4
* Add libc support for the copy_file_range(2) syscall added by r350315.Rick Macklem2019-07-251-0/+1
* Link fhlinkat(2) man pageAlan Somers2019-05-221-0/+1
* Introduce funlinkat syscall that always us to check if we are removingMariusz Zaborski2019-04-061-0/+1
* Add new file handle system calls.Konstantin Belousov2018-12-071-1/+4
* Remove bits of the old NUMA.Konstantin Belousov2018-07-101-2/+0
* Get rid of netbsd_lchown and netbsd_msync syscall entries.Brooks Davis2018-07-101-0/+2
* Revert r335983.Brooks Davis2018-07-051-2/+0
* Get rid of netbsd_lchown and netbsd_msync syscall entries.Brooks Davis2018-07-051-0/+2
* Reimplement brk() and sbrk() to avoid the use of _end.Mark Johnston2018-06-041-2/+2
* Make vadvise compat freebsd11.Brooks Davis2018-05-251-0/+1
* Document new NUMA related syscalls and utility options.Jeff Roberson2018-03-241-0/+2
* Implement getrandom(2) and getentropy(3)Conrad Meyer2018-03-211-0/+1
* Support armv7 builds for userlandWarner Losh2017-10-051-1/+1
* Forward compatibility for ino64.Warner Losh2017-06-231-0/+8
* pdwait4(2): Remove documentation of vaporwareConrad Meyer2017-06-171-2/+1
* libc: Remove futimens() and utimensat() compat stubs.Jilles Tjoelker2017-06-071-4/+0
* Remove stale cap_rights_get(2) manpage.John Baldwin2017-06-021-1/+0
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-0/+2
* Add clock_nanosleep()Eric van Gyzen2017-03-191-0/+2
* Replace dot-dot relative pathing with SRCTOP-relative paths where possibleEnji Cooper2017-01-201-1/+1
* Document thr_suspend(2) and thr_wake(2).Konstantin Belousov2016-09-261-0/+2
* Add manpage for rctl_* system callsEric Badger2016-09-191-0/+5
* Fix spelling in comment.Brooks Davis2016-09-091-2/+2
* Reduce duplicate NOASM and PSEUDO definitionsBrooks Davis2016-09-081-0/+11
* Rewrite ptrace(2) wrappers in C.Konstantin Belousov2016-08-291-0/+1
* Add fdatasync(2) man page, combined with fsync(2).Konstantin Belousov2016-08-171-0/+1
* The fdatasync(2) call must be cancellation point.Konstantin Belousov2016-08-161-0/+1
* Replace use of the pipe(2) system call with pipe2(2) with a zero flagsBrooks Davis2016-06-221-0/+2
* Add thr*.2 and _umtx_op.2 manpages to the build.Konstantin Belousov2016-05-141-1/+8
* Annotate arm userspace assembler sources stating their tolerance toKonstantin Belousov2015-09-291-1/+1
* Avoid adding duplicates into OBJS. bsd.lib.mk already handles addingBryan Drewery2015-09-221-2/+0
* Move the stack protector to a new "secure" directoryPedro F. Giffuni2015-08-141-2/+0
* Add an initial NUMA affinity/policy configuration for threads and processes.Adrian Chadd2015-07-111-0/+2
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andKonstantin Belousov2015-04-181-12/+0
* Make wait6(2), waitid(3) and ppoll(2) cancellation points. TheKonstantin Belousov2015-04-181-0/+2
* Make kevent(2) a cancellation point.Konstantin Belousov2015-03-291-0/+1