Module Name:src
Committed By: rin
Date: Sat Dec 15 07:38:58 UTC 2018
Modified Files:
src/sys/net: ether_sw_offload.c if_bridge.c
Log Message:
Improve wording in comments: replace "chain" with "queue" for
sequence of mbuf's connected by m_nextpkt, in order to avoid
confusio
Module Name:src
Committed By: rin
Date: Sat Dec 15 07:29:44 UTC 2018
Modified Files:
src/sys/net: ether_sw_offload.c
Log Message:
Replace panic with rate-limited LOG_ERR message when we encounter
invalid ether frame with non-zero csum flags.
Requested by thorpej.
To gen
Module Name:src
Committed By: msaitoh
Date: Sat Dec 15 05:40:10 UTC 2018
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
Print and clear the wakeup status only when the WUS register != 0.
To generate a diff of this commit:
cvs rdiff -u -r1.604 -r1.605 src/sys/dev/
Module Name:src
Committed By: msaitoh
Date: Sat Dec 15 05:38:45 UTC 2018
Modified Files:
src/sys/dev/pci: pci.c
Log Message:
Clearing PCI_PMCSR_PME_STS(W1C) bit is required to stop asserting PME#.
This change would prevent unexpected rebooting from shutdown -p or
unexpect
Module Name:src
Committed By: maya
Date: Sat Dec 15 02:03:24 UTC 2018
Modified Files:
src/libexec/httpd: bozohttpd.c
Log Message:
strings.h for strcasecmp (on linux)
To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/libexec/httpd/bozohttpd.c
Please not
Module Name:src
Committed By: maya
Date: Sat Dec 15 01:02:34 UTC 2018
Modified Files:
src/libexec/httpd: bozohttpd.c
Log Message:
Check against BOZO_HEADERS_MAX_SIZE in a way that isn't prone to overflow.
Note that this isn't reachable in practice as big requests time out.
Module Name:src
Committed By: jmcneill
Date: Sat Dec 15 01:02:58 UTC 2018
Modified Files:
src/etc/etc.aarch64: MAKEDEV.conf
Log Message:
add tprof
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/etc/etc.aarch64/MAKEDEV.conf
Please note that diffs are not
Module Name:src
Committed By: maya
Date: Fri Dec 14 23:57:22 UTC 2018
Modified Files:
src/libexec/httpd/testsuite: Makefile test-bigfile test-simple
Log Message:
Don't pass ${HOST} to test scripts.
htnl_cmp compares against the output of `hostname`.
This makes the tests p
Module Name:src
Committed By: christos
Date: Fri Dec 14 23:42:40 UTC 2018
Modified Files:
src/lib/libtelnet: auth-proto.h auth.c genget.c misc.h
Log Message:
more const
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libtelnet/auth-proto.h
cvs rdiff
Module Name:src
Committed By: christos
Date: Fri Dec 14 23:40:17 UTC 2018
Modified Files:
src/usr.bin/telnet: authenc.c commands.c externs.h main.c network.c
ring.c telnet.c utilities.c
Log Message:
minor cleanup:
- more const
- prevent overflow of the argument
Module Name:src
Committed By: macallan
Date: Fri Dec 14 23:03:29 UTC 2018
Modified Files:
src/etc/etc.iyonix: MAKEDEV.conf
Log Message:
make iic* and more pci* nodes
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/etc/etc.iyonix/MAKEDEV.conf
Please note
Module Name:src
Committed By: macallan
Date: Fri Dec 14 23:01:53 UTC 2018
Modified Files:
src/sys/arch/iyonix/conf: GENERIC
Log Message:
Make this config resemble an Iyonix as they actually shipped:
- add more onboard and standard devices ( dsrtc, ehci, etc. )
- remove lot
Module Name:src
Committed By: macallan
Date: Fri Dec 14 22:05:36 UTC 2018
Modified Files:
src/sys/dev/i2c: ds1307.c files.i2c
Log Message:
add options DSRTC_YEAR_START_2K for machines which use 2000 and not 1970
as base to count years from, like Iyonix.
While there apply t
Module Name:src
Committed By: jakllsch
Date: Fri Dec 14 22:00:26 UTC 2018
Modified Files:
src/sys/arch/amd64/conf: ALL GENERIC
src/sys/arch/i386/conf: ALL GENERIC
Log Message:
add cardbus malo(4) to x86 GENERIC and ALL kernels
To generate a diff of this commit:
c
Module Name:src
Committed By: jakllsch
Date: Fri Dec 14 21:49:22 UTC 2018
Modified Files:
src/sys/dev/cardbus: files.cardbus
Added Files:
src/sys/dev/cardbus: if_malo_cardbus.c
Log Message:
add cardbus attachment for malo(4), from OpenBSD
To generate a diff of th
Module Name:src
Committed By: jakllsch
Date: Fri Dec 14 21:27:03 UTC 2018
Modified Files:
src/sys/dev/cardbus: if_ral_cardbus.c
Log Message:
fix whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/dev/cardbus/if_ral_cardbus.c
Please note tha
Module Name:src
Committed By: jakllsch
Date: Fri Dec 14 21:23:44 UTC 2018
Modified Files:
src/sys/dev/ic: malo.c
Log Message:
use callout_destroy in malo_detach, not callout_stop
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/ic/malo.c
Please
Module Name:src
Committed By: jakllsch
Date: Fri Dec 14 20:44:37 UTC 2018
Modified Files:
src/sys/dev/ic: malo.c
Log Message:
always use correct function to free our copy of the microcode
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/ic/malo.c
Module Name:src
Committed By: skrll
Date: Fri Dec 14 18:17:36 UTC 2018
Modified Files:
src/sys/arch/arm/nvidia: tegra_xusb.c
Log Message:
Provide TEGRA210 supplies.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/nvidia/tegra_xusb.c
Please
Module Name:src
Committed By: tnn
Date: Fri Dec 14 14:04:13 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.756 -r1.757 src/sys/dev/usb/usbdevs.h \
src/sys/dev/usb/usbdevs_data.
Module Name:src
Committed By: tnn
Date: Fri Dec 14 13:56:59 UTC 2018
Modified Files:
src/sys/dev/usb: usbdevs
Log Message:
add D-Link LTE products
To generate a diff of this commit:
cvs rdiff -u -r1.763 -r1.764 src/sys/dev/usb/usbdevs
Please note that diffs are not publ
Module Name:src
Committed By: skrll
Date: Fri Dec 14 12:29:22 UTC 2018
Modified Files:
src/sys/arch/arm/nvidia: tegra210_car.c tegra210_carreg.h
tegra210_xusbpad.c tegra_ahcisata.c tegra_ahcisatareg.h tegra_var.h
Log Message:
Support SATA on TEGRA210
Thanks to
Module Name:src
Committed By: martin
Date: Fri Dec 14 12:27:22 UTC 2018
Modified Files:
src/sys/net: if_bridge.c
Log Message:
Need for ip6_statinc() prototype.
To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 src/sys/net/if_bridge.c
Please note that diff
Module Name:src
Committed By: martin
Date: Fri Dec 14 12:15:17 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Ticket #1136
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.75 -r1.1.2.76 src/doc/CHANGES-8.1
Please note that diffs are not pub
Module Name:src
Committed By: martin
Date: Fri Dec 14 12:14:08 UTC 2018
Modified Files:
src/external/bsd/file/lib [netbsd-8]: Makefile
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1136):
external/bsd/file/lib/Makefile: revision 1.11
Module Name:src
Committed By: martin
Date: Fri Dec 14 12:08:43 UTC 2018
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.3
Log Message:
Annotate ticket #1660 for additional pullups
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.121 -r1.1.2.122 src/doc/CHANGES-7
Module Name:src
Committed By: martin
Date: Fri Dec 14 12:07:54 UTC 2018
Modified Files:
src/sys/compat/linux/common [netbsd-7-0]: linux_misc_notalpha.c
src/sys/kern [netbsd-7-0]: kern_time.c
Log Message:
Additionally pull up following revision(s) (requested by maxv
Module Name:src
Committed By: martin
Date: Fri Dec 14 12:07:22 UTC 2018
Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.3
Log Message:
Annotate ticket #1660 for additional pullups
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.28 -r1.1.2.29 src/doc/CHANGES-7.1
Module Name:src
Committed By: martin
Date: Fri Dec 14 12:06:12 UTC 2018
Modified Files:
src/doc [netbsd-7]: CHANGES-7.3
Log Message:
Annotate ticket #1660 for additional pullups
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/doc/CHANGES-7.3
Pl
Module Name:src
Committed By: martin
Date: Fri Dec 14 12:06:43 UTC 2018
Modified Files:
src/sys/compat/linux/common [netbsd-7-1]: linux_misc_notalpha.c
src/sys/kern [netbsd-7-1]: kern_time.c
Log Message:
Additionally pull up following revision(s) (requested by maxv
Module Name:src
Committed By: martin
Date: Fri Dec 14 12:04:26 UTC 2018
Modified Files:
src/sys/compat/linux/common [netbsd-7]: linux_misc_notalpha.c
src/sys/kern [netbsd-7]: kern_time.c
Log Message:
Additionally pull up following revision(s) (requested by maxv in
Module Name:src
Committed By: msaitoh
Date: Fri Dec 14 09:47:40 UTC 2018
Modified Files:
src/sys/dev/pci: if_wm.c if_wmreg.h
Log Message:
- Fix availability detection of WoL on some chips. This change has no effect
other than dmesg because WM_F_WOL is currently not used to
Module Name:src
Committed By: nakayama
Date: Fri Dec 14 09:21:32 UTC 2018
Modified Files:
src/sys/arch/sparc64/conf: GENERIC
Log Message:
Remove comment about removed lmc*.
To generate a diff of this commit:
cvs rdiff -u -r1.211 -r1.212 src/sys/arch/sparc64/conf/GENERIC
33 matches
Mail list logo