Address Peter's comments.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Dec 27 2014
Dec 27 2014
neel retitled D1384: Implement "special mask mode" in vatpic. from to Implement "special mask mode" in vatpic..
Dec 20 2014
Dec 20 2014
Dec 17 2014
Dec 17 2014
neel retitled D1328: Various 8259 device model improvements. from to Various 8259 device model improvements..
Dec 16 2014
Dec 16 2014
The C program mentioned in the Test Plan:
Dec 14 2014
Dec 14 2014
neel retitled D1310: Fix PIC IRR handling for level-triggered pins. from to Fix PIC IRR handling for level-triggered pins..
Nov 10 2014
Nov 10 2014
Apologies for the delay. Looks good to me.
Oct 26 2014
Oct 26 2014
Oct 25 2014
Oct 25 2014
Sep 28 2014
Sep 28 2014
Sep 27 2014
Sep 27 2014
Thanks for the review.
The script assumes that the output of compiling nmdmclosetest.c is /tmp/a.out.
C program to open nmdm device, create a thread that blocks on a read() of the device and then closes it.
nmdmclosetest.c1 KBDownload
neel retitled D851: Fix panic when dequeuing nmdm tty from 'tty_list' after revoke(2). from to Fix panic when dequeuing nmdm tty from 'tty_list' after revoke(2)..
Sep 22 2014
Sep 22 2014
I'll defer to Peter on this one.
Sep 12 2014
Sep 12 2014
Looks good.
neel added inline comments to D767: Propagate error status of /usr/sbin/bhyve out of vmrun.sh script.
Sep 9 2014
Sep 9 2014
Sep 6 2014
Sep 6 2014
Aug 23 2014
Aug 23 2014
Aug 22 2014
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 to Return the spurious interrupt vector (IRQ7 or IRQ15) if the atpic cannot
find any unmasked pin with an interrupt asserted..
Aug 21 2014
Aug 21 2014
neel retitled D662: Modify file permissions for shutdown(8), poweroff(8), mksnap_ffs(8) and ppp(8)
so they are readable by others. from to Modify file permissions for shutdown(8), poweroff(8), mksnap_ffs(8) and ppp(8)
so they are readable by others..
Aug 17 2014
Aug 17 2014
Aug 16 2014
Aug 16 2014
Remove LOG_ODELAY from non-contrib code.
Aug 15 2014
Aug 15 2014
neel retitled D611: Remove LOG_ODELAY because it does nothing. from to Remove LOG_ODELAY because it does nothing..
Aug 13 2014
Aug 13 2014
Aug 12 2014
Aug 12 2014
Aug 8 2014
Aug 8 2014
Aug 4 2014
Aug 4 2014
There is no hurry but just making sure it's on the radar.
Jul 30 2014
Jul 30 2014
neel retitled D505: Support PCI extended config space in bhyve. from to Support PCI extended config space in bhyve..
Jul 29 2014
Jul 29 2014
Jul 25 2014
Jul 25 2014
neel retitled D480: Simplify the meaning of return values from the bhyve's inout handlers. from to Simplify the meaning of return values from the bhyve's inout handlers..
Jul 22 2014
Jul 22 2014
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));