summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* MFC 319490: Remove stale cap_rights_get(2) manpage.jhb2017-06-201-1/+0
* MFC r315526vangyzen2017-05-011-0/+2
* MFC r312332,r312446,r312451:ngie2017-02-041-1/+1
* MFC r306334:kib2016-10-031-0/+2
* MFC r305956: Add manpage for rctl_* system callsbadger2016-09-241-0/+5
* MFC r304928:kib2016-09-031-0/+1
* MFC r304287:kib2016-08-291-0/+1
* MFC r304209:kib2016-08-291-0/+1
* Replace use of the pipe(2) system call with pipe2(2) with a zero flagsbrooks2016-06-221-0/+2
* Add thr*.2 and _umtx_op.2 manpages to the build.kib2016-05-141-1/+8
* Annotate arm userspace assembler sources stating their tolerance tokib2015-09-291-1/+1
* Avoid adding duplicates into OBJS. bsd.lib.mk already handles addingbdrewery2015-09-221-2/+0
* Move the stack protector to a new "secure" directorypfg2015-08-141-2/+0
* Add an initial NUMA affinity/policy configuration for threads and processes.adrian2015-07-111-0/+2
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andkib2015-04-181-12/+0
* Make wait6(2), waitid(3) and ppoll(2) cancellation points. Thekib2015-04-181-0/+2
* Make kevent(2) a cancellation point.kib2015-03-291-0/+1
* Unbreak sparc64 after r276630 by calling __sparc_sigtramp_setup signalmarius2015-02-161-1/+7
* Add futimens and utimensat system calls.jilles2015-01-231-0/+6
* Fix known issues which blow up the process after dlopen("libthr.so")kib2015-01-031-7/+51
* Add the ppoll() system call.dchagin2014-11-131-0/+1
* Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT.imp2014-04-051-1/+1
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}marcel2014-03-041-4/+4
* Provide the manual page for aio_fsync(2).pluknet2013-12-261-0/+1
* Fix extattr(2) MLINKS.pluknet2013-11-091-2/+2
* Extend the support for exempting processes from being killed when swap isjhb2013-09-191-0/+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/+1
* Document chflagsat(2).pjd2013-03-211-1/+2
* - Implement two new system calls:pjd2013-03-021-0/+2
* Merge Capsicum overhaul:pjd2013-03-021-2/+6
* Put one file per line so it is easier to read diffs against those files.pjd2013-02-161-59/+235
* Document wait6() and waitid().kib2012-11-131-1/+2
* Use struct vdso_timehands data to implement fast gettimeofday(2) andkib2012-06-221-0/+4
* Link EV_SET(3) to kqueue(2).pjd2012-03-051-1/+1
* Update rtprio(2) manual page to reflect the latest changes in -CURRENT asdelphij2011-12-271-0/+1
* - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()lstewart2011-11-211-1/+3
* Add the posix_fadvise(2) system call. It is somewhat similar tojhb2011-11-041-1/+2
* Add experimental support for process descriptorsjonathan2011-08-181-1/+4
* Add cap_new(2) and cap_getrights(2) symbols to libc.jonathan2011-07-201-1/+2
* Add the posix_fallocate(2) syscall. The default implementation inmdf2011-04-181-1/+1
* When building libc with the syscall compatibility, don't also generate themarcel2011-03-171-1/+4
* Add manual page for getloginclass(2) and setloginclass(2).trasz2011-03-061-2/+3
* Make cap_new(2) and cap_getmode(2) symbols from libc public so applicationsrwatson2011-03-031-1/+2
* Emit .note.GNU-stack for the syscall stubs generated by libc only onkib2011-01-251-2/+9
* Emit .note.GNU-stack for the syscall stubs generated by libc.kib2011-01-071-0/+2
* Because POSIX does not allow EINTR to be returned from sigwait(),davidxu2010-09-101-0/+3
* Powerpc is special here. powerpc and powerpc64 use different ABIs, soimp2010-08-241-4/+2
* Move the __stack_chk_fail_local@FBSD_1.0 compat symbol definition intokib2010-08-241-1/+1
OpenPOWER on IntegriCloud