created | 2024-07-27T21:09:30Z |
---|---|
begin | 2024-07-22T00:00:00Z |
end | 2024-07-23T00:00:00Z |
path | src/sys |
commits | 4 |
date | 2024-07-22T08:18:53Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/kern/kern_exit.c | log | diff | annotate |
message |
Switch proc_finish_wait() to use the process as argument instead of its ps_mainproc. dowait6() needs to stop using ps_mainproc and this is the first step. OK guenther@ |
date | 2024-07-22T09:43:47Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/kern/kern_sig.c | log | diff | annotate |
src/sys/sys/proc.h | log | diff | annotate | |
message |
Rename PS_STOPPED to PS_STOPPING. I want to use PS_STOPPED to indicate that a process has been stopped so make room for that. OK kettenis@ |
date | 2024-07-22T12:05:38Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/tga.c | log | diff | annotate |
message | remove prototype with no matching function |
date | 2024-07-22T14:03:22Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/ata/wd.c | log | diff | annotate |
src/sys/dev/i2c/ipmi_i2c.c | log | diff | annotate | |
message | remove unneeded prototypes for functions in other files |