created | 2024-01-14T15:41:39Z |
---|---|
begin | 2024-01-09T00:00:00Z |
end | 2024-01-10T00:00:00Z |
path | src/sys |
commits | 9 |
date | 2024-01-09T03:15:59Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/ufs/ffs/ffs_inode.c | log | diff | annotate |
src/sys/ufs/ufs/dir.h | log | diff | annotate | |
src/sys/ufs/ufs/ufs_dirhash.c | log | diff | annotate | |
src/sys/ufs/ufs/ufs_lookup.c | log | diff | annotate | |
src/sys/ufs/ufs/ufs_vnops.c | log | diff | annotate | |
message |
Delete support for FFS filesystems before the in-inode symlink optimization. As observed by ali_farzanrad(at)riseup.net, support for these was broken in the 5.5 release in early 2014 by the time_t changes. No one noticed before now, so clearly this isn't something we need to continue to support; rejecting in ffs_validate() is an improvement. Also: simplify DIRSIZ(), drop OLDDIRFMT and NEWDIRFMT, tests of fs_maxsymlinklen against zero, #ifdef tests of FS_44INODEFMT, and remove support for newfs -O0, last used in 2016. ok miod@ |
date | 2024-01-09T03:16:00Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/ufs/ext2fs/ext2fs_dir.h | log | diff | annotate |
src/sys/ufs/ffs/ffs_vfsops.c | log | diff | annotate | |
src/sys/ufs/ffs/ffs_vnops.c | log | diff | annotate | |
message |
Delete support for FFS filesystems before the in-inode symlink optimization. As observed by ali_farzanrad(at)riseup.net, support for these was broken in the 5.5 release in early 2014 by the time_t changes. No one noticed before now, so clearly this isn't something we need to continue to support; rejecting in ffs_validate() is an improvement. Also: simplify DIRSIZ(), drop OLDDIRFMT and NEWDIRFMT, tests of fs_maxsymlinklen against zero, #ifdef tests of FS_44INODEFMT, and remove support for newfs -O0, last used in 2016. ok miod@ |
date | 2024-01-09T03:53:09Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/drm_drv.c | log | diff | annotate |
message | avoid unused var warning on sparc64 |
date | 2024-01-09T04:29:46Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/pci/if_bnxt.c | log | diff | annotate |
message |
If there are still mbufs on a ring when we're freeing it, it'd be a good idea to free them too. ok dlg@ |
date | 2024-01-09T04:32:29Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/pci/if_bnxt.c | log | diff | annotate |
message | remove needless comment |
date | 2024-01-09T05:49:44Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/include/linux/platform_device.h | log | diff | annotate |
message | inline -> static inline ; fixes sparc64 build |
date | 2024-01-09T07:10:00Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/include/linux/of.h | log | diff | annotate |
message | remove unused of_device_get_match_data() prototype |
date | 2024-01-09T19:57:00Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/netinet/in_pcb.c | log | diff | annotate |
src/sys/netinet/in_pcb.h | log | diff | annotate | |
message |
Convert some struct inpcb parameter to const pointer. OK millert@ |
date | 2024-01-09T19:57:01Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/netinet6/in6_pcb.c | log | diff | annotate |
src/sys/netinet6/in6_src.c | log | diff | annotate | |
message |
Convert some struct inpcb parameter to const pointer. OK millert@ |