summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* comply with POSIX and make execve() return EACCES for directoriesnaddy2019-12-011-4/+2
* tweak previous: add missing name after .Fn, delete stray .Pp,schwarze2019-11-271-4/+2
* Document msyscall(2): ld.so can use this (once only) to tell the kernelderaadt2019-11-272-2/+76
* MPLSCTL_MAXINKLOOP (net.mpls.maxloop_inkernel) was removed. Adjust manpage.claudio2019-11-051-8/+3
* mobileip(4) is going to the atticdlg2019-10-291-7/+2
* 1) don't repeat the 256 / EIO commentaryderaadt2019-09-281-7/+6
* sbrk(2) already existed in Version 4 AT&T UNIX;schwarze2019-09-081-5/+7
* more Version 1 AT&T UNIX history:schwarze2019-09-071-5/+11
* More Version 1 AT&T UNIX history.schwarze2019-09-061-14/+12
* Correct the description of EINTR and EINVAL. This looks like a mis-mergeasou2019-09-061-6/+8
* gettimeofday, settimeofday(2): limit timezone supportcheloha2019-09-041-31/+31
* sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4)cheloha2019-08-211-1/+18
* Remove support for semantically opace interface identifiers (RFC 7217)florian2019-08-211-3/+3
* Document ip.arpq and remove ip, ip6 and mpls ifq.denis2019-08-111-45/+27
* No specific called "exec(3)", so move primary manpage to a name whichderaadt2019-08-113-10/+10
* correct mispellings of EACCES; from Kris Katterjohnderaadt2019-07-292-6/+6
* Basic macro cleanup, mostly .Nm -> .Fn because .Nm is not a thingschwarze2019-07-251-11/+13
* basic macro cleanupschwarze2019-07-251-41/+41
* Show unveil(2) violators in lastcomm(1) output and daily mail.bluhm2019-07-251-2/+8
* implement SO_DOMAIN and SO_PROTOCOL so that the domain and the protocolrobert2019-07-221-3/+15
* obvious bugfix: if the queue is removed while message transmission isschwarze2019-07-182-4/+4
* add STANDARDS, improve HISTORY, and basic macro cleanup:schwarze2019-07-183-54/+75
* State that mtype < 1 causes EINVAL as required by POSIXschwarze2019-07-181-12/+22
* Get rid of an old convention of wrapping preprocessor constants in curlyanton2019-07-083-10/+10
* kevent(2): remove 24hr timeout limitcheloha2019-07-011-7/+2
* Use the same text for EOPNOTSUPP as we do in fcntl(2) and lockf(3).millert2019-06-251-3/+5
* add missing RETURN VALUES section;schwarze2019-06-241-2/+4
* sockatmark(3), recv(2), getsockopt(2), and connect(2) return specificallyderaadt2019-06-201-4/+4
* Note closefrom(2)'s origins in Solaris 9.cheloha2019-05-311-3/+3
* Enable the use of the kernel __realpath() system call in the libc wrapper.beck2019-05-281-2/+2
* Tweak "RETURN VALUES" sections to mention setting errno, as so manykrw2019-05-262-9/+18
* Document KERN_PFSTATUSclaudio2019-05-091-2/+7
* add an extra m where needed. spotted by Kent Watsentedu2019-05-071-4/+4
* sync the description of bufcachepercent; ok deraadtjmc2019-05-051-2/+2
* kern.bufcachepercent is actually for dma-reachable memory.deraadt2019-05-051-4/+3
* basic macro cleanup; from Fabio Scotoni <fabio at esse dot ch>schwarze2019-05-031-68/+79
* adjust another bufcachepercent defaultanton2019-04-211-3/+3
* describe EIO failure state. noted by Maximilian Lorlackstedu2019-04-181-2/+12
* Restrict which filesystems are available for swap. This rules outvisa2019-04-021-2/+6
* adjtime(2): set EINVAL if delta overflows 64 bits of microseconds.cheloha2019-03-261-3/+13
* fix copy pasto: flag -> atflags; ok deraadt@ jca@ millert@anton2019-03-251-4/+4
* BUGS goes last;jmc2019-03-241-7/+6
* Document the fact that readlink(2) can bypass restrictions as neededbeck2019-03-241-2/+10
* Reference permissions in the canonical plural.rob2019-03-211-3/+3
* Document MAP_CONCEAL. Prompted by jmc@. ok otto@ schwarze@.cheloha2019-03-171-3/+6
* talk about IPv4 and IPv6 in a more symmetrical wayschwarze2019-03-031-4/+4
* Allow SO_PEERCRED to be called on sockets created with socketpair.martijn2019-02-131-4/+5
* Add lock stack trace saving for witness(4).visa2019-02-071-3/+10
* Add manpage for timer* macros, actually document timespec* macros.cheloha2019-02-071-91/+3
* Add a dedicated sysctl(2) node for witness(4).visa2019-01-291-4/+15