Age | Commit message (Expand) | Author |
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 |
2014-06-14 | Change return value of getentropy() to int 0 for success. Maximum | Theo de Raadt |
2014-06-13 | typo; Piotr Sikora | Theo de Raadt |
2014-06-13 | Add new getentropy() system call. Code and pressure from matthew. | Theo de Raadt |
2014-06-13 | Add support for MAP_INHERIT_ZERO. | Matthew Dempsky |
2014-05-30 | Add definitions for Process and (finally!) Thread | Philip Guenther |
2014-05-30 | A program is the thing you run; a process is an instance of something | Philip Guenther |
2014-05-29 | Use .Er for errnos | Philip Guenther |
2014-05-29 | Grammar | Philip Guenther |
2014-05-24 | Fix typo in EPERM description; the function arg is pgrp, not pgid. | Todd C. Miller |
2014-05-23 | Document that v?dprintf() is just as safe as v?snprintf(). OK espie@ | Todd C. Miller |
2014-05-02 | No really, pid 2 isn't special | Philip Guenther |
2014-05-02 | The page daemon no longer has a fixed PID. ok kettenis@ jmc@ | Jeremie Courreges-Anglas |
2014-04-07 | Retire kernel support for SO_DONTROUTE, this time without breaking | Martin Pieuchot |
2014-03-28 | revert "Retire kernel support for SO_DONTROUTE" diff, which does bad things | Stuart Henderson |
2014-03-27 | Retire kernel support for SO_DONTROUTE, since the plan is to always | Martin Pieuchot |
2014-03-24 | Update to match header | Philip Guenther |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat |
2014-03-13 | Unhook httpd(8) from build; man page bits | Florian Obser |
2014-03-06 | sort SEE ALSO; | Jason McIntyre |
2014-02-26 | Try to document SO_RTABLE better. With input from deraadt@ | Claudio Jeker |
2014-02-26 | No need to Xr the same man page twice. | Claudio Jeker |
2014-02-13 | Don't use use .Tn with AND/OR/NOT | Philip Guenther |
2014-02-12 | use .At to refer to System V.1; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2014-02-11 | avoid pointless TAB outside literal context; | Ingo Schwarze |
2014-01-29 | e.g. not i.e. | Jason McIntyre |
2014-01-26 | appeared in 5.2. from Donovan Watteau | Ted Unangst |
2014-01-22 | Use consistent phrasing for bitmask flags. | Philip Guenther |
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze |
2014-01-11 | fchownat is allowed to return EOPNOTSUPP | Marc Espie |
2013-12-28 | Do not need __guard[] anymore since we are now relying on __guard_local | Theo de Raadt |
2013-12-27 | do not need to create the stack cookie using a constructor anymore, | Theo de Raadt |
2013-12-27 | remove non-openbsd.randomdata parts | Theo de Raadt |
2013-12-04 | tweak from deraadt; | Jason McIntyre |
2013-12-04 | update BUGS to reflect previous; as advised by | Jason McIntyre |
2013-12-03 | Remove string.h dependency from sys/select.h; from FreeBSD, tweaked | Christian Weisgerber |
2013-12-01 | Eliminate references to the basep argument which was removed in the | Philip Guenther |
2013-11-02 | Oops, utime() is section 3, not 2 | Philip Guenther |
2013-11-02 | Fix lie that predated NetBSD: the struct stat time padding affected | Philip Guenther |
2013-11-02 | out of place word; discussed with jmc and guenther | Theo de Raadt |