Age | Commit message (Collapse) | Author | Files | Lines |
|
commit 0e8ce6ee7524ee6c2c24a2d4ed28ea71a5dcd85e
9786 loader.efi: enumeration value 'EfiMaxMemoryType' not handled in switch
commit c8bfc1e4e5bf8c7324dc1b265113ba9e401264db
9785 loader.efi: variable 'attr' set but not used
commit 6649cbcc75f82cb221ebe2ee6f5afc2001249848
9784 loader: multiboot.c has unused variables and function
commit c9a7c757006f9d80806dedf907c3e03ab5ae04e4
9743 libi386: biosdisk should use BD_RD and BD_WR constants
|
|
Reviewed by: Igor Kozhukhov <igor@dilos.org>
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk>
Reviewed by: Gergő Mihály Doma <domag02@gmail.com>
Approved by: Dan McDonald <danmcd@joyent.com>
|
|
Reviewed by: Igor Kozhukhov <igor@dilos.org>
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk>
Reviewed by: Gergő Mihály Doma <domag02@gmail.com>
Approved by: Dan McDonald <danmcd@joyent.com>
|
|
Reviewed by: Igor Kozhukhov <igor@dilos.org>
Reviewed by: Gergő Mihály Doma <domag02@gmail.com>
Approved by: Dan McDonald <danmcd@joyent.com>
|
|
Reviewed by: Jason King <jason.king@joyent.com>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Yuri Pankov <yuripv@yuripv.net>
Approved by: Robert Mustacchi <rm@joyent.com>
|
|
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Approved by: Robert Mustacchi <rm@joyent.com>
|
|
Reviewed by: Jorge Schrauwen <jorge@blackdot.be>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Jason King <jbk@joyent.com>
|
|
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Approved by: Robert Mustacchi <rm@joyent.com>
|
|
Reviewed by: Jason King <jbk@joyent.com>
Reviewed by: Mike Zeller <mike.zeller@joyent.com>
Approved by: Dan McDonald <danmcd@joyent.com>
|
|
commit b075503f221374dd0495c40e8811d229cb9fdc74
9783 loader: linux.c: format '%x' expects argument of type 'unsigned int'
commit 6d65bee7bcc62b2d9bdfde6610561ce76c92a908
9459 Implement topo module to enumerate dimms from smbios
Conflicts:
usr/src/lib/fm/topo/modules/common/smbios/smbios_enum.c
usr/src/lib/fm/topo/libtopo/common/topo_hc.h
|
|
|
|
Reviewed by: Jason King <jason.king@joyent.com>
Approved by: John Levon <john.levon@joyent.com>
|
|
OS-7207 xhci needs to always set slot context
OS-7208 increase xhci bulk transfer sgl count
OS-7210 xhci_transfer_get_tdsize can return values that are too large
Reviewed by: Alex Wilson <alex.wilson@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Approved by: Alex Wilson <alex.wilson@joyent.com>
|
|
Reviewed by: C Fraire <cfraire@me.com>
Reviewed by: Igor Kozhukhov <igor@dilos.org>
Reviewed by: Gergő Mihály Doma <domag02@gmail.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
|
|
Reviewed by: Yuri Pankov <yuripv@yuripv.net>
Reviewed by: Igor Kozhukhov <igor@dilos.org>
Approved by: Richard Lowe <richlowe@richlowe.net>
|
|
Reviewed by: Dan McDonald <danmcd@joyent.com>
Approved by: Patrick Mooney <patrick.mooney@joyent.com>
|
|
|
|
commit d2df75e755ab7973e38d93f9937214d0062c20e0
9771 loader.efi: 'handles' is used uninitialized in comconsole.c
commit dd842a538534a82ca85614863fb473633d7ee59c
9770 loader.efi: unused variable 'cons' in comconsole.c
commit 8c5d29ab25ca6e74ebaba57fba6b4794fab41f3c
9731 uts: update sys/queue.h
commit 8c3347c4989237d6ebeeb03a67b21a523fc105d6
9782 eventfd support in zones is incomplete
|
|
Reviewed by: Andy Stormont <astormont@racktopsystems.com>
Reviewed by: Igor Kozhukhov <igor@dilos.org>
Approved by: Dan McDonald <danmcd@joyent.com>
|
|
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Andy Stormont <astormont@racktopsystems.com>
Approved by: Dan McDonald <danmcd@joyent.com>
|
|
Reviewed by: Yuri Pankov <yuripv@yuripv.net>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Dan McDonald <danmcd@joyent.com>
|
|
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Approved by: Dan McDonald <danmcd@joyent.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
due to gcc's pickiness.
|
|
function 'ctf_dwarf_create_array':
/root/src/gcc/projects/illumos/usr/src/lib/libctf/common/ctf_dwarf.c:1448:15: error: variable 'ar' set but not used [-Werror=unused-but-set-variable]
|
|
|
|
../../common/io/virtio/virtio.c:988:6: error: variable 'config_handler_count' set but not used [-Werror=unused-but-set-variable]
|
|
|
|
../../intel/io/vmxnet/vmxnet.c:1879:25: error: variable 'revid' set but not used [-Werror=unused-but-set-variable]
- only used when DPRINTF() enabled. Mark __unused.
|
|
../../i86pc/io/vmm/io/vrtc.c:286:13: error: variable 'vm' set but not used [-Werror=unused-but-set-variable]
struct vm *vm;
^~
../../i86pc/io/vmm/io/vrtc.c: In function 'vrtc_time_update':
../../i86pc/io/vmm/io/vrtc.c:402:13: error: variable 'oldbase' set but not used [-Werror=unused-but-set-variable]
|
|
../../i86pc/io/vmm/vmm_sol_dev.c:982:9: error: variable 'srcp' set but not used [-Werror=unused-but-set-variable]
- not sure about this code ... but we don't hit this path
|
|
../../i86pc/io/vmm/vmm.c:1018:22: error: variable 'host_domain' set but not used [-Werror=unused-but-set-variable]
void *vp, *cookie, *host_domain;
^~~~~~~~~~~
../../i86pc/io/vmm/vmm.c: In function 'vm_handle_hlt':
../../i86pc/io/vmm/vmm.c:1534:14: error: variable 'wmesg' set but not used [-Werror=unused-but-set-variable]
const char *wmesg;
^~~~~
../../i86pc/io/vmm/vmm.c: In function 'vm_handle_suspend':
../../i86pc/io/vmm/vmm.c:1746:9: error: variable 'done' set but not used [-Werror=unused-but-set-variable]
int i, done;
|
|
../../i86pc/io/vmm/vmm_sol_vm.c:697:9: error: variable 'oldpfn' set but not used [-Werror=unused-but-set-variable]
|
|
../../i86pc/io/vmm/intel/vmx.c:1178:15: error: variable 'func' set but not used [-Werror=unused-but-set-variable]
GCC is right.
|
|
../../common/inet/udp/udp.c:376:23: error: variable 'ether' set but not used [-Werror=unused-but-set-variable]
struct ether_header *ether;
GCC is correct.
|
|
../../common/io/dr_sas/dr_sas.c:3340:6: error: this statement may fall through [-Werror=implicit-fallthrough=]
if (acmd->islogical) {
gcc default of -Wimplicit-fallthrough=3 is particularly picky about the
fallthrough comment syntax. We can't - yet - set gcc-version-specific options,
so just work around it for now.
../../common/io/dr_sas/dr_sas.c: In function 'build_cmd':
../../common/io/dr_sas/dr_sas.c:3274:12: error: variable 'context' set but not used [-Werror=unused-but-set-variable]
uint32_t context;
^~~~~~~
../../common/io/dr_sas/dr_sas.c: In function 'disable_intr_ppc':
../../common/io/dr_sas/dr_sas.c:4702:11: error: variable 'mask' set but not used [-Werror=unused-but-set-variable]
uint32_t mask;
- looks like these are there for side-effects, mark __unused
|
|
|
|
pci_emul.c:591:17: error: 'mask' may be used uninitialized in this function [-Werror=maybe-uninitialized]
This is because gcc doesn't understand that assert(0) never returns;
replace it with abort().
|
|
as it confuses GCC into thinking we have a file-scope VLA in CTASSERT().
In file included from /root/src/gcc/projects/illumos/usr/src/compat/freebsd/sys/mutex.h:21:0,
from ../../common/sys/time.h:277,
from /root/src/gcc/projects/illumos/usr/src/compat/freebsd/sys/time.h:19,
from /root/src/gcc/projects/illumos/usr/src/compat/freebsd/sys/param.h:29,
from ../../i86pc/io/vmm/amd/svm_msr.c:30:
../../i86pc/io/vmm/amd/vmcb.h:325:26: error: variably modified '__compile_time_assertion__325' at file scope [-Werror]
CTASSERT(offsetof(struct vmcb, state) == 0x400);
|
|
import "8849 libresolv2: remove rcsid" into libresolv2_joy
|
|
|
|
9129 file-locking tests shouldn't build multiple source files in one compiler invocation
9130 DTrace tst.gcc.d isn't useful 9132 cw(1onbld) shouldn't shadow pure preprocessing
|
|
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Joshua M. Clulow <josh@sysmgr.org>
|
|
OS-7203 Update ACPI to joyent/20180629
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
|
|
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Robert Mustacchi <rm@joyent.com>
|