Age | Commit message (Expand) | Author |
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 |
2013-11-02 | .Xr clock_gettime | Marc Espie |
2013-11-02 | finish xref linking clock_gettime and getitimer | Ted Unangst |
2013-10-24 | Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval. | Philip Guenther |
2013-10-20 | catch up with elf(5)/stab(5) removal; | Jason McIntyre |
2013-10-13 | Make it possible to build to reduced version of a library, including | Philip Guenther |
2013-10-07 | getdirentries(2) is dead; long live getdents(2)! | Philip Guenther |
2013-10-06 | Add CLOCK_UPTIME, a clock which measures time-running-not-suspended, so | Philip Guenther |
2013-09-30 | Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN, | Todd C. Miller |
2013-09-11 | Correct type of tv_sec to time_t. | Kenneth R Westerback |
2013-08-14 | ident and data members of struct kevent changed types: ident to | Philip Guenther |