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