summaryrefslogtreecommitdiff
path: root/lib/libc/sys/Symbol.map
Commit message (Expand)AuthorAgeFilesLines
* Remove some private symbols from librtAlan Somers2017-07-201-9/+0
* Add abstime kqueue(2) timers and expand struct kevent members.Konstantin Belousov2017-06-171-1/+1
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-28/+13
* Make space style consistent with earlier entries.Xin LI2017-03-201-2/+2
* Add clock_nanosleep()Eric van Gyzen2017-03-191-0/+2
* Garbage collect _umtx_lock(2)/_umtx_unlock(2) references removed in r263318.Bryan Drewery2016-08-171-6/+0
* Add an implementation of fdatasync(2).Konstantin Belousov2016-08-151-0/+6
* Remove Symbol.map entries for old AIO system calls for FreeBSD 6 compat.John Baldwin2016-03-121-9/+0
* Add implementations of sendmmsg(3) and recvmmsg(3) functions whichKonstantin Belousov2016-01-291-0/+2
* Remove a stale comment and clarify the original where it was taken fromPedro F. Giffuni2015-08-141-2/+2
* Move the stack protector to a new "secure" directoryPedro F. Giffuni2015-08-141-3/+0
* Add an initial NUMA affinity/policy configuration for threads and processes.Adrian Chadd2015-07-111-0/+2
* Add futimens and utimensat system calls.Jilles Tjoelker2015-01-231-0/+2
* Avoid calling internal libc function through PLT or accessing dataKonstantin Belousov2015-01-051-2/+1
* Fix known issues which blow up the process after dlopen("libthr.so")Konstantin Belousov2015-01-031-3/+3
* Add the ppoll() system call.Dmitry Chagin2014-11-131-0/+6
* Extend the support for exempting processes from being killed when swap isJohn Baldwin2013-09-191-0/+3
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-2/+1
* Add new system call - aio_mlock(). The name speaks for itself. It allowsGleb Smirnoff2013-06-081-0/+1
* Add pipe2() system call.Jilles Tjoelker2013-05-011-0/+1
* Add accept4() system call.Jilles Tjoelker2013-05-011-0/+3
* Implement chflagsat(2) system call, similar to fchmodat(2), but operates onPawel Jakub Dawidek2013-03-211-0/+1
* - Implement two new system calls:Pawel Jakub Dawidek2013-03-021-0/+2
* Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-021-1/+6
* Provide cap_sandboxed(3) function, which is a wrapper around cap_getmode(2)Pawel Jakub Dawidek2013-03-021-0/+1
* Implement the waitid() SUSv4 function using wait6() system call.Konstantin Belousov2012-11-131-0/+3
* Implement syscall clock_getcpuclockid2, so we can get a clock idDavid Xu2012-08-171-0/+3
* Move the ffclock symbols from FBSD_1.2 to FBSD_1.3 where they should have beenLawrence Stewart2012-07-101-3/+3
* - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()Lawrence Stewart2011-11-211-0/+3
* Add the posix_fadvise(2) system call. It is somewhat similar toJohn Baldwin2011-11-041-0/+4
* Add experimental support for process descriptorsJonathan Anderson2011-08-181-0/+3
* Add cap_new(2) and cap_getrights(2) symbols to libc.Jonathan Anderson2011-07-201-0/+2
* Add the posix_fallocate(2) syscall. The default implementation inMatthew D Fleming2011-04-181-0/+1
* Expose the rctl(2) API in libc.Edward Tomasz Napierala2011-03-301-0/+5
* Move cap_enter(2) and cap_getmode(2) symbols from FBSD_1.1 to FBSD_1.2.Robert Watson2011-03-121-2/+2
* Move getloginclass(2) and setloginclass(2) to FBSD_1.2, where they should'veEdward Tomasz Napierala2011-03-061-2/+2
* Add FBSD_1.2; syscalls added in 9-CURRENT are supposed to go there.Edward Tomasz Napierala2011-03-061-0/+3
* Add two new system calls, setloginclass(2) and getloginclass(2). This makesEdward Tomasz Napierala2011-03-051-0/+2
* Make cap_new(2) and cap_getmode(2) symbols from libc public so applicationsRobert Watson2011-03-031-0/+2
* Because POSIX does not allow EINTR to be returned from sigwait(),David Xu2010-09-101-0/+1
* Current pselect(3) is implemented in usermode and thus vulnerable toKonstantin Belousov2009-10-271-0/+3
* Make openat(2) a cancellation point.Jilles Tjoelker2009-10-111-0/+2
* Second attempt at eliminating .text relocations in shared librariesAlexander Kabaev2009-07-141-1/+0
* There is an optimization in chmod(1), that makes it not to call chmod(2)Edward Tomasz Napierala2009-07-081-0/+1
* Back out previous revision until better tested fix is ready.Alexander Kabaev2009-06-291-0/+1
* Eliminate .text relocations in shared libraries compiled with stack protector.Alexander Kabaev2009-06-281-1/+0
* Change the ABI of some of the structures used by the SYSV IPC API:John Baldwin2009-06-241-3/+3
* Retire the unused stub for the nfsclnt() system call.John Baldwin2009-06-171-3/+0
* Add a new 'void closefrom(int lowfd)' system call. When called, it closesJohn Baldwin2009-06-151-0/+3
* Introduce the extensible jail framework, using the same "name=value"Jamie Gritton2009-04-291-0/+3