Age | Commit message (Expand) | Author |
2012-01-07 | Add rtable id and thread id to struct kinfo_proc (and fix process id) | Philip Guenthe |
2012-01-05 | OpenSSL 1.0.0f: crank minor | Damien Miller |
2012-01-05 | OpenSSL 1.0.0f: merge | Damien Miller |
2012-01-05 | OpenSSL 1.0.0f: import upstream source | Damien Miller |
2012-01-04 | Fix $OpenBSD tag | Philip Guenthe |
2012-01-04 | Add some sanity checks, set errno accordingly to POSIX and add the named | Martin Pieuchot |
2012-01-04 | Split out the semaphore functions. | Martin Pieuchot |
2012-01-04 | Delete some parameter names and extra semicolons that slipped through | Philip Guenthe |
2012-01-03 | The prototype for pthread_sigmask(2) is supposed to live in <signal.h> | Mark Kettenis |
2012-01-03 | draft-ietf-ipv6-scoping-arch-02 has become RFC 4007, as noted by | Jason McIntyre |
2012-01-01 | Updates regarding fts_close(3): | Ingo Schwarze |
2011-12-28 | pthread_self() may be much cheaper and never more expensive than getthrid() | Philip Guenthe |
2011-12-27 | Don't let applications block, wait for, or handle SIGTHR, as the | Philip Guenthe |
2011-12-27 | On failure, pthread_kill() should return the errno, not -1 | Philip Guenthe |
2011-12-25 | Missing architecture on the .Dt line; found with mandocdb(8); ok jmc@. | 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-22 | Add pthread_mutex_{get,set}prioceiling() | Philip Guenthe |
2011-12-21 | Split out the pthread_rwlock* and pthread_once() functions from rthread_sync.c | Philip Guenthe |
2011-12-21 | Split out the pthread_mutexattr_* functions from rthread_sync.c to | Philip Guenthe |
2011-12-14 | The ktrace vnode has moved to struct process and changed name. | Philip Guenthe |
2011-12-09 | Add new KERN_PROC_CWD sysctl to get the current working directory of a process. | Nicholas Marriott |
2011-12-09 | mention sndiod rather than aucat when talking about the server | Alexandre Ratchov |
2011-12-08 | strdup and strndup both use malloc. Make this fact explicit. | lum |
2011-12-06 | New fnmatch(3) implementation which is not recursive. | Stefan Sperling |
2011-12-05 | Mark sigthr()'s sig argument as __unused | Philip Guenthe |
2011-12-05 | Implement cancelation for the basic syscall cancelation points, | Philip Guenthe |
2011-12-03 | Remove an OpenBSD-specific tweak regarding .Xr spacing | Ingo Schwarze |
2011-12-03 | document MSG_NOSIGNAL. | Federico G. Schwindt |
2011-11-27 | Don't segfault when trying to bind to an invalid command. While here, | Pascal Stumpf |
2011-11-27 | Set the initfirst and nodelete flags on the shared library, in anticipation | Philip Guenthe |
2011-11-22 | sigstack() is long dead, and the compat sigaltstack syscall is gone too. | Philip Guenthe |
2011-11-17 | Calculate the size for the wchar_t argv correctly, fixes memory | Nicholas Marriott |
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-16 | Fix mbstowcs return value documentation. New text based on mbsrtowcs page. | Stefan Sperling |
2011-11-15 | Add a "device number" component in sndio(7) device names, allowing a | Alexandre Ratchov |
2011-11-14 | Unbreak build of libpthread on hppa/hppa64 by using correct type in | Joel Sing |
2011-11-09 | Add the __cerror asm bits for per-thread errno support for powerpc. | Mark Kettenis |
2011-11-09 | Oh yeah, with TLS-lite we can get the thread handle without walking the | Philip Guenthe |
2011-11-08 | Make __svfscanf() the unlocked, core of vfscanf() and use it in | Philip Guenthe |
2011-11-08 | Add the __cerror asm bits for per-thread errno support for hppa. | Mark Kettenis |
2011-11-08 | Include <stddef.h> to make sure offsetof() is defined. | Mark Kettenis |
2011-11-08 | Pass install the -S option to avoid a window where the target isn't | Philip Guenthe |
2011-11-07 | Expand HISTORY; feedback and ok jmc@ sobrado@. | Ingo Schwarze |
2011-11-07 | More .At v1 HISTORY. | Ingo Schwarze |
2011-11-07 | don't handle out-of-mem conditions using compiled out asserts (ugh). From | Otto Moerbeek |
2011-11-06 | Commemorate research!dmr by documenting the history of all | Ingo Schwarze |
2011-11-06 | Copy support for sched_get_priority_{min,max} from libpthread. | Philip Guenthe |
2011-11-06 | .Ev -> .Dv | Theo de Raadt |