aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Fix return type of extattr_set_* and fix rmextattr(8) utility.Matthew D Fleming2013-04-021-3/+3
* accept(2): Mention inheritance of O_ASYNC and signal destination.Jilles Tjoelker2013-03-261-3/+13
* Document chflagsat(2).Pawel Jakub Dawidek2013-03-213-3/+54
* Implement chflagsat(2) system call, similar to fchmodat(2), but operates onPawel Jakub Dawidek2013-03-211-0/+1
* - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of typePawel Jakub Dawidek2013-03-211-3/+3
* Allow O_CLOEXEC in posix_openpt() flags.Jilles Tjoelker2013-03-211-2/+7
* Implement SOCK_CLOEXEC, SOCK_NONBLOCK and MSG_CMSG_CLOEXEC.Jilles Tjoelker2013-03-193-4/+27
* There are actually two different cases when mlock(2) returnsGleb Smirnoff2013-03-191-2/+7
* Add a note to the HISTORY section about lchflags(2) being introduced inPawel Jakub Dawidek2013-03-161-0/+4
* - Implement two new system calls:Pawel Jakub Dawidek2013-03-025-0/+232
* mdoc: remove superfluous paragraph macro.Joel Dahl2013-03-023-3/+0
* Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-027-144/+582
* Provide cap_sandboxed(3) function, which is a wrapper around cap_getmode(2)Pawel Jakub Dawidek2013-03-022-0/+2
* Put one file per line so it is easier to read diffs against those files.Pawel Jakub Dawidek2013-02-161-59/+235
* Make the F_READAHEAD option to fcntl(2) work as documented: a value of zeroIan Lepore2013-02-131-2/+2
* sigqueue(2): Fix typo (EEPERM -> EPERM).Jilles Tjoelker2013-02-101-1/+1
* Fix logic inversion.Eitan Adler2013-02-091-1/+1
* Document the detail of interaction between vfork and PT_TRACEME.Konstantin Belousov2013-02-071-1/+11
* Document the ERESTART translation to EINTR for devfs nodes.Konstantin Belousov2013-02-071-1/+12
* Rework the __vdso_* symbols attributes to only make the symbols weak,Konstantin Belousov2013-01-302-5/+4
* posix_fadvise(2) first appeared in FreeBSD 9.1Gleb Smirnoff2013-01-231-1/+1
* Note that SIGCHLD is special and if ignored, won't be recorded by the filter.Pawel Jakub Dawidek2013-01-211-2/+4
* - Use standard RETURN VALUES section.Andrey Zonov2013-01-151-6/+2
* - Update manual pages accordingly to r244384 and r244385.Andrey Zonov2012-12-252-9/+25
* Document that socket(2) may fail with EAFNOSUPPORT if the family cannotKevin Lo2012-12-071-7/+12
* Document that bind(2) can fail with EAFNOSUPPORT.Kevin Lo2012-12-041-0/+2
* Document that getpeername(2) and getsockname(2) can fail with EINVAL.Kevin Lo2012-11-232-0/+8
* Document that rtprio(2) and rtprio_thread(2) can fail with EFAULTKevin Lo2012-11-161-2/+10
* Document that sendfile(2) can fail with ENOBUFS.Kevin Lo2012-11-141-0/+2
* Document wait6() and waitid().Konstantin Belousov2012-11-132-32/+282
* Implement the waitid() SUSv4 function using wait6() system call.Konstantin Belousov2012-11-131-0/+3
* fcntl(2): Fix typos in name of constant "F_DUP2FD_CLOEXEC".Jilles Tjoelker2012-11-011-2/+2
* Update the kill(2) and killpg(2) man pages to the modern permissionEitan Adler2012-10-221-8/+15
* Grammar fixes to r241781.Andre Oppermann2012-10-201-1/+1
* Hide the unfortunate named sysctl kern.ipc.somaxconn from sysctl -aAndre Oppermann2012-10-201-4/+18
* sigaction(2),sigwait(2),sigwaitinfo(2): Remove [EFAULT] error condition.Jilles Tjoelker2012-09-273-16/+3
* Remove the restrict qualifier to match function prototype.Kevin Lo2012-09-201-1/+1
* Describe in detail required conditions for receiving the SCM_CREDSGleb Smirnoff2012-09-121-4/+18
* When WIFCONTINUED was added, the number of "first" macros grew fromJohn Baldwin2012-09-051-1/+1
* Add missing .Pp macro.Niclas Zeising2012-08-211-0/+1
* Implement syscall clock_getcpuclockid2, so we can get a clock idDavid Xu2012-08-171-0/+3
* Document F_DUP2FD_CLOEXEC.Konstantin Belousov2012-07-271-4/+14
* (Incomplete) fixes for symbols visibility issues and style in fcntl.h.Konstantin Belousov2012-07-211-1/+1
* Document F_DUPFD_CLOEXEC. Also provide some wording changes forKonstantin Belousov2012-07-191-4/+15
* Move the ffclock symbols from FBSD_1.2 to FBSD_1.3 where they should have beenLawrence Stewart2012-07-101-3/+3
* Use struct vdso_timehands data to implement fast gettimeofday(2) andKonstantin Belousov2012-06-224-0/+249
* Further refine the implementation of POSIX_FADV_NOREUSE.John Baldwin2012-06-191-5/+4
* Remove invalid remark about pipes.Ed Schouten2012-06-021-2/+2
* Clarify the SEEK_HOLE description, it repositions the file pointer.Konstantin Belousov2012-05-261-4/+4
* Remove tab from kernel configuration option. This is consistent with the restJoel Dahl2012-05-121-1/+1