| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't run verify directly as that would require the perl script to | marcel | 2003-08-13 | 2 | -6/+8 |
* | Always set tcb for bound thread, and switch tcb for M:N thread at correct | davidxu | 2003-08-13 | 2 | -14/+36 |
* | Don't forget to set kcb_self. | davidxu | 2003-08-12 | 2 | -0/+2 |
* | Correctly set current tcb. This fixes some IA64/KSE problems. | davidxu | 2003-08-12 | 2 | -34/+22 |
* | Make the documentation of PT_STEP match its implementation: the | iedowse | 2003-08-11 | 1 | -2/+3 |
* | Add the mlockall()/munlockall() system call manual page from NetBSD. | bms | 2003-08-11 | 1 | -0/+140 |
* | Add the mlockall() and munlockall() system calls. | bms | 2003-08-11 | 7 | -8/+9 |
* | Add some quick pathes to exit process when signal action is default and | davidxu | 2003-08-10 | 2 | -0/+42 |
* | Initialize rtld lock just before turning on thread mode and | davidxu | 2003-08-10 | 6 | -70/+74 |
* | If thread mode is not activated yet, just call __sys_fork() directly, | davidxu | 2003-08-10 | 2 | -2/+44 |
* | Tweak rtld lock to allow recursive on reader lock and detect recursive | davidxu | 2003-08-10 | 2 | -20/+134 |
* | If thread mode is not activated yet, don't do extra work. | davidxu | 2003-08-10 | 2 | -0/+8 |
* | For type 0 rng lower initial drop to 50, it is enough to hide linearity | ache | 2003-08-10 | 1 | -1/+5 |
* | Fix the case of the encoding name in the ENCODING line. Names are | tjr | 2003-08-10 | 1 | -1/+1 |
* | Cross-reference gbk(5). | tjr | 2003-08-10 | 1 | -0/+1 |
* | Cross-reference gbk(5) now that it exists. Fix a copy & paste error: | tjr | 2003-08-10 | 1 | -1/+2 |
* | Add a fairly minimal manual page for the GBK encoding. | tjr | 2003-08-10 | 2 | -1/+63 |
* | Add a cross reference to Unicode 3.0. | tjr | 2003-08-10 | 1 | -1/+6 |
* | Add cross references to the new character encoding manual pages, | tjr | 2003-08-10 | 1 | -1/+5 |
* | Add manual pages for the BIG5, GB18030 and MSKanji encodings. These may | tjr | 2003-08-10 | 4 | -1/+189 |
* | o There are 6 trap disable bits in ar.fpsr, not five. Even though we | marcel | 2003-08-09 | 2 | -4/+4 |
* | Add libpthread to the alpha build. | deischen | 2003-08-09 | 1 | -9/+3 |
* | Add alpha support to libpthread. It compiles but hasn't been tested; | deischen | 2003-08-09 | 6 | -1/+761 |
* | Add signalcontext() which will be needed by libpthread. | deischen | 2003-08-09 | 2 | -1/+104 |
* | Add the POSIX 1003.1-2001 posix_madvise() interface. | bms | 2003-08-09 | 4 | -4/+29 |
* | o Add code to GC freed KSEs and KSE groups | davidxu | 2003-08-08 | 2 | -50/+232 |
* | Since it builds and seems to work OK, add libpthread to the amd64 build. | deischen | 2003-08-08 | 1 | -0/+3 |
* | Remove stale DCE 1.1 pointers to the IBM site. The URLs aren't valid | marcel | 2003-08-08 | 8 | -8/+0 |
* | Fix markup for uuid_equal() | marcel | 2003-08-08 | 1 | -1/+2 |
* | Fix two (2) bugs in one (1) statement: | marcel | 2003-08-08 | 1 | -1/+4 |
* | Implement signalcontext. | jake | 2003-08-08 | 2 | -2/+78 |
* | Allow gcc driver to process -r option iself, do not use -Wl,-r to | kan | 2003-08-08 | 2 | -2/+2 |
* | Implement mblen(s, n) as mbtowc(NULL, s, n) to avoid calling sgetrune() | tjr | 2003-08-07 | 1 | -26/+9 |
* | Implement mbstowcs() as a wrapper around mbsrtowcs(), and wcstombs() | tjr | 2003-08-07 | 2 | -115/+24 |
* | Grok async contexts. When a thread is interrupted and an upcall | marcel | 2003-08-07 | 4 | -18/+82 |
* | Implement mbtowc() in terms of mbrtowc(), and wctomb() in terms of wcrtomb(). | tjr | 2003-08-07 | 2 | -53/+42 |
* | Implement btowc() in terms of mbrtowc() instead of sgetrune(), and | tjr | 2003-08-07 | 2 | -10/+27 |
* | Document that connect(2) can return EINTR, and that it | yar | 2003-08-06 | 1 | -3/+6 |
* | Fix a typo. s/Line/Like/ | deischen | 2003-08-06 | 2 | -2/+2 |
* | Avoid a level of indirection to get from the thread pointer to the | marcel | 2003-08-06 | 4 | -78/+54 |
* | Don't call kse_set_curthread() when scheduling a new bound | deischen | 2003-08-06 | 2 | -4/+6 |
* | Fix an off by one error in the number of arguments passed to | marcel | 2003-08-06 | 2 | -2/+2 |
* | Define the static TLS as an array of long double. This will guarantee | marcel | 2003-08-06 | 2 | -4/+12 |
* | Use auto LDT allocation for i386. | deischen | 2003-08-05 | 2 | -126/+12 |
* | Rethink the MD interfaces for libpthread to account for | deischen | 2003-08-05 | 37 | -960/+2077 |
* | Define THR_GETCONTEXT and THR_SETCONTEXT in terms of the userland | marcel | 2003-08-05 | 2 | -8/+10 |
* | o In _ia64_save_context() clear the return registers except for r8. | marcel | 2003-08-05 | 2 | -26/+50 |
* | add support for using kqueue to watch bpf sockets. | jmg | 2003-08-05 | 1 | -1/+8 |
* | LANG->LC_ALL | ache | 2003-08-04 | 1 | -1/+1 |
* | Allow foot shooting as Linux emulation needs it. | julian | 2003-08-04 | 1 | -1/+2 |