summaryrefslogtreecommitdiff
path: root/lib/libc/sys/Makefile.inc
AgeCommit message (Expand)Author
2024-03-13lib{c,sys}: return wrapped syscall APIs to libcBrooks Davis
2024-02-05libc: libc/sys/Makefile.inc -> libsys/Makefile.sysBrooks Davis
2024-02-05libsys: relocate implementations and manpagesBrooks Davis
2024-01-24kcmp: Add a manual pageMark Johnston
2023-12-06libc: simplify MDASM/NOASM checksBrooks Davis
2023-12-04Remove never implemented sbrk and sstk syscallsBrooks Davis
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-11-21libc: Teach libc about the BTI elf noteAndrew Turner
2023-10-31ino64: Remove 'forward compat' code for thisWarner Losh
2023-10-18libc: Fix missing or misspelled MLINKS.Dag-Erling Smørgrav
2023-08-24timerfd: Add manual page.Jake Freeland
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-07-28man: Link _Fork(2) man pageDmitry Chagin
2023-04-04Rename kqueue1(2) to kqueuex(2) to avoid compat issues with NetBSDKonstantin Belousov
2023-03-28kqueue1(2): documentKonstantin Belousov
2023-02-14libc: Simplify soft-float on 32-bit armWarner Losh
2023-02-03shm: Document shm_create_largepage()Mark Johnston
2021-12-07libc: get rid of NO_P1003_1B make variableBrooks Davis
2021-12-06libc: Add pdfork to the list of interposed system callsMark Johnston
2021-11-10Add sched_getcpu()Konstantin Belousov
2021-09-10libc: Fix build on case-insensitive file systemsJessica Clarke
2021-08-05Add fspacectl(2), vn_deallocate(9) and VOP_DEALLOCATE(9).Ka Ho Ng
2021-08-03Add _Fork()Konstantin Belousov
2021-02-18mq_unlink(3): Add manual pageFernando ApesteguĂ­a
2021-01-02Add aio_writev and aio_readvAlan Somers
2020-12-27Add eventfd(3) wrappers to libc.Konstantin Belousov
2020-04-14Mark closefrom(2) COMPAT12, reimplement in libc to wrap close_rangeKyle Evans
2020-04-12Implement a close_range(2) syscallKyle Evans
2020-02-26Remove sparc64 specific parts of libc.Warner Losh
2020-02-09Add a way to manage thread signal mask using shared word, instead of syscall.Konstantin Belousov
2019-09-26Correct mistake in MLINKS introduced in r352747David Bright
2019-09-26Add an shm_rename syscallDavid Bright
2019-09-25Add linux-compatible memfd_createKyle Evans
2019-08-16Add @generated tag to libc syscall asm wrappersEd Maste
2019-07-25Add libc support for the copy_file_range(2) syscall added by r350315.Rick Macklem
2019-05-22Link fhlinkat(2) man pageAlan Somers
2019-04-06Introduce funlinkat syscall that always us to check if we are removingMariusz Zaborski
2018-12-07Add new file handle system calls.Konstantin Belousov
2018-07-10Remove bits of the old NUMA.Konstantin Belousov
2018-07-10Get rid of netbsd_lchown and netbsd_msync syscall entries.Brooks Davis
2018-07-05Revert r335983.Brooks Davis
2018-07-05Get rid of netbsd_lchown and netbsd_msync syscall entries.Brooks Davis
2018-06-04Reimplement brk() and sbrk() to avoid the use of _end.Mark Johnston
2018-05-25Make vadvise compat freebsd11.Brooks Davis
2018-03-24Document new NUMA related syscalls and utility options.Jeff Roberson
2018-03-21Implement getrandom(2) and getentropy(3)Conrad Meyer
2017-10-05Support armv7 builds for userlandWarner Losh
2017-06-23Forward compatibility for ino64.Warner Losh
2017-06-17pdwait4(2): Remove documentation of vaporwareConrad Meyer
2017-06-07libc: Remove futimens() and utimensat() compat stubs.Jilles Tjoelker