Age | Commit message (Expand) | Author |
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 |
2011-11-06 | repair documentation offset in the p*() versions of the calls and EINVAL; | Theo de Raadt |
2011-11-06 | Move <machine/spinlock.h> into rthread.h; strip out unnecessary #includes | Philip Guenthe |
2011-11-05 | Move around the error cases to make clear that some don't apply to the | Philip Guenthe |
2011-11-03 | crank major for openssl-1.0.0e | Damien Miller |
2011-11-03 | openssl-1.0.0e: resolve conflicts | Damien Miller |
2011-11-03 | import OpenSSL 1.0.0e | Damien Miller |
2011-11-02 | Sync scanf(3) to wscanf(3), and a few bits the opposite way: | Ingo Schwarze |
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-22 | Don't attempt to send data not available for sending yet. Analysed | Alexandre Ratchov |
2011-10-19 | Remove some blatant lies. Provide a variant 1 archs with a default | Philip Guenthe |