created | 2019-05-08T22:45:53Z |
---|---|
begin | 2018-03-15T00:00:00Z |
end | 2018-03-16T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2018-03-15T00:42:41Z | |||
---|---|---|---|---|
author | kevlo | |||
files | src/sys/dev/usb/uticom.c | log | diff | annotate |
src/sys/dev/usb/uts.c | log | diff | annotate | |
src/sys/dev/usb/uvscom.c | log | diff | annotate | |
message |
Remove unused struct member. ok deraadt@ |
date | 2018-03-15T04:22:15Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/ufs/ext2fs/ext2fs_vfsops.c | log | diff | annotate |
message |
"force dirty" printf's are no longer required when pushing filesystems safely to disk. The subsystem seems to be working as intended! :) |
date | 2018-03-15T04:22:16Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/ufs/ffs/ffs_vfsops.c | log | diff | annotate |
message |
"force dirty" printf's are no longer required when pushing filesystems safely to disk. The subsystem seems to be working as intended! :) |
date | 2018-03-15T21:01:18Z | |||
---|---|---|---|---|
author | remi | |||
files | src/sys/net/if_gif.c | log | diff | annotate |
message |
branches: 1.113.2; Remove the check for flags M_AUTH and M_CONF (AH and ESP). The check prevents incomming multicast packages from arriving at the gif interface (eg. OSPF) when the traffic is protected by IPsec in transport mode. ok dlg@ |
date | 2018-03-15T21:36:59Z | |||
---|---|---|---|---|
author | uaa | |||
files | src/sys/dev/usb/if_ugl.c | log | diff | annotate |
message |
bug fix (I found it when comparing with if_upl.c) - remove extra blank line - call ifq_deq_rollback() when ugl_send() failed - call ifq_clr_oactive() before splx() ok mpi@ |