created | 2020-01-04T20:10:28Z |
---|---|
begin | 2020-01-02T00:00:00Z |
end | 2020-01-03T00:00:00Z |
path | src/sys |
commits | 10 |
date | 2020-01-02T08:52:53Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/kern/kern_sysctl.c | log | diff | annotate |
message |
Exclude offline cpus in KERN_CPTIME calculation. Without this too high idle time is reported in tools like vmstat. OK visa@ benno@ krw@ |
date | 2020-01-02T08:56:33Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/net/if_tun.c | log | diff | annotate |
message |
Switch tun(4) and tap(4) to use pgsigio(9) and sigio_init(9) for async I/O registration and signaling instead of handrolling a solution with csignal(). OK visa@ |
date | 2020-01-02T09:00:45Z | |||
---|---|---|---|---|
author | kevlo | |||
files | src/sys/dev/pci/if_rge.c | log | diff | annotate |
message | Fix bus_dmamap_sync(9) calls. While here fix a typo in a comment. |
date | 2020-01-02T16:00:54Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/mips64/mips64/db_disasm.c | log | diff | annotate |
message |
Use newabi register names in disassembly. OK miod@ |
date | 2020-01-02T16:23:01Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/net/bpf.c | log | diff | annotate |
src/sys/net/bpfdesc.h | log | diff | annotate | |
message |
Switch bpf to use pgsigio(9) and sigio_init(9) instead of handrolling something with csignal(). OK visa@ |
date | 2020-01-02T19:03:20Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/kern/syscalls.master | log | diff | annotate |
message |
Unlock pipe(2) and pipe2(2). The kernel lock does not provide any serialization at this point since everything is protected by the pipe_lock. Thanks to tb@ and visa@ for testing; ok mpi@ visa@ |
date | 2020-01-02T19:05:07Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/kern/init_sysent.c | log | diff | annotate |
src/sys/kern/syscalls.c | log | diff | annotate | |
src/sys/sys/syscall.h | log | diff | annotate | |
src/sys/sys/syscallargs.h | log | diff | annotate | |
message | regen |
date | 2020-01-02T20:50:06Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/kern/subr_log.c | log | diff | annotate |
message |
Change /dev/log to use pgsigio(9) and sigio_init(9) like it was done for bpf(4) and tun(4) instead of using hand rolled code using csignal(). OK visa@ |
date | 2020-01-02T22:34:41Z | |||
---|---|---|---|---|
author | mortimer | |||
files | src/sys/dev/pci/ccp_pci.c | log | diff | annotate |
src/sys/dev/pci/pcidevs | log | diff | annotate | |
message |
Add pci id for recent AMD CCP and use it in ccp(4). ok jsg@ |
date | 2020-01-02T22:35:39Z | |||
---|---|---|---|---|
author | mortimer | |||
files | src/sys/dev/pci/pcidevs.h | log | diff | annotate |
src/sys/dev/pci/pcidevs_data.h | log | diff | annotate | |
message | regen |