Age | Commit message (Expand) | Author |
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 |
2011-11-06 | .Ev -> .Dv | Theo de Raadt |
2011-11-06 | repair documentation offset in the p*() versions of the calls and EINVAL; | Theo de Raadt |
2011-11-05 | Move around the error cases to make clear that some don't apply to the | Philip Guenthe |
2011-10-27 | Allow segments to be used even after they were marked for deletion with | Robert Nagy |
2011-10-24 | Update POSIX references for chdir(2) and chmod(2) from 1988 to 2008. | Ingo Schwarze |
2011-10-16 | Tweak wording, to clarify that setrtable affects the routing table | Philip Guenthe |
2011-10-16 | Note a restriction that is actually enforced in 5.0 | Philip Guenthe |
2011-10-16 | Fixes and tweaks from jmc@ | Philip Guenthe |
2011-10-16 | Make consistent the syscall stubs for the syscalls that got special | Philip Guenthe |
2011-10-16 | Add stubs and manpage for __{get,set}_tcb | Philip Guenthe |
2011-09-03 | knock out some useless Pp; | Jason McIntyre |
2011-09-03 | make -column lists pretty again; | Jason McIntyre |