summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* Document KTRFAC_FAULT and KTRFAC_FAULTEND.brooks2016-03-311-1/+3
* Fix bunch of .Xrs.trasz2016-03-281-1/+1
* Fully handle size_t lengths in AIO requests.jhb2016-03-212-4/+4
* Use the right argumant namejulian2016-03-181-1/+1
* Remove Symbol.map entries for old AIO system calls for FreeBSD 6 compat.jhb2016-03-121-9/+0
* Fix spelling of MAXNAMLEN.trasz2016-03-091-2/+2
* kenv(8) -> kenv(1)trasz2016-02-291-1/+1
* sysconf(2) -> sysconf(3)trasz2016-02-291-1/+1
* Bump .Dd for r295764bjk2016-02-181-3/+3
* Right now, the "virtual hole" API feature of lseek(2) is very vaguelysobomax2016-02-181-4/+12
* Remove man page references to rndassociates.com, which has been taken overjamie2016-02-101-1/+0
* If libthr.so is dlopened without RTLD_GLOBAL flag, the libthr symbolskib2016-02-081-0/+1
* semget(2): Add missing [EINVAL] conditions.jilles2016-02-071-1/+12
* - connect(2) Clarify namelenjgh2016-02-041-1/+9
* Add implementations of sendmmsg(3) and recvmmsg(3) functions whichkib2016-01-293-20/+135
* Restore flushing of output for revoke(2) again. Document revoke()'skib2016-01-261-2/+6
* mdoc: sort Xrjoel2016-01-181-1/+1
* utimensat(2): Correct description of [EINVAL] error.jilles2016-01-171-3/+6
* - Add the 'restrict' type qualifier to match function prototype.kevlo2016-01-141-4/+3
* Update futimens/utimensat for MFC to stable/10:jilles2016-01-123-4/+10
* New sendfile(2) syscall. A joint effort of NGINX and Netflix from 2013 andglebius2016-01-081-32/+91
* Document the recently added support for ptrace(2) LWP events.jhb2015-12-301-1/+38
* Verify that tv_sec value specified in settimeofday() and clock_settime()dchagin2015-12-272-2/+8
* clock_gettime(2),gettimeofday(2): Remove [EFAULT] error.jilles2015-12-202-8/+2
* Remove sys/types.h due to STANDARDS and unistd.h also includes sys/types.h.kevlo2015-12-155-10/+5
* Remove sys/types.h due to STANDARDS and unistd.h also includes sys/types.h.kevlo2015-12-152-4/+2
* Start on a new library (libsysdecode) that provides routines for decodingjhb2015-12-151-2/+3
* cpuset.9: Link to/from the new pagecem2015-10-202-4/+6
* Switch pl_child_pid from int to pid_t.jhb2015-10-201-2/+2
* Change the default setting of kern.ipc.shm_allow_removed from 0 to 1.trasz2015-10-101-4/+7
* Document the recently added pl_syscall_* fields in struct ptrace_lwpinfo.jhb2015-10-071-1/+24
* truss: Add support for utrace(2).bdrewery2015-10-061-2/+3
* Revert r288628 and instead fix a discrepancy between the posix_fadvise(2)markj2015-10-031-5/+7
* 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
* Add missing include to eliminate -Wmissing-prototypes warningsrodrigc2015-09-201-0/+2
* Add missing includes to eliminate -Wmissing-prototypes warningsrodrigc2015-09-205-0/+5
* There is no HP 300 support in FreeBSD anymore, so remove the obsoletedelphij2015-09-181-6/+1
* Kernel part of reroot support - a way to change rootfs without reboot.trasz2015-09-181-0/+7
* setuid(2): Suggest O_CLOEXEC instead of fcntl(F_SETFD).jilles2015-09-131-7/+2
* Switch libc from using _sig{procmask,action,suspend} symbols, whichkib2015-08-293-0/+3
* Editing pass on procctl.2bjk2015-08-211-26/+26
* If process becomes reaper (procctl(PROC_REAP_ACQUIRE)) while alreadykib2015-08-201-2/+6
* getrlimit.2: Document RSS, AS/VMEM limit behavior more clearlycem2015-08-201-15/+46
* Remove a stale comment and clarify the original where it was taken frompfg2015-08-141-2/+2
* Move the stack protector to a new "secure" directorypfg2015-08-144-142/+0
* Make it possible to implement poll(2) on top of kqueue(2).ed2015-08-051-1/+9
* Copy the fencing of the algorithm to do lock-less update and readingkib2015-08-041-11/+14
* unlink(2): Note the possibility for ENOSPC to be returned on ZFS.bdrewery2015-07-281-1/+4
* Make shutdown() return ENOTCONN as required by POSIX, part deux.ed2015-07-271-31/+11
OpenPOWER on IntegriCloud