created | 2019-10-26T13:53:54Z |
---|---|
begin | 2019-10-22T00:00:00Z |
end | 2019-10-23T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2019-10-22T15:46:40Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/scsi/sd.c | log | diff | annotate |
message |
No need to always pass the same thing to sd_get_parms(). One less parameter to worry about. |
date | 2019-10-22T18:45:02Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/kern/uipc_mbuf.c | log | diff | annotate |
message |
Replace the mutex that protects the mbuf allocation limit by an atomic operation. OK visa@ cheloha@ |
date | 2019-10-22T20:19:41Z | |||
---|---|---|---|---|
author | cheloha | |||
files | src/sys/kern/kern_tc.c | log | diff | annotate |
src/sys/sys/time.h | log | diff | annotate | |
message |
nanoboottime(9): add and document new interface Wanted for upcoming process accounting changes, maybe useful elsewhere. ok bluhm@ millert@ |
date | 2019-10-22T21:19:22Z | |||
---|---|---|---|---|
author | cheloha | |||
files | src/sys/kern/init_main.c | log | diff | annotate |
src/sys/kern/kern_acct.c | log | diff | annotate | |
src/sys/kern/kern_fork.c | log | diff | annotate | |
src/sys/kern/kern_sysctl.c | log | diff | annotate | |
src/sys/sys/proc.h | log | diff | annotate | |
src/sys/sys/sysctl.h | log | diff | annotate | |
message |
struct proc: change ps_start from utc time to uptime Allows us to determine how long a process has been running, even if the UTC clock jumps. With help from bluhm@ and millert@, who squashed several bugs. ok bluhm@ millert@ |
date | 2019-10-22T21:40:12Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/netinet6/in6.c | log | diff | annotate |
message | Fix white spaces and use __func__ in printf(). |