CVS commit: src/sys/dev/usb

2016-02-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 16 07:51:13 UTC 2016 Modified Files: src/sys/dev/usb: uhub.c usbdivar.h Log Message: Re-enable the TT support that existed previously. To generate a diff of this commit: cvs rdiff -u -r1.130 -r1.131

CVS commit: src/sys/dev/usb

2016-02-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 16 07:51:13 UTC 2016 Modified Files: src/sys/dev/usb: uhub.c usbdivar.h Log Message: Re-enable the TT support that existed previously. To generate a diff of this commit: cvs rdiff -u -r1.130 -r1.131

Re: CVS commit: src/sys/net

2016-02-15 Thread Ryota Ozaki
On Tue, Feb 16, 2016 at 6:16 AM, Taylor R Campbell wrote: >Date: Mon, 15 Feb 2016 11:06:52 + >From: Roy Marples > >On 15/02/2016 10:32, Ryota Ozaki wrote: >> I think we can fix by returning from

CVS commit: [nick-nhusb] src/sys/dev/usb

2016-02-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 16 07:30:46 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: uhci.c Log Message: Use TAILQ_FOREACH. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.264.4.59 -r1.264.4.60

CVS commit: [nick-nhusb] src/sys/dev/usb

2016-02-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 16 07:30:46 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: uhci.c Log Message: Use TAILQ_FOREACH. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.264.4.59 -r1.264.4.60

CVS commit: [nick-nhusb] src/sys/dev/usb

2016-02-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 16 07:16:47 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: ehcireg.h Log Message: Add some changes to ehci_sitd_t based on the RiscOS code sent to me by Colin Granvillein private email To generate a diff of this

CVS commit: [nick-nhusb] src/sys/dev/usb

2016-02-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 16 07:16:47 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: ehcireg.h Log Message: Add some changes to ehci_sitd_t based on the RiscOS code sent to me by Colin Granvillein private email To generate a diff of this

CVS commit: src/sys/arch/zaurus/conf

2016-02-15 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Feb 16 05:14:31 UTC 2016 Modified Files: src/sys/arch/zaurus/conf: INSTALL Log Message: Reduced INSTALL kernel size. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/zaurus/conf/INSTALL Please

CVS commit: src/sys/arch/zaurus/conf

2016-02-15 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Feb 16 05:14:31 UTC 2016 Modified Files: src/sys/arch/zaurus/conf: INSTALL Log Message: Reduced INSTALL kernel size. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/zaurus/conf/INSTALL Please

Re: CVS commit: src/sys/net

2016-02-15 Thread Ryota Ozaki
On Tue, Feb 16, 2016 at 11:37 AM, matthew green wrote: >> Oh, I see. We shouldn't drop any events of link state changes. > > i don't see any point in keeping a huge series of link changes > if they can be collapsed into an equivalent sequence. with VMs > and other

re: CVS commit: src/sys/net

2016-02-15 Thread matthew green
> Oh, I see. We shouldn't drop any events of link state changes. i don't see any point in keeping a huge series of link changes if they can be collapsed into an equivalent sequence. with VMs and other user-controlled systems it's possible to flood such a link state checking engine. .mrg.

CVS commit: src/sys/net

2016-02-15 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Feb 16 01:31:26 UTC 2016 Modified Files: src/sys/net: if.h if_llatbl.c if_llatbl.h Log Message: Remove workaround for GATEWAY The workaround was introduced because lltable/llentry uses rwlock but it may be executed in

CVS commit: src/sys/net

2016-02-15 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Feb 16 01:31:26 UTC 2016 Modified Files: src/sys/net: if.h if_llatbl.c if_llatbl.h Log Message: Remove workaround for GATEWAY The workaround was introduced because lltable/llentry uses rwlock but it may be executed in

netbsd-6 VAX breakage

2016-02-15 Thread John Klos
Hi, It seems netbsd-6 VAX is broken: /home/source/ab/netbsd-6/src/external/bsd/ntp/bin/sntp/../../dist/sntp/libevent/event.c: In function 'event_mm_strdup_': /home/source/ab/netbsd-6/src/external/bsd/ntp/bin/sntp/../../dist/sntp/libevent/event.c:3436: warning: comparison is always false due

