Page MenuHomeFreeBSD
Feed Search

Dec 27 2014

neel updated the diff for D1384: Implement "special mask mode" in vatpic..

Address Peter's comments.

Dec 27 2014, 11:00 PM
neel retitled D1385: Add RTC device emulation to vmm.ko from
Dec 27 2014, 5:08 AM
neel retitled D1384: Implement "special mask mode" in vatpic. from
Dec 27 2014, 4:13 AM

Dec 20 2014

neel closed D1328: Various 8259 device model improvements..
Dec 20 2014, 4:11 AM

Dec 17 2014

neel retitled D1328: Various 8259 device model improvements. from
Dec 17 2014, 6:07 AM
neel closed D1322: Fix 8259 IRQ priority resolver..
Dec 17 2014, 2:55 AM

Dec 16 2014

neel added a comment to D1322: Fix 8259 IRQ priority resolver..

The C program mentioned in the Test Plan:

Dec 16 2014, 7:27 AM
neel retitled D1322: Fix 8259 IRQ priority resolver. from
Dec 16 2014, 7:25 AM
neel closed D1310: Fix PIC IRR handling for level-triggered pins..
Dec 16 2014, 6:32 AM

Dec 14 2014

neel retitled D1310: Fix PIC IRR handling for level-triggered pins. from
Dec 14 2014, 1:18 AM

Nov 10 2014

neel accepted D1129: Fix incorrect reading of 32-bit modinfo on 64-bit loaders..

Apologies for the delay. Looks good to me.

Nov 10 2014, 10:37 PM

Oct 26 2014

neel accepted D1010: Rework hypervisor detection..

Looks good.

Oct 26 2014, 9:05 PM

Oct 25 2014

neel accepted D1008: Add AMD SVM features to dmesg..

Looks good.

Oct 25 2014, 2:59 AM

Sep 28 2014

neel closed D851: Fix panic when dequeuing nmdm tty from 'tty_list' after revoke(2)..
Sep 28 2014, 9:08 PM

Sep 27 2014

neel added a comment to D851: Fix panic when dequeuing nmdm tty from 'tty_list' after revoke(2)..

Thanks for the review.

Sep 27 2014, 3:56 PM
neel added a comment to F29377: nmdm_revoke.sh.

The script assumes that the output of compiling nmdmclosetest.c is /tmp/a.out.

Sep 27 2014, 12:17 AM
neel added a comment to D851: Fix panic when dequeuing nmdm tty from 'tty_list' after revoke(2)..

C program to open nmdm device, create a thread that blocks on a read() of the device and then closes it.

Sep 27 2014, 12:15 AM
neel retitled D851: Fix panic when dequeuing nmdm tty from 'tty_list' after revoke(2). from
Sep 27 2014, 12:11 AM

Sep 22 2014

neel added a comment to D804: Use ahci-hd device instead of virtio-blk device in vmrun.sh.

I'll defer to Peter on this one.

Sep 22 2014, 9:13 PM

Sep 12 2014

neel accepted D767: Propagate error status of /usr/sbin/bhyve out of vmrun.sh script.

Looks good.

Sep 12 2014, 8:07 PM
neel added inline comments to D767: Propagate error status of /usr/sbin/bhyve out of vmrun.sh script.
Sep 12 2014, 6:19 AM

Sep 9 2014

neel accepted D745: Allow vtnet operation without merged rx buffers..

Looks good.

Sep 9 2014, 7:08 PM

Sep 6 2014

neel accepted D729: Fix issue with nmdm with leading zeros in device name..
Sep 6 2014, 1:55 AM

Aug 23 2014

neel closed D669: Return the spurious interrupt vector (IRQ7 or IRQ15) if the atpic cannot find any unmasked pin with an interrupt asserted..
Aug 23 2014, 9:15 PM

Aug 22 2014

neel retitled D669: Return the spurious interrupt vector (IRQ7 or IRQ15) if the atpic cannot find any unmasked pin with an interrupt asserted. from
Aug 22 2014, 5:17 AM

Aug 21 2014

neel closed D662: Modify file permissions for shutdown(8), poweroff(8), mksnap_ffs(8) and ppp(8) so they are readable by others..
Aug 21 2014, 7:02 PM
neel retitled D662: Modify file permissions for shutdown(8), poweroff(8), mksnap_ffs(8) and ppp(8) so they are readable by others. from
Aug 21 2014, 12:43 AM

Aug 17 2014

neel closed D611: Remove LOG_ODELAY because it does nothing..
Aug 17 2014, 3:05 AM

Aug 16 2014

neel updated the diff for D611: Remove LOG_ODELAY because it does nothing..

Remove LOG_ODELAY from non-contrib code.

Aug 16 2014, 6:25 AM

Aug 15 2014

neel retitled D611: Remove LOG_ODELAY because it does nothing. from
Aug 15 2014, 3:33 AM

Aug 13 2014

neel closed D592: Minor cleanups in pci_irq.c.
Aug 13 2014, 4:17 AM

Aug 12 2014

neel retitled D592: Minor cleanups in pci_irq.c from
Aug 12 2014, 5:28 AM

Aug 8 2014

neel accepted D445: change uneeded const.

Looks good.

Aug 8 2014, 9:44 PM
neel closed D505: Support PCI extended config space in bhyve..
Aug 8 2014, 2:12 AM
neel added inline comments to D505: Support PCI extended config space in bhyve..
Aug 8 2014, 2:08 AM

Aug 4 2014

neel added a comment to D505: Support PCI extended config space in bhyve..

There is no hurry but just making sure it's on the radar.

Aug 4 2014, 8:22 PM

Jul 30 2014

neel retitled D505: Support PCI extended config space in bhyve. from
Jul 30 2014, 8:06 PM

Jul 29 2014

neel accepted D498: Add VT-x features to dmesg..

Looks good.

Jul 29 2014, 6:05 PM

Jul 25 2014

neel closed D480: Simplify the meaning of return values from the bhyve's inout handlers..
Jul 25 2014, 8:18 PM
neel retitled D480: Simplify the meaning of return values from the bhyve's inout handlers. from
Jul 25 2014, 6:00 AM

Jul 22 2014

neel added a comment to D445: change uneeded const.

Wouldn't this create another warning at line 112 because 'devspec' is a const and is now assigned to a non-const variable?
np = (devspec + strlen(dv->dv_name));

Jul 22 2014, 4:29 PM
neel accepted D444: Cleanup warnings.

Looks good.

Jul 22 2014, 4:25 PM