| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Support for running 32-bit multithreaded binaries using libthr on | John Baldwin | 2007-06-18 | 1 | -20/+57 |
| * | MFC: Change msleep() and tsleep() to not alter the calling thread's | John Baldwin | 2006-06-16 | 1 | -2/+2 |
| * | MFC revision 1.42. | David Xu | 2006-02-26 | 1 | -0/+1 |
| * | MFC revision 1.40: | David Xu | 2006-01-16 | 1 | -15/+30 |
| * | MFC following revisions: | David Xu | 2006-01-16 | 1 | -1/+4 |
| * | Validate if the value written into {FS,GS}.base is a canonical | David Xu | 2005-07-10 | 1 | -1/+6 |
| * | Add new syscall thr_new to create thread in atomic, it will | David Xu | 2005-04-23 | 1 | -53/+136 |
| * | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | If a thread is resumed by thr_wake, it should return 0, especially it | David Xu | 2004-12-01 | 1 | -5/+15 |
| * | Remove local definitions of RANGEOF() and use __rangeof() instead. | David Schultz | 2004-11-20 | 1 | -10/+4 |
| * | Close a race between a thread exiting and the freeing of it's stack. | Mike Makonnen | 2004-10-06 | 1 | -1/+5 |
| * | Close a race between thr_create and sysctl -w, the thr_scope_sys could | David Xu | 2004-10-06 | 1 | -7/+10 |
| * | fix typo | Julian Elischer | 2004-09-07 | 1 | -1/+1 |
| * | Give libthr a choice (per system) of scope_system or scope_thread | Julian Elischer | 2004-09-07 | 1 | -10/+37 |
| * | Refactor a bunch of scheduler code to give basically the same behaviour | Julian Elischer | 2004-09-05 | 1 | -102/+55 |
| * | Give setrunqueue() and sched_add() more of a clue as to | Julian Elischer | 2004-09-01 | 1 | -1/+1 |
| * | When calling scheduler entrypoints for creating new threads and processes, | Julian Elischer | 2004-07-18 | 1 | -2/+2 |
| * | writers must hold both sched_lock and the process lock; therefore, readers | Mike Makonnen | 2004-07-12 | 1 | -5/+2 |
| * | Change the thread ID (thr_id_t) used for 1:1 threading from being a | Marcel Moolenaar | 2004-07-02 | 1 | -13/+16 |
| * | Allocate TIDs in thread_init() and deallocate them in thread_fini(). | Marcel Moolenaar | 2004-06-26 | 1 | -1/+0 |
| * | If you're trying to find out if a thread is valid and in | Mike Makonnen | 2004-04-19 | 1 | -4/+4 |
| * | Assign thread IDs to kernel threads. The purpose of the thread ID (tid) | Marcel Moolenaar | 2004-04-03 | 1 | -0/+1 |
| * | Add missing comment terminator. | Kris Kennaway | 2004-04-02 | 1 | -1/+1 |
| * | The comment complained about not having a thread_unlink() | Julian Elischer | 2004-04-02 | 1 | -5/+2 |
| * | Separate thread synchronization from signals in libthr. Instead | Mike Makonnen | 2004-03-27 | 1 | -0/+61 |
| * | Update powerpc to use the (old thread,new thread) calling convention | Peter Grehan | 2003-08-14 | 1 | -4/+0 |
| * | - Convert Alpha over to the new calling conventions for cpu_throw() and | John Baldwin | 2003-08-12 | 1 | -1/+1 |
| * | style(9) | Mike Makonnen | 2003-07-04 | 1 | -8/+2 |
| * | Signals sent specifically to a particular thread must | Mike Makonnen | 2003-07-03 | 1 | -5/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -3/+3 |
| * | Change the second (and last) argument of cpu_set_upcall(). Previously | Marcel Moolenaar | 2003-06-04 | 1 | -2/+1 |
| * | Revamp of the syscall path, exception and context handling. The | Marcel Moolenaar | 2003-05-16 | 1 | -1/+1 |
| * | AMD64 uses the new-style cpu_switch()/cpu_throw() calling conventions. | Peter Wemm | 2003-04-30 | 1 | -1/+1 |
| * | Protect td_sigmask with the proc lock. | John Baldwin | 2003-04-17 | 1 | -0/+2 |
| * | - Call sched_exit_{kse,thread} and sched_fork{kse,thread} so that thr works | Jeff Roberson | 2003-04-11 | 1 | -0/+6 |
| * | Merged from kern_thread.c 1.113, avoid a panic in cpu_throw when the first | Jake Burkholder | 2003-04-08 | 1 | -0/+2 |
| * | Commit a partial lazy thread switch mechanism for i386. it isn't as lazy | Peter Wemm | 2003-04-02 | 1 | -0/+4 |
| * | - thr_exit() should no longer be called with Giant held. | Jeff Roberson | 2003-04-01 | 1 | -2/+0 |
| * | - Add two files to support the thr threading interface. | Jeff Roberson | 2003-04-01 | 1 | -0/+259 |