/freebsd/sys/dev/liquidio/base/ |
H A D | lio_request_manager.c | diff ac2fffa4b74cd83963f0d462c379c7f50eeabf20 Sun Jan 21 16:42:36 CET 2018 Pedro F. Giffuni <pfg@FreeBSD.org> Revert r327828, r327949, r327953, r328016-r328026, r328041: Uses of mallocarray(9).
The use of mallocarray(9) has rocketed the required swap to build FreeBSD. This is likely caused by the allocation size attributes which put extra pressure on the compiler.
Given that most of these checks are superfluous we have to choose better where to use mallocarray(9). We still have more uses of mallocarray(9) but hopefully this is enough to bring swap usage to a reasonable level.
Reported by: wosch PR: 225197
|
/freebsd/sys/dev/liquidio/ |
H A D | lio_main.c | diff ac2fffa4b74cd83963f0d462c379c7f50eeabf20 Sun Jan 21 16:42:36 CET 2018 Pedro F. Giffuni <pfg@FreeBSD.org> Revert r327828, r327949, r327953, r328016-r328026, r328041: Uses of mallocarray(9).
The use of mallocarray(9) has rocketed the required swap to build FreeBSD. This is likely caused by the allocation size attributes which put extra pressure on the compiler.
Given that most of these checks are superfluous we have to choose better where to use mallocarray(9). We still have more uses of mallocarray(9) but hopefully this is enough to bring swap usage to a reasonable level.
Reported by: wosch PR: 225197
|
/freebsd/sys/netinet6/ |
H A D | in6_jail.c | diff ac2fffa4b74cd83963f0d462c379c7f50eeabf20 Sun Jan 21 16:42:36 CET 2018 Pedro F. Giffuni <pfg@FreeBSD.org> Revert r327828, r327949, r327953, r328016-r328026, r328041: Uses of mallocarray(9).
The use of mallocarray(9) has rocketed the required swap to build FreeBSD. This is likely caused by the allocation size attributes which put extra pressure on the compiler.
Given that most of these checks are superfluous we have to choose better where to use mallocarray(9). We still have more uses of mallocarray(9) but hopefully this is enough to bring swap usage to a reasonable level.
Reported by: wosch PR: 225197
|
/freebsd/sys/dev/bwn/ |
H A D | if_bwn_phy_lp.c | diff ac2fffa4b74cd83963f0d462c379c7f50eeabf20 Sun Jan 21 16:42:36 CET 2018 Pedro F. Giffuni <pfg@FreeBSD.org> Revert r327828, r327949, r327953, r328016-r328026, r328041: Uses of mallocarray(9).
The use of mallocarray(9) has rocketed the required swap to build FreeBSD. This is likely caused by the allocation size attributes which put extra pressure on the compiler.
Given that most of these checks are superfluous we have to choose better where to use mallocarray(9). We still have more uses of mallocarray(9) but hopefully this is enough to bring swap usage to a reasonable level.
Reported by: wosch PR: 225197
|
/freebsd/sys/dev/beri/virtio/ |
H A D | virtio.c | diff ac2fffa4b74cd83963f0d462c379c7f50eeabf20 Sun Jan 21 16:42:36 CET 2018 Pedro F. Giffuni <pfg@FreeBSD.org> Revert r327828, r327949, r327953, r328016-r328026, r328041: Uses of mallocarray(9).
The use of mallocarray(9) has rocketed the required swap to build FreeBSD. This is likely caused by the allocation size attributes which put extra pressure on the compiler.
Given that most of these checks are superfluous we have to choose better where to use mallocarray(9). We still have more uses of mallocarray(9) but hopefully this is enough to bring swap usage to a reasonable level.
Reported by: wosch PR: 225197
|
/freebsd/sys/gnu/dev/bwn/phy_n/ |
H A D | if_bwn_phy_n_core.c | diff ac2fffa4b74cd83963f0d462c379c7f50eeabf20 Sun Jan 21 16:42:36 CET 2018 Pedro F. Giffuni <pfg@FreeBSD.org> Revert r327828, r327949, r327953, r328016-r328026, r328041: Uses of mallocarray(9).
The use of mallocarray(9) has rocketed the required swap to build FreeBSD. This is likely caused by the allocation size attributes which put extra pressure on the compiler.
Given that most of these checks are superfluous we have to choose better where to use mallocarray(9). We still have more uses of mallocarray(9) but hopefully this is enough to bring swap usage to a reasonable level.
Reported by: wosch PR: 225197
|
/freebsd/sys/dev/ixl/ |
H A D | ixl_pf_iov.c | diff ac2fffa4b74cd83963f0d462c379c7f50eeabf20 Sun Jan 21 16:42:36 CET 2018 Pedro F. Giffuni <pfg@FreeBSD.org> Revert r327828, r327949, r327953, r328016-r328026, r328041: Uses of mallocarray(9).
The use of mallocarray(9) has rocketed the required swap to build FreeBSD. This is likely caused by the allocation size attributes which put extra pressure on the compiler.
Given that most of these checks are superfluous we have to choose better where to use mallocarray(9). We still have more uses of mallocarray(9) but hopefully this is enough to bring swap usage to a reasonable level.
Reported by: wosch PR: 225197
|
/freebsd/sys/geom/uzip/ |
H A D | g_uzip_zlib.c | diff ac2fffa4b74cd83963f0d462c379c7f50eeabf20 Sun Jan 21 16:42:36 CET 2018 Pedro F. Giffuni <pfg@FreeBSD.org> Revert r327828, r327949, r327953, r328016-r328026, r328041: Uses of mallocarray(9).
The use of mallocarray(9) has rocketed the required swap to build FreeBSD. This is likely caused by the allocation size attributes which put extra pressure on the compiler.
Given that most of these checks are superfluous we have to choose better where to use mallocarray(9). We still have more uses of mallocarray(9) but hopefully this is enough to bring swap usage to a reasonable level.
Reported by: wosch PR: 225197
|
/freebsd/sys/netgraph/ |
H A D | ng_deflate.c | diff ac2fffa4b74cd83963f0d462c379c7f50eeabf20 Sun Jan 21 16:42:36 CET 2018 Pedro F. Giffuni <pfg@FreeBSD.org> Revert r327828, r327949, r327953, r328016-r328026, r328041: Uses of mallocarray(9).
The use of mallocarray(9) has rocketed the required swap to build FreeBSD. This is likely caused by the allocation size attributes which put extra pressure on the compiler.
Given that most of these checks are superfluous we have to choose better where to use mallocarray(9). We still have more uses of mallocarray(9) but hopefully this is enough to bring swap usage to a reasonable level.
Reported by: wosch PR: 225197
|
/freebsd/sys/x86/cpufreq/ |
H A D | est.c | diff ac2fffa4b74cd83963f0d462c379c7f50eeabf20 Sun Jan 21 16:42:36 CET 2018 Pedro F. Giffuni <pfg@FreeBSD.org> Revert r327828, r327949, r327953, r328016-r328026, r328041: Uses of mallocarray(9).
The use of mallocarray(9) has rocketed the required swap to build FreeBSD. This is likely caused by the allocation size attributes which put extra pressure on the compiler.
Given that most of these checks are superfluous we have to choose better where to use mallocarray(9). We still have more uses of mallocarray(9) but hopefully this is enough to bring swap usage to a reasonable level.
Reported by: wosch PR: 225197
|
/freebsd/sys/dev/virtio/console/ |
H A D | virtio_console.c | diff ac2fffa4b74cd83963f0d462c379c7f50eeabf20 Sun Jan 21 16:42:36 CET 2018 Pedro F. Giffuni <pfg@FreeBSD.org> Revert r327828, r327949, r327953, r328016-r328026, r328041: Uses of mallocarray(9).
The use of mallocarray(9) has rocketed the required swap to build FreeBSD. This is likely caused by the allocation size attributes which put extra pressure on the compiler.
Given that most of these checks are superfluous we have to choose better where to use mallocarray(9). We still have more uses of mallocarray(9) but hopefully this is enough to bring swap usage to a reasonable level.
Reported by: wosch PR: 225197
|
/freebsd/sys/powerpc/pseries/ |
H A D | phyp_vscsi.c | diff ac2fffa4b74cd83963f0d462c379c7f50eeabf20 Sun Jan 21 16:42:36 CET 2018 Pedro F. Giffuni <pfg@FreeBSD.org> Revert r327828, r327949, r327953, r328016-r328026, r328041: Uses of mallocarray(9).
The use of mallocarray(9) has rocketed the required swap to build FreeBSD. This is likely caused by the allocation size attributes which put extra pressure on the compiler.
Given that most of these checks are superfluous we have to choose better where to use mallocarray(9). We still have more uses of mallocarray(9) but hopefully this is enough to bring swap usage to a reasonable level.
Reported by: wosch PR: 225197
|
/freebsd/sys/dev/mpr/ |
H A D | mpr_mapping.c | diff ac2fffa4b74cd83963f0d462c379c7f50eeabf20 Sun Jan 21 16:42:36 CET 2018 Pedro F. Giffuni <pfg@FreeBSD.org> Revert r327828, r327949, r327953, r328016-r328026, r328041: Uses of mallocarray(9).
The use of mallocarray(9) has rocketed the required swap to build FreeBSD. This is likely caused by the allocation size attributes which put extra pressure on the compiler.
Given that most of these checks are superfluous we have to choose better where to use mallocarray(9). We still have more uses of mallocarray(9) but hopefully this is enough to bring swap usage to a reasonable level.
Reported by: wosch PR: 225197
|
/freebsd/sys/dev/netmap/ |
H A D | if_ptnet.c | diff ac2fffa4b74cd83963f0d462c379c7f50eeabf20 Sun Jan 21 16:42:36 CET 2018 Pedro F. Giffuni <pfg@FreeBSD.org> Revert r327828, r327949, r327953, r328016-r328026, r328041: Uses of mallocarray(9).
The use of mallocarray(9) has rocketed the required swap to build FreeBSD. This is likely caused by the allocation size attributes which put extra pressure on the compiler.
Given that most of these checks are superfluous we have to choose better where to use mallocarray(9). We still have more uses of mallocarray(9) but hopefully this is enough to bring swap usage to a reasonable level.
Reported by: wosch PR: 225197
|
/freebsd/sys/kern/ |
H A D | kern_ctf.c | diff ac2fffa4b74cd83963f0d462c379c7f50eeabf20 Sun Jan 21 16:42:36 CET 2018 Pedro F. Giffuni <pfg@FreeBSD.org> Revert r327828, r327949, r327953, r328016-r328026, r328041: Uses of mallocarray(9).
The use of mallocarray(9) has rocketed the required swap to build FreeBSD. This is likely caused by the allocation size attributes which put extra pressure on the compiler.
Given that most of these checks are superfluous we have to choose better where to use mallocarray(9). We still have more uses of mallocarray(9) but hopefully this is enough to bring swap usage to a reasonable level.
Reported by: wosch PR: 225197
|
/freebsd/sys/dev/syscons/fire/ |
H A D | fire_saver.c | diff ac2fffa4b74cd83963f0d462c379c7f50eeabf20 Sun Jan 21 16:42:36 CET 2018 Pedro F. Giffuni <pfg@FreeBSD.org> Revert r327828, r327949, r327953, r328016-r328026, r328041: Uses of mallocarray(9).
The use of mallocarray(9) has rocketed the required swap to build FreeBSD. This is likely caused by the allocation size attributes which put extra pressure on the compiler.
Given that most of these checks are superfluous we have to choose better where to use mallocarray(9). We still have more uses of mallocarray(9) but hopefully this is enough to bring swap usage to a reasonable level.
Reported by: wosch PR: 225197
|
/freebsd/sys/dev/pst/ |
H A D | pst-iop.c | diff ac2fffa4b74cd83963f0d462c379c7f50eeabf20 Sun Jan 21 16:42:36 CET 2018 Pedro F. Giffuni <pfg@FreeBSD.org> Revert r327828, r327949, r327953, r328016-r328026, r328041: Uses of mallocarray(9).
The use of mallocarray(9) has rocketed the required swap to build FreeBSD. This is likely caused by the allocation size attributes which put extra pressure on the compiler.
Given that most of these checks are superfluous we have to choose better where to use mallocarray(9). We still have more uses of mallocarray(9) but hopefully this is enough to bring swap usage to a reasonable level.
Reported by: wosch PR: 225197
|
/freebsd/sys/i386/i386/ |
H A D | k6_mem.c | diff ac2fffa4b74cd83963f0d462c379c7f50eeabf20 Sun Jan 21 16:42:36 CET 2018 Pedro F. Giffuni <pfg@FreeBSD.org> Revert r327828, r327949, r327953, r328016-r328026, r328041: Uses of mallocarray(9).
The use of mallocarray(9) has rocketed the required swap to build FreeBSD. This is likely caused by the allocation size attributes which put extra pressure on the compiler.
Given that most of these checks are superfluous we have to choose better where to use mallocarray(9). We still have more uses of mallocarray(9) but hopefully this is enough to bring swap usage to a reasonable level.
Reported by: wosch PR: 225197
|
H A D | bpf_jit_machdep.c | diff ac2fffa4b74cd83963f0d462c379c7f50eeabf20 Sun Jan 21 16:42:36 CET 2018 Pedro F. Giffuni <pfg@FreeBSD.org> Revert r327828, r327949, r327953, r328016-r328026, r328041: Uses of mallocarray(9).
The use of mallocarray(9) has rocketed the required swap to build FreeBSD. This is likely caused by the allocation size attributes which put extra pressure on the compiler.
Given that most of these checks are superfluous we have to choose better where to use mallocarray(9). We still have more uses of mallocarray(9) but hopefully this is enough to bring swap usage to a reasonable level.
Reported by: wosch PR: 225197
|
/freebsd/sys/dev/fb/ |
H A D | splash.c | diff ac2fffa4b74cd83963f0d462c379c7f50eeabf20 Sun Jan 21 16:42:36 CET 2018 Pedro F. Giffuni <pfg@FreeBSD.org> Revert r327828, r327949, r327953, r328016-r328026, r328041: Uses of mallocarray(9).
The use of mallocarray(9) has rocketed the required swap to build FreeBSD. This is likely caused by the allocation size attributes which put extra pressure on the compiler.
Given that most of these checks are superfluous we have to choose better where to use mallocarray(9). We still have more uses of mallocarray(9) but hopefully this is enough to bring swap usage to a reasonable level.
Reported by: wosch PR: 225197
|
/freebsd/sys/dev/vnic/ |
H A D | nicvf_queues.c | diff ac2fffa4b74cd83963f0d462c379c7f50eeabf20 Sun Jan 21 16:42:36 CET 2018 Pedro F. Giffuni <pfg@FreeBSD.org> Revert r327828, r327949, r327953, r328016-r328026, r328041: Uses of mallocarray(9).
The use of mallocarray(9) has rocketed the required swap to build FreeBSD. This is likely caused by the allocation size attributes which put extra pressure on the compiler.
Given that most of these checks are superfluous we have to choose better where to use mallocarray(9). We still have more uses of mallocarray(9) but hopefully this is enough to bring swap usage to a reasonable level.
Reported by: wosch PR: 225197
|
/freebsd/sys/dev/virtio/mmio/ |
H A D | virtio_mmio.c | diff ac2fffa4b74cd83963f0d462c379c7f50eeabf20 Sun Jan 21 16:42:36 CET 2018 Pedro F. Giffuni <pfg@FreeBSD.org> Revert r327828, r327949, r327953, r328016-r328026, r328041: Uses of mallocarray(9).
The use of mallocarray(9) has rocketed the required swap to build FreeBSD. This is likely caused by the allocation size attributes which put extra pressure on the compiler.
Given that most of these checks are superfluous we have to choose better where to use mallocarray(9). We still have more uses of mallocarray(9) but hopefully this is enough to bring swap usage to a reasonable level.
Reported by: wosch PR: 225197
|
/freebsd/sys/dev/aacraid/ |
H A D | aacraid.c | diff ac2fffa4b74cd83963f0d462c379c7f50eeabf20 Sun Jan 21 16:42:36 CET 2018 Pedro F. Giffuni <pfg@FreeBSD.org> Revert r327828, r327949, r327953, r328016-r328026, r328041: Uses of mallocarray(9).
The use of mallocarray(9) has rocketed the required swap to build FreeBSD. This is likely caused by the allocation size attributes which put extra pressure on the compiler.
Given that most of these checks are superfluous we have to choose better where to use mallocarray(9). We still have more uses of mallocarray(9) but hopefully this is enough to bring swap usage to a reasonable level.
Reported by: wosch PR: 225197
|
/freebsd/sys/amd64/amd64/ |
H A D | bpf_jit_machdep.c | diff ac2fffa4b74cd83963f0d462c379c7f50eeabf20 Sun Jan 21 16:42:36 CET 2018 Pedro F. Giffuni <pfg@FreeBSD.org> Revert r327828, r327949, r327953, r328016-r328026, r328041: Uses of mallocarray(9).
The use of mallocarray(9) has rocketed the required swap to build FreeBSD. This is likely caused by the allocation size attributes which put extra pressure on the compiler.
Given that most of these checks are superfluous we have to choose better where to use mallocarray(9). We still have more uses of mallocarray(9) but hopefully this is enough to bring swap usage to a reasonable level.
Reported by: wosch PR: 225197
|
/freebsd/sys/cam/ |
H A D | cam_queue.c | diff ac2fffa4b74cd83963f0d462c379c7f50eeabf20 Sun Jan 21 16:42:36 CET 2018 Pedro F. Giffuni <pfg@FreeBSD.org> Revert r327828, r327949, r327953, r328016-r328026, r328041: Uses of mallocarray(9).
The use of mallocarray(9) has rocketed the required swap to build FreeBSD. This is likely caused by the allocation size attributes which put extra pressure on the compiler.
Given that most of these checks are superfluous we have to choose better where to use mallocarray(9). We still have more uses of mallocarray(9) but hopefully this is enough to bring swap usage to a reasonable level.
Reported by: wosch PR: 225197
|