| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide groundwork for 32-bit binary compatibility on non-x86 platforms, | nwhitehorn | 2010-03-11 | 1 | -1/+1 |
* | Deliver siginfo when signal is generated by thr_kill(2) (SI_USER with properly | bruno | 2010-03-01 | 1 | -4/+17 |
* | Currently, when signal is delivered to the process and there is a thread | kib | 2009-10-11 | 1 | -1/+1 |
* | Reintroduce the r196640, after fixing the problem with my testing. | kib | 2009-09-01 | 1 | -1/+1 |
* | Reverse r196640 and r196644 for now. | kib | 2009-08-29 | 1 | -1/+1 |
* | Remove the altkstacks, instead instantiate threads with kernel stack | kib | 2009-08-29 | 1 | -1/+1 |
* | Replace AUDIT_ARG() with variable argument macros with a set more more | rwatson | 2009-06-27 | 1 | -2/+2 |
* | Remove even more unneeded variable assignments. | ed | 2009-02-26 | 1 | -3/+1 |
* | Add sv_flags field to struct sysentvec with intention to provide description | kib | 2008-11-22 | 1 | -3/+1 |
* | Revert rev 184216 and 184199, due to the way the thread_lock works, | davidxu | 2008-11-05 | 1 | -1/+2 |
* | If threads limit is exceeded, increase the totoal number | davidxu | 2008-10-29 | 1 | -1/+4 |
* | Actually, for signal and thread suspension, extra process spin lock is | davidxu | 2008-10-23 | 1 | -2/+1 |
* | Check the result of copyin and in a case of error | rdivacky | 2008-10-13 | 1 | -0/+2 |
* | Fix compiling problem. | davidxu | 2008-04-29 | 1 | -1/+1 |
* | Remove commented out code, thread suspension is done in thread library. | davidxu | 2008-03-23 | 1 | -2/+1 |
* | - Add a new td flag TDF_NEEDSUSPCHK that is set whenever a thread needs | jeff | 2008-03-21 | 1 | -0/+2 |
* | - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice from | jeff | 2008-03-19 | 1 | -2/+0 |
* | This time REALLY copy the name from the proc to the thread as a default. | julian | 2007-11-15 | 1 | -0/+1 |
* | Fix for the panic("vm_thread_new: kstack allocation failed") and | kib | 2007-11-05 | 1 | -0/+2 |
* | Add thr_kill2 syscall which sends a signal to a thread in another process. | davidxu | 2007-08-16 | 1 | -0/+55 |
* | - Remove unused variable from create_thread(). | jhb | 2007-06-07 | 1 | -2/+1 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -10/+13 |
* | - Remove setrunqueue and replace it with direct calls to sched_add(). | jeff | 2007-01-23 | 1 | -1/+1 |
* | Threading cleanup.. part 2 of several. | julian | 2006-12-06 | 1 | -35/+1 |
* | if a thread blocked on userland condition variable is | davidxu | 2006-12-04 | 1 | -0/+11 |
* | Update includes for sys/posix4 move. | trhodes | 2006-11-11 | 1 | -2/+1 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -1/+2 |
* | Make KSE a kernel option, turned on by default in all GENERIC | jb | 2006-10-26 | 1 | -0/+24 |
* | Add compatible code to let 32bit libthr work on 64bit kernel. | davidxu | 2006-09-22 | 1 | -25/+64 |
* | Replace system call thr_getscheduler, thr_setscheduler, thr_setschedparam | davidxu | 2006-09-21 | 1 | -198/+21 |
* | Same as previous change, the user provided priority should be reversed | davidxu | 2006-08-25 | 1 | -2/+2 |
* | POSIX requires that higher numerical values for the priority represent | davidxu | 2006-08-23 | 1 | -39/+39 |
* | Add syscalls thr_setscheduler, thr_getscheduler, and thr_setschedparam, | davidxu | 2006-07-13 | 1 | -2/+158 |
* | Use newkg to check if SCHED_OTHER is already inherited. | davidxu | 2006-07-12 | 1 | -2/+1 |
* | Don't forget to check invalid policy! | davidxu | 2006-07-11 | 1 | -7/+9 |
* | For SCHED_OTHER, we always inherit current thread's interactive priority | davidxu | 2006-07-11 | 1 | -6/+10 |
* | Add POSIX scheduler parameters support to thr_new syscall, this permits | davidxu | 2006-07-11 | 1 | -4/+57 |
* | Create thread in separated ksegrp, so they always get correct user level | davidxu | 2006-07-10 | 1 | -75/+11 |
* | Change msleep() and tsleep() to not alter the calling thread's priority | jhb | 2006-04-17 | 1 | -2/+2 |
* | Call thread_stopped in thr_exit to notify parent that the child process | davidxu | 2006-02-10 | 1 | -0/+1 |
* | Implement thr_set_name to set a name for thread. | davidxu | 2006-02-05 | 1 | -0/+29 |
* | Add a new feature to thr_kill, if thread ID argument is -1, send | davidxu | 2006-01-07 | 1 | -12/+27 |
* | Cleanup some signal interfaces. Now the tdsignal function accepts | davidxu | 2005-11-03 | 1 | -1/+1 |
* | Oops, don't change tdsignal call. | davidxu | 2005-11-03 | 1 | -1/+1 |
* | Add thread_find() function to search a thread by lwpid. | davidxu | 2005-11-03 | 1 | -12/+8 |
* | do umtx_wake at userland thread exit address, so that others userland | davidxu | 2005-10-26 | 1 | -1/+5 |
* | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | davidxu | 2005-10-14 | 1 | -1/+2 |
* | Validate if the value written into {FS,GS}.base is a canonical | davidxu | 2005-07-10 | 1 | -1/+6 |
* | Add new syscall thr_new to create thread in atomic, it will | davidxu | 2005-04-23 | 1 | -53/+136 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |