summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Always set tcb for bound thread, and switch tcb for M:N thread at correctdavidxu2003-08-132-14/+36
* Don't forget to set kcb_self.davidxu2003-08-122-0/+2
* Correctly set current tcb. This fixes some IA64/KSE problems.davidxu2003-08-122-34/+22
* Make the documentation of PT_STEP match its implementation: theiedowse2003-08-111-2/+3
* Add the mlockall()/munlockall() system call manual page from NetBSD.bms2003-08-111-0/+140
* Add the mlockall() and munlockall() system calls.bms2003-08-117-8/+9
* Add some quick pathes to exit process when signal action is default anddavidxu2003-08-102-0/+42
* Initialize rtld lock just before turning on thread mode anddavidxu2003-08-106-70/+74
* If thread mode is not activated yet, just call __sys_fork() directly,davidxu2003-08-102-2/+44
* Tweak rtld lock to allow recursive on reader lock and detect recursivedavidxu2003-08-102-20/+134
* If thread mode is not activated yet, don't do extra work.davidxu2003-08-102-0/+8
* For type 0 rng lower initial drop to 50, it is enough to hide linearityache2003-08-101-1/+5
* Fix the case of the encoding name in the ENCODING line. Names aretjr2003-08-101-1/+1
* Cross-reference gbk(5).tjr2003-08-101-0/+1
* Cross-reference gbk(5) now that it exists. Fix a copy & paste error:tjr2003-08-101-1/+2
* Add a fairly minimal manual page for the GBK encoding.tjr2003-08-102-1/+63
* Add a cross reference to Unicode 3.0.tjr2003-08-101-1/+6
* Add cross references to the new character encoding manual pages,tjr2003-08-101-1/+5
* Add manual pages for the BIG5, GB18030 and MSKanji encodings. These maytjr2003-08-104-1/+189
* o There are 6 trap disable bits in ar.fpsr, not five. Even though wemarcel2003-08-092-4/+4
* Add libpthread to the alpha build.deischen2003-08-091-9/+3
* Add alpha support to libpthread. It compiles but hasn't been tested;deischen2003-08-096-1/+761
* Add signalcontext() which will be needed by libpthread.deischen2003-08-092-1/+104
* Add the POSIX 1003.1-2001 posix_madvise() interface.bms2003-08-094-4/+29
* o Add code to GC freed KSEs and KSE groupsdavidxu2003-08-082-50/+232
* Since it builds and seems to work OK, add libpthread to the amd64 build.deischen2003-08-081-0/+3
* Remove stale DCE 1.1 pointers to the IBM site. The URLs aren't validmarcel2003-08-088-8/+0
* Fix markup for uuid_equal()marcel2003-08-081-1/+2
* Fix two (2) bugs in one (1) statement:marcel2003-08-081-1/+4
* Implement signalcontext.jake2003-08-082-2/+78
* Allow gcc driver to process -r option iself, do not use -Wl,-r tokan2003-08-082-2/+2
* Implement mblen(s, n) as mbtowc(NULL, s, n) to avoid calling sgetrune()tjr2003-08-071-26/+9
* Implement mbstowcs() as a wrapper around mbsrtowcs(), and wcstombs()tjr2003-08-072-115/+24
* Grok async contexts. When a thread is interrupted and an upcallmarcel2003-08-074-18/+82
* Implement mbtowc() in terms of mbrtowc(), and wctomb() in terms of wcrtomb().tjr2003-08-072-53/+42
* Implement btowc() in terms of mbrtowc() instead of sgetrune(), andtjr2003-08-072-10/+27
* Document that connect(2) can return EINTR, and that ityar2003-08-061-3/+6
* Fix a typo. s/Line/Like/deischen2003-08-062-2/+2
* Avoid a level of indirection to get from the thread pointer to themarcel2003-08-064-78/+54
* Don't call kse_set_curthread() when scheduling a new bounddeischen2003-08-062-4/+6
* Fix an off by one error in the number of arguments passed tomarcel2003-08-062-2/+2
* Define the static TLS as an array of long double. This will guaranteemarcel2003-08-062-4/+12
* Use auto LDT allocation for i386.deischen2003-08-052-126/+12
* Rethink the MD interfaces for libpthread to account fordeischen2003-08-0537-960/+2077
* Define THR_GETCONTEXT and THR_SETCONTEXT in terms of the userlandmarcel2003-08-052-8/+10
* o In _ia64_save_context() clear the return registers except for r8.marcel2003-08-052-26/+50
* add support for using kqueue to watch bpf sockets.jmg2003-08-051-1/+8
* LANG->LC_ALLache2003-08-041-1/+1
* Allow foot shooting as Linux emulation needs it.julian2003-08-041-1/+2
* Fix problem differently, useache2003-08-041-1/+1
OpenPOWER on IntegriCloud