summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Make libc/${MACHINE_ARCH} include directory not required by Alpha.ru2003-07-022-2/+2
* Fix typo.davidxu2003-07-022-2/+2
* When size is 1 should just null terminate the string. The dummy variablejkh2003-07-021-3/+5
* Begin making libthr async signal safe.mtm2003-07-021-2/+22
* libc/${MACHINE_ARCH} include directory is required by Alpha,kan2003-07-021-1/+1
* Add a new mount flag MNT_BYFSID that can be used to unmount a fileiedowse2003-07-011-1/+17
* Do not attempt to reque a thread on a mutex queue. It may be thatmtm2003-07-011-1/+1
* Unbreak "make checkdpadd".ru2003-07-012-2/+2
* o strmode(3) returns void not 0.maxim2003-07-011-5/+0
* Axe AINC.ru2003-07-016-7/+2
* Fixed some style bugs.bde2003-07-011-6/+7
* Don't segfault if setproctitle(3) is called with NULL initially.alfred2003-07-011-0/+1
* Separate the description of the flags for mount(2) and unmount(2)iedowse2003-06-301-14/+16
* bsd.lib.mk,v 1.143 no longer uses ld(1) directly to stripru2003-06-301-1/+0
* MFi386: revision 1.19.ru2003-06-301-3/+1
* Catchup with _thread_suspend() changes.mtm2003-06-303-3/+9
* Because there are only _SIG_MAXSIG elements in thread siginfo array,davidxu2003-06-306-32/+32
* Remove surplus unlocking code I accidentally checked in. This won't bedavidxu2003-06-302-8/+0
* Sweep through pthread locking and use the new locking primitives formtm2003-06-297-20/+21
* Locking primitives and operations in libthr should use struct umtx,mtm2003-06-292-4/+22
* In a critical section, separate the aquisition of the thread lockmtm2003-06-292-17/+27
* Add a libc function execvP that takes the search path as an arguement.gordon2003-06-292-15/+40
* Make _thread_suspend work with both the old broken sigtimedwaitjdp2003-06-293-11/+31
* Teach fmtcheck(3) about the flags a, A, F, G, t, and z.das2003-06-291-8/+28
* The move to _retire() a thread in the GC instead of in the thread'smtm2003-06-293-21/+5
* mdoc(7) fix: Use the normal AT&T macro (.At) rather than itsru2003-06-281-1/+1
* 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
OpenPOWER on IntegriCloud