summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
AgeCommit message (Expand)AuthorFilesLines
2019-09-04gettimeofday, settimeofday(2): limit timezone supportcheloha1-31/+31
2019-08-21sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4)cheloha1-1/+18
2019-08-21 Remove support for semantically opace interface identifiers (RFC 7217)florian1-3/+3
2019-08-11Document ip.arpq and remove ip, ip6 and mpls ifq.denis1-45/+27
2019-08-11No specific called "exec(3)", so move primary manpage to a name whichderaadt3-10/+10
2019-07-29correct mispellings of EACCES; from Kris Katterjohnderaadt2-6/+6
2019-07-25Basic macro cleanup, mostly .Nm -> .Fn because .Nm is not a thingschwarze1-11/+13
2019-07-25basic macro cleanupschwarze1-41/+41
2019-07-25Show unveil(2) violators in lastcomm(1) output and daily mail.bluhm1-2/+8
2019-07-22implement SO_DOMAIN and SO_PROTOCOL so that the domain and the protocolrobert1-3/+15
2019-07-18obvious bugfix: if the queue is removed while message transmission isschwarze2-4/+4
2019-07-18add STANDARDS, improve HISTORY, and basic macro cleanup:schwarze3-54/+75
2019-07-18State that mtype < 1 causes EINVAL as required by POSIXschwarze1-12/+22
2019-07-08Get rid of an old convention of wrapping preprocessor constants in curlyanton3-10/+10
2019-07-01kevent(2): remove 24hr timeout limitcheloha1-7/+2
2019-06-25Use the same text for EOPNOTSUPP as we do in fcntl(2) and lockf(3).millert1-3/+5
2019-06-24add missing RETURN VALUES section;schwarze1-2/+4
2019-06-20sockatmark(3), recv(2), getsockopt(2), and connect(2) return specificallyderaadt1-4/+4
2019-05-31Note closefrom(2)'s origins in Solaris 9.cheloha1-3/+3
2019-05-28Enable the use of the kernel __realpath() system call in the libc wrapper.beck1-2/+2
2019-05-26Tweak "RETURN VALUES" sections to mention setting errno, as so manykrw2-9/+18
2019-05-09Document KERN_PFSTATUSclaudio1-2/+7
2019-05-07add an extra m where needed. spotted by Kent Watsentedu1-4/+4
2019-05-05sync the description of bufcachepercent; ok deraadtjmc1-2/+2
2019-05-05kern.bufcachepercent is actually for dma-reachable memory.deraadt1-4/+3
2019-05-03basic macro cleanup; from Fabio Scotoni <fabio at esse dot ch>schwarze1-68/+79
2019-04-21adjust another bufcachepercent defaultanton1-3/+3
2019-04-18describe EIO failure state. noted by Maximilian Lorlackstedu1-2/+12
2019-04-02Restrict which filesystems are available for swap. This rules outvisa1-2/+6
2019-03-26adjtime(2): set EINVAL if delta overflows 64 bits of microseconds.cheloha1-3/+13
2019-03-25fix copy pasto: flag -> atflags; ok deraadt@ jca@ millert@anton1-4/+4
2019-03-24BUGS goes last;jmc1-7/+6
2019-03-24Document the fact that readlink(2) can bypass restrictions as neededbeck1-2/+10
2019-03-21Reference permissions in the canonical plural.rob1-3/+3
2019-03-17Document MAP_CONCEAL. Prompted by jmc@. ok otto@ schwarze@.cheloha1-3/+6
2019-03-03talk about IPv4 and IPv6 in a more symmetrical wayschwarze1-4/+4
2019-02-13Allow SO_PEERCRED to be called on sockets created with socketpair.martijn1-4/+5
2019-02-07Add lock stack trace saving for witness(4).visa1-3/+10
2019-02-07Add manpage for timer* macros, actually document timespec* macros.cheloha1-91/+3
2019-01-29Add a dedicated sysctl(2) node for witness(4).visa1-4/+15
2019-01-22Point people to ipcomp(4) instead of ipsecctl(8) forajacoutot1-3/+3
2019-01-21Document 'video' promise.landry1-2/+27
2019-01-20correct the RETURN VALUES of the macros, document the HISTORY ofschwarze1-9/+37
2019-01-18sys/time.h: new macros: timerisvalid() and timespecisvalid().cheloha1-2/+10
2019-01-18minor tweaks:schwarze1-9/+17
2019-01-18Adjust EINVAL wording: tv_nsec cannot be 1 billion, either.cheloha1-3/+4
2019-01-18futex(2): validate relative timeout before sleeping.cheloha1-2/+7
2019-01-18adjtime(2), settimeofday(2), clock_settime(2): validate inputcheloha2-6/+15
2019-01-11mincore() is a relic from the past, exposing physical machine informationderaadt10-93/+19
2019-01-11getsockopt(2) recv(2) rmdir(2) and send(2) were present and implementedjsg4-12/+12