Module Name:src
Committed By: thorpej
Date: Tue Dec 11 06:34:00 UTC 2018
Modified Files:
src/sys/arch/hpcsh/dev/hd64461: hd64461uart.c
src/sys/arch/mips/ingenic: ingenic_com.c
src/sys/arch/mips/rmi: rmixl_com.c
src/sys/dev/ic: com.c comvar.h
Module Name:src
Committed By: ryo
Date: Tue Dec 11 05:46:14 UTC 2018
Modified Files:
src/sys/arch/aarch64/aarch64: genassym.cf
Log Message:
fix build failure without options MULTIPROCESSOR
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/aarch64/
Module Name:src
Committed By: ozaki-r
Date: Tue Dec 11 03:47:51 UTC 2018
Modified Files:
src/tests/net/if_vlan: t_vlan.sh
Log Message:
tests: add missing $af
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/tests/net/if_vlan/t_vlan.sh
Please note that d
Module Name:src
Committed By: sevan
Date: Tue Dec 11 02:29:11 UTC 2018
Modified Files:
src/lib/libkvm: kvm_getloadavg.3
Log Message:
Clarify the difference to getloadavg(3).
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/lib/libkvm/kvm_getloadavg.3
Pl
Module Name:src
Committed By: jakllsch
Date: Tue Dec 11 01:07:29 UTC 2018
Modified Files:
src/sys/dev/usb: uchcom.c
Log Message:
Remove UCHCOM_REG_BPS_MOD and UCHCOM_REG_BPS_PAD usage.
There is no clear indication doing these calculations and setting the
resulting registe
Module Name:src
Committed By: jdolecek
Date: Mon Dec 10 21:19:33 UTC 2018
Modified Files:
src/sys/kern: vfs_wapbl.c
src/sys/sys: mount.h wapbl.h
Log Message:
constify wapbl_ops
To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/sys/kern/vfs_wapbl
Module Name:src
Committed By: jdolecek
Date: Mon Dec 10 21:10:52 UTC 2018
Modified Files:
src/sys/miscfs/genfs: genfs_io.c
Log Message:
assert that WAPBL journal write lock is actually held when called with
PGO_JOURNALLOCKED or IO_JOURNALLOCKED
suggested by mrg@, thanks
Module Name:src
Committed By: jdolecek
Date: Mon Dec 10 21:03:49 UTC 2018
Modified Files:
src/sys/kern: vfs_wapbl.c
src/sys/sys: mount.h
Log Message:
add wo_wapbl_jlock_assert to wapbl_ops
To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 src/sys/ke
Module Name:src
Committed By: jdolecek
Date: Mon Dec 10 20:48:34 UTC 2018
Modified Files:
src/sys/ufs/ffs: ffs_alloc.c
src/sys/ufs/ufs: ufs_inode.c ufs_readwrite.c ufs_vnops.c ufs_wapbl.h
Log Message:
put back UFS_WAPBL_JUNLOCK_ASSERT(), the underlying rw_write_hel
Module Name:src
Committed By: jdolecek
Date: Mon Dec 10 20:12:36 UTC 2018
Modified Files:
src/share/man/man9: rwlock.9
Log Message:
upon further reflection, rw_write_held() actually seems to be safe
for check that the write lock is not currently held by current lwp - curre
Module Name:src
Committed By: jdolecek
Date: Mon Dec 10 19:29:41 UTC 2018
Modified Files:
src/sys/ufs/ffs: ffs_alloc.c ffs_inode.c ffs_vfsops.c ffs_wapbl.c
src/sys/ufs/ufs: ufs_inode.c ufs_readwrite.c ufs_vnops.c ufs_wapbl.h
Log Message:
make UFS_WAPBL_JLOCK_ASSERT
Module Name:src
Committed By: jdolecek
Date: Mon Dec 10 19:21:56 UTC 2018
Modified Files:
src/share/man/man9: rwlock.9
Log Message:
clarify how rw_{write,read,lock}_held() work; rw_write_held() actually
returns non-zero only if current lwp is the owner, the other two don't
Module Name:src
Committed By: martin
Date: Mon Dec 10 17:21:21 UTC 2018
Modified Files:
src/doc [netbsd-7]: CHANGES-7.3
Log Message:
Ticket #1663
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.22 -r1.1.2.23 src/doc/CHANGES-7.3
Please note that diffs are not pub
Module Name:src
Committed By: martin
Date: Mon Dec 10 17:20:03 UTC 2018
Modified Files:
src/bin/sh [netbsd-7]: parser.c
Log Message:
Pull up following revision(s) (requested by kre in ticket #1663):
bin/sh/parser.c: revision 1.152 (via patch)
PR bin/53712
Avoid
Module Name:src
Committed By: martin
Date: Mon Dec 10 17:17:08 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Ticket #1133
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.73 -r1.1.2.74 src/doc/CHANGES-8.1
Please note that diffs are not pub
Module Name:src
Committed By: martin
Date: Mon Dec 10 17:16:11 UTC 2018
Modified Files:
src/sys/dev [netbsd-8]: vnd.c
Log Message:
Pull up following revision(s) (requested by hannken in ticket #1133):
sys/dev/vnd.c: revision 1.270
Operation handle_with_strategy()
Module Name:src
Committed By: christos
Date: Mon Dec 10 16:28:52 UTC 2018
Modified Files:
src/sys/netinet6: in6.h
Log Message:
need (or arpa/inet.h) for ntohl() used in macros.
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/netinet6/in6.h
Please
Module Name:src
Committed By: hannken
Date: Mon Dec 10 15:22:35 UTC 2018
Modified Files:
src/sys/dev: vnd.c
Log Message:
Operation handle_with_strategy() also needs the
fstrans_start_lazy() / fstrans_done() bracket.
PR kern/53624 (dom0 freeze on domU exit)
To generate a
Module Name:src
Committed By: maxv
Date: Mon Dec 10 15:08:23 UTC 2018
Modified Files:
src/sys/arch/amd64/amd64: machdep.c
src/sys/arch/i386/i386: machdep.c
src/sys/arch/x86/isa: isa_machdep.c
Log Message:
Remove unused mbuf.h includes.
To generate a diff
Module Name:src
Committed By: maxv
Date: Mon Dec 10 14:46:25 UTC 2018
Modified Files:
src/sys/fs/hfs: hfs_vfsops.c
src/sys/kern: kern_proc.c
src/sys/ufs/ext2fs: ext2fs_vfsops.c
src/sys/ufs/ffs: ffs_vfsops.c
src/sys/ufs/lfs: lfs_rfw.c lfs_vfso
Module Name:src
Committed By: jakllsch
Date: Mon Dec 10 14:32:04 UTC 2018
Modified Files:
src/sys/dev/usb: uchcom.c
Log Message:
do not abuse aprint_error for runtime error messages
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/usb/uchcom.c
P
Module Name:src
Committed By: jakllsch
Date: Mon Dec 10 14:16:28 UTC 2018
Modified Files:
src/sys/dev/usb: uchcom.c
Log Message:
adjust for new QinHeng USB ID constants
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/dev/usb/uchcom.c
Please note th
Module Name:src
Committed By: jakllsch
Date: Mon Dec 10 14:15:01 UTC 2018
Modified Files:
src/sys/dev/usb: usbdevs.h usbdevs_data.h
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.754 -r1.755 src/sys/dev/usb/usbdevs.h \
src/sys/dev/usb/usbdevs_
Module Name:src
Committed By: jakllsch
Date: Mon Dec 10 14:14:20 UTC 2018
Modified Files:
src/sys/dev/usb: usbdevs
Log Message:
rework QinHeng Electronics / WinChipHead IDs
To generate a diff of this commit:
cvs rdiff -u -r1.761 -r1.762 src/sys/dev/usb/usbdevs
Please no
Module Name:src
Committed By: bouyer
Date: Mon Dec 10 08:52:21 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Corrent CHANGES entry for 1129 (it's mfii(4) not mpii(4)).
Pointed out by Stephen Borrill
To generate a diff of this commit:
cvs rdiff -u
25 matches
Mail list logo