| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix problem differently, use | ache | 2003-08-04 | 1 | -1/+1 |
* | Fix double-wrong tr usage: tr '[a-z]' '[A-Z]' | ache | 2003-08-04 | 1 | -1/+1 |
* | Restore including of "collate.h", for its own prototype (mis)match detection | ache | 2003-08-03 | 1 | -0/+1 |
* | Remove commented out and never used code | ache | 2003-08-03 | 1 | -34/+1 |
* | Remove __collate_range_cmp() stabilization, it conflicts with ranges | ache | 2003-08-03 | 1 | -10/+2 |
* | -15 is incorrect to be used to align stack to 16 bytes, use ~15 instead. | davidxu | 2003-08-02 | 2 | -2/+2 |
* | Override the default stubs for getcontext(2) and swapcontext(2) so | marcel | 2003-08-02 | 3 | -2/+80 |
* | The END() must expand to the .endp directive with the same name as | marcel | 2003-08-01 | 3 | -6/+5 |
* | Use FSBase to map kse, GCC generates code which uses %fs to access TLS data. | davidxu | 2003-07-31 | 1 | -4/+4 |
* | Remove unnecssary <vm/swap_pager.h> includes. | phk | 2003-07-31 | 3 | -3/+0 |
* | Remove various unused variables, prototypes and local variables. | phk | 2003-07-31 | 1 | -25/+0 |
* | Disable and lobotomize the kvm image reading swapinfo code, the kernel | phk | 2003-07-31 | 1 | -125/+1 |
* | Retire the SWIF_DUMP_TREE code, this is in the way for a rework of | phk | 2003-07-31 | 2 | -191/+0 |
* | This file hasn't been used for some time; nuke it. | deischen | 2003-07-31 | 1 | -42/+0 |
* | Take the same approach for i386 as that for ia64 and amd64. Use | deischen | 2003-07-31 | 9 | -339/+150 |
* | Unifdef -UDEBUG_SWAPINFO The kernel data structures are about to change. | phk | 2003-07-31 | 1 | -79/+0 |
* | Set GSBASE for kse. Finally make libkse work on AMD64. | davidxu | 2003-07-31 | 1 | -6/+3 |
* | Fix some typos, correctly jump into UTS. | davidxu | 2003-07-31 | 2 | -4/+4 |
* | sysctlbyname needs size_t type, not int. | davidxu | 2003-07-31 | 2 | -2/+2 |
* | Cross-reference arc4random(3). | das | 2003-07-31 | 1 | -0/+4 |
* | The upper end of the range of arc4random(3) is 2**32-1, not 2**31-1. | das | 2003-07-31 | 1 | -2/+4 |
* | Update manual for i386_set_ldt to reflect newly added features. | davidxu | 2003-07-31 | 1 | -0/+34 |
* | Don't forget to unlock the scheduler lock. Somehow this got removed | deischen | 2003-07-30 | 2 | -0/+2 |
* | Only allow trapframe formats instead of sigframe formats like the | marcel | 2003-07-30 | 1 | -4/+4 |