Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | On NOTE_EXIT event of EVFILT_PROC, store the exit status in kn_data. | 2013-05-31 | 1 | -2/+7 | ||
| | | | | ok guenther tedu deraadt | |||||
* | If pid<0, kill() won't fail with EPERM unless none of the target processes | 2013-05-19 | 1 | -4/+4 | ||
| | | | | could be signaled. | |||||
* | Update SYNOPSIS and add STANDARDS | 2013-05-10 | 1 | -3/+7 | ||
| | ||||||
* | Update STANDARDS | 2013-05-10 | 1 | -3/+3 | ||
| | ||||||
* | Clarify behavior of SA_NOCLDWAIT | 2013-05-10 | 1 | -7/+13 | ||
| | | | | | | Tweak indentation in the synopsis feedback and ok jmc@, espie@ | |||||
* | clarify when EACCESS can fail. if from is read only, you're out of luck. | 2013-05-08 | 1 | -4/+8 | ||
| | | | | failure to document this case noticed by Mike Small | |||||
* | fix SEE ALSO; | 2013-05-08 | 1 | -2/+2 | ||
| | ||||||
* | Update DESCRIPTION, ERRORS, SEE ALSO, and STANDARDS sections | 2013-05-08 | 1 | -11/+15 | ||
| | | | | (setpgid has *never* cared about euid in OpenBSD) | |||||
* | Lists should be sorted by the normal alphabet, not my private one | 2013-05-08 | 1 | -2/+2 | ||
| | | | | Noted by jmc@ | |||||
* | We have fdatasync() and pselect() now, so uncomment them in the list of | 2013-05-08 | 1 | -4/+5 | ||
| | | | | | async-signal-safe functions. Also, add ppoll() as an async-s-s extension interface | |||||
* | on failure errno is set as well | 2013-05-07 | 1 | -3/+6 | ||
| | ||||||
* | no need to cast calloc | 2013-05-05 | 1 | -4/+3 | ||
| | ||||||
* | Extend P_SIGSUSPEND handling in userret() to properly restore the | 2013-04-29 | 3 | -32/+103 | ||
| | | | | | | | | | | | | | | | sigmask even if there are no pending signals under the temporary sigmask. Refactor existing select() and poll() system calls to introduce the pselect() and ppoll() system calls. Add rthread wrappers for pselect() and ppoll(). While there, update cancellation point comments to reflect recent fdatasync() addition. Minor bumps for libc and librthread due to new symbols. ok guenther, millert, deraadt, jmc | |||||
* | wording fix; | 2013-04-21 | 1 | -3/+2 | ||
| | ||||||
* | identify the argument containing the requested timeout, give arguments | 2013-04-20 | 1 | -10/+11 | ||
| | | | | better names, and reword time to duration for clarity | |||||
* | add clock_gettime to see also. i think guenther was ok with this. | 2013-04-19 | 1 | -2/+3 | ||
| | ||||||
* | Implement fdatasync() as a wrapper around fsync() | 2013-04-15 | 2 | -10/+39 | ||
| | | | | ok guenther, deraadt, jmc | |||||
* | Updates to SYNOPSIS, ERRORS, and STANDARDS. | 2013-04-08 | 5 | -43/+65 | ||
| | ||||||
* | Use .Er for errno E* constants | 2013-04-08 | 3 | -18/+18 | ||
| | ||||||
* | macro fix for previous; | 2013-04-08 | 1 | -2/+3 | ||
| | ||||||
* | Updates to SYNOPSIS, ERRORS, and STANDARDS. | 2013-04-08 | 5 | -40/+84 | ||
| | ||||||
* | zap trailing whitespace; | 2013-04-08 | 1 | -2/+2 | ||
| | ||||||
* | Updates to SYNOPSIS, ERRORS, and STANDARDS. | 2013-04-08 | 1 | -12/+38 | ||
| | | | | getrlimit(2) RLIMIT_STACK wording suggested by jmc@ | |||||
* | a little fix for the version history | 2013-04-06 | 2 | -7/+7 | ||
| | ||||||
* | remove more references to kern.rthreads sysctl. | 2013-04-06 | 2 | -8/+4 | ||
| | | | | many thanks to jmc for noticing | |||||
* | Drop an unnecessary #include | 2013-04-03 | 1 | -3/+2 | ||
| | | | | reminded by schwarze@ | |||||
* | When there are multiple groups of functions with their own #includes | 2013-04-01 | 13 | -44/+52 | ||
| | | | | | | | | listed, the #includes in each group are independent, so that users don't need to guess at possible carry-over. general idea ok otto@ millert@ actual diff ok jmc@ schwarze@ | |||||
* | More SYNOPSIS, ERRORS, and STANDARDS updates | 2013-03-31 | 7 | -26/+62 | ||
| | ||||||
* | Add a couple commas, as suggested by jmc@ | 2013-03-31 | 1 | -3/+3 | ||
| | ||||||
* | Document more difference between parent and child. | 2013-03-31 | 1 | -9/+27 | ||
| | | | | | | Updates to ERRORS, and STANDARDS ok jmc@ | |||||
* | Updates to RETURN VALUES, ERRORS, and STANDARDS | 2013-03-31 | 1 | -3/+14 | ||
| | | | | ok jmc@ | |||||
* | Updates to SYNOPSIS, ERRORS, and STANDARDS | 2013-03-31 | 7 | -38/+86 | ||
| | | | | ok jmc@ | |||||
* | Add ERRORS and STANDARDS sections; reorder and reword description to | 2013-03-31 | 1 | -14/+39 | ||
| | | | | | | | clarify PROT_NONE vs PROT_* and what protections are actually sure to be supprted. ok jmc@, deraadt@ | |||||
* | Use consistent wording for the EINVAL, EBADF, ENOTDIR, and EACCES cases | 2013-03-31 | 13 | -59/+250 | ||
| | | | | of the various *at() functions. | |||||
* | tweak previous; | 2013-03-30 | 2 | -4/+4 | ||
| | ||||||
* | Various updates, mostly to SYNOPSIS, ERRORS, and STANDARDS, but | 2013-03-30 | 20 | -132/+216 | ||
| | | | | | | | | some other fixes included... *at() function ERRORS description suggested by matthew@ ok deraadt@ | |||||
* | no Pp before/after Sh; | 2013-03-28 | 1 | -2/+1 | ||
| | ||||||
* | pathconf/fpathconf are now compliant with POSIX-2008. | 2013-03-28 | 1 | -5/+14 | ||
| | | | | Adjust the errnos a bit. | |||||
* | Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2, | 2013-03-28 | 1 | -2/+4 | ||
| | | | | | | | msdos, NFS, fifos and devices, plus support for querying it in getconf(2) and the requisite pathconf(2) manpage blurb ok tedu@ | |||||
* | SOCK_SEQPACKET is supported on AF_UNIX too. | 2013-03-12 | 1 | -5/+6 | ||
| | | | | ok jmc@ matthew@ | |||||
* | Describe interaction between write and O_APPEND. | 2013-03-09 | 1 | -2/+9 | ||
| | | | | Pointed out by Sachidananda on tech | |||||
* | gremlin crept in | 2013-02-03 | 1 | -2/+2 | ||
| | ||||||
* | Userland bits for m68k/ELF. Mostly addition of register prefixes to the | 2013-02-02 | 1 | -2/+12 | ||
| | | | | | assembler instructions, and cope with the few changes in return values location. | |||||
* | Document F_DUPFD_CLOEXEC; adapted from FreeBSD | 2013-01-19 | 1 | -4/+13 | ||
| | | | | OK miod@ espie@ | |||||
* | partially re-instate previous; requested by deraadt | 2013-01-19 | 1 | -2/+5 | ||
| | ||||||
* | better description of O_CLOEXEC; from russell | 2013-01-19 | 1 | -3/+3 | ||
| | | | | ok guenther | |||||
* | Update the setsockopt(2) interface documentation for the EFBIG and | 2013-01-18 | 1 | -9/+10 | ||
| | | | | | UDP socket splicing changes. help and OK jmc@ | |||||
* | Cross-reference getfsstat(2); OK jmc@ | 2012-12-05 | 1 | -2/+3 | ||
| | ||||||
* | struct ktr_header changed back in April 2012, rearranging the members, | 2012-11-29 | 1 | -19/+16 | ||
| | | | | | adding the thread ID, and switching the timestamp to a struct timespec. Correct the description of the EINVAL error. | |||||
* | tweak previous; | 2012-11-17 | 1 | -3/+3 | ||
| |