the bitrig master branch has been updated by natano with 6 new commits: commit 4e6ed1119b8d56be8a98b0ae9a5caaa0df81ae8c diff: https://github.com/bitrig/bitrig/commit/4e6ed11 author: Martin Natano <[email protected]> date: Mon Mar 16 19:51:21 2015 +0100
Avoid -Wshorten-64-to-32 warning in nfsm_dissect; ok pedro@ XXX: I am not sure this can't overflow. M sys/nfs/nfsm_subs.h commit 3f5c41e60703ac82ee4747b5f2500e6a453ed9af diff: https://github.com/bitrig/bitrig/commit/3f5c41e author: Martin Natano <[email protected]> date: Sun Mar 15 14:04:55 2015 +0100 Use size_t for size values; ok pedro@ M sys/arch/amd64/amd64/bios.c M sys/kern/vfs_lookup.c commit 3c9db6c3f928f89cabdea46fee74c4b25956e98a diff: https://github.com/bitrig/bitrig/commit/3c9db6c author: Martin Natano <[email protected]> date: Sun Mar 15 14:02:21 2015 +0100 Some straight-forwart szmin() conversions; ok pedro@ M sys/dev/pci/drm/drm_memory.c M sys/dev/pci/if_myx.c M sys/dev/usb/if_athn_usb.c M sys/dev/usb/if_otus.c M sys/dev/usb/if_urtwn.c M sys/dev/usb/if_zyd.c M sys/kern/kern_sig.c M sys/kern/kern_sysctl.c M sys/kern/subr_hibernate.c M sys/kern/sysv_msg.c M sys/kern/tty.c M sys/kern/tty_pty.c M sys/net/bpf.c M sys/net/if_pflog.c M sys/netinet6/icmp6.c commit a19566e6abbc26b3ea6a2a72529baf4f99eea470 diff: https://github.com/bitrig/bitrig/commit/a19566e author: Martin Natano <[email protected]> date: Sun Mar 15 11:12:15 2015 +0100 Change getdisk/parsedisk to use size_t as name length; ok pedro@ M sys/arch/armv7/armv7/autoconf.c M sys/kern/subr_disk.c M sys/sys/device.h commit be8a9727ba7472044f402c5486f4badbb16e1b17 diff: https://github.com/bitrig/bitrig/commit/be8a972 author: Martin Natano <[email protected]> date: Sun Mar 15 11:11:09 2015 +0100 Change getsn() to use size_t for size values. The size argument and the return value both describe the size of a memory area, thus size_t is justified. ok pedro@ M share/man/man9/kern.9 M sys/kern/subr_userconf.c M sys/lib/libkern/getsn.c M sys/lib/libkern/libkern.h commit f26d335de419f67af578841a390fd4955b943b71 diff: https://github.com/bitrig/bitrig/commit/f26d335 author: Martin Natano <[email protected]> date: Sun Mar 15 10:40:37 2015 +0100 Change videoread() to use size_t for size values. This allows us to use szmin, uiomove and and avoid compiler warnings - all at the same time! ok pedro@ M sys/dev/video.c
