CVS commit: src/sys/arch/arm/broadcom

2022-11-19 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sat Nov 19 09:29:26 UTC 2022 Modified Files: src/sys/arch/arm/broadcom: bcm2835_intr.c Log Message: bcm2835_intr.c: fix !MULTIPROCESSOR Tested on Raspberry PI 3 model A+. To generate a diff of this commit: cvs rdiff -u -r1.43

CVS commit: src/sys/arch/arm/broadcom

2022-11-19 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sat Nov 19 09:29:26 UTC 2022 Modified Files: src/sys/arch/arm/broadcom: bcm2835_intr.c Log Message: bcm2835_intr.c: fix !MULTIPROCESSOR Tested on Raspberry PI 3 model A+. To generate a diff of this commit: cvs rdiff -u -r1.43

CVS commit: src/distrib/utils/embedded/conf

2022-11-19 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sat Nov 19 09:19:28 UTC 2022 Modified Files: src/distrib/utils/embedded/conf: armv7.conf rpi.conf rpi_inst.conf Log Message: Update a few www.raspberrypi.com URLs To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

CVS commit: src/distrib/utils/embedded/conf

2022-11-19 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sat Nov 19 09:19:28 UTC 2022 Modified Files: src/distrib/utils/embedded/conf: armv7.conf rpi.conf rpi_inst.conf Log Message: Update a few www.raspberrypi.com URLs To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

CVS commit: src/sys/arch/arm/rockchip

2022-11-19 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sat Nov 19 09:17:57 UTC 2022 Modified Files: src/sys/arch/arm/rockchip: files.rockchip Log Message: arm/rockchip: fix build w/o MULTIPROCESSOR To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/sys/arch/arm/rockchip

2022-11-19 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sat Nov 19 09:17:57 UTC 2022 Modified Files: src/sys/arch/arm/rockchip: files.rockchip Log Message: arm/rockchip: fix build w/o MULTIPROCESSOR To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/sys/arch/arm/sunxi

2022-11-19 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sat Nov 19 09:05:42 UTC 2022 Modified Files: src/sys/arch/arm/sunxi: sunxi_can.c Log Message: sunxi_can.c: fix build with MBUFTRACE To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/sunxi/sunxi_can.c

CVS commit: src/sys/arch/arm/sunxi

2022-11-19 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sat Nov 19 09:05:42 UTC 2022 Modified Files: src/sys/arch/arm/sunxi: sunxi_can.c Log Message: sunxi_can.c: fix build with MBUFTRACE To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/sunxi/sunxi_can.c

CVS commit: src/usr.bin/netstat

2022-11-19 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sat Nov 19 08:56:20 UTC 2022 Modified Files: src/usr.bin/netstat: bpf.c Log Message: netstat/bpf.c: Don't print garbage for stale pid To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.bin/netstat/bpf.c Please

CVS commit: src/usr.bin/netstat

2022-11-19 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sat Nov 19 08:56:20 UTC 2022 Modified Files: src/usr.bin/netstat: bpf.c Log Message: netstat/bpf.c: Don't print garbage for stale pid To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.bin/netstat/bpf.c Please

CVS commit: src/sys/net

2022-11-19 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sat Nov 19 08:53:06 UTC 2022 Modified Files: src/sys/net: bpf.c Log Message: bpf: refresh bd_pid in a few more places as well This made "netstat -B" show hostapd and wpa_supplicant for me. kingcrab# netstat -B Active BPF peers

CVS commit: src/sys/net

2022-11-19 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sat Nov 19 08:53:06 UTC 2022 Modified Files: src/sys/net: bpf.c Log Message: bpf: refresh bd_pid in a few more places as well This made "netstat -B" show hostapd and wpa_supplicant for me. kingcrab# netstat -B Active BPF peers

CVS commit: src/sys

2022-11-19 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sat Nov 19 08:00:51 UTC 2022 Modified Files: src/sys/net: if_llatbl.c if_llatbl.h nd.c src/sys/netinet: in.c in_var.h Log Message: Make arp have its own mowner This helped me to debug mbuf leaks in arp. (if_arp.c rev.

CVS commit: src/sys

2022-11-19 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sat Nov 19 08:00:51 UTC 2022 Modified Files: src/sys/net: if_llatbl.c if_llatbl.h nd.c src/sys/netinet: in.c in_var.h Log Message: Make arp have its own mowner This helped me to debug mbuf leaks in arp. (if_arp.c rev.

CVS commit: src/sys/net80211

2022-11-18 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sat Nov 19 07:57:51 UTC 2022 Modified Files: src/sys/net80211: ieee80211_input.c Log Message: ieee80211_input.c: Fix a few debug messages To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117

CVS commit: src/sys/net80211

2022-11-18 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sat Nov 19 07:57:51 UTC 2022 Modified Files: src/sys/net80211: ieee80211_input.c Log Message: ieee80211_input.c: Fix a few debug messages To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117

CVS commit: src/sys/conf

2022-11-18 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sat Nov 19 07:54:25 UTC 2022 Modified Files: src/sys/conf: assym.mk Log Message: assym.mk: Fix assym.d generation It seems that the genassym/mkdep output has been changed. This commit adapts the assym.d generation rule to the new

CVS commit: src/sys/conf

2022-11-18 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sat Nov 19 07:54:25 UTC 2022 Modified Files: src/sys/conf: assym.mk Log Message: assym.mk: Fix assym.d generation It seems that the genassym/mkdep output has been changed. This commit adapts the assym.d generation rule to the new

CVS commit: src

2021-02-09 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Tue Feb 9 11:57:20 UTC 2021 Modified Files: src/distrib/sets/lists/base: md.evbarm src/external/broadcom/bwfm: Makefile Log Message: Make Raspberry PI 3 Model A+ use bwfm config for Model B+ * It works for me. * It's

CVS commit: src

2021-02-09 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Tue Feb 9 11:57:20 UTC 2021 Modified Files: src/distrib/sets/lists/base: md.evbarm src/external/broadcom/bwfm: Makefile Log Message: Make Raspberry PI 3 Model A+ use bwfm config for Model B+ * It works for me. * It's

CVS commit: src/sys/netinet

2021-02-02 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Tue Feb 2 10:48:33 UTC 2021 Modified Files: src/sys/netinet: if_arp.c Log Message: arp: Plug an mbuf leak To generate a diff of this commit: cvs rdiff -u -r1.297 -r1.298 src/sys/netinet/if_arp.c Please note that diffs are not

CVS commit: src/sys/netinet

2021-02-02 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Tue Feb 2 10:48:33 UTC 2021 Modified Files: src/sys/netinet: if_arp.c Log Message: arp: Plug an mbuf leak To generate a diff of this commit: cvs rdiff -u -r1.297 -r1.298 src/sys/netinet/if_arp.c Please note that diffs are not

CVS commit: src/sys/dev/usb

2021-02-02 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Tue Feb 2 10:46:18 UTC 2021 Modified Files: src/sys/dev/usb: if_urtwn.c Log Message: if_urtwn.c: Plug a few leaks Can be a cause of PR/55968 To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93

CVS commit: src/sys/dev/usb

2021-02-02 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Tue Feb 2 10:46:18 UTC 2021 Modified Files: src/sys/dev/usb: if_urtwn.c Log Message: if_urtwn.c: Plug a few leaks Can be a cause of PR/55968 To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93

CVS commit: src/sys/dev/usb

2021-02-01 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Tue Feb 2 00:27:38 UTC 2021 Modified Files: src/sys/dev/usb: if_urtwn.c Log Message: if_urtwn: Add a missing newline to an aprint_error_dev message To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92

CVS commit: src/sys/dev/usb

2021-02-01 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Tue Feb 2 00:27:38 UTC 2021 Modified Files: src/sys/dev/usb: if_urtwn.c Log Message: if_urtwn: Add a missing newline to an aprint_error_dev message To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92

CVS commit: src/libexec/ld.elf_so

2015-04-06 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Mon Apr 6 09:34:15 UTC 2015 Modified Files: src/libexec/ld.elf_so: rtld.c Log Message: Fix membars around rtld internal mutex. This fixes the most of lockups i observed with Open vSwitch on NetBSD/amd64. (most of because it

CVS commit: src/libexec/ld.elf_so

2015-04-06 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Mon Apr 6 09:34:15 UTC 2015 Modified Files: src/libexec/ld.elf_so: rtld.c Log Message: Fix membars around rtld internal mutex. This fixes the most of lockups i observed with Open vSwitch on NetBSD/amd64. (most of because it

Re: CVS commit: src/sys/ufs/ufs

2014-05-22 Thread YAMAMOTO Takashi
. how about adding a version field so that it won't happen again? YAMAMOTO Takashi

CVS commit: [yamt-pagecache] src/compat

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 11:26:35 UTC 2014 Modified Files: src/compat [yamt-pagecache]: archdirs.mk src/compat/arm/eabi [yamt-pagecache]: bsd.eabi.mk src/compat/mips64/o32 [yamt-pagecache]: bsd.o32.mk Added Files:

CVS commit: [yamt-pagecache] src/dist

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 11:27:04 UTC 2014 Modified Files: src/dist/pf/sbin/pflogd [yamt-pagecache]: pflogd.8 Removed Files: src/dist/dhcp [yamt-pagecache]: ANONCVS CHANGES COPYRIGHT LICENSE Makefile Makefile.conf

CVS commit: [yamt-pagecache] src/etc

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 11:27:20 UTC 2014 Modified Files: src/etc [yamt-pagecache]: MAKEDEV.awk MAKEDEV.tmpl Makefile Makefile.params daily group hosts login.conf man.conf master.passwd named.conf ntp.conf protocols rc

CVS commit: [yamt-pagecache] src/doc

2014-05-22 Thread YAMAMOTO Takashi
Description: merge in6pcb with inpcb Status: Dormant @@ -617,7 +652,7 @@ Description: page cache related changes Status: Active Start Date: Wed Nov 2 2011 End Date: -Base Tag: yamt-pagecache-base6 +Base Tag: yamt-pagecache-base8 Maintainer: YAMAMOTO Takashi y...@netbsd.org Scope: src Notes

CVS commit: [yamt-pagecache] src/gnu

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 11:36:30 UTC 2014 Modified Files: src/gnu/dist/bc/bc [yamt-pagecache]: scan.l src/gnu/dist/gcc4/gcc [yamt-pagecache]: gcc.c target-def.h src/gnu/dist/gcc4/gcc/config [yamt-pagecache]: netbsd-elf.h

CVS commit: [yamt-pagecache] src/include

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 11:36:35 UTC 2014 Modified Files: src/include [yamt-pagecache]: Makefile complex.h ctype.h db.h err.h fenv.h inttypes.h iso646.h langinfo.h locale.h lwp.h math.h mpool.h netdb.h nl_types.h search.h

CVS commit: [yamt-pagecache] src/regress

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 11:37:18 UTC 2014 Modified Files: src/regress/lib/libc [yamt-pagecache]: Makefile src/regress/sys/fs/ffs [yamt-pagecache]: Makefile src/regress/sys/kern/ras/ras1 [yamt-pagecache]: Makefile

CVS commit: [yamt-pagecache] src/rescue

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 11:37:21 UTC 2014 Modified Files: src/rescue [yamt-pagecache]: Makefile list list.pdisk Log Message: sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this commit was

CVS commit: [yamt-pagecache] src/usr.sbin

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 11:43:12 UTC 2014 Modified Files: src/usr.sbin [yamt-pagecache]: Makefile src/usr.sbin/acpitools/acpidump [yamt-pagecache]: acpi.c acpidump.8 src/usr.sbin/acpitools/aml [yamt-pagecache]: aml_common.c

CVS commit: [yamt-pagecache] src/x11

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 11:43:17 UTC 2014 Modified Files: src/x11/bin/glxinfo [yamt-pagecache]: Makefile src/x11/lib/GLU [yamt-pagecache]: Makefile src/x11/share/fonts/bdf [yamt-pagecache]: Makefile.bdf

CVS commit: [yamt-pagecache] src/distrib

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 12:01:37 UTC 2014 Modified Files: src/distrib/acorn26/instkernel [yamt-pagecache]: Makefile src/distrib/acorn32/stand [yamt-pagecache]: Makefile src/distrib/alpha/floppy-GENERIC [yamt-pagecache]: Makefile

CVS commit: [yamt-pagecache] src

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 13:23:26 UTC 2014 Modified Files: src [yamt-pagecache]: BUILDING Makefile UPDATING build.sh Log Message: sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this commit was

CVS commit: [yamt-pagecache] src/external/apache2/mDNSResponder

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 13:58:04 UTC 2014 Modified Files: src/external/apache2/mDNSResponder [yamt-pagecache]: prepare-import.sh src/external/apache2/mDNSResponder/dist/Clients [yamt-pagecache]: ClientCommon.c ClientCommon.h

CVS commit: [yamt-pagecache] src/external/atheros

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 13:58:09 UTC 2014 Modified Files: src/external/atheros [yamt-pagecache]: Makefile Added Files: src/external/atheros/athn [yamt-pagecache]: Makefile src/external/atheros/athn/dist [yamt-pagecache]:

CVS commit: [yamt-pagecache] src/external/broadcom/rpi-firmware/dist

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 13:58:15 UTC 2014 Modified Files: src/external/broadcom/rpi-firmware/dist [yamt-pagecache]: bootcode.bin fixup.dat fixup_cd.dat start.elf start_cd.elf Log Message: sync with head. for a reference, the tree

CVS commit: [yamt-pagecache] src/external/historical/nawk

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 14:07:36 UTC 2014 Modified Files: src/external/historical/nawk/bin [yamt-pagecache]: Makefile awk.1 src/external/historical/nawk/dist [yamt-pagecache]: lib.c run.c tran.c Log Message: sync with head. for a

CVS commit: [yamt-pagecache] src/external/gpl2

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 14:01:29 UTC 2014 Modified Files: src/external/gpl2/lvm2/dist/include [yamt-pagecache]: xlate.h src/external/gpl2/lvm2/dist/lib/mm [yamt-pagecache]: xlate.h src/external/gpl2/lvm2/lib/libdevmapper

CVS commit: [yamt-pagecache] src/external/intel-fw-public

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 14:08:30 UTC 2014 Modified Files: src/external/intel-fw-public [yamt-pagecache]: Makefile Makefile.inc Added Files: src/external/intel-fw-public/iwl6030 [yamt-pagecache]: Makefile

CVS commit: [yamt-pagecache] src/external/ibm-public/postfix

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 14:08:04 UTC 2014 Modified Files: src/external/ibm-public/postfix [yamt-pagecache]: Makefile.inc src/external/ibm-public/postfix/dist [yamt-pagecache]: HISTORY INSTALL Makefile.in RELEASE_NOTES

CVS commit: [yamt-pagecache] src/external/intel-fw-eula/ipw2200/dist

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 14:08:25 UTC 2014 Modified Files: src/external/intel-fw-eula/ipw2200/dist [yamt-pagecache]: ipw2200-bss.fw ipw2200-ibss.fw ipw2200-sniffer.fw Log Message: sync with head. for a reference, the tree before

CVS commit: [yamt-pagecache] src/external/lgpl2/mpc

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 14:08:34 UTC 2014 Removed Files: src/external/lgpl2/mpc/dist [yamt-pagecache]: AUTHORS COPYING.LIB ChangeLog INSTALL Makefile.am Makefile.in Makefile.vc NEWS README TODO aclocal.m4 config.guess

CVS commit: [yamt-pagecache] src/external/mit

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 14:09:48 UTC 2014 Modified Files: src/external/mit/lua/dist/src [yamt-pagecache]: lauxlib.c lbaselib.c linit.c lobject.c lstrlib.c luaconf.h lvm.c src/external/mit/lua/lib/liblua [yamt-pagecache]:

CVS commit: [yamt-pagecache] src/external/public-domain/sqlite

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 14:10:12 UTC 2014 Modified Files: src/external/public-domain/sqlite/dist [yamt-pagecache]: shell.c sqlite3.c sqlite3.h sqlite3ext.h src/external/public-domain/sqlite/lib [yamt-pagecache]: Makefile

CVS commit: [yamt-pagecache] src/external/zlib/pigz/dist

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 14:10:25 UTC 2014 Modified Files: src/external/zlib/pigz/dist [yamt-pagecache]: pigz.1 Log Message: sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this commit was

CVS commit: [yamt-pagecache] src/external/bsd/acpica/bin/iasl

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:40:38 UTC 2014 Modified Files: src/external/bsd/acpica/bin/iasl [yamt-pagecache]: Makefile iasl.8 Log Message: sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this

CVS commit: [yamt-pagecache] src/external/bsd/am-utils

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:41:06 UTC 2014 Modified Files: src/external/bsd/am-utils [yamt-pagecache]: Makefile.inc src/external/bsd/am-utils/bin [yamt-pagecache]: Makefile.inc src/external/bsd/am-utils/bin/amd [yamt-pagecache]:

CVS commit: [yamt-pagecache] src/external/bsd/cron/dist

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:44:24 UTC 2014 Modified Files: src/external/bsd/cron/dist [yamt-pagecache]: crontab.5 Log Message: sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this commit was

CVS commit: [yamt-pagecache] src/external/bsd/bzip2/dist

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:44:21 UTC 2014 Modified Files: src/external/bsd/bzip2/dist [yamt-pagecache]: bzip2.c Log Message: sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this commit was

CVS commit: [yamt-pagecache] src/external/bsd/elftoolchain

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:44:47 UTC 2014 Added Files: src/external/bsd/elftoolchain [yamt-pagecache]: Makefile addrcsid prepare-import.sh src/external/bsd/elftoolchain/dist/common [yamt-pagecache]: Makefile

CVS commit: [yamt-pagecache] src/external/bsd/fetch/dist/libfetch

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:44:54 UTC 2014 Modified Files: src/external/bsd/fetch/dist/libfetch [yamt-pagecache]: common.h fetch.3 ftp.c http.c Log Message: sync with head. for a reference, the tree before this commit was tagged as

CVS commit: [yamt-pagecache] src/external/bsd/dhcp

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:44:36 UTC 2014 Added Files: src/external/bsd/dhcp [yamt-pagecache]: Makefile Makefile.inc dhcp2netbsd src/external/bsd/dhcp/bin [yamt-pagecache]: Makefile Makefile.inc

CVS commit: [yamt-pagecache] src/external/bsd/elftosb

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:44:51 UTC 2014 Modified Files: src/external/bsd/elftosb [yamt-pagecache]: Makefile.inc src/external/bsd/elftosb/dist/common [yamt-pagecache]: EncoreBootImage.cpp Logging.cpp

CVS commit: [yamt-pagecache] src/external/bsd/ipf

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:45:14 UTC 2014 Modified Files: src/external/bsd/ipf [yamt-pagecache]: Makefile.inc src/external/bsd/ipf/dist/lib [yamt-pagecache]: interror.c ipft_hx.c ipft_tx.c printfieldhdr.c printfraginfo.c

CVS commit: [yamt-pagecache] src/external/bsd/iscsi/dist/src

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:45:17 UTC 2014 Modified Files: src/external/bsd/iscsi/dist/src/initiator [yamt-pagecache]: iscsi-initiator.c src/external/bsd/iscsi/dist/src/lib [yamt-pagecache]: initiator.c libiscsi.3

CVS commit: [yamt-pagecache] src/external/bsd/flex

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:45:10 UTC 2014 Modified Files: src/external/bsd/flex/dist [yamt-pagecache]: ChangeLog INSTALL Makefile.am Makefile.in NEWS README.cvs aclocal.m4 buf.c compile conf.in config.guess config.sub

CVS commit: [yamt-pagecache] src/external/bsd/libarchive/dist

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:45:47 UTC 2014 Modified Files: src/external/bsd/libarchive/dist/libarchive [yamt-pagecache]: archive_entry.3 archive_read.3 archive_read_disk.3 archive_util.3 archive_write.3

CVS commit: [yamt-pagecache] src/external/bsd/kyua-cli

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:45:34 UTC 2014 Added Files: src/external/bsd/kyua-cli [yamt-pagecache]: Makefile Makefile.inc config.h prepare-import.sh src/external/bsd/kyua-cli/dist [yamt-pagecache]: AUTHORS COPYING

CVS commit: [yamt-pagecache] src/external/bsd/libbind/dist/nameser

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:45:50 UTC 2014 Modified Files: src/external/bsd/libbind/dist/nameser [yamt-pagecache]: ns_name.c Log Message: sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this

CVS commit: [yamt-pagecache] src/external/bsd/libelf/dist

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:48:04 UTC 2014 Modified Files: src/external/bsd/libelf/dist [yamt-pagecache]: elf_update.c libelf.h libelf_data.c libelf_phdr.c Log Message: sync with head. for a reference, the tree before this commit

CVS commit: [yamt-pagecache] src/external/bsd/libdwarf

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:48:01 UTC 2014 Modified Files: src/external/bsd/libdwarf/dist [yamt-pagecache]: dwarf_init.c dwarf_loc.c src/external/bsd/libdwarf/lib [yamt-pagecache]: Makefile Log Message: sync with head. for a

CVS commit: [yamt-pagecache] src/external/bsd/liblzf/usr.bin/lzf

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:48:15 UTC 2014 Modified Files: src/external/bsd/liblzf/usr.bin/lzf [yamt-pagecache]: lzf.1 Log Message: sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this commit was

CVS commit: [yamt-pagecache] src/external/bsd/libevent

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:48:11 UTC 2014 Modified Files: src/external/bsd/libevent [yamt-pagecache]: Makefile Makefile.inc src/external/bsd/libevent/dist [yamt-pagecache]: ChangeLog README buffer.c evdns.c evdns.h

CVS commit: [yamt-pagecache] src/external/bsd/libpcap

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:48:21 UTC 2014 Modified Files: src/external/bsd/libpcap/dist [yamt-pagecache]: CHANGES CREDITS INSTALL.txt Makefile.in README README.aix README.dag README.linux VERSION aclocal.m4 arcnet.h

CVS commit: [yamt-pagecache] src/external/bsd/nvi

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:50:37 UTC 2014 Added Files: src/external/bsd/nvi [yamt-pagecache]: Makefile Makefile.inc addrcsid nvi2netbsd src/external/bsd/nvi/catalog [yamt-pagecache]: Makefile src/external/bsd/nvi/dist

CVS commit: [yamt-pagecache] src/external/bsd/openldap

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:50:41 UTC 2014 Modified Files: src/external/bsd/openldap/bin [yamt-pagecache]: Makefile.inc src/external/bsd/openldap/dist/include [yamt-pagecache]: ldap_queue.h Log Message: sync with head. for a reference,

CVS commit: [yamt-pagecache] src/external/bsd/openpam

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:50:48 UTC 2014 Modified Files: src/external/bsd/openpam [yamt-pagecache]: openpam2netbsd src/external/bsd/openpam/dist [yamt-pagecache]: CREDITS HISTORY INSTALL LICENSE Makefile.am Makefile.in

CVS commit: [yamt-pagecache] src/external/bsd/openresolv

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:50:52 UTC 2014 Modified Files: src/external/bsd/openresolv/dist [yamt-pagecache]: dnsmasq.in libc.in named.in pdnsd.in resolvconf.8.in resolvconf.conf.5.in resolvconf.in unbound.in

CVS commit: [yamt-pagecache] src/external/bsd/pcc

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:50:55 UTC 2014 Modified Files: src/external/bsd/pcc/dist/pcc/arch/amd64 [yamt-pagecache]: local2.c src/external/bsd/pcc/dist/pcc/cc/ccom [yamt-pagecache]: gcc_compat.c main.c trees.c

CVS commit: [yamt-pagecache] src/external/bsd/pkg_install

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:51:04 UTC 2014 Modified Files: src/external/bsd/pkg_install [yamt-pagecache]: prepare-import.sh src/external/bsd/pkg_install/dist/add [yamt-pagecache]: perform.c src/external/bsd/pkg_install/dist/admin

CVS commit: [yamt-pagecache] src/external/bsd/ppp

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:51:09 UTC 2014 Added Files: src/external/bsd/ppp [yamt-pagecache]: Makefile ppp2netbsd src/external/bsd/ppp/dist [yamt-pagecache]: FAQ PLUGINS README README.MPPE README.MSCHAP80 README.MSCHAP81

CVS commit: [yamt-pagecache] src/external/bsd/tcpdump

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:51:22 UTC 2014 Modified Files: src/external/bsd/tcpdump/bin [yamt-pagecache]: Makefile src/external/bsd/tcpdump/dist [yamt-pagecache]: CHANGES CREDITS INSTALL.txt Makefile-devel-adds Makefile.in

CVS commit: [yamt-pagecache] src/external/bsd/tmux

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:51:25 UTC 2014 Modified Files: src/external/bsd/tmux/dist [yamt-pagecache]: cmd-if-shell.c input.c log.c tmux.1 tmux.h src/external/bsd/tmux/usr.bin/tmux [yamt-pagecache]: Makefile Removed Files:

CVS commit: [yamt-pagecache] src/external/bsd/wpa

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:51:42 UTC 2014 Modified Files: src/external/bsd/wpa/bin/hostapd [yamt-pagecache]: Makefile hostapd.8 hostapd.conf.5 src/external/bsd/wpa/bin/hostapd_cli [yamt-pagecache]: hostapd_cli.8

CVS commit: [yamt-pagecache] src/external/bsd/top/dist

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 15:51:29 UTC 2014 Modified Files: src/external/bsd/top/dist [yamt-pagecache]: hash.c screen.c src/external/bsd/top/dist/machine [yamt-pagecache]: m_netbsd.c Log Message: sync with head. for a reference, the tree

CVS commit: [yamt-pagecache] src/external/bsd/llvm/config

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:13:27 UTC 2014 Modified Files: src/external/bsd/llvm/config/clang/Config [yamt-pagecache]: config.h src/external/bsd/llvm/config/llvm/Config [yamt-pagecache]: AsmParsers.def AsmPrinters.def

CVS commit: [yamt-pagecache] src/external/bsd/llvm/bin

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:13:23 UTC 2014 Modified Files: src/external/bsd/llvm/bin [yamt-pagecache]: Makefile src/external/bsd/llvm/bin/bugpoint [yamt-pagecache]: Makefile src/external/bsd/llvm/bin/clang [yamt-pagecache]:

CVS commit: [yamt-pagecache] src/external/bsd/llvm/include

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:14:36 UTC 2014 Modified Files: src/external/bsd/llvm/include [yamt-pagecache]: Makefile Log Message: sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this commit was

CVS commit: [yamt-pagecache] src/external/bsd/llvm/librt

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:14:57 UTC 2014 Removed Files: src/external/bsd/llvm/librt [yamt-pagecache]: Makefile Makefile.inc src/external/bsd/llvm/librt/libclang_asan [yamt-pagecache]: Makefile shlib_version

CVS commit: [yamt-pagecache] src/external/bsd/llvm/dist/llvm/docs

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:26:27 UTC 2014 Added Files: src/external/bsd/llvm/dist/llvm/docs [yamt-pagecache]: AliasAnalysis.rst Atomics.rst BitCodeFormat.rst BranchWeightMetadata.rst Bugpoint.rst CMake.rst CMakeLists.txt

CVS commit: [yamt-pagecache] src/external/bsd/llvm/dist/llvm/projects

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:27:34 UTC 2014 Added Files: src/external/bsd/llvm/dist/llvm/projects [yamt-pagecache]: CMakeLists.txt LLVMBuild.txt Makefile src/external/bsd/llvm/dist/llvm/projects/sample [yamt-pagecache]:

CVS commit: [yamt-pagecache] src/external/bsd

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:30:25 UTC 2014 Modified Files: src/external/bsd [yamt-pagecache]: Makefile Log Message: sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this commit was splitted into

CVS commit: [yamt-pagecache] src/external/bsd/llvm/dist/llvm/utils

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:29:25 UTC 2014 Added Files: src/external/bsd/llvm/dist/llvm/utils [yamt-pagecache]: DSAclean.py DSAextract.py GenLibDeps.pl GetRepositoryPath GetSourceVersion LLVMBuild.txt Makefile

CVS commit: [yamt-pagecache] src/external/bsd/llvm/dist/llvm/tools

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:29:09 UTC 2014 Added Files: src/external/bsd/llvm/dist/llvm/tools [yamt-pagecache]: CMakeLists.txt LLVMBuild.txt Makefile src/external/bsd/llvm/dist/llvm/tools/bugpoint [yamt-pagecache]:

CVS commit: [yamt-pagecache] src/external/bsd/llvm/dist/llvm/unittests

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:29:15 UTC 2014 Added Files: src/external/bsd/llvm/dist/llvm/unittests [yamt-pagecache]: CMakeLists.txt Makefile Makefile.unittest src/external/bsd/llvm/dist/llvm/unittests/ADT [yamt-pagecache]:

CVS commit: [yamt-pagecache] src/external/bsd/llvm

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:30:18 UTC 2014 Modified Files: src/external/bsd/llvm [yamt-pagecache]: Makefile Makefile.inc link.mk Log Message: sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/libdecnumber

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:36:14 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libdecnumber [yamt-pagecache]: ChangeLog Makefile.in aclocal.m4 configure configure.ac dconfig.h decBasic.c decCommon.c decContext.c

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/intl

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:36:03 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/intl [yamt-pagecache]: ChangeLog configure Log Message: sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/libitm

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:36:49 UTC 2014 Added Files: src/external/gpl3/gcc/dist/libitm [yamt-pagecache]: ChangeLog Makefile.am Makefile.in aatree.cc aatree.h acinclude.m4 aclocal.m4 alloc.cc alloc_c.cc alloc_cpp.cc

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/libsanitizer

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:37:02 UTC 2014 Added Files: src/external/gpl3/gcc/dist/libsanitizer [yamt-pagecache]: ChangeLog LICENSE.TXT MERGE Makefile.am Makefile.in README.gcc acinclude.m4 aclocal.m4 configure

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/libssp

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:37:05 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libssp [yamt-pagecache]: ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac memmove-chk.c ssp.map

CVS commit: [yamt-pagecache] src/external/gpl3/gcc/dist/INSTALL

2014-05-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 22 16:34:59 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/INSTALL [yamt-pagecache]: README Removed Files: src/external/gpl3/gcc/dist/INSTALL [yamt-pagecache]: binaries.html build.html configure.html

  1   2   3   4   5   6   7   8   9   10   >