Age | Commit message (Expand) | Author |
2013-01-19 | Document F_DUPFD_CLOEXEC; adapted from FreeBSD | Todd C. Miller |
2013-01-19 | partially re-instate previous; requested by deraadt | Jason McIntyre |
2013-01-19 | better description of O_CLOEXEC; from russell | Jason McIntyre |
2013-01-18 | Update the setsockopt(2) interface documentation for the EFBIG and | Alexander Bluhm |
2012-12-05 | Cross-reference getfsstat(2); OK jmc@ | Todd C. Miller |
2012-11-29 | struct ktr_header changed back in April 2012, rearranging the members, | Philip Guenthe |
2012-11-17 | tweak previous; | Jason McIntyre |
2012-11-17 | Clarify ss_sp's meaning and that alt stacks are per-thread | Philip Guenthe |
2012-10-21 | Add the IP_DIVERTFL socket option on divert(4) sockets to control | Sebastian Benoit |
2012-10-17 | reword this sentence to avoid ambiguity; | Jason McIntyre |
2012-10-12 | For consistency with other OSes and ease of porting, make | Philip Guenthe |
2012-10-05 | add send(2) MSG_DONTWAIT support which enables us to choose nonblocking | YASUOKA Masahiko |
2012-09-04 | remove lint leftovers; ok guenther@ | Okan Demirmen |
2012-08-24 | Don't attempt to warn about uninitialized __guard values yet. It's | Matthew Dempsky |
2012-08-23 | no more nnpfspioctl() system call; ok guenther | Theo de Raadt |
2012-08-22 | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc | Pascal Stumpf |
2012-08-22 | Change ld.so and libc to use .openbsd.randomdata on ELF platforms for | Matthew Dempsky |
2012-08-21 | Kill an old mips workaround; we don't support mips, just mips64. | Pascal Stumpf |
2012-07-17 | Remove outdated reference to BSD 4.4 symlink behavior. Equivalent | Matthew Dempsky |
2012-07-17 | Document new pathconf() variables. | Matthew Dempsky |
2012-06-26 | simplify a little of the posix standards talk. ok deraadt guenther jmc | Ted Unangst |
2012-06-19 | oops, forgot to install getdtablecount(2); noted by tedu | Theo de Raadt |
2012-04-24 | document address truncation; from Steffen Daode Nurpmeso | Jason McIntyre |
2012-04-12 | tweak; | Jason McIntyre |
2012-04-12 | tweak previous; | Jason McIntyre |
2012-04-12 | more rfork mop-up | Theo de Raadt |
2012-04-12 | mmap(2) updated | Ariane van der Steldt |
2012-04-12 | remove rfork(); ok guenther miod | Theo de Raadt |
2012-04-12 | kill lfs system call lines and libc stubs | Theo de Raadt |
2012-04-12 | New system call: getdtablecount(2) returns the number of file | Theo de Raadt |
2012-04-11 | In sendmsg() permit at most 10% of maxfiles to be in-flight | Theo de Raadt |
2012-04-03 | Document that openat(), etc are safe to call from a signal handler. | Matthew Dempsky |
2012-04-01 | fix previous; | Jason McIntyre |
2012-04-01 | remind people to think of the poor file descriptors | Theo de Raadt |
2012-03-22 | Move __tfork_thread() from rthreads (libpthread) to libc so that | Philip Guenthe |
2012-03-13 | Add manpages for __thrsigdivert, __thrsleep, and __thrwakeup. Various | Philip Guenthe |
2012-03-04 | New threads now inherit their TCB address from their parent thread | Philip Guenthe |
2012-02-18 | Extend after recent msdos support. | Antoine Jacoutot |
2012-01-17 | Reimplement mutexes, condvars, and rwlocks to eliminate bugs, | Philip Guenthe |
2012-01-15 | Document early history of a few functions specifically mentioned in 2BSD | Ingo Schwarze |
2011-12-24 | formatting errors, found using freebsd's "igor"; | Jason McIntyre |
2011-12-23 | some spelling fixes, found using freebsd's "igor" document verifier; | Jason McIntyre |
2011-12-03 | Remove an OpenBSD-specific tweak regarding .Xr spacing | Ingo Schwarze |
2011-12-03 | document MSG_NOSIGNAL. | Federico G. Schwindt |
2011-11-22 | sigstack() is long dead, and the compat sigaltstack syscall is gone too. | Philip Guenthe |
2011-11-17 | Complete the HISTORY of all syscalls that exist since Version 1 AT&T UNIX. | Ingo Schwarze |
2011-11-17 | Fix HISTORY: | Ingo Schwarze |
2011-11-07 | Expand HISTORY; feedback and ok jmc@ sobrado@. | Ingo Schwarze |
2011-11-07 | More .At v1 HISTORY. | Ingo Schwarze |
2011-11-06 | Commemorate research!dmr by documenting the history of all | Ingo Schwarze |