summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* Document how ioctl(2) LIOCSFD on /dev/klog registers a socket pairbluhm2017-09-271-2/+19
* sendsyslog should take a const char * everywhere.espie2017-09-251-3/+3
* tweak previous: remove trailing blank and improve a wording;schwarze2017-09-211-4/+4
* Properly document the typical write(2) loop,schwarze2017-09-201-16/+18
* Add additional errno values required by POSIX.jsg2017-09-051-2/+10
* Move mutex, condvar, and thread-specific data routes, pthread_once, andguenther2017-09-051-1/+1
* add fktrace to libctedu2017-08-132-5/+14
* Instead of hardcoding a partial dependency list for the syscall stub objects,guenther2017-08-121-28/+26
* Accessing a mmap(2)ed file behind its end should result in a SIGBUSbluhm2017-07-201-3/+3
* Both syslog(3) and syslogd(8) truncate the message at 8192 bytes.bluhm2017-07-181-2/+7
* replace Fifos with FIFOs.dlg2017-07-101-3/+3
* fix cross references to self; found with mandoc -Tlintschwarze2017-07-051-3/+3
* request -> promises; from scott chelohajmc2017-06-111-3/+3
* Add an acct(5) flag for pledge violations. Then lastcomm(1) showsbluhm2017-06-071-2/+12
* Add support for EV_RECEIPT and EV_DISPATCH flagsmikeb2017-05-311-2/+17
* install futex(2), ok mpisthen2017-05-311-2/+2
* getrlimit is now allowed by "stdio"deraadt2017-05-301-2/+3
* sort SEE ALSO;jmc2017-05-291-2/+2
* It is distasteful to have manual pages which don't refer to realderaadt2017-05-294-12/+18
* Move info about group handling via a negative pid into the listmillert2017-05-061-9/+9
* Document what happens when sending a signal to the calling process.millert2017-05-051-3/+20
* Mention that the signal mask does not affect what signals aremillert2017-05-051-3/+18
* Document that wait3/waitpid can receive SIGCHILD when wpid doesmillert2017-05-011-3/+26
* Add futex(2) shim, bump minor.mpi2017-04-301-1/+2
* Reference the "Futexes Are Tricky" paper.mpi2017-04-281-1/+7
* errant space;jmc2017-04-281-2/+2
* Document futex(2) with a lot of inputs from schwarze@mpi2017-04-281-0/+134
* Document RB_TIMEBAD; delete RB_* that are obsolete/unimplementedguenther2017-04-151-19/+5
* Xr sigprocmask(2) not the obsolete sigsetmask(3)millert2017-04-131-3/+3
* Fix tabs in example code.jca2017-04-101-3/+3
* Not all devices support mmap, document EINVAL in this case too.millert2017-04-051-2/+6
* tweak previous;jmc2017-04-041-4/+4
* Add caveat telling it's better to always read a data byte when passingotto2017-04-031-2/+14
* The hppa version of as(1) requires whitespace before a .file directive,deraadt2017-03-291-2/+2
* Document the mcast pledge(2) as an addition to inet.bluhm2017-03-281-2/+8
* Use .file to convince 'as' to generate proper FILE symbols in the syscallguenther2017-03-261-7/+8
* mkdir(2) and mkdirat(2) can also fail with EACCESS if write permissionmillert2017-03-231-3/+5
* shuffle back: wxabort is described in sysctl(3);jmc2017-03-112-4/+4
* repair Xr, and point to sysctl(8) instead because sysctl(3) fails toderaadt2017-03-112-6/+8
* document EPERM error when connect(2)ing.benno2017-03-021-2/+5
* use Dv, for consistency; from bruno flueckigerjmc2017-02-271-3/+3
* Missing opening brace. Spotted by Hiltjo Posthuma.tb2017-02-141-3/+3
* return the sio_open notes to the audio section; from michael reedjmc2017-01-291-6/+6
* whitespace between macro args and punctuation, and zap a tonjmc2017-01-231-42/+42
* Split pledge "ioctl" into "tape" and "bpf", and allow SIOCGIFGROUP onlyderaadt2017-01-231-24/+28
* For consistency, allow symlinkat(2) in the same way as symlink(2);schwarze2016-10-271-4/+5
* note that SO_REUSEADDR is restricted to callers with the same uid or root;jmc2016-10-191-4/+5
* rss limit is no longer enforced. noticed by Raimo Niskanentedu2016-10-071-5/+3
* Make read(2) return EISDIR on directories.jca2016-09-301-4/+6
* Restore warnings about multiple process waiting on same fdguenther2016-09-172-4/+16