CVS commit: src/usr.bin/ftp
Module Name:src Committed By: nonaka Date: Wed Feb 15 11:52:11 UTC 2017 Modified Files: src/usr.bin/ftp: fetch.c Log Message: ftp(1): split the auth processing function. To generate a diff of this commit: cvs rdiff -u -r1.227 -r1.228 src/usr.bin/ftp/fetch.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/macppc/dev
Module Name:src Committed By: tsutsui Date: Wed Feb 15 12:39:29 UTC 2017 Modified Files: src/sys/arch/macppc/dev: mesh.c Log Message: Fix an inverted logic. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/arch/macppc/dev/mesh.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/ibm-public/postfix/dist/src/global
Module Name:src Committed By: christos Date: Wed Feb 15 16:42:16 UTC 2017 Modified Files: src/external/ibm-public/postfix/dist/src/global: mail_params.h Log Message: set the default meta_directory where we are installing postfix-files. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 \ src/external/ibm-public/postfix/dist/src/global/mail_params.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man7
Module Name:src Committed By: abhinav Date: Wed Feb 15 17:44:52 UTC 2017 Modified Files: src/share/man/man7: src.7 Log Message: Fix spelling: s/alogorithms/algorithms To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/share/man/man7/src.7 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/kernel
Module Name:src Committed By: kamil Date: Wed Feb 15 20:58:22 UTC 2017 Modified Files: src/tests/kernel: t_ptrace_wait.h Log Message: Reintroduce ATF_TP_ADD_TC_HAVE_DBREGS for t_ptrace_wait* ATF tests PT_GETDBREGS & PT_SETDBREGS API will replace the current one for watchpoints. Sponsored by To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/kernel/t_ptrace_wait.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/cdrom
Module Name:src Committed By: christos Date: Wed Feb 15 22:47:27 UTC 2017 Modified Files: src/distrib/cdrom: hfsmap.lst Log Message: add chrp To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/distrib/cdrom/hfsmap.lst Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: rin Date: Thu Feb 16 01:02:28 UTC 2017 Modified Files: src/doc: HACKS src/external/mit/xorg/lib/libX11: Makefile.libx11 Log Message: lcWrap.c is miscompiled on vax, which results in input failure via XIM. Besides, some clients, e.g., pkgsrc/x11/kterm, receives SIGSEGV. To generate a diff of this commit: cvs rdiff -u -r1.182 -r1.183 src/doc/HACKS cvs rdiff -u -r1.17 -r1.18 src/external/mit/xorg/lib/libX11/Makefile.libx11 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: rin Date: Thu Feb 16 01:05:01 UTC 2017 Modified Files: src/doc: HACKS Log Message: sorry, correct English grammer To generate a diff of this commit: cvs rdiff -u -r1.183 -r1.184 src/doc/HACKS Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/common
Module Name:src Committed By: christos Date: Thu Feb 16 02:37:32 UTC 2017 Modified Files: src/distrib/common: Makefile.bootcd Log Message: there is no -f in install To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/distrib/common/Makefile.bootcd Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/gpt
Module Name:src Committed By: christos Date: Thu Feb 16 03:32:17 UTC 2017 Modified Files: src/sbin/gpt: biosboot.c gpt.8 gpt.c gpt.h gpt_private.h gpt_uuid.c main.c Log Message: Add -T timestamp for reproducible builds. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sbin/gpt/biosboot.c cvs rdiff -u -r1.51 -r1.52 src/sbin/gpt/gpt.8 cvs rdiff -u -r1.69 -r1.70 src/sbin/gpt/gpt.c cvs rdiff -u -r1.33 -r1.34 src/sbin/gpt/gpt.h cvs rdiff -u -r1.1 -r1.2 src/sbin/gpt/gpt_private.h cvs rdiff -u -r1.13 -r1.14 src/sbin/gpt/gpt_uuid.c cvs rdiff -u -r1.8 -r1.9 src/sbin/gpt/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/amd64/uefi-installimage
Module Name:src Committed By: christos Date: Thu Feb 16 03:47:23 UTC 2017 Modified Files: src/distrib/amd64/uefi-installimage: Makefile.bootimage Log Message: Add ${GPT_TIMESTAMP} To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \ src/distrib/amd64/uefi-installimage/Makefile.bootimage Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x86/x86
Module Name:src Committed By: nonaka Date: Thu Feb 16 03:53:20 UTC 2017 Modified Files: src/sys/arch/x86/x86: efi.c Log Message: Quell maybe-uninitialized false positives from gcc -Os. reported by John D. Baker at current-users@. http://mail-index.netbsd.org/current-users/2017/02/15/msg031132.html To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/x86/x86/efi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: knakahara Date: Thu Feb 16 05:36:41 UTC 2017 Modified Files: src/sys/dev/pci: if_wm.c Log Message: fix about IFF_OACTIVE. It is required manipulate IFF_OACTIVE for old ethernet controllers and ALTQ to use if_start. To avoid race, txq_lock of 0th txq is needed to write IFF_OACTIVE. TODO: read side refactor To generate a diff of this commit: cvs rdiff -u -r1.478 -r1.479 src/sys/dev/pci/if_wm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci/ixgbe
Module Name:src Committed By: msaitoh Date: Thu Feb 16 07:58:21 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: txt_si softint is used only for multiqueue (ixgbe_mq_start_locked()), so don't schedule it in ixgbe_legacy_irq(). To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/dev/pci/ixgbe/ixgbe.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.