CVS commit: src/lib/libedit

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 23:36:30 UTC 2016 Modified Files: src/lib/libedit: readline.c Log Message: attribute unused To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120 src/lib/libedit/readline.c Please note that diffs are not

CVS commit: src/lib/libedit

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 23:36:30 UTC 2016 Modified Files: src/lib/libedit: readline.c Log Message: attribute unused To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120 src/lib/libedit/readline.c Please note that diffs are not

CVS commit: src/lib/libedit

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 22:53:38 UTC 2016 Modified Files: src/lib/libedit: terminal.c Log Message: OpenBSD term.c rev. 1.7 2002/11/29 20:13:39 deraadt spelling To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/lib/libedit

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 22:53:38 UTC 2016 Modified Files: src/lib/libedit: terminal.c Log Message: OpenBSD term.c rev. 1.7 2002/11/29 20:13:39 deraadt spelling To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/lib/libedit

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 22:48:59 UTC 2016 Modified Files: src/lib/libedit: config.h readline.c sys.h Log Message: OpenBSD readline.c rev. 1.14 2015/02/06 23:21:58 millert use SIZE_MAX To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/lib/libedit

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 22:48:59 UTC 2016 Modified Files: src/lib/libedit: config.h readline.c sys.h Log Message: OpenBSD readline.c rev. 1.14 2015/02/06 23:21:58 millert use SIZE_MAX To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/share/man/man9

2016-02-15 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Feb 15 22:37:54 UTC 2016 Modified Files: src/share/man/man9: cardbus.9 Log Message: cardbus autoconf uses cardbus_attach_args, not isapnp_attach_args. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/share/man/man9

2016-02-15 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Feb 15 22:37:54 UTC 2016 Modified Files: src/share/man/man9: cardbus.9 Log Message: cardbus autoconf uses cardbus_attach_args, not isapnp_attach_args. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/lib/libedit

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 21:58:38 UTC 2016 Modified Files: src/lib/libedit: readline.c src/lib/libedit/readline: readline.h Log Message: OpenBSD readline.c rev. 1.13 2015/01/13 08:33:12 reyk rl_set_keyboard_input_timeout() for

CVS commit: src/lib/libedit

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 21:58:38 UTC 2016 Modified Files: src/lib/libedit: readline.c src/lib/libedit/readline: readline.h Log Message: OpenBSD readline.c rev. 1.13 2015/01/13 08:33:12 reyk rl_set_keyboard_input_timeout() for

CVS commit: src/lib/libedit

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 21:56:35 UTC 2016 Modified Files: src/lib/libedit: eln.c Log Message: OpenBSD eln.c rev. 1.3 2011/11/27 21:46:44 pascal kill a C++-style comment To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/lib/libedit

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 21:56:35 UTC 2016 Modified Files: src/lib/libedit: eln.c Log Message: OpenBSD eln.c rev. 1.3 2011/11/27 21:46:44 pascal kill a C++-style comment To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/lib/libedit/TEST

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 21:38:07 UTC 2016 Modified Files: src/lib/libedit/TEST: Makefile Log Message: Compile with WIDECHAR the same way the main Makefile does (Ingo Schwarze) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/lib/libedit/TEST

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 21:38:07 UTC 2016 Modified Files: src/lib/libedit/TEST: Makefile Log Message: Compile with WIDECHAR the same way the main Makefile does (Ingo Schwarze) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/lib/libedit

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 21:35:52 UTC 2016 Modified Files: src/lib/libedit: history.c Log Message: Don't free getline memory (Ingo Schwarze). To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/lib/libedit/history.c Please

CVS commit: src/lib/libedit

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 21:35:52 UTC 2016 Modified Files: src/lib/libedit: history.c Log Message: Don't free getline memory (Ingo Schwarze). To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/lib/libedit/history.c Please

Re: CVS commit: src/sys/net

2016-02-15 Thread Taylor R Campbell
Date: Mon, 15 Feb 2016 11:06:52 + From: Roy Marples On 15/02/2016 10:32, Ryota Ozaki wrote: > I think we can fix by returning from if_link_state_change_si > if ifp->if_link_state == ifp->if_old_link_state. Is it correct? Then we're not doing what we

