Module Name:src
Committed By: ozaki-r
Date: Tue Jun 12 07:12:35 UTC 2018
Modified Files:
src/sys/net: if.h if_ethersubr.c
Log Message:
Check if ether_ifdetach is called without INET_LOCK
To generate a diff of this commit:
cvs rdiff -u -r1.261 -r1.262 src/sys/net/if.h
cvs
Module Name:src
Committed By: jmcneill
Date: Tue Jun 12 10:28:55 UTC 2018
Modified Files:
src/sys/dev/fdt: fdt_clock.c fdtvar.h
Log Message:
Process assigned clock parents and rates on clock provider nodes.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/
Module Name:src
Committed By: thorpej
Date: Tue Jun 12 13:18:48 UTC 2018
Modified Files:
src/sys/dev/i2c: gttwsi_core.c
Log Message:
When initiating a transfer, if a device isn't present, we won't
get an ACK after sending the address. Check for this alternate
state and su
Module Name:src
Committed By: kamil
Date: Tue Jun 12 13:24:28 UTC 2018
Modified Files:
src/external/historical/nawk/dist: lex.c
Log Message:
Do not use index out of bounds in nawk
$ awk '{w=$1}' < /dev/null
/public/src.git/external/historical/nawk/bin/../dist/lex.c:476:16
Module Name:src
Committed By: kamil
Date: Tue Jun 12 14:13:55 UTC 2018
Modified Files:
src/bin/ksh: eval.c
Log Message:
Change typ of tilde_ok from int to unsigned int in ksh(1)
UBSan can detect that during switching a login to root there is unportable
left shift operatio
Module Name:src
Committed By: christos
Date: Tue Jun 12 15:40:39 UTC 2018
Modified Files:
src/usr.bin/kdump: Makefile.ioctl-c mkioctls
Log Message:
- instead of hard-coding the include paths in mkioctls, pass them in
from the Makefile so that they are consistent.
- do mo
Module Name:src
Committed By: christos
Date: Tue Jun 12 15:41:35 UTC 2018
Modified Files:
src/usr.bin/kdump: Makefile.ioctl-c
Log Message:
remove extra quotes.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/usr.bin/kdump/Makefile.ioctl-c
Please note t
Module Name:src
Committed By: snj
Date: Tue Jun 12 16:34:04 UTC 2018
Modified Files:
src/sys/net [netbsd-8]: if_vlan.c
src/tests/net/if_vlan [netbsd-8]: t_vlan.sh
Log Message:
Pull up following revision(s) (requested by ozaki-r in ticket #876):
sys/net/if_v
Module Name:src
Committed By: snj
Date: Tue Jun 12 16:36:26 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
876
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.209 -r1.1.2.210 src/doc/CHANGES-8.0
Please note that diffs are not public domain
Module Name:src
Committed By: kamil
Date: Tue Jun 12 18:12:18 UTC 2018
Modified Files:
src/bin/expr: expr.y
Log Message:
Rework perform_arith_op() in expr(1) to omit Undefined Behavior
The current implementation of operations - + * / % could cause Undefined
Behavior and i
Module Name:src
Committed By: kamil
Date: Tue Jun 12 18:54:40 UTC 2018
Modified Files:
src/tests/bin/expr: t_expr.sh
Log Message:
Add 2 new expr(1) ATF tests
Assert that -9223372036854775808 % -1 and -9223372036854775808 / -1 return
message about overflow / underflow dete
Module Name:src
Committed By: jdolecek
Date: Tue Jun 12 19:35:00 UTC 2018
Modified Files:
src/sys/dev/pci: if_msk.c
Log Message:
fix whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/dev/pci/if_msk.c
Please note that diffs are not public d
Module Name:src
Committed By: zafer
Date: Tue Jun 12 20:12:22 UTC 2018
Modified Files:
src/sbin/fsck_lfs: lfs.c
Log Message:
Remove duplicate assignments.
Fixes PR bin/51512 by Jose Luis Rodriguez Garcia
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/s
Module Name:src
Committed By: jdolecek
Date: Tue Jun 12 20:25:47 UTC 2018
Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.1331 -r1.1332 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1330 -r1.13
Module Name:src
Committed By: jdolecek
Date: Tue Jun 12 20:25:25 UTC 2018
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
add two more Yukon variants (from OpenBSD)
To generate a diff of this commit:
cvs rdiff -u -r1.1340 -r1.1341 src/sys/dev/pci/pcidevs
Please no
Module Name:src
Committed By: jdolecek
Date: Tue Jun 12 20:27:54 UTC 2018
Modified Files:
src/sys/dev/pci: if_msk.c if_skreg.h
Log Message:
match three more variants - DGE550T_B1, 8040T, 8042
sync more sk_type conditionals from OpenBSD
To generate a diff of this commit:
Module Name:src
Committed By: kamil
Date: Tue Jun 12 21:22:47 UTC 2018
Modified Files:
src/external/gpl2/grep/dist/src: dfa.c
Log Message:
Prevent Undefined Behavior in shift of signed integer in grep(1)
There is an interface in grep: dfa.c with functions to test bit, set
Module Name:src
Committed By: kamil
Date: Tue Jun 12 21:35:17 UTC 2018
Modified Files:
src/sys/arch/i386/stand/mbr: Makefile.mbr
Log Message:
Set NOSANITIZER in i386 mbr files
This is required to build these files and keep then functional with
enabled MKSANITIZER.
Sponso
Module Name:src
Committed By: jdolecek
Date: Tue Jun 12 21:36:34 UTC 2018
Modified Files:
src/sys/dev/pci: if_msk.c if_sk.c if_skreg.h
Log Message:
move SK_HASH_BITS to if_skreg.h and reuse in if_msk.c (from OpenBSD)
To generate a diff of this commit:
cvs rdiff -u -r1.60
Module Name:src
Committed By: jmcneill
Date: Tue Jun 12 23:08:37 UTC 2018
Modified Files:
src/sys/dev/clk: clk.c
Log Message:
If setting rate on a clock with no set_rate function, and the desired rate
matches the current rate, don't return an error.
To generate a diff of
Module Name:src
Committed By: christos
Date: Tue Jun 12 23:52:56 UTC 2018
Modified Files:
src/tools/compat: compat_defs.h
Log Message:
Move the typedefs before the header inclusions (except ) and
explain why.
To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.11
Module Name:src
Committed By: sevan
Date: Wed Jun 13 00:24:07 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
macppc IPsec change from last week
To generate a diff of this commit:
cvs rdiff -u -r1.2394 -r1.2395 src/doc/CHANGES
Please note that diffs are not publi
Module Name:src
Committed By: uwe
Date: Wed Jun 13 02:09:09 UTC 2018
Modified Files:
src/sys/dev/wscons: wsevent.c
Log Message:
wsevent_copyout_events50 - don't leak garbage from the kernel stack.
On 64-bit machines struct timespec50 has padding between 32-bit tv_sec
and
Module Name:src
Committed By: pgoyette
Date: Wed Jun 13 02:29:56 UTC 2018
Modified Files:
src/sys/dev/wscons [pgoyette-compat]: wsevent_50.c
Log Message:
Keep up with -HEAD
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/dev/wscons/wsevent_50.
Module Name:src
Committed By: ozaki-r
Date: Wed Jun 13 03:28:36 UTC 2018
Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile hifn.4 ipsec.4 nsp.4 options.4 ubsec.4
Removed Files:
src/share/man/man4: fast_ipsec.4
Log Message:
Retire f
Module Name:src
Committed By: ozaki-r
Date: Wed Jun 13 03:34:13 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
Refer ipsec(4) instead of fast_ipsec(4)
Because fast_ipsec(4) is retired and IPSEC is described in ipsec(4) now.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: maya
Date: Wed Jun 13 04:17:43 UTC 2018
Modified Files:
src/tools/compat: compat_defs.h configure configure.ac
nbtool_config.h.in
Log Message:
Revert my previous config test inclusion for u_longlong_t.
Fixing this differently by a
Module Name:src
Committed By: maya
Date: Wed Jun 13 04:21:21 UTC 2018
Modified Files:
src/external/cddl/osnet/dist/uts/common/rpc: types.h
Log Message:
Avoid declaring ulonglong_t.
Comment here already says it isn't necessary and will be removed.
Hasten the process for us
Module Name:src
Committed By: ozaki-r
Date: Wed Jun 13 05:26:12 UTC 2018
Modified Files:
src/sys/kern: subr_workqueue.c
Log Message:
Don't wait on workqueue_wait if called from worker itself
Otherwise workqueue_wait never return in such a case. This treatment
is the same
29 matches
Mail list logo