Age | Commit message (Expand) | Author |
2014-11-14 | Add sched_yield(2) manpage | Philip Guenther |
2014-11-05 | zap double word; | Jason McIntyre |
2014-11-05 | Convert EXAMPLES to IDIOMS and make it a simple select -> poll | Todd C. Miller |
2014-11-03 | POLLERR is only valid in revents so it is not a bug that it is | Todd C. Miller |
2014-10-26 | mknod(2) now supports creating FIFOs too. Fix description of device file | Philip Guenther |
2014-10-16 | Remove references to unimplemented CLOCK_VIRTUAL. It is non-standard | Todd C. Miller |
2014-09-15 | We missed a hyphen in 'async-signal-safe' | Philip Guenther |
2014-09-15 | Mention that SIGTHR is both local and weird | Philip Guenther |
2014-09-10 | sockatmark(3) has been implemented; add it to the async-signal-safe lists | Philip Guenther |
2014-09-10 | update STANDARDS reference from POSIX 1990 to POSIX 2008; | Ingo Schwarze |
2014-09-09 | Identify domains with AF_* instead of PF_* here | Philip Guenther |
2014-09-09 | Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDS | Philip Guenther |
2014-09-09 | Don't point to <sys/signal.h> for SIG_*; they're told to use <signal.h> | Philip Guenther |
2014-09-09 | tweak previous; | Jason McIntyre |
2014-09-09 | Don't need to mention names on .Rv line here | Philip Guenther |
2014-09-09 | Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDS | Philip Guenther |
2014-09-09 | Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDS | Philip Guenther |
2014-09-09 | We have no protocols which require explicit confirmation | Philip Guenther |
2014-09-07 | Document that 4.4BSD changed the semantics but that others have restored | Philip Guenther |
2014-09-01 | Sync readlink(2) with IEEE Std 1003.1-2008. | Doug Hogan |
2014-08-31 | tweaks; | Jason McIntyre |
2014-08-31 | Declare and document getthrid() | Philip Guenther |
2014-08-31 | Add additional kernel interfaces for setting close-on-exec on fds | Philip Guenther |
2014-08-22 | POSIX/FreeBSD/NetBSD/Linux/etc agree -- blk[size|cnt]_t is the bomb. | Kenneth R Westerback |
2014-08-16 | Fixed typo in "distinct". | Tobias Stoeckmann |
2014-08-14 | fixed overrid(d)en typo | Tobias Stoeckmann |
2014-08-10 | AF_IMPLINK and AF_BLUETOOTH are gone | Philip Guenther |
2014-07-21 | Add pthread_sigmask() and raise() to the list of async signal safe | Matthew Dempsky |
2014-07-21 | Fix typo: s/lstate/lstat/ | Matthew Dempsky |
2014-07-19 | Document that abort() is async signal safe now that it doesn't flush | Matthew Dempsky |
2014-07-18 | Oops, getentropy() is an "extension interface", not a "base interface" | Matthew Dempsky |
2014-07-18 | Document that getentropy() is async signal safe. | Matthew Dempsky |
2014-07-18 | As discussed with beck, tweak the wording for getentropy slightly so | Theo de Raadt |
2014-07-13 | one .Fn argument per function argument | Ingo Schwarze |
2014-07-13 | yes indeed, it returns void *. from Jean-Philippe Ouellet, i also had | Theo de Raadt |
2014-07-12 | tweak previous; | Jason McIntyre |
2014-07-12 | document sendsyslog(2); ok guenther tedu matthew | Theo de Raadt |
2014-07-11 | better document perils of setuid getenv and xr with issetugid | Ted Unangst |
2014-07-10 | Add MAP_ANONYMOUS as a synonym for MAP_ANON, per POSIX proposal | Matthew Dempsky |
2014-07-10 | posix_madvise() should return the errno value on error, not -1 | Philip Guenther |
2014-07-10 | prototype for _thread_sys_madvise | Ted Unangst |
2014-07-02 | Various small typographic fixes for mman.h manual pages: | Matthew Dempsky |
2014-07-02 | Sync description of PROT_* flags between mmap.2 and mprotect.2 | Matthew Dempsky |
2014-06-27 | zap unneccessary punctuation; | Jason McIntyre |
2014-06-27 | Cleanup ioctl.2 slightly: | Matthew Dempsky |
2014-06-27 | OpenBSD supports mmap() on block special files too. | Matthew Dempsky |
2014-06-27 | Split out mmap's compatibility flags into a separate section, so users | Matthew Dempsky |
2014-06-27 | Revise wording to reflect that callers should always specify (exactly) | Matthew Dempsky |
2014-06-26 | Document that mmap() confirms to POSIX 2008, except that we generate | Matthew Dempsky |
2014-06-15 | occured -> occurred; | Jason McIntyre |