created | 2023-05-21T20:07:17Z |
---|---|
begin | 2023-05-14T00:00:00Z |
end | 2023-05-15T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2023-05-14T01:46:53Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/net/if.c | log | diff | annotate |
message |
give softnet threads unique names by suffixing softnet with their index. ie, you'll see softnet0, softnet1, etc in top/ps/etc now instead of just softnet on these threads. this is done by wrapping the taskq and name up in a softnet struct. ok patrick@ bluhm@ mvs@ kn@ sashan@ |
date | 2023-05-14T18:34:02Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/dev/vnd.c | log | diff | annotate |
src/sys/dev/vndioctl.h | log | diff | annotate | |
message |
Improve emulation of a disktab entry (-t) by using the type specified in the disktab entry (:dt:) when setting the default disklabel's d_type. This will enable installboot(8) to know the vnd device should be treated as a floppy disk. Feedback & improved field packing from millert@ |