Module Name:src
Committed By: msaitoh
Date: Wed Feb 8 08:13:53 UTC 2017
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c ixv.c
Log Message:
Call IFQ_SET_MAXLEN() even if TX multiqueue is used. ALTQ uses it.
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 sr
Module Name:src
Committed By: msaitoh
Date: Wed Feb 8 08:30:16 UTC 2017
Modified Files:
src/sys/dev/pci/ixgbe: ixv.c
Log Message:
- Fix aprint_*()s in ixv_allocate_msix().
- Style fix. Reduce diff against ixgbe.c. No functional change.
To generate a diff of this commit:
Module Name:src
Committed By: msaitoh
Date: Wed Feb 8 09:00:37 UTC 2017
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c ixv.c
Log Message:
Print CPU number correctly.
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sys/dev/pci/ixgbe/ixgbe.c
cvs rdiff -
Module Name:src
Committed By: maxv
Date: Wed Feb 8 09:39:32 UTC 2017
Modified Files:
src/sys/arch/amd64/amd64: gdt.c
src/sys/arch/amd64/include: gdt.h
src/sys/arch/i386/i386: gdt.c
src/sys/arch/i386/include: segments.h
Log Message:
Localify, add a
Module Name:src
Committed By: msaitoh
Date: Wed Feb 8 09:58:42 UTC 2017
Modified Files:
src/doc: CHANGES
Log Message:
ixv(4): Add Intel 10G Ethernet virtual function driver.
To generate a diff of this commit:
cvs rdiff -u -r1.2244 -r1.2245 src/doc/CHANGES
Please note t
Module Name:src
Committed By: maxv
Date: Wed Feb 8 10:08:26 UTC 2017
Modified Files:
src/sys/arch/amd64/amd64: gdt.c
src/sys/arch/amd64/include: gdt.h
src/sys/arch/i386/i386: gdt.c
src/sys/arch/i386/include: gdt.h
src/sys/arch/x86/x86: ipi.c
Module Name:src
Committed By: kre
Date: Wed Feb 8 10:56:12 UTC 2017
Modified Files:
src: UPDATING
Log Message:
Note libc update build issue after change from arch/exect.S to exect.c
(The build system really should be able to cope with changes like this
one without obj dir
Module Name:src
Committed By: riastradh
Date: Wed Feb 8 13:31:36 UTC 2017
Modified Files:
src/lib/libc: README
Log Message:
Omit duplicate text.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/README
Please note that diffs are not public domain
Module Name:src
Committed By: kre
Date: Wed Feb 8 13:54:39 UTC 2017
Modified Files:
src: UPDATING
Log Message:
Ammend previous, mention compat/amd64/i386/lib/libc as well.
To generate a diff of this commit:
cvs rdiff -u -r1.278 -r1.279 src/UPDATING
Please note that dif
Module Name:src
Committed By: kre
Date: Wed Feb 8 14:47:55 UTC 2017
Modified Files:
src: UPDATING
Log Message:
Time waro (thanks Kamil)
To generate a diff of this commit:
cvs rdiff -u -r1.279 -r1.280 src/UPDATING
Please note that diffs are not public domain; they are s
Module Name:src
Committed By: kamil
Date: Wed Feb 8 14:53:50 UTC 2017
Modified Files:
src/doc: TODO.ptrace
Log Message:
Add new entry in TODO.ptrace
Added:
add PT_SET_SIGMASK and PT_GET_SIGMASK - used by checkpointing software
Example software: gdb, criu
To genera
Module Name:src
Committed By: christos
Date: Wed Feb 8 16:00:30 UTC 2017
Modified Files:
src/usr.sbin/makefs/ffs: mkfs.c
Log Message:
gut const for now.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/usr.sbin/makefs/ffs/mkfs.c
Please note that diffs
Module Name:src
Committed By: rin
Date: Wed Feb 8 16:11:40 UTC 2017
Modified Files:
src/sbin/fsck_ffs: Makefile dir.c fsck.h inode.c main.c pass1.c pass2.c
setup.c utilities.c
src/sbin/newfs: Makefile extern.h mkfs.c newfs.c
src/sys/ufs/ufs: ufs
Module Name:src
Committed By: rin
Date: Wed Feb 8 16:12:59 UTC 2017
Modified Files:
src/distrib/atari/floppies/install: list
Log Message:
Switch to x_fsck_ffs and x_newfs. Fix floppy image overflow.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/distr
Module Name:src
Committed By: christos
Date: Wed Feb 8 16:13:04 UTC 2017
Modified Files:
src/sys/sys: cdefs.h
Log Message:
add __empty
To generate a diff of this commit:
cvs rdiff -u -r1.129 -r1.130 src/sys/sys/cdefs.h
Please note that diffs are not public domain; they
Module Name:src
Committed By: christos
Date: Wed Feb 8 16:13:40 UTC 2017
Modified Files:
src/lib/libc/include: reentrant.h
Log Message:
__empty is defined in
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/include/reentrant.h
Please note tha
Module Name:src
Committed By: christos
Date: Wed Feb 8 16:14:08 UTC 2017
Modified Files:
src/sys/arch/ia64/include: cpu.h
Log Message:
don't define __empty.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/ia64/include/cpu.h
Please note that d
Module Name:src
Committed By: christos
Date: Wed Feb 8 16:21:24 UTC 2017
Modified Files:
src/external/bsd/nsd/etc: Makefile
Log Message:
need FILESBUILD_
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/nsd/etc/Makefile
Please note that diff
Module Name:src
Committed By: christos
Date: Wed Feb 8 16:23:24 UTC 2017
Modified Files:
src/sbin/fsck_ffs: fsck.h
Log Message:
use __empty
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sbin/fsck_ffs/fsck.h
Please note that diffs are not public doma
Module Name:src
Committed By: christos
Date: Wed Feb 8 16:26:19 UTC 2017
Modified Files:
src/sys/sys: cdefs.h
Log Message:
remove comment in comment
To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 src/sys/sys/cdefs.h
Please note that diffs are not publi
Module Name:src
Committed By: rin
Date: Wed Feb 8 16:56:56 UTC 2017
Modified Files:
src/sbin/newfs: extern.h
Log Message:
switch to __empty
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sbin/newfs/extern.h
Please note that diffs are not public domai
Module Name:src
Committed By: maya
Date: Wed Feb 8 17:30:27 UTC 2017
Modified Files:
src/lib/libc/include: namespace.h
src/lib/libc/sys: Makefile.inc
Log Message:
Make paccept a weak symbol in preparation for using it in another function
To generate a diff of th
Module Name:src
Committed By: christos
Date: Wed Feb 8 17:47:36 UTC 2017
Modified Files:
src/usr.bin/make: main.c
Log Message:
Use strncpy here because we need to be portable, and we have the +1 byte
to save us :-)
To generate a diff of this commit:
cvs rdiff -u -r1.256
Module Name:src
Committed By: christos
Date: Wed Feb 8 17:51:21 UTC 2017
Modified Files:
src/distrib/sets/lists/misc: mi
Log Message:
nsd is optional
To generate a diff of this commit:
cvs rdiff -u -r1.200 -r1.201 src/distrib/sets/lists/misc/mi
Please note that diffs a
Module Name:src
Committed By: maya
Date: Wed Feb 8 17:58:41 UTC 2017
Modified Files:
src/lib/libc/sys: Makefile.inc
src/sys/sys: socket.h
Added Files:
src/lib/libc/sys: accept4.c
Log Message:
Add accept4, a tiny wrapper around paccept.
accept4 is a syscal
Module Name:src
Committed By: christos
Date: Wed Feb 8 17:59:35 UTC 2017
Modified Files:
src/sys/sys: cdefs.h
Log Message:
use __nothing instead since __empty is taken in stl_deque.h
To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 src/sys/sys/cdefs.h
Pl
Module Name:src
Committed By: christos
Date: Wed Feb 8 18:00:37 UTC 2017
Modified Files:
src/lib/libc/include: reentrant.h
Log Message:
empty to nothing
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/lib/libc/include/reentrant.h
Please note that diff
Module Name:src
Committed By: christos
Date: Wed Feb 8 18:01:12 UTC 2017
Modified Files:
src/sys/arch/ia64/include: cpu.h
Log Message:
__empty -> __nothing
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/ia64/include/cpu.h
Please note that di
Module Name:src
Committed By: maya
Date: Wed Feb 8 18:01:24 UTC 2017
Modified Files:
src/lib/libc/sys: accept.2
Log Message:
Document accept4 in accept(2)
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/lib/libc/sys/accept.2
Please note that diffs are
Module Name:src
Committed By: maya
Date: Wed Feb 8 18:03:57 UTC 2017
Modified Files:
src/lib/libc/sys: accept4.c
Log Message:
oops, do not write the same file twice -- accidentally ran patch twice
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/
Module Name:src
Committed By: rin
Date: Wed Feb 8 18:05:25 UTC 2017
Modified Files:
src/sbin/fsck_ffs: fsck.h
src/sbin/newfs: extern.h
Log Message:
__empty -> __nothing
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sbin/fsck_ffs/fsck.h
cvs rd
Module Name:src
Committed By: christos
Date: Wed Feb 8 18:21:23 UTC 2017
Modified Files:
src/distrib/sets: sets.subr
Log Message:
Document sets programmatically instead of keeping a list that constantly is
out of date.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: kre
Date: Wed Feb 8 18:50:52 UTC 2017
Modified Files:
src/sys/arch/amd64/amd64: gdt.c
Log Message:
All bow down before the Great Code Compiler.
Specifically, it has been commanded that unused-functions is a warning,
and, as all should know,
Module Name:src
Committed By: kre
Date: Wed Feb 8 18:53:01 UTC 2017
Modified Files:
src/sys/arch/i386/i386: gdt.c
Log Message:
Analagous fix to that just committed to the equiv amd64 sources.
Note: this one has yet to be compile tested, so anything is possible...
To gen
Module Name:src
Committed By: rin
Date: Wed Feb 8 20:11:18 UTC 2017
Modified Files:
src/distrib/zaurus/ramdisk: Makefile
src/sys/arch/zaurus/conf: INSTALL
Log Message:
Shrink the ramdisk of INSTALL kernel for zaurus in order to fit within 5MB.
Now free spaces of
Module Name:src
Committed By: maya
Date: Wed Feb 8 20:26:27 UTC 2017
Modified Files:
src/distrib/sets/lists/base: shl.mi
src/distrib/sets/lists/debug: shl.mi
src/lib/libc: shlib_version
Log Message:
minor bump libc for accept4
To generate a diff of this
Module Name:src
Committed By: christos
Date: Wed Feb 8 21:27:26 UTC 2017
Modified Files:
src/usr.sbin/makefs: ffs.c
Log Message:
stampst.st_ion consistent treatment (non-zero vs zero instead of testing == 1)
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69
Module Name:src
Committed By: christos
Date: Wed Feb 8 21:33:12 UTC 2017
Modified Files:
src/usr.sbin/makefs: udf.c
src/usr.sbin/makefs/cd9660: cd9660_conversion.c
Log Message:
If we are using a timestamp from the command line, don't pay attention to
the user time
Module Name:src
Committed By: rin
Date: Wed Feb 8 21:43:53 UTC 2017
Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto/arch/m68k: aes.inc
Log Message:
Do not use the assembler version of AES routines for m68000; they contain
instructions available for 68020 and
Module Name:src
Committed By: rin
Date: Wed Feb 8 23:08:28 UTC 2017
Modified Files:
src/distrib/sets/lists/debug: mi shl.mi
Log Message:
Fix build with MKDEBUG=yes for sun2:
- libgcc_g.a, libgcov_g.a, libobjc_g.a, libstdc++_g.a, and libsupc++_g.a are
marked "gcc" inste
Module Name:src
Committed By: rin
Date: Wed Feb 8 23:14:00 UTC 2017
Modified Files:
src/doc: HACKS
src/sbin/ifconfig: Makefile
Log Message:
Remove ifconfig hack on m68000. I've confirmed that the problem has already
gone with TME.
To generate a diff of this comm
Module Name:src
Committed By: rin
Date: Wed Feb 8 23:16:41 UTC 2017
Modified Files:
src/distrib/utils/x_ifconfig: Makefile
src/sbin/ifconfig: Makefile
Added Files:
src/sbin/ifconfig: Makefile.common
Removed Files:
src/sbin/ifconfig: Makefile.inc
Lo
Module Name:src
Committed By: rin
Date: Wed Feb 8 23:22:43 UTC 2017
Modified Files:
src/distrib/utils/x_ifconfig: Makefile
src/sbin/ifconfig: Makefile Makefile.common
Log Message:
Factor out a common part in Makefile's of ifconfig and x_ifconfig.
To generate a d
Module Name:src
Committed By: rin
Date: Wed Feb 8 23:24:57 UTC 2017
Modified Files:
src/distrib/utils/x_ifconfig: Makefile
Log Message:
Replace ".PATH ${SRCDIR}" before including Makefile.common to ensure the
correct order of search path.
To generate a diff of this comm
Module Name:src
Committed By: rin
Date: Wed Feb 8 23:26:24 UTC 2017
Modified Files:
src/distrib/utils/x_ifconfig: Makefile
Log Message:
Cosmetic changes. No functional changes.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/distrib/utils/x_ifconfig/Ma
Module Name:src
Committed By: rin
Date: Wed Feb 8 23:34:15 UTC 2017
Modified Files:
src/sbin/ifconfig: Makefile Makefile.common
Log Message:
Cosmetic changes. No functional changes.
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sbin/ifconfig/Makefile
Module Name:src
Committed By: christos
Date: Thu Feb 9 00:23:27 UTC 2017
Modified Files:
src/external/bsd/bind/dist: CHANGES README srcid version
src/external/bsd/bind/dist/bin/named: query.c
src/external/bsd/bind/dist/doc/arm: Bv9ARM.ch04.html Bv9ARM.ch06.
Module Name:src
Committed By: christos
Date: Thu Feb 9 00:25:23 UTC 2017
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new bind
To generate a diff of this commit:
cvs rdiff -u -r1.1409 -r1.1410 src/doc/3RDPARTY
cvs rdiff -u -r1.2245 -r1.2246 src/doc/CHANGES
Pl
Module Name:src
Committed By: christos
Date: Thu Feb 9 01:47:16 UTC 2017
Update of /cvsroot/src/external/bsd/openldap/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv1305
Log Message:
OpenLDAP 2.4 Change Log
OpenLDAP 2.4.44 Release (2016/02/05)
Fixed slapd-bdb/hdb miss
Module Name:src
Committed By: christos
Date: Thu Feb 9 01:53:51 UTC 2017
Modified Files:
src/external/bsd/openldap: openldap2netbsd
src/external/bsd/openldap/dist/build: mkversion
src/external/bsd/openldap/dist/clients/tools: common.c
src/external/b
Module Name:src
Committed By: christos
Date: Thu Feb 9 01:55:41 UTC 2017
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new openldap
To generate a diff of this commit:
cvs rdiff -u -r1.1410 -r1.1411 src/doc/3RDPARTY
cvs rdiff -u -r1.2246 -r1.2247 src/doc/CHANGES
Module Name:src
Committed By: ozaki-r
Date: Thu Feb 9 02:18:13 UTC 2017
Modified Files:
src/tests/net/bpf: t_bpf.c
Log Message:
Add tests for several bpf ioctls
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/net/bpf/t_bpf.c
Please note that diffs
Module Name:src
Committed By: christos
Date: Thu Feb 9 02:20:33 UTC 2017
Modified Files:
src/external/bsd/openldap/dist/servers/slapd: filter.c
Log Message:
resolve conflict
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/external/bsd/openldap/dist
Module Name:src
Committed By: christos
Date: Thu Feb 9 03:23:59 UTC 2017
Modified Files:
src/sys/compat/linux/arch/mips: syscalls.master
Log Message:
fix listen
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/compat/linux/arch/mips/syscalls.master
Module Name:src
Committed By: christos
Date: Thu Feb 9 03:24:06 UTC 2017
Modified Files:
src/sys/compat/linux/arch/mips: linux_syscall.h linux_syscallargs.h
linux_syscalls.c linux_sysent.c
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: christos
Date: Thu Feb 9 03:27:07 UTC 2017
Modified Files:
src/tests/lib/libc/gen: Makefile
Removed Files:
src/tests/lib/libc/gen/exect: Makefile t_exect.c
Log Message:
remove exect, it will not be fixed and it will be removed.
To g
Module Name:src
Committed By: christos
Date: Thu Feb 9 03:29:55 UTC 2017
Modified Files:
src/distrib/sets/lists/debug: mi
src/distrib/sets/lists/tests: mi
Log Message:
remove exect test
To generate a diff of this commit:
cvs rdiff -u -r1.198 -r1.199 src/distrib/
Module Name:src
Committed By: msaitoh
Date: Thu Feb 9 03:38:01 UTC 2017
Modified Files:
src/sys/arch/x86/pci: pci_machdep.c
Log Message:
Supress verbose message "This pci host supports neither MSI nor MSI-X."
on VMware and KVM. OK'd by k-nakahara.
To generate a diff of
Module Name:src
Committed By: kre
Date: Thu Feb 9 04:37:35 UTC 2017
Modified Files:
src/sys/ufs/ffs: ffs_bswap.c ffs_extern.h
Log Message:
Sprinkle in a pinch of const, not too much, just enough
to add a little strength without affecting the overall balance...
To genera
Module Name:src
Committed By: kre
Date: Thu Feb 9 04:42:53 UTC 2017
Modified Files:
src/usr.sbin/makefs/ffs: ffs_extern.h mkfs.c
Log Message:
Revert the part of mkfs.c 1.36 that "gutted the const" (while
retaining the part that added a different one).
That is, re-constip
Module Name:src
Committed By: knakahara
Date: Thu Feb 9 06:03:29 UTC 2017
Modified Files:
src/sys/opencrypto: crypto.c
Log Message:
make some locks and condvar static
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/opencrypto/crypto.c
Please note
61 matches
Mail list logo