Module Name:src
Committed By: leot
Date: Sat Dec 15 09:28:27 UTC 2018
Modified Files:
src/libexec/httpd: bozohttpd.c
Log Message:
Avoid possible NULL dereference when sending a big request that timeout.
Problem reported by and reviewed by and , thanks!
To generate a d
Module Name:src
Committed By: msaitoh
Date: Sat Dec 15 10:30:58 UTC 2018
Modified Files:
src/sys/dev/usb: if_urtwn.c
Log Message:
Make IODATA WN-G150UMW work:
- Increase delay to prevent "could not send firmware command". The value
is taken from FreeBSD.
-Increase delay
Module Name:src
Committed By: maxv
Date: Sat Dec 15 12:08:18 UTC 2018
Modified Files:
src/share/man/man4: options.4
Log Message:
Add KASAN and KLEAK.
To generate a diff of this commit:
cvs rdiff -u -r1.491 -r1.492 src/share/man/man4/options.4
Please note that diffs are
Module Name:src
Committed By: leot
Date: Sat Dec 15 12:39:22 UTC 2018
Modified Files:
src/libexec/httpd: bozohttpd.c
Log Message:
Avoid .htpasswd exposure to authenticated users when .htpasswd is
in the slashdir too.
Problem reported by JP via tech-security@ and discussed
Module Name:src
Committed By: leot
Date: Sat Dec 15 12:43:24 UTC 2018
Modified Files:
src/libexec/httpd: bozohttpd.c
Log Message:
Fix handling of bozo_set_timeout() timeouts (and `-T' option parsing)
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/lib
Module Name:src
Committed By: leot
Date: Sat Dec 15 12:52:37 UTC 2018
Modified Files:
src/libexec/httpd: CHANGES bozohttpd.c
Log Message:
Document last changes and bump version to 20181215
Suggested by , thanks! (Possible mistakes are mine though!)
To generate a diff
Module Name:src
Committed By: maxv
Date: Sat Dec 15 13:09:02 UTC 2018
Modified Files:
src/lib/libnvmm: libnvmm_x86.c
Log Message:
Two changes:
- Fix the I/O Assist, for INS* it is RDI and not RSI, and the register
gets updated regardless of the REP prefix.
- Fill in
Module Name:src
Committed By: jmcneill
Date: Sat Dec 15 13:17:12 UTC 2018
Modified Files:
src/sys/arch/arm/nvidia: tegra_platform.c
Log Message:
Add missing call to arm_fdt_cpu_mpstart, fixes SMP on Tegra X1
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 s
Module Name:src
Committed By: maya
Date: Sat Dec 15 13:20:46 UTC 2018
Modified Files:
src/doc: 3RDPARTY
Log Message:
New sqlite out
To generate a diff of this commit:
cvs rdiff -u -r1.1575 -r1.1576 src/doc/3RDPARTY
Please note that diffs are not public domain; they are
Module Name:src
Committed By: maxv
Date: Sat Dec 15 13:39:43 UTC 2018
Modified Files:
src/lib/libnvmm: libnvmm.3 libnvmm.c nvmm.h
src/sys/dev/nvmm: nvmm.c nvmm_internal.h nvmm_ioctl.h
Log Message:
Invert the mapping logic.
Until now, the "owner" of the memory was
Module Name:src
Committed By: martin
Date: Sat Dec 15 13:38:59 UTC 2018
Modified Files:
src/sys/arch/x86/pci [netbsd-8]: amdnb_misc.c amdtemp.c
Log Message:
Pull up following revision(s) (requested by is in ticket #1137):
sys/arch/x86/pci/amdnb_misc.c: revision 1.
Module Name:src
Committed By: martin
Date: Sat Dec 15 13:40:15 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Ticket #1137
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.76 -r1.1.2.77 src/doc/CHANGES-8.1
Please note that diffs are not pub
Module Name:src
Committed By: jakllsch
Date: Sat Dec 15 15:34:07 UTC 2018
Modified Files:
src/share/man/man4: ath.4
Log Message:
ath(4): fix path, bump date
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/share/man/man4/ath.4
Please note that diffs are
Module Name:src
Committed By: alnsn
Date: Sat Dec 15 16:54:30 UTC 2018
Modified Files:
src/sys/arch/aarch64/include: cpufunc.h
Log Message:
Add missing include for device_t declaration.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/aarch64/incl
Module Name:src
Committed By: sevan
Date: Sat Dec 15 17:11:10 UTC 2018
Modified Files:
src/games/fortune/datfiles: fortunes
Log Message:
Some advice from Adam Savage / Alex Jason
https://www.reddit.com/r/mythbusters/comments/3wgqgv/the_origin_of_the_remember_kids_the_only/
Module Name:src
Committed By: gson
Date: Sat Dec 15 18:03:18 UTC 2018
Modified Files:
src/distrib/amd64/installimage: Makefile
src/distrib/amd64/liveimage: Makefile Makefile.liveimage
src/distrib/amd64/liveimage/emuimage: Makefile
src/distrib/amd64/u
Module Name:src
Committed By: pgoyette
Date: Sat Dec 15 22:00:16 UTC 2018
Modified Files:
src/games/fortune/datfiles: fortunes
Log Message:
More appropriate line-wrapping for previous.
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/games/fortune/datfil
Module Name:src
Committed By: christos
Date: Sat Dec 15 22:05:24 UTC 2018
Modified Files:
src/sys/dev/wscons: wsdisplay_compat_usl.c
Log Message:
- Use kmem_intr_{alloc,free}, because on time out we need to free from an
interrupt context.
- Remove parens from returns and
Module Name:src
Committed By: maya
Date: Sat Dec 15 22:12:15 UTC 2018
Modified Files:
src/usr.bin/telnet: telnet.1
Log Message:
You can encrypt outside of north america now.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/usr.bin/telnet/telnet.1
Please
Module Name:src
Committed By: wiz
Date: Sat Dec 15 22:17:02 UTC 2018
Modified Files:
src/usr.bin/telnet: telnet.1
Log Message:
Remove reference to krb_realmofhost(3) which does not exist.
Someone who speaks kerberos might want to check the -k description.
Remove some mac
Module Name:src
Committed By: maya
Date: Sat Dec 15 22:56:51 UTC 2018
Removed Files:
src/usr.bin/telnet: README
Log Message:
Remove README relevant to 1995 telnet.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r0 src/usr.bin/telnet/README
Please note that diffs
Module Name:src
Committed By: maya
Date: Sat Dec 15 23:22:51 UTC 2018
Modified Files:
src/lib/libtelnet: auth.c
Removed Files:
src/lib/libtelnet: spx.c
Log Message:
G/C SPX support
It was presented as a draft in 1993. I don't see any mentions since. it
was not ena
Module Name:src
Committed By: maya
Date: Sat Dec 15 23:23:51 UTC 2018
Modified Files:
src/libexec/telnetd: telnetd.8
Log Message:
Remove mention of SPX.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/libexec/telnetd/telnetd.8
Please note that diffs ar
Module Name:src
Committed By: sevan
Date: Sun Dec 16 02:18:01 UTC 2018
Modified Files:
src/tests/lib/libc/gen: t_fpsetmask.c
Log Message:
port-macppc/46319 is marked as resolved now.
Test on 8.99.26 build of NetBSD/macppc
To generate a diff of this commit:
cvs rdiff -u -
24 matches
Mail list logo