Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reparent a kernel thread to init during kthread_exit() so that the zombie | jhb | 2000-10-19 | 1 | -0/+1 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -4/+13 |
* | Clean up some low level bootstrap code: | peter | 2000-08-11 | 1 | -4/+0 |
* | Panic if proc0 hasn't been created and we try to call kthread_create. | imp | 2000-01-10 | 1 | -0/+5 |
* | Introduce a mechanism to suspend/resume system processes. Suspend syncer | luoqi | 2000-01-07 | 1 | -0/+40 |
* | Add a per-signal flag to mark handlers registered with osigaction, so we | luoqi | 1999-10-11 | 1 | -1/+2 |
* | Trim unused options (or #ifdef for undoc options). | peter | 1999-10-11 | 1 | -2/+0 |
* | Slight reorganization of kernel thread/process creation. Instead of using | peter | 1999-07-01 | 1 | -0/+100 |