summaryrefslogtreecommitdiff
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* Document KTRFAC_FAULT and KTRFAC_FAULTEND.Brooks Davis2016-03-311-1/+3
* Fix bunch of .Xrs.Edward Tomasz Napierala2016-03-281-1/+1
* Fully handle size_t lengths in AIO requests.John Baldwin2016-03-212-4/+4
* Use the right argumant nameJulian Elischer2016-03-181-1/+1
* Remove Symbol.map entries for old AIO system calls for FreeBSD 6 compat.John Baldwin2016-03-121-9/+0
* Fix spelling of MAXNAMLEN.Edward Tomasz Napierala2016-03-091-2/+2
* kenv(8) -> kenv(1)Edward Tomasz Napierala2016-02-291-1/+1
* sysconf(2) -> sysconf(3)Edward Tomasz Napierala2016-02-291-1/+1
* Bump .Dd for r295764Benjamin Kaduk2016-02-181-3/+3
* Right now, the "virtual hole" API feature of lseek(2) is very vaguelyMaxim Sobolev2016-02-181-4/+12
* Remove man page references to rndassociates.com, which has been taken overJamie Gritton2016-02-101-1/+0
* If libthr.so is dlopened without RTLD_GLOBAL flag, the libthr symbolsKonstantin Belousov2016-02-081-0/+1
* semget(2): Add missing [EINVAL] conditions.Jilles Tjoelker2016-02-071-1/+12
* - connect(2) Clarify namelenJason Helfman2016-02-041-1/+9
* Add implementations of sendmmsg(3) and recvmmsg(3) functions whichKonstantin Belousov2016-01-293-20/+135
* Restore flushing of output for revoke(2) again. Document revoke()'sKonstantin Belousov2016-01-261-2/+6
* mdoc: sort XrJoel Dahl2016-01-181-1/+1
* utimensat(2): Correct description of [EINVAL] error.Jilles Tjoelker2016-01-171-3/+6
* - Add the 'restrict' type qualifier to match function prototype.Kevin Lo2016-01-141-4/+3
* Update futimens/utimensat for MFC to stable/10:Jilles Tjoelker2016-01-123-4/+10
* New sendfile(2) syscall. A joint effort of NGINX and Netflix from 2013 andGleb Smirnoff2016-01-081-32/+91
* Document the recently added support for ptrace(2) LWP events.John Baldwin2015-12-301-1/+38
* Verify that tv_sec value specified in settimeofday() and clock_settime()Dmitry Chagin2015-12-272-2/+8
* clock_gettime(2),gettimeofday(2): Remove [EFAULT] error.Jilles Tjoelker2015-12-202-8/+2
* Remove sys/types.h due to STANDARDS and unistd.h also includes sys/types.h.Kevin Lo2015-12-155-10/+5
* Remove sys/types.h due to STANDARDS and unistd.h also includes sys/types.h.Kevin Lo2015-12-152-4/+2
* Start on a new library (libsysdecode) that provides routines for decodingJohn Baldwin2015-12-151-2/+3
* cpuset.9: Link to/from the new pageConrad Meyer2015-10-202-4/+6
* Switch pl_child_pid from int to pid_t.John Baldwin2015-10-201-2/+2
* Change the default setting of kern.ipc.shm_allow_removed from 0 to 1.Edward Tomasz Napierala2015-10-101-4/+7
* Document the recently added pl_syscall_* fields in struct ptrace_lwpinfo.John Baldwin2015-10-071-1/+24
* truss: Add support for utrace(2).Bryan Drewery2015-10-061-2/+3
* Revert r288628 and instead fix a discrepancy between the posix_fadvise(2)Mark Johnston2015-10-031-5/+7
* Annotate arm userspace assembler sources stating their tolerance toKonstantin Belousov2015-09-291-1/+1
* Avoid adding duplicates into OBJS. bsd.lib.mk already handles addingBryan Drewery2015-09-221-2/+0
* Add missing include to eliminate -Wmissing-prototypes warningsCraig Rodrigues2015-09-201-0/+2
* Add missing includes to eliminate -Wmissing-prototypes warningsCraig Rodrigues2015-09-205-0/+5
* There is no HP 300 support in FreeBSD anymore, so remove the obsoleteXin LI2015-09-181-6/+1
* Kernel part of reroot support - a way to change rootfs without reboot.Edward Tomasz Napierala2015-09-181-0/+7
* setuid(2): Suggest O_CLOEXEC instead of fcntl(F_SETFD).Jilles Tjoelker2015-09-131-7/+2
* Switch libc from using _sig{procmask,action,suspend} symbols, whichKonstantin Belousov2015-08-293-0/+3
* Editing pass on procctl.2Benjamin Kaduk2015-08-211-26/+26
* If process becomes reaper (procctl(PROC_REAP_ACQUIRE)) while alreadyKonstantin Belousov2015-08-201-2/+6
* getrlimit.2: Document RSS, AS/VMEM limit behavior more clearlyConrad Meyer2015-08-201-15/+46
* Remove a stale comment and clarify the original where it was taken fromPedro F. Giffuni2015-08-141-2/+2
* Move the stack protector to a new "secure" directoryPedro F. Giffuni2015-08-144-142/+0
* Make it possible to implement poll(2) on top of kqueue(2).Ed Schouten2015-08-051-1/+9
* Copy the fencing of the algorithm to do lock-less update and readingKonstantin Belousov2015-08-041-11/+14
* unlink(2): Note the possibility for ENOSPC to be returned on ZFS.Bryan Drewery2015-07-281-1/+4
* Make shutdown() return ENOTCONN as required by POSIX, part deux.Ed Schouten2015-07-271-31/+11