aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Don't segfault if setproctitle(3) is called with NULL initially.Alfred Perlstein2003-07-011-0/+1
* Separate the description of the flags for mount(2) and unmount(2)Ian Dowse2003-06-301-14/+16
* bsd.lib.mk,v 1.143 no longer uses ld(1) directly to stripRuslan Ermilov2003-06-301-1/+0
* MFi386: revision 1.19.Ruslan Ermilov2003-06-301-3/+1
* Catchup with _thread_suspend() changes.Mike Makonnen2003-06-303-3/+9
* Because there are only _SIG_MAXSIG elements in thread siginfo array,David Xu2003-06-306-32/+32
* Remove surplus unlocking code I accidentally checked in. This won't beDavid Xu2003-06-302-8/+0
* Sweep through pthread locking and use the new locking primitives forMike Makonnen2003-06-297-20/+21
* Locking primitives and operations in libthr should use struct umtx,Mike Makonnen2003-06-292-4/+22
* In a critical section, separate the aquisition of the thread lockMike Makonnen2003-06-292-17/+27
* Add a libc function execvP that takes the search path as an arguement.Gordon Tetlow2003-06-292-15/+40
* Make _thread_suspend work with both the old broken sigtimedwaitJohn Polstra2003-06-293-11/+31
* Teach fmtcheck(3) about the flags a, A, F, G, t, and z.David Schultz2003-06-291-8/+28
* The move to _retire() a thread in the GC instead of in the thread'sMike Makonnen2003-06-293-21/+5
* mdoc(7) fix: Use the normal AT&T macro (.At) rather than itsRuslan Ermilov2003-06-281-1/+1
* o Use a daemon thread to monitor signal events in kernel, if pendingDavid Xu2003-06-2827-1172/+1622
* Use mmap retuned value.David Xu2003-06-282-4/+6
* Temporary disable rwlock based code, replace it with low level KSE lockingDavid Xu2003-06-282-0/+184
* Write new thread pointer back only when success.David Xu2003-06-282-6/+8
* After thread was interrupted by signal, it should relock mutex.David Xu2003-06-282-4/+2
* if thread is exiting, just returns. kse_thr_interrupt interfaceDavid Xu2003-06-282-4/+12
* Update to reflect changes in vfscanf.c,v 1.32. Remove bogusDavid Schultz2003-06-281-35/+14
* Revamp scanf's floating-point-parsing algorithm to supportDavid Schultz2003-06-281-94/+172
* Create compatibility links for libc_r on ia64 to prevent build-timeMarcel Moolenaar2003-06-271-0/+12
* Correct a misspelled name of time_hi_and_version.Yaroslav Tykhiy2003-06-271-1/+1
* o disconnect libc_r from the build on ia64. The library is nowMarcel Moolenaar2003-06-271-0/+6
* Implement _ia64_save_context() and _ia64_restore_context(). BothMarcel Moolenaar2003-06-272-0/+570
* fix NIS+ YP compat modeJohn W. De Boskey2003-06-271-3/+4
* Fix URL of zlib home page: It's hosted at gzip.org now.Stefan Eßer2003-06-261-1/+1
* . style(9)Alexey Zelkin2003-06-267-19/+41
* Implement _ia64_enter_uts(). The purpose of this function is to switchMarcel Moolenaar2003-06-266-2/+202
* Implement _thr_enter_uts() and _thr_switch() as inline functions toMarcel Moolenaar2003-06-262-0/+60
* Re-enable libstand on all platforms including amd64.Peter Wemm2003-06-261-5/+1
* Add amd64 build gluePeter Wemm2003-06-261-1/+22
* Reduce code duplication by separating _PathLocle detection code intoAlexey Zelkin2003-06-253-37/+37
* Move _PathLocale declaration to more logical place (setlocale.c)Alexey Zelkin2003-06-252-1/+5
* Catch up with _PATH_LOCALE move from rune.h to paths.hAlexey Zelkin2003-06-251-1/+1
* mdoc policeDavid E. O'Brien2003-06-251-6/+6
* Be more specific in BUGS.David E. O'Brien2003-06-251-5/+7
* Push the alloca #error warning farther down to play nicer with some out ofDavid E. O'Brien2003-06-251-2/+4
* Don't statically initialize buf to _PATH_DEV, _PATH_DEV always copied toAndrey A. Chernov2003-06-241-1/+1
* Unify cross-references between sigpending(2), sigprocmask(2),Yaroslav Tykhiy2003-06-243-1/+5
* Supplement the cross-references section with those to sigpending(2)Yaroslav Tykhiy2003-06-241-0/+2
* Implement signalcontext(). Needed by libpthread (aka libkse).Marcel Moolenaar2003-06-242-1/+123
* Explicitly widen int types before casting to pointer types. On 64-bitMarcel Moolenaar2003-06-242-6/+8
* Untangle the inter-dependency of kse types and ksd types/functionsMarcel Moolenaar2003-06-2313-19/+132
* Change the definition of _ksd_curkse, _ksd_curthread andMarcel Moolenaar2003-06-233-10/+10
* Define THR_{G|S}ETCONTEXT to expand to {g|s}etcontext(2).Marcel Moolenaar2003-06-232-0/+76
* Implement atomic_swap_{int|long|ptr}. Define atomic_swap_ptr as aMarcel Moolenaar2003-06-232-0/+94
* Remove _atomic_lock. It's not used.Marcel Moolenaar2003-06-232-93/+0