summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* MFC r259921,259950:pluknet2014-01-141-0/+1
* MFC r257874:pluknet2013-11-191-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
* - Remove kse syscall symbols and man pages.jeff2008-03-121-3/+1
* Add reference to kldunloadf system call, which was previously notrwatson2008-03-101-0/+1
* Add a new file descriptor type for IPC shared memory objects and use it tojhb2008-01-081-1/+2
* Use better manuals for these ntp system calls. These were replaced byimp2007-09-151-1/+2
* Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudopeter2007-07-041-2/+4
* Follow NetBSD, OpenBSD and DragonfyBSD project and add BSD-licensedkan2007-05-191-1/+2
* Add missing links and sort.pjd2007-04-291-3/+9
* First cut of the sctp man pages. Still need work.rrs2007-02-221-0/+1
* Link select(2) to FD_CLR(3), FD_ISSET(3), FD_SET(3), and FD_ZERO(3).ru2006-10-121-0/+2
OpenPOWER on IntegriCloud