summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/Symbol.map
Commit message (Expand)AuthorAgeFilesLines
* Add futimens and utimensat system calls.jilles2015-01-231-0/+2
* Avoid calling internal libc function through PLT or accessing datakib2015-01-051-2/+1
* Fix known issues which blow up the process after dlopen("libthr.so")kib2015-01-031-3/+3
* Add the ppoll() system call.dchagin2014-11-131-0/+6
* Extend the support for exempting processes from being killed when swap isjhb2013-09-191-0/+3
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-2/+1
* Add new system call - aio_mlock(). The name speaks for itself. It allowsglebius2013-06-081-0/+1
* Add pipe2() system call.jilles2013-05-011-0/+1
* Add accept4() system call.jilles2013-05-011-0/+3
* Implement chflagsat(2) system call, similar to fchmodat(2), but operates onpjd2013-03-211-0/+1
* - Implement two new system calls:pjd2013-03-021-0/+2
* Merge Capsicum overhaul:pjd2013-03-021-1/+6
* Provide cap_sandboxed(3) function, which is a wrapper around cap_getmode(2)pjd2013-03-021-0/+1
* Implement the waitid() SUSv4 function using wait6() system call.kib2012-11-131-0/+3
* Implement syscall clock_getcpuclockid2, so we can get a clock iddavidxu2012-08-171-0/+3
* Move the ffclock symbols from FBSD_1.2 to FBSD_1.3 where they should have beenlstewart2012-07-101-3/+3
* - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()lstewart2011-11-211-0/+3
* Add the posix_fadvise(2) system call. It is somewhat similar tojhb2011-11-041-0/+4
* Add experimental support for process descriptorsjonathan2011-08-181-0/+3
* Add cap_new(2) and cap_getrights(2) symbols to libc.jonathan2011-07-201-0/+2
* Add the posix_fallocate(2) syscall. The default implementation inmdf2011-04-181-0/+1
* Expose the rctl(2) API in libc.trasz2011-03-301-0/+5
* Move cap_enter(2) and cap_getmode(2) symbols from FBSD_1.1 to FBSD_1.2.rwatson2011-03-121-2/+2
* Move getloginclass(2) and setloginclass(2) to FBSD_1.2, where they should'vetrasz2011-03-061-2/+2
* Add FBSD_1.2; syscalls added in 9-CURRENT are supposed to go there.trasz2011-03-061-0/+3
* Add two new system calls, setloginclass(2) and getloginclass(2). This makestrasz2011-03-051-0/+2
* Make cap_new(2) and cap_getmode(2) symbols from libc public so applicationsrwatson2011-03-031-0/+2
* Because POSIX does not allow EINTR to be returned from sigwait(),davidxu2010-09-101-0/+1
* Current pselect(3) is implemented in usermode and thus vulnerable tokib2009-10-271-0/+3
* Make openat(2) a cancellation point.jilles2009-10-111-0/+2
* Second attempt at eliminating .text relocations in shared librarieskan2009-07-141-1/+0
* There is an optimization in chmod(1), that makes it not to call chmod(2)trasz2009-07-081-0/+1
* Back out previous revision until better tested fix is ready.kan2009-06-291-0/+1
* Eliminate .text relocations in shared libraries compiled with stack protector.kan2009-06-281-1/+0
* Change the ABI of some of the structures used by the SYSV IPC API:jhb2009-06-241-3/+3
* Retire the unused stub for the nfsclnt() system call.jhb2009-06-171-3/+0
* Add a new 'void closefrom(int lowfd)' system call. When called, it closesjhb2009-06-151-0/+3
* Introduce the extensible jail framework, using the same "name=value"jamie2009-04-291-0/+3
* Properly update the shm_open/shm_unlink symbol versioning metadata afterjhb2009-04-021-0/+6
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-0/+1
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-0/+1
* Put the _cpuset* symbols in FBSDprivate_1.0 instead of trying to putbrooks2008-07-111-5/+5
* Call the fcntl compatiblity wrapper from the thread library fcntl wrappersdfr2008-05-301-0/+1
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-0/+1
* Move the cpuset functions from FBSD_1.0 to FBSD_1.1. All symbols addeddeischen2008-04-071-5/+5
* Add the libc glue and headers definitions for the *at() syscalls.kib2008-03-311-0/+18
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-261-0/+1
* - Remove kse syscall symbols and man pages.jeff2008-03-121-18/+0
* Add cpuset, an api for thread to cpu binding and cpu resource groupingjeff2008-03-021-0/+15
* Add thr_kill2 syscall.davidxu2007-08-221-0/+3
OpenPOWER on IntegriCloud