Module Name:src
Committed By: ozaki-r
Date: Thu Dec 28 07:46:34 UTC 2017
Modified Files:
src/tests/rump/kernspace: workqueue.c
Log Message:
Fix build
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/rump/kernspace/workqueue.c
Please note that diffs
Module Name:src
Committed By: ozaki-r
Date: Thu Dec 28 07:10:26 UTC 2017
Modified Files:
src/tests/rump/kernspace: kernspace.h workqueue.c
src/tests/rump/rumpkern: t_workqueue.c
Log Message:
Add a test case for workqueue_wait
To generate a diff of this commit:
cv
Module Name:src
Committed By: ozaki-r
Date: Thu Dec 28 07:09:31 UTC 2017
Modified Files:
src/tests/rump/kernspace: workqueue.c
Log Message:
Functionalize some routines to add new tests easily (NFC)
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/rum
Module Name:src
Committed By: ozaki-r
Date: Thu Dec 28 07:06:36 UTC 2017
Modified Files:
src/sys/net: if_bridge.c if_spppsubr.c
Log Message:
Ensure the timer isn't running by using workqueue_wait
To generate a diff of this commit:
cvs rdiff -u -r1.146 -r1.147 src/sys/net
Module Name:src
Committed By: ozaki-r
Date: Thu Dec 28 07:00:52 UTC 2017
Modified Files:
src/share/man/man9: workqueue.9
src/sys/kern: subr_workqueue.c
src/sys/sys: workqueue.h
Log Message:
Add workqueue_wait that waits for a specific work to finish
The ca
Module Name:src
Committed By: msaitoh
Date: Thu Dec 28 06:13:50 UTC 2017
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
Don't use MSI-X if we can use only one queue to save interrupt resource.
Written by knakahara and tested by me.
To generate a diff of this comm
Module Name:src
Committed By: msaitoh
Date: Thu Dec 28 06:10:01 UTC 2017
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c
Log Message:
Fallback from MSI-X to MSI or INTx if MSI-X setup failed.
To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 src/sys/dev/pci
Module Name:src
Committed By: msaitoh
Date: Thu Dec 28 05:43:42 UTC 2017
Modified Files:
src/sys/dev/pci: xhci_pci.c
Log Message:
- Fix panic in xhci_pci_detach() if xhci_pci_attach() failed.
- Fallback from MSI to INTx correctly.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: ozaki-r
Date: Thu Dec 28 04:38:02 UTC 2017
Modified Files:
src/tests/rump/kernspace: workqueue.c
Log Message:
Fix a race condition on taking the mutex
The workqueue worker can take the mutex before the tester tries to take it after
calling wo
Module Name:src
Committed By: ozaki-r
Date: Thu Dec 28 04:36:15 UTC 2017
Modified Files:
src/tests/rump/kernspace: workqueue.c
Log Message:
Tweak use of cv_timedwait
- Handle its return value
- Specify more appropriate time-out periods (2 ticks is too short)
To generate
Module Name:src
Committed By: msaitoh
Date: Thu Dec 28 03:39:48 UTC 2017
Modified Files:
src/sys/kern: kern_softint.c subr_pserialize.c subr_psref.c
Log Message:
Prevent panic or hangup in softint_disestablish(), pserialize_perform() or
psref_target_destroy() while mp_onl
Module Name:src
Committed By: christos
Date: Wed Dec 27 21:34:12 UTC 2017
Modified Files:
src/tools: Makefile
src/tools/dbsym: Makefile
src/tools/mdsetimage: Makefile
Log Message:
Better EXTERNAL_TOOLCHAIN support from Zachary McGrew
- Allow mdsetimage and
Module Name:src
Committed By: christos
Date: Wed Dec 27 20:27:02 UTC 2017
Modified Files:
src/sys/dev/pci: pucdata.c
Log Message:
PR/52868: Petar Bogdanovic: Add support for Manhattan 158220 card
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/sys/dev/
Module Name:src
Committed By: christos
Date: Wed Dec 27 19:35:05 UTC 2017
Modified Files:
src/sys/arch/arm/include: ptrace.h
Log Message:
PR/52867: Martin Husemann: arm sofware breakpoint asm is slightly off
ARM uses an undefined instruction to emulate a software breakpoi
Module Name:src
Committed By: christos
Date: Wed Dec 27 19:20:41 UTC 2017
Modified Files:
src/external/gpl3/gdb/dist/gdb: amd64-nbsd-nat.c
Log Message:
remove unused code
XXX: we should remove this from all archs
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.
Module Name:src
Committed By: christos
Date: Wed Dec 27 19:20:04 UTC 2017
Modified Files:
src/external/gpl3/gdb/dist/gdb: x86-bsd-nat.c
Log Message:
one more place to pass the thread id
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gdb/dis
Module Name:src
Committed By: sevan
Date: Wed Dec 27 18:30:02 UTC 2017
Modified Files:
src/sys/arch/macppc/conf: GENERIC
Log Message:
Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, there are display issues on the
PowerBook5,2 (G4 FW-800)
Radeon 9600, where console is garbled.
Tha
Module Name:src
Committed By: kamil
Date: Wed Dec 27 13:38:51 UTC 2017
Modified Files:
src/tests/lib/libc/sys: t_ptrace_wait.c
Log Message:
atf: ptrace: Temporarily disable signal3 as it breaks now on some ports
This test is marked as failing with: PR kern/51918.
To gen
Module Name:src
Committed By: ozaki-r
Date: Wed Dec 27 09:03:22 UTC 2017
Modified Files:
src/sys/rump/librump/rumpkern: locks.c
Log Message:
rump: check if the mutex is surely owned by the caller in mutex_exit
Unlocking a not-owned mutex wasn't detected well (it could det
Module Name:src
Committed By: ozaki-r
Date: Wed Dec 27 09:01:53 UTC 2017
Modified Files:
src/lib/librumpuser: rumpfiber.c rumpuser_pth.c rumpuser_pth_dummy.c
src/sys/rump/include/rump: rumpuser.h
src/sys/rump/librump/rumpkern: locks.c
Log Message:
Distingui
Module Name:src
Committed By: ozaki-r
Date: Wed Dec 27 08:45:45 UTC 2017
Modified Files:
src/sys/rump/librump/rumpkern: locks.c
Log Message:
Tweak LOCKDEBUG macros (NFC)
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/sys/rump/librump/rumpkern/locks.c
Module Name:src
Committed By: ozaki-r
Date: Wed Dec 27 08:35:20 UTC 2017
Modified Files:
src/sys/netinet: in.c
Log Message:
Don't pass rwlock to callout_halt
To generate a diff of this commit:
cvs rdiff -u -r1.212 -r1.213 src/sys/netinet/in.c
Please note that diffs are
Module Name:src
Committed By: martin
Date: Wed Dec 27 08:29:02 UTC 2017
Modified Files:
src: UPDATING
Log Message:
Minor tweak to the vadvise entry.
To generate a diff of this commit:
cvs rdiff -u -r1.289 -r1.290 src/UPDATING
Please note that diffs are not public domain
23 matches
Mail list logo