summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* o Use a daemon thread to monitor signal events in kernel, if pendingdavidxu2003-06-2827-1172/+1622
* Use mmap retuned value.davidxu2003-06-282-4/+6
* Temporary disable rwlock based code, replace it with low level KSE lockingdavidxu2003-06-282-0/+184
* Write new thread pointer back only when success.davidxu2003-06-282-6/+8
* After thread was interrupted by signal, it should relock mutex.davidxu2003-06-282-4/+2
* if thread is exiting, just returns. kse_thr_interrupt interfacedavidxu2003-06-282-4/+12
* Update to reflect changes in vfscanf.c,v 1.32. Remove bogusdas2003-06-281-35/+14
* Revamp scanf's floating-point-parsing algorithm to supportdas2003-06-281-94/+172
* Create compatibility links for libc_r on ia64 to prevent build-timemarcel2003-06-271-0/+12
* Correct a misspelled name of time_hi_and_version.yar2003-06-271-1/+1
* o disconnect libc_r from the build on ia64. The library is nowmarcel2003-06-271-0/+6
* Implement _ia64_save_context() and _ia64_restore_context(). Bothmarcel2003-06-272-0/+570
* fix NIS+ YP compat modejwd2003-06-271-3/+4
* Fix URL of zlib home page: It's hosted at gzip.org now.se2003-06-261-1/+1
* . style(9)phantom2003-06-267-19/+41
* Implement _ia64_enter_uts(). The purpose of this function is to switchmarcel2003-06-266-2/+202
* Implement _thr_enter_uts() and _thr_switch() as inline functions tomarcel2003-06-262-0/+60
* Re-enable libstand on all platforms including amd64.peter2003-06-261-5/+1
* Add amd64 build gluepeter2003-06-261-1/+22
* Reduce code duplication by separating _PathLocle detection code intophantom2003-06-253-37/+37
* Move _PathLocale declaration to more logical place (setlocale.c)phantom2003-06-252-1/+5
* Catch up with _PATH_LOCALE move from rune.h to paths.hphantom2003-06-251-1/+1
* mdoc policeobrien2003-06-251-6/+6
* Be more specific in BUGS.obrien2003-06-251-5/+7
* Push the alloca #error warning farther down to play nicer with some out ofobrien2003-06-251-2/+4
* Don't statically initialize buf to _PATH_DEV, _PATH_DEV always copied toache2003-06-241-1/+1
* Unify cross-references between sigpending(2), sigprocmask(2),yar2003-06-243-1/+5
* Supplement the cross-references section with those to sigpending(2)yar2003-06-241-0/+2
* Implement signalcontext(). Needed by libpthread (aka libkse).marcel2003-06-242-1/+123
* Explicitly widen int types before casting to pointer types. On 64-bitmarcel2003-06-242-6/+8
* Untangle the inter-dependency of kse types and ksd types/functionsmarcel2003-06-2313-19/+132
* Change the definition of _ksd_curkse, _ksd_curthread andmarcel2003-06-233-10/+10
* Define THR_{G|S}ETCONTEXT to expand to {g|s}etcontext(2).marcel2003-06-232-0/+76
* Implement atomic_swap_{int|long|ptr}. Define atomic_swap_ptr as amarcel2003-06-232-0/+94
* Remove _atomic_lock. It's not used.marcel2003-06-232-93/+0
* Move the machine specific files from sys/Makefile.inc and put themmarcel2003-06-239-12/+35
* Add clarifications about the information that ntp_gettime returns.imp2003-06-211-8/+18
* Userland spinlocks bad. Sleep locks good.das2003-06-211-2/+5
* ttyname(3) must return absolute pathnames.phk2003-06-211-2/+8
* Use devname(3) to do the task.phk2003-06-201-66/+2
* Explain the relationship to POSIX.wollman2003-06-201-0/+14
* ntp_adjtime returns the current state of the clock (TIME_*) on successimp2003-06-201-1/+4
* Add devname_r(3) which takes a buffer as argument.phk2003-06-202-56/+21
* Correct an apparent typo.mdodd2003-06-191-1/+1
* Remove bogus non-reentrant "temporary" implementation of gethostbyaddr_r()kris2003-06-191-19/+0
* The .Fn functioncharnier2003-06-181-2/+4
* Add IPv6 related attributes defined in RFC3162.ume2003-06-181-0/+6
* Make the execle() synopsis look (again) like a normal C prototype.ru2003-06-181-3/+3
* Don't lock scheduler lock twice.davidxu2003-06-182-4/+2
* Xref policy: exit(2) -> _exit(2).sobomax2003-06-171-1/+1
OpenPOWER on IntegriCloud