Module Name:src
Committed By: ozaki-r
Date: Wed Nov 22 07:40:45 UTC 2017
Modified Files:
src/sys/netinet: ip_carp.c
Log Message:
Protect IFADDR_READER_FOREACH and obtained ifa with psz/psref
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/sys/netinet/ip
Module Name:src
Committed By: ozaki-r
Date: Wed Nov 22 05:43:28 UTC 2017
Modified Files:
src/sys/netipsec: key.c
Log Message:
Fix usage of FOREACH macro
key_sad.lock is held there so SAVLIST_WRITER_FOREACH is enough.
To generate a diff of this commit:
cvs rdiff -u -r1.2
Module Name:src
Committed By: ozaki-r
Date: Wed Nov 22 05:42:30 UTC 2017
Modified Files:
src/sys/net: if_spppsubr.c
Log Message:
Protect IFADDR_READER_FOREACH and obtained ifa with psz/psref
To generate a diff of this commit:
cvs rdiff -u -r1.172 -r1.173 src/sys/net/if_s
Module Name:src
Committed By: msaitoh
Date: Wed Nov 22 05:17:33 UTC 2017
Modified Files:
src/sys/net: if_vlan.c
Log Message:
s/65535/4095/ in the comment. Pointed out by christos. Thanks.
To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 src/sys/net/if_vla
Module Name:src
Committed By: msaitoh
Date: Wed Nov 22 04:56:52 UTC 2017
Modified Files:
src/sys/net: if_vlan.c
Log Message:
Return EINVAL in vlan_config() when a VLAN ID is 0 or 65535. The spec states
0 and 65535 are reserved.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: msaitoh
Date: Wed Nov 22 04:27:57 UTC 2017
Modified Files:
src/sys/net: if_ethersubr.c
Log Message:
- Modify ether_ioctl() for readability. No functional change.
- KNF
To generate a diff of this commit:
cvs rdiff -u -r1.246 -r1.247 src/sys/n
Module Name:src
Committed By: msaitoh
Date: Wed Nov 22 03:45:16 UTC 2017
Modified Files:
src/sys/net: if_ether.h if_vlan.c if_vlanvar.h
Log Message:
No functional change:
- u_int16_t -> uint16_t
- u_short -> uint16_t
- tag_hash_func -> vlan_tag_hash
- 0 -> NULL because
Module Name:src
Committed By: ozaki-r
Date: Wed Nov 22 03:03:18 UTC 2017
Modified Files:
src/sys/kern: sys_socket.c
src/sys/net: if.c if.h if_media.c if_vlan.c
Log Message:
Hold KERNEL_LOCK on if_ioctl selectively based on IFEF_MPSAFE
If IFEF_MPSAFE is set, hold t
Module Name:src
Committed By: snj
Date: Wed Nov 22 02:52:42 UTC 2017
Modified Files:
src/usr.bin/systat: main.c
Log Message:
add -b to usage.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/usr.bin/systat/main.c
Please note that diffs are not public do
Module Name:src
Committed By: msaitoh
Date: Wed Nov 22 02:36:52 UTC 2017
Modified Files:
src/sys/dev/pci: if_wm.c if_wmreg.h
Log Message:
Revert if_wmreg.h 1.104 and if_wm.c 1.542. It's not required to mask other
than VLAN ID bits in VLAN tag.
To generate a diff of this
Module Name:src
Committed By: msaitoh
Date: Wed Nov 22 02:35:54 UTC 2017
Modified Files:
src/sys/dev/pci: if_bge.c
Log Message:
Revert part of if_bge.c 1.312. It's not reqired to mask other than VLAN ID
bits in VLAN tag.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: msaitoh
Date: Wed Nov 22 02:35:25 UTC 2017
Modified Files:
src/sys/net: if_ether.h if_vlan.c if_vlanvar.h
Log Message:
Fix a bug that a vlan packet which has priority or CFI bit in the tag causes
panic.
To generate a diff of this commit:
cv
Module Name:src
Committed By: msaitoh
Date: Wed Nov 22 02:20:22 UTC 2017
Modified Files:
src/sys/kern: kern_softint.c
Log Message:
Increase the size of softint's data to prevent panic on big machine. Nowadays,
some device drivers and some pseudo interfaces allocate a lot
Module Name:src
Committed By: kre
Date: Wed Nov 22 00:31:31 UTC 2017
Modified Files:
src/sbin/raidctl: rf_configure.c
Log Message:
Several more cleanups:
1. Don't force use of "for" when "while" works better.
2. No need to check c != '\0' when we also check (c == ' ' || c
Module Name:src
Committed By: christos
Date: Tue Nov 21 16:31:37 UTC 2017
Modified Files:
src/sbin/raidctl: rf_configure.c
Log Message:
Avoid needless pointer calisthenics: &foo[0] -> foo
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sbin/raidctl/rf_c
Module Name:src
Committed By: kre
Date: Tue Nov 21 16:19:31 UTC 2017
Modified Files:
src/sbin/raidctl: rf_configure.c
Log Message:
With char bug[SIZE] using sizeof(bug[0]) is kind of boring, use
sizeof(bug) instead...
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: ozaki-r
Date: Tue Nov 21 15:22:06 UTC 2017
Modified Files:
src/sys/rump/librump/rumpkern: emul.c
Log Message:
Add missing inclusion of pserialize.h (fix build)
To generate a diff of this commit:
cvs rdiff -u -r1.184 -r1.185 src/sys/rump/libr
Module Name:src
Committed By: martin
Date: Tue Nov 21 15:13:36 UTC 2017
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Tickets #362 - #367
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.78 -r1.1.2.79 src/doc/CHANGES-8.0
Please note that diffs are
Module Name:src
Committed By: martin
Date: Tue Nov 21 15:06:28 UTC 2017
Modified Files:
src/sys/net [netbsd-8]: if_media.h
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #366):
sys/net/if_media.h: revision 1.60
sys/net/if_media.h
Module Name:src
Committed By: martin
Date: Tue Nov 21 15:11:52 UTC 2017
Modified Files:
src/sys/arch/x86/x86 [netbsd-8]: procfs_machdep.c
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #367):
sys/arch/x86/x86/procfs_machdep.c: revision 1
Module Name:src
Committed By: martin
Date: Tue Nov 21 15:03:20 UTC 2017
Modified Files:
src/sys/arch/x86/include [netbsd-8]: specialreg.h
src/sys/arch/x86/x86 [netbsd-8]: cpu_topology.c identcpu.c
src/usr.sbin/cpuctl/arch [netbsd-8]: i386.c
Log Message:
Pul
Module Name:src
Committed By: martin
Date: Tue Nov 21 14:51:08 UTC 2017
Modified Files:
src/sys/dev/pci [netbsd-8]: pcidevs.h pcidevs_data.h
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.1281.2.1 -r1.1281.2.2 src/sys/dev/pci/pcidevs.h
cvs rdiff -
Module Name:src
Committed By: martin
Date: Tue Nov 21 14:48:23 UTC 2017
Modified Files:
src/sys/dev/pci [netbsd-8]: pcidevs
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #364):
sys/dev/pci/pcidevs: revision 1.1300
sys/dev/pci/pc
Module Name:src
Committed By: martin
Date: Tue Nov 21 14:43:17 UTC 2017
Modified Files:
src/sys/dev/mii [netbsd-8]: mdio.h
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #363):
sys/dev/mii/mdio.h: revision 1.4
sys/dev/mii/mdio.h:
Module Name:src
Committed By: martin
Date: Tue Nov 21 14:16:38 UTC 2017
Modified Files:
src/sys/dev/pci [netbsd-8]: pci_subr.c pcireg.h
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #362):
sys/dev/pci/pcireg.h: revision 1.133
sy
Module Name:src
Committed By: martin
Date: Tue Nov 21 13:09:49 UTC 2017
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Ammend ticket #248 for partial backout (ticket #361).
Note tickets #358, #359 and #360
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: martin
Date: Tue Nov 21 11:38:19 UTC 2017
Modified Files:
src/sys/dev/pci/ixgbe [netbsd-8]: ixgbe.c
Log Message:
Revert the pullup of the following revision(s) (requested by msaitoh in ticket
#361):
sys/dev/pci/ixgbe/ixgbe.c: revision
Module Name:src
Committed By: martin
Date: Tue Nov 21 11:11:20 UTC 2017
Modified Files:
src/sys/netipsec [netbsd-8]: key.c
src/tests/net/ipsec [netbsd-8]: t_ipsec_misc.sh
Log Message:
Pull up following revision(s) (requested by ozaki-r in ticket #360):
test
Module Name:src
Committed By: martin
Date: Tue Nov 21 11:01:02 UTC 2017
Modified Files:
src/sys/arch/amd64/include [netbsd-8]: i82093reg.h
src/sys/arch/i386/include [netbsd-8]: i82093reg.h
src/sys/arch/x86/x86 [netbsd-8]: ioapic.c
Log Message:
Pull up follo
Module Name:src
Committed By: maxv
Date: Tue Nov 21 10:55:23 UTC 2017
Modified Files:
src/sys/dev/pci: mlyreg.h
Log Message:
Mmh, surprising bug. It's __packed, not __packed__. Here the structure is
not packed for real, but instead a global __packed__ symbol is declared.
Module Name:src
Committed By: martin
Date: Tue Nov 21 10:54:19 UTC 2017
Modified Files:
src/tests/net/ndp [netbsd-8]: t_ra.sh
src/usr.sbin/rtadvd [netbsd-8]: advcap.c config.c dump.c if.c rrenum.c
rtadvd.8 rtadvd.c timer.c
Added Files:
src/usr.sb
Module Name:src
Committed By: maxv
Date: Tue Nov 21 10:45:12 UTC 2017
Modified Files:
src/sys/compat/linux/common: linux_sg.c
Log Message:
This should be "linux_sg_version", not "version".
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/compat/linux
Module Name:src
Committed By: maxv
Date: Tue Nov 21 10:42:44 UTC 2017
Modified Files:
src/sys/arch/amd64/amd64: machdep.c
Log Message:
Remove unused variables.
To generate a diff of this commit:
cvs rdiff -u -r1.276 -r1.277 src/sys/arch/amd64/amd64/machdep.c
Please note
Module Name:src
Committed By: maxv
Date: Tue Nov 21 09:58:09 UTC 2017
Modified Files:
src/sys/arch/amd64/amd64: locore.S
Log Message:
Remove unused symbol - it is aligned to 4096 and this reduces the number
of possible locations for .bss in KASLR kernels.
To generate a d
Module Name:src
Committed By: ozaki-r
Date: Tue Nov 21 08:49:15 UTC 2017
Modified Files:
src/sys/kern: kern_lock.c subr_pserialize.c
src/sys/rump/librump/rumpkern: emul.c rump.c
src/sys/sys: pserialize.h
Log Message:
Implement debugging feature for pseriali
Module Name:src
Committed By: rin
Date: Tue Nov 21 08:19:55 UTC 2017
Removed Files:
src/external/bsd/tre/dist/doc: Makefile.in
src/external/bsd/tre/dist/lib: Makefile.in
src/external/bsd/tre/dist/m4: Makefile.in gettext.m4 iconv.m4
intlmacosx.m4
36 matches
Mail list logo