Module Name:xsrc
Committed By: jmcneill
Date: Mon Jan 28 11:50:00 UTC 2019
Modified Files:
xsrc/external/mit/xorg-server/dist/hw/xfree86/common: xf86AutoConfig.c
Log Message:
Try the modesetting driver before wsfb on NetBSD arm and aarch64
To generate a diff of this comm
Module Name:src
Committed By: christos
Date: Mon Jan 28 12:04:16 UTC 2019
Modified Files:
src/usr.bin/ftp: complete.c
Log Message:
PR/53916: Rob Gill: remove redundant assignment to matchlen.
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/usr.bin/ftp/c
Module Name:src
Committed By: sevan
Date: Mon Jan 28 12:09:20 UTC 2019
Modified Files:
src/share/misc: acronyms.comp
Log Message:
Sun, PMEG, DNLC
To generate a diff of this commit:
cvs rdiff -u -r1.226 -r1.227 src/share/misc/acronyms.comp
Please note that diffs are not
Module Name:src
Committed By: sevan
Date: Mon Jan 28 12:17:28 UTC 2019
Modified Files:
src/share/misc: acronyms.comp
Log Message:
Capitalise acrynoms.
Heads up by
To generate a diff of this commit:
cvs rdiff -u -r1.227 -r1.228 src/share/misc/acronyms.comp
Please note
Module Name:src
Committed By: martin
Date: Mon Jan 28 12:53:01 UTC 2019
Modified Files:
src/sys/net: link_proto.c
src/sys/netatalk: ddp_usrreq.c
src/sys/netbt: hci_socket.c l2cap_socket.c rfcomm_socket.c sco_socket.c
src/sys/netinet: sctp_usrreq.c tc
Module Name:src
Committed By: martin
Date: Mon Jan 28 13:03:02 UTC 2019
Modified Files:
src/sys/dev/pci/ixgbe [netbsd-8]: ixgbe.c ixgbe.h
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1171):
sys/dev/pci/ixgbe/ixgbe.c: revision 1.168
Module Name:src
Committed By: martin
Date: Mon Jan 28 13:03:57 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Ticket #1171
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.95 -r1.1.2.96 src/doc/CHANGES-8.1
Please note that diffs are not pub
Module Name:src
Committed By: pgoyette
Date: Mon Jan 28 13:13:02 UTC 2019
Modified Files:
src/sys/compat/netbsd32: netbsd32_compat_40.c
Log Message:
Add the appropriate module glue. Seems to have gotten lost during
the merge.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: christos
Date: Mon Jan 28 15:46:49 UTC 2019
Modified Files:
src/sys/compat/common: compat_43_mod.c compat_mod.h tty_43.c tty_60.c
src/sys/compat/sys: ttycom.h
src/sys/kern: compat_stub.c tty.c
src/sys/sys: compat_stub.h
Module Name:src
Committed By: christos
Date: Mon Jan 28 15:56:12 UTC 2019
Modified Files:
src/sys/kern: kern_sysctl.c
Log Message:
print the names of the sysctl nodes in the KASSERT.
To generate a diff of this commit:
cvs rdiff -u -r1.262 -r1.263 src/sys/kern/kern_sysctl
Module Name:src
Committed By: christos
Date: Mon Jan 28 16:55:57 UTC 2019
Modified Files:
src/sys/kern: sys_module.c
Log Message:
remove uninitialized (and unused)
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/kern/sys_module.c
Please note that d
Module Name:src
Committed By: christos
Date: Mon Jan 28 17:29:44 UTC 2019
Modified Files:
src/share/misc: style
Log Message:
document how we want to use __nothing
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/share/misc/style
Please note that diffs a
Module Name:src
Committed By: mrg
Date: Mon Jan 28 18:50:39 UTC 2019
Modified Files:
src/external/mit/xorg/server/drivers/xf86-video-modesetting: Makefile
Log Message:
.error out if attempting to use this with non xorg-server 1.10.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: mlelstv
Date: Mon Jan 28 18:53:52 UTC 2019
Modified Files:
src/sys/compat/netbsd32: netbsd32_compat_40.c
Log Message:
add missing includes
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/compat/netbsd32/netbsd32_compat_40
Module Name:src
Committed By: christos
Date: Mon Jan 28 21:13:58 UTC 2019
Modified Files:
src/sys/compat/common: ieee80211_20.c
src/sys/kern: compat_stub.c
src/sys/net80211: ieee80211_ioctl.c
src/sys/sys: compat_stub.h
Log Message:
- Don't expose ra
Module Name:src
Committed By: bad
Date: Mon Jan 28 21:14:08 UTC 2019
Modified Files:
src/sys/dev/raidframe: rf_netbsdkintf.c
Log Message:
print additional debug information. make rf_containsboot() return 0
if bdv == NULL, to aid in the former.
As discussed 1 week ago on
Module Name:src
Committed By: christos
Date: Mon Jan 28 21:17:00 UTC 2019
Modified Files:
src/sys/sys: compat_stub.h
Log Message:
- remove tags from decls
- "compatability" -> "compatibility"
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/sys/compat_
Module Name:src
Committed By: bad
Date: Mon Jan 28 21:19:09 UTC 2019
Modified Files:
src/sys/arch/xen/x86: autoconf.c
Log Message:
Sprinkle DPRINTF #ifdef DEBUG_GEOM and set booted_method like
arch/x86/x86/x86_autoconf.c
As discussed 1 week ago on port-xen.
To generate
Module Name:src
Committed By: pgoyette
Date: Tue Jan 29 04:01:45 UTC 2019
Modified Files:
src/sys/compat/common: if_43.c
Log Message:
The if43_20_hook function returns an errno; use it to determine whether
to allow conversion of the ioctl cmd --> ncmd
Should address issue
Module Name:src
Committed By: pgoyette
Date: Tue Jan 29 04:10:10 UTC 2019
Modified Files:
src/sys/compat/common: if43_20.c if_43.c
src/sys/kern: compat_stub.c
src/sys/sys: compat_stub.h
Log Message:
Rename the if43_20_hook to if43_cvtcmd_20_hook
To genera
Module Name:src
Committed By: pgoyette
Date: Tue Jan 29 04:54:42 UTC 2019
Modified Files:
src/sys/sys: compat_stub.h
Log Message:
Add a comment to remind people to bump the kernel version if any
hook interfaces change.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: msaitoh
Date: Tue Jan 29 05:09:35 UTC 2019
Modified Files:
src/sys/dev/pci: pciconf.c
Log Message:
Fix a bug that PCI bridge's prefetchable memory area's configuration
didn't work correctly in pciconf.c::configure_bridge(). Note that this fun
Module Name:src
Committed By: msaitoh
Date: Tue Jan 29 07:04:09 UTC 2019
Modified Files:
src/sys/net [netbsd-8]: link_proto.c
src/sys/netatalk [netbsd-8]: ddp_usrreq.c
src/sys/netbt [netbsd-8]: hci_socket.c l2cap_socket.c rfcomm_socket.c
sco_sock
Module Name:src
Committed By: msaitoh
Date: Tue Jan 29 07:05:00 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Ticket #1175.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.96 -r1.1.2.97 src/doc/CHANGES-8.1
Please note that diffs are not
Module Name:othersrc
Committed By: lukem
Date: Tue Jan 29 07:44:36 UTC 2019
Modified Files:
othersrc/libexec/tnftpd/libnetbsd: strlcpy.c
Log Message:
strlcpy.c: fix copyright
Fix copyright per NetBSD src/lib/libc/string/Attic/strlcpy.c rev 1.14
by removing duplicate copy
Module Name:othersrc
Committed By: lukem
Date: Tue Jan 29 07:57:17 UTC 2019
Modified Files:
othersrc/libexec/tnftpd/libnetbsd: strmode.c
Log Message:
sync to NetBSD strmode.c 1.19
Update from NetBSD src/lib/libc/string/strmode.c 1.11 to 1.19:
- Minimize changes from upstr
Module Name:src
Committed By: msaitoh
Date: Tue Jan 29 07:57:00 UTC 2019
Modified Files:
src/sys/net [netbsd-7]: link_proto.c
src/sys/netatalk [netbsd-7]: ddp_usrreq.c
src/sys/netbt [netbsd-7]: hci_socket.c l2cap_socket.c rfcomm_socket.c
sco_sock
Module Name:src
Committed By: msaitoh
Date: Tue Jan 29 07:57:54 UTC 2019
Modified Files:
src/doc [netbsd-7]: CHANGES-7.3
Log Message:
ticket #1676
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.34 -r1.1.2.35 src/doc/CHANGES-7.3
Please note that diffs are not pu
28 matches
Mail list logo