summaryrefslogtreecommitdiff
path: root/lib/libc/sys/Symbol.map
AgeCommit message (Expand)Author
2024-03-13lib{c,sys}: return wrapped syscall APIs to libcBrooks Davis
2024-02-05libsys: relocate implementations and manpagesBrooks Davis
2024-02-05libc: split libc and syscall interposing (2/2)Brooks Davis
2024-02-05libc: split libc and syscall interposing (1/2)Brooks Davis
2024-01-24Add kcmp(2) userspace bitsKonstantin Belousov
2024-01-13libc: stop exposing __fcntl_compatBrooks Davis
2024-01-11libc: separate syscall and non-syscall symbolsBrooks Davis
2023-11-28memfd_create: move implementation to libc/genBrooks Davis
2023-11-15libc: further centralize syscall symbolsBrooks Davis
2023-11-15libc: Remove empty comments in Symbol.mapBrooks Davis
2023-08-24timerfd: Move implementation from linux compat to sys/kernJake Freeland
2023-08-23Add membarrier(2)Konstantin Belousov
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-04-04Rename kqueue1(2) to kqueuex(2) to avoid compat issues with NetBSDKonstantin Belousov
2023-03-28kqueue1(2): export the symbol from libcKonstantin Belousov
2021-12-09swapoff: add one more variant of the syscallKonstantin Belousov
2021-09-09Export _mmap and __sys_mmap from libc.soAlex Richardson
2021-09-02Symbol.map: Remove an extra space before _ForkKa Ho Ng
2021-08-22Fix aio_readv(2), aio_writev(2) with SIGEV_THREAD.Thomas Munro
2021-08-05Add fspacectl(2), vn_deallocate(9) and VOP_DEALLOCATE(9).Ka Ho Ng
2021-08-03Add _Fork()Konstantin Belousov
2021-01-11libthr: wrap pdfork(2), same as fork(2).Konstantin Belousov
2021-01-02Add aio_writev and aio_readvAlan Somers
2020-09-09Add shm_create_largepage(3) helper for creation and configuration ofKonstantin Belousov
2020-05-28Add an entry to Symbol.map for the rpctls_syscall added by r361599.Rick Macklem
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-09Add a way to manage thread signal mask using shared word, instead of syscall.Konstantin Belousov
2019-09-26Add an shm_rename syscallDavid Bright
2019-09-25Add linux-compatible memfd_createKyle Evans
2019-09-03Add sysctlbyname system callMateusz Guzik
2019-07-25Add libc support for the copy_file_range(2) syscall added by r350315.Rick Macklem
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-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-05-25Make vadvise compat freebsd11.Brooks Davis
2018-03-21getentropy(3): Fallback to kern.arandom sysctl on older kernelsConrad Meyer
2018-03-21Implement getrandom(2) and getentropy(3)Conrad Meyer
2018-01-12Implement 'domainset', a cpuset based NUMA policy mechanism. This allowsJeff Roberson
2017-07-20Remove some private symbols from librtAlan Somers
2017-06-17Add abstime kqueue(2) timers and expand struct kevent members.Konstantin Belousov
2017-05-23Commit the 64-bit inode project.Konstantin Belousov
2017-03-20Make space style consistent with earlier entries.Xin LI
2017-03-19Add clock_nanosleep()Eric van Gyzen
2016-08-17Garbage collect _umtx_lock(2)/_umtx_unlock(2) references removed in r263318.Bryan Drewery
2016-08-15Add an implementation of fdatasync(2).Konstantin Belousov
2016-03-12Remove Symbol.map entries for old AIO system calls for FreeBSD 6 compat.John Baldwin
2016-01-29Add implementations of sendmmsg(3) and recvmmsg(3) functions whichKonstantin Belousov