CVS commit: src/usr.bin/calendar/calendars

2016-02-15 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Mon Feb 15 20:58:02 UTC 2016 Modified Files: src/usr.bin/calendar/calendars: calendar.birthday calendar.history Log Message: allexander the greeeat, his name struck fear into hearts of men! ...but let's conquer that fear

CVS commit: src/usr.bin/calendar/calendars

2016-02-15 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Mon Feb 15 20:58:02 UTC 2016 Modified Files: src/usr.bin/calendar/calendars: calendar.birthday calendar.history Log Message: allexander the greeeat, his name struck fear into hearts of men! ...but let's conquer that fear

CVS commit: src/sys/arch/amd64/amd64

2016-02-15 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Feb 15 20:35:59 UTC 2016 Modified Files: src/sys/arch/amd64/amd64: machdep.c Log Message: Use KASSERTs supported by CTASSERTs, not __builtin_unreachable. pcc has no __builtin_unreachable, and this is clearer anyway. To

CVS commit: src/sys/arch/amd64/amd64

2016-02-15 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Feb 15 20:35:59 UTC 2016 Modified Files: src/sys/arch/amd64/amd64: machdep.c Log Message: Use KASSERTs supported by CTASSERTs, not __builtin_unreachable. pcc has no __builtin_unreachable, and this is clearer anyway. To

CVS commit: src/share/man/man9lua

2016-02-15 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Mon Feb 15 20:33:18 UTC 2016 Modified Files: src/share/man/man9lua: pmf.9lua Log Message: fix english To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man9lua/pmf.9lua Please note that diffs are not

CVS commit: src/share/man/man9lua

2016-02-15 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Mon Feb 15 20:33:18 UTC 2016 Modified Files: src/share/man/man9lua: pmf.9lua Log Message: fix english To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man9lua/pmf.9lua Please note that diffs are not

CVS commit: src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/instmem

2016-02-15 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Feb 15 19:36:35 UTC 2016 Modified Files: src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/instmem: nouveau_subdev_instmem_nv40.c Log Message: Print error code for failure to map PRAMIN BAR. To generate

CVS commit: src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/instmem

2016-02-15 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Feb 15 19:36:35 UTC 2016 Modified Files: src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/instmem: nouveau_subdev_instmem_nv40.c Log Message: Print error code for failure to map PRAMIN BAR. To generate

CVS commit: src/sys/netinet

2016-02-15 Thread Tyler R. Retzlaff
Module Name:src Committed By: rtr Date: Mon Feb 15 19:00:42 UTC 2016 Modified Files: src/sys/netinet: sctp_indata.c sctputil.c Log Message: Fix building of IPv4-Mapped IPv6 addresses. As discussed on tech-net@ use in6_sin_2_v4mapsin6() to build mapped addresses. To

CVS commit: src/sys/netinet

2016-02-15 Thread Tyler R. Retzlaff
Module Name:src Committed By: rtr Date: Mon Feb 15 19:00:42 UTC 2016 Modified Files: src/sys/netinet: sctp_indata.c sctputil.c Log Message: Fix building of IPv4-Mapped IPv6 addresses. As discussed on tech-net@ use in6_sin_2_v4mapsin6() to build mapped addresses. To

CVS commit: src/lib/libedit

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 17:35:39 UTC 2016 Modified Files: src/lib/libedit: sys.h Log Message: forgot one fgetln define To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libedit/sys.h Please note that diffs are not

CVS commit: src/lib/libedit

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 17:35:39 UTC 2016 Modified Files: src/lib/libedit: sys.h Log Message: forgot one fgetln define To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libedit/sys.h Please note that diffs are not

CVS commit: [nick-nhusb] src/sys/dev/usb

2016-02-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Feb 15 17:00:27 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: uhci.c Log Message: KF To generate a diff of this commit: cvs rdiff -u -r1.264.4.58 -r1.264.4.59 src/sys/dev/usb/uhci.c Please note that diffs are not

CVS commit: [nick-nhusb] src/sys/dev/usb

2016-02-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Feb 15 17:00:27 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: uhci.c Log Message: KF To generate a diff of this commit: cvs rdiff -u -r1.264.4.58 -r1.264.4.59 src/sys/dev/usb/uhci.c Please note that diffs are not

CVS commit: src/lib/libedit

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 16:14:39 UTC 2016 Modified Files: src/lib/libedit: config.h sys.h Log Message: change tests for fgetln. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libedit/config.h cvs rdiff -u -r1.18

CVS commit: src/lib/libedit

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 16:14:39 UTC 2016 Modified Files: src/lib/libedit: config.h sys.h Log Message: change tests for fgetln. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libedit/config.h cvs rdiff -u -r1.18

CVS commit: src/lib/lua/sqlite

2016-02-15 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Mon Feb 15 15:56:33 UTC 2016 Modified Files: src/lib/lua/sqlite: sqlite.c Log Message: Fix function name, no functional change. Found by Travis Paul, (see PR/50786), thanks for reporting! To generate a diff of this commit: cvs

CVS commit: src/lib/lua/sqlite

2016-02-15 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Mon Feb 15 15:56:33 UTC 2016 Modified Files: src/lib/lua/sqlite: sqlite.c Log Message: Fix function name, no functional change. Found by Travis Paul, (see PR/50786), thanks for reporting! To generate a diff of this commit: cvs

CVS commit: src/lib/libedit

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 15:53:45 UTC 2016 Modified Files: src/lib/libedit: el.c history.c Log Message: Use getline for better portability. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/lib/libedit/el.c cvs rdiff -u

CVS commit: src/lib/libedit

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 15:53:45 UTC 2016 Modified Files: src/lib/libedit: el.c history.c Log Message: Use getline for better portability. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/lib/libedit/el.c cvs rdiff -u

CVS commit: src/lib/libedit

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 15:37:20 UTC 2016 Modified Files: src/lib/libedit: tokenizer.c Log Message: OpenBSD tokenizer.c rev. 1.8 2003/08/11 18:21:40 deraadt don't increase amax on realloc failure To generate a diff of this commit: cvs

CVS commit: src/lib/libedit

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 15:37:20 UTC 2016 Modified Files: src/lib/libedit: tokenizer.c Log Message: OpenBSD tokenizer.c rev. 1.8 2003/08/11 18:21:40 deraadt don't increase amax on realloc failure To generate a diff of this commit: cvs

CVS commit: src/lib/libedit

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 15:29:25 UTC 2016 Modified Files: src/lib/libedit: sig.c Log Message: OpenBSD sig.c rev. 1.6 2001/12/06 04:26:00 deraadt save and restore errno in signal handler To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libedit

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 15:35:03 UTC 2016 Modified Files: src/lib/libedit: terminal.c Log Message: OpenBSD term.c rev. 1.13 2009/12/11 18:58:59 jacekm fix two memory leaks To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/lib/libedit

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 15:35:03 UTC 2016 Modified Files: src/lib/libedit: terminal.c Log Message: OpenBSD term.c rev. 1.13 2009/12/11 18:58:59 jacekm fix two memory leaks To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/lib/libedit

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 15:30:50 UTC 2016 Modified Files: src/lib/libedit: history.c Log Message: Change the test for the size of encoded buffer to include the NULL, from OpenBSD; no functional change. To generate a diff of this commit:

CVS commit: src/lib/libedit

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 15:30:50 UTC 2016 Modified Files: src/lib/libedit: history.c Log Message: Change the test for the size of encoded buffer to include the NULL, from OpenBSD; no functional change. To generate a diff of this commit:

CVS commit: src/lib/libedit

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 15:29:25 UTC 2016 Modified Files: src/lib/libedit: sig.c Log Message: OpenBSD sig.c rev. 1.6 2001/12/06 04:26:00 deraadt save and restore errno in signal handler To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libedit

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 15:26:48 UTC 2016 Modified Files: src/lib/libedit: history.c Log Message: Use fparseln to avoid newline hacks. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/lib/libedit/history.c Please note

CVS commit: src/lib/libedit

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 15:26:48 UTC 2016 Modified Files: src/lib/libedit: history.c Log Message: Use fparseln to avoid newline hacks. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/lib/libedit/history.c Please note

CVS commit: src/lib/libedit

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 15:18:01 UTC 2016 Modified Files: src/lib/libedit: el.c Log Message: use fparseln() to avoid needing to deal with missing \n in the last line and also to handle comments automatically. To generate a diff of this

CVS commit: src/lib/libedit

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 15:18:01 UTC 2016 Modified Files: src/lib/libedit: el.c Log Message: use fparseln() to avoid needing to deal with missing \n in the last line and also to handle comments automatically. To generate a diff of this

CVS commit: src/sys

2016-02-15 Thread Tyler R. Retzlaff
Module Name:src Committed By: rtr Date: Mon Feb 15 14:59:03 UTC 2016 Modified Files: src/sys/netinet: in_pcb.c tcp_input.c tcp_subr.c tcp_usrreq.c udp_usrreq.c src/sys/netinet6: in6.c in6.h Log Message: Reduce code duplication. Split creation of

CVS commit: src/tests/kernel

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 14:59:38 UTC 2016 Modified Files: src/tests/kernel: Makefile Log Message: This needs _KERNTYPES on some platforms. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/tests/kernel/Makefile Please

CVS commit: src/sys

2016-02-15 Thread Tyler R. Retzlaff
Module Name:src Committed By: rtr Date: Mon Feb 15 14:59:03 UTC 2016 Modified Files: src/sys/netinet: in_pcb.c tcp_input.c tcp_subr.c tcp_usrreq.c udp_usrreq.c src/sys/netinet6: in6.c in6.h Log Message: Reduce code duplication. Split creation of

CVS commit: src/tests/kernel

2016-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 14:59:38 UTC 2016 Modified Files: src/tests/kernel: Makefile Log Message: This needs _KERNTYPES on some platforms. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/tests/kernel/Makefile Please

CVS commit: src/tools/gcc

2016-02-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 15 13:25:12 UTC 2016 Modified Files: src/tools/gcc: Makefile Log Message: Add missing closing ) and line continuation for mknative To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/tools/gcc/Makefile

CVS commit: src/tools/gcc

2016-02-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 15 13:25:12 UTC 2016 Modified Files: src/tools/gcc: Makefile Log Message: Add missing closing ) and line continuation for mknative To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/tools/gcc/Makefile

Re: CVS commit: src/sys/net

2016-02-15 Thread Martin Husemann
On Mon, Feb 15, 2016 at 11:06:52AM +, Roy Marples wrote: > Can we not extend softint_schedule to take some user data? That way, > each call (which I'm assuming would be sequential) can carry the link > state change in the user data which can then be applied to the interface. Sounds like a

CVS commit: src/lib/libc/rpc

2016-02-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 15 11:07:48 UTC 2016 Modified Files: src/lib/libc/rpc: xdr_float.c Log Message: Avoid strict alias violation for VAX To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/lib/libc/rpc/xdr_float.c Please

CVS commit: src/lib/libc/rpc

2016-02-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 15 11:07:48 UTC 2016 Modified Files: src/lib/libc/rpc: xdr_float.c Log Message: Avoid strict alias violation for VAX To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/lib/libc/rpc/xdr_float.c Please

Re: CVS commit: src/sys/net

2016-02-15 Thread Roy Marples
On 15/02/2016 10:32, Ryota Ozaki wrote: > On Mon, Feb 15, 2016 at 6:35 PM, Roy Marples wrote: >> On 15/02/2016 08:08, Ryota Ozaki wrote: >>> Module Name: src >>> Committed By: ozaki-r >>> Date: Mon Feb 15 08:08:04 UTC 2016 >>> >>> Modified Files: >>> src/sys/net:

CVS commit: src/sys/net

2016-02-15 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Feb 15 08:08:04 UTC 2016 Modified Files: src/sys/net: if.c if.h Log Message: Run if_link_state_change in softint if_link_state_change can execute the network stack that is expected to not run in hardware interrupt (at least

CVS commit: src/sys/net

2016-02-15 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Feb 15 08:08:04 UTC 2016 Modified Files: src/sys/net: if.c if.h Log Message: Run if_link_state_change in softint if_link_state_change can execute the network stack that is expected to not run in hardware interrupt (at least