Module Name:src
Committed By: nia
Date: Wed Oct 14 07:32:53 UTC 2020
Modified Files:
src/games/worms: worms.6 worms.c
Log Message:
worms(6): Use a reasonable default delay for non-1980s terminals.
This is still fast, but not unreasonably fast.
To generate a diff of this
Module Name:src
Committed By: martin
Date: Wed Oct 14 08:49:04 UTC 2020
Modified Files:
src/usr.sbin/sysinst/arch/ofppc: md.c
src/usr.sbin/sysinst/arch/zaurus: md.c
Log Message:
Fix copy & pasto (missing "again" label)
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: ryo
Date: Wed Oct 14 10:19:11 UTC 2020
Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile
src/share/man/man4/man4.x86: Makefile
src/sys/arch/x86/pci: files.pci
src/sys/dev/pci: files.pci
Module Name:src
Committed By: ryo
Date: Wed Oct 14 10:26:59 UTC 2020
Modified Files:
src/sys/dev/pci: if_vmx.c
src/sys/modules: Makefile
Added Files:
src/sys/modules/if_vmx: Makefile if_vmx.ioconf
Log Message:
modularize, and fix build error
To generate a
Module Name:xsrc
Committed By: nia
Date: Wed Oct 14 12:03:21 UTC 2020
Update of /cvsroot/xsrc/external/mit/xcompmgr
In directory ivanova.netbsd.org:/tmp/cvs-serv17679
Log Message:
Import xcompmgr-1.1.8
Status:
Vendor Tag: xorg
Release Tags: xcompmgr-1-1-8
Module Name:xsrc
Committed By: nia
Date: Wed Oct 14 12:30:39 UTC 2020
Removed Files:
xsrc/external/mit/xcompmgr: COPYING ChangeLog INSTALL Makefile.am
Makefile.in README.md aclocal.m4 compile config.guess config.h.in
config.sub configure configure.ac
Module Name:xsrc
Committed By: nia
Date: Wed Oct 14 12:32:06 UTC 2020
Update of /cvsroot/xsrc/external/mit/xcompmgr/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv28438
Log Message:
Import xcompmgr-1.1.8 (hopefully correctly this time)
Status:
Vendor Tag: xorg
Release Tag
Module Name:src
Committed By: martin
Date: Wed Oct 14 13:20:27 UTC 2020
Modified Files:
src/usr.sbin/sysinst: install.c
Log Message:
Remove dead code
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.sbin/sysinst/install.c
Please note that diffs are
Module Name:src
Committed By: roy
Date: Wed Oct 14 13:37:14 UTC 2020
Modified Files:
src/sbin/ifconfig: ifconfig.c media.c media.h
Log Message:
ifconfig: go back to using direct ioctls rather than data from getifaddrs
AF_LINK may not be the first address returned for the
Module Name:src
Committed By: roy
Date: Wed Oct 14 13:43:56 UTC 2020
Modified Files:
src/sys/netinet: ip_carp.c
Log Message:
carp: Don't set a link level address if vhid == -1
Link level address for carp is dervied from vhid.
Until vhid is set, carp is useless, so don't g
Module Name:src
Committed By: kamil
Date: Wed Oct 14 14:02:43 UTC 2020
Modified Files:
src/external/gpl3/gdb/dist/gdb/nat: fork-inferior.c
Log Message:
Limit the switch_to_thread() calls in startup_inferior()
Do not jump over the threads during the startup unless we encou
Module Name:src
Committed By: martin
Date: Wed Oct 14 14:37:59 UTC 2020
Modified Files:
src/usr.sbin/sysinst/arch/evbarm: md.c
Log Message:
Move MBR writing (if any) post disklabel writing, otherwise strange
interactions happen.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: martin
Date: Wed Oct 14 15:09:10 UTC 2020
Modified Files:
src/usr.sbin/sysinst/arch/evbarm: md.c
Log Message:
Properly convert partition default sizes in MB to number of sectors
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 s
Module Name:src
Committed By: roy
Date: Wed Oct 14 15:22:17 UTC 2020
Modified Files:
src/sys/net: if_gif.c
Log Message:
gif: Set the link state UP if we have a tunnel, otherwise DOWN.
To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 src/sys/net/if_gif.c
P
Module Name:src
Committed By: roy
Date: Wed Oct 14 15:55:49 UTC 2020
Modified Files:
src/sys/net: if_loop.c
Log Message:
loop: this interface's link state cannot be anything other than UP
Let's not pretend it's UNKNOWN anymore.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: roy
Date: Wed Oct 14 16:10:32 UTC 2020
Modified Files:
src/sys/net: if_loop.c
Log Message:
loop: set LINK_STATE_UP a touch earlier
To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 src/sys/net/if_loop.c
Please note that diffs
Module Name:src
Committed By: nia
Date: Wed Oct 14 18:32:04 UTC 2020
Modified Files:
src/games/rain: rain.6 rain.c
Log Message:
rain(6): Make the default delay useful for modern terminals
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/games/rain/rain.6
Module Name:src
Committed By: roy
Date: Wed Oct 14 18:48:05 UTC 2020
Modified Files:
src/sys/net: if_ipsec.c
Log Message:
ipsecif: Set the link state UP if we have a tunnel, otherwise DOWN.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/net/if_ipse
Module Name:src
Committed By: thorpej
Date: Thu Oct 15 00:55:09 UTC 2020
Modified Files:
src/sys/arch/alpha/include: alpha_cpu.h
Log Message:
Fix the bit position for the PMI bit in ALPHA_AMASK_BITS.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/a
Module Name:src
Committed By: thorpej
Date: Thu Oct 15 01:00:01 UTC 2020
Modified Files:
src/sys/arch/alpha/alpha: cpu.c machdep.c
src/sys/arch/alpha/include: cpu.h cpuvar.h
Log Message:
Expose a bunch of CPU details, including implementation version and
architectu
Module Name:src
Committed By: mrg
Date: Thu Oct 15 02:19:24 UTC 2020
Modified Files:
src/libexec/httpd: CHANGES auth-bozo.c bozohttpd.8 bozohttpd.c
bozohttpd.h dir-index-bozo.c main.c ssl-bozo.c
Log Message:
set -D_GNU_SOURCE in Makefile.boot. from hadrien.lac
Module Name:src
Committed By: roy
Date: Thu Oct 15 02:54:10 UTC 2020
Modified Files:
src/sys/net: if_l2tp.c
Log Message:
l2tp: Set the link state UP if we have a tunnel, otherwise DOWN.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/net/if_l2tp.c
Module Name:src
Committed By: mrg
Date: Thu Oct 15 04:21:53 UTC 2020
Modified Files:
src/libexec/httpd: CHANGES bozohttpd.8 bozohttpd.c bozohttpd.h
cgi-bozo.c content-bozo.c daemon-bozo.c main.c ssl-bozo.c
Log Message:
various updates from / freebsd. the list
Module Name:src
Committed By: ryo
Date: Thu Oct 15 04:33:24 UTC 2020
Modified Files:
src/sys/dev/pci: if_vmx.c
Log Message:
Fixed a bug where 'ifconfig vmx0 down up' caused a failure to send.
This procedure was leaving sc->vmx_link_active = 0.
ok nakahara@
To generate a
Module Name:src
Committed By: ryo
Date: Thu Oct 15 04:37:48 UTC 2020
Modified Files:
src/sys/dev/pci: if_vmx.c
Log Message:
Reduces useless "vmxnet3_read_cmd(sc, VMXNET3_CMD_GET_LINK)" calls
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/if_v
Module Name:src
Committed By: ryo
Date: Thu Oct 15 04:39:25 UTC 2020
Modified Files:
src/sys/arch/evbarm/conf: GENERIC64
Log Message:
add vmx(4) driver. tested on ESXi-Arm
To generate a diff of this commit:
cvs rdiff -u -r1.162 -r1.163 src/sys/arch/evbarm/conf/GENERIC64
Module Name:src
Committed By: skrll
Date: Thu Oct 15 05:10:30 UTC 2020
Modified Files:
src/lib/libc/arch/mips/gen: _resumecontext.S _setjmp.S
src/lib/libc/compat/arch/mips/gen: compat_setjmp.S
Log Message:
Trailing whitespace
To generate a diff of this commit:
cv
Module Name:src
Committed By: skrll
Date: Thu Oct 15 05:27:53 UTC 2020
Modified Files:
src/lib/libc/arch/mips: genassym.cf
src/lib/libc/arch/mips/gen: _resumecontext.S _setjmp.S setjmp.S
swapcontext.S
src/lib/libc/arch/mips/sys: getcontext.S
Module Name:src
Committed By: skrll
Date: Thu Oct 15 05:43:38 UTC 2020
Modified Files:
src/lib/libc/arch/hppa: genassym.cf
src/lib/libc/arch/hppa/gen: swapcontext.S
src/lib/libc/arch/hppa/sys: getcontext.S
Log Message:
Remove '_OFFSETOF' prefix for genassm(
Module Name:src
Committed By: skrll
Date: Thu Oct 15 05:50:15 UTC 2020
Modified Files:
src/lib/libc/arch/ia64/sys: __sigtramp2.S
src/lib/libc/arch/sh3/sys: __sigtramp2.S
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2
30 matches
Mail list logo