summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFtbemd:imp2010-08-231-3/+3
* Move pselect(3) man page to section 2.kib2009-10-281-1/+2
* Move msg{snd,recv,get,ctl} manual pages from section 3 to 2.trasz2009-07-131-0/+1
* There is an optimization in chmod(1), that makes it not to call chmod(2)trasz2009-07-081-0/+1
* Change the ABI of some of the structures used by the SYSV IPC API:jhb2009-06-241-2/+4
* Add a new 'void closefrom(int lowfd)' system call. When called, it closesjhb2009-06-151-1/+1
* Introduce the extensible jail framework, using the same "name=value"jamie2009-04-291-1/+4
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-2/+2
* Add setfib.2 to the list of man pages to addjulian2008-05-091-1/+1
* Sort MAN and MLINKS.ru2008-04-161-25/+26
* Connect newly added manpages to the build.ru2008-04-161-5/+15
* Add some compatibility code so that software which is built to use the newdfr2008-04-041-1/+2
* - Add a man page for cpuset_getaffinity() and cpuset_setaffinity() andjeff2008-03-291-2/+3
* - Add a man page for cpuset(), cpuset_setid(), and cpuset_getid() and hookjeff2008-03-291-1/+2
OpenPOWER on IntegriCloud