Module Name:src
Committed By: mrg
Date: Wed Dec 5 06:51:16 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
note atactl auto vendor (micron) support.
To generate a diff of this commit:
cvs rdiff -u -r1.2459 -r1.2460 src/doc/CHANGES
Please note that diffs are not
Module Name:src
Committed By: mrg
Date: Wed Dec 5 06:49:54 UTC 2018
Modified Files:
src/sbin/atactl: atactl.8 atactl.c
Log Message:
"smart status" already obtains the ata parameters to check if smart
is actually supported, so we can attempt to guess a vendor smart
table f
Module Name:src
Committed By: mlelstv
Date: Wed Dec 5 05:52:23 UTC 2018
Modified Files:
src/sys/dev/rasops: rasops4.c
Log Message:
It's WSATTR_UNDERLINE, not WS_UNDERLINE.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/rasops/rasops4.c
Please
Module Name:src
Committed By: kre
Date: Wed Dec 5 03:14:28 UTC 2018
Modified Files:
src/bin/sh: trap.c
Log Message:
NFC (except that it should, I am guessing, fix compilation on
some versions of liux) - DEBUG mode change: Delete a (relatively new)
trace point (temporaril
Module Name:src
Committed By: kre
Date: Wed Dec 5 02:48:05 UTC 2018
Modified Files:
src/tests/bin/sh: t_builtins.sh
Log Message:
Oops, this is 2018, not 2017 ... cut&paste (affects just copyright notice)
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/t
Module Name:src
Committed By: kre
Date: Wed Dec 5 02:45:06 UTC 2018
Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/bin/sh: Makefile
Added Files:
src/tests/bin/sh: t_builtins.sh
Log Message:
Add a new test program to test the "intermediate" shel
Module Name:src
Committed By: kamil
Date: Tue Dec 4 22:06:37 UTC 2018
Modified Files:
src/sys/sys: cdefs.h
Log Message:
Stop mangling __func__ for C++11 and newer
Drop local logic between GCC 2.4 and GCC 2.6 that used __PRETTY_FUNCTION__.
This caused __func__ to be redef
Module Name:src
Committed By: roy
Date: Tue Dec 4 21:16:54 UTC 2018
Modified Files:
src/sys/netinet6: nd6_nbr.c
Log Message:
inet6: remove needless ifa_release.
To generate a diff of this commit:
cvs rdiff -u -r1.160 -r1.161 src/sys/netinet6/nd6_nbr.c
Please note that
Module Name:src
Committed By: roy
Date: Tue Dec 4 21:01:48 UTC 2018
Modified Files:
src/sys/netinet6: nd6_nbr.c
Log Message:
inet6: use one function for nd6_dad_input
Having different ones for NA and NS is a bit wasteful.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: roy
Date: Tue Dec 4 20:46:56 UTC 2018
Modified Files:
src/sys/netinet6: nd6_nbr.c
Log Message:
inet6: simplify NA DaD checking
To generate a diff of this commit:
cvs rdiff -u -r1.158 -r1.159 src/sys/netinet6/nd6_nbr.c
Please note that diff
Module Name:src
Committed By: bouyer
Date: Tue Dec 4 19:54:02 UTC 2018
Modified Files:
src/sys/dev/pci: mpii.c
Log Message:
NULL-terminate mpii_devices[], this is the end condition of the loop
in mpii_match(). Noticed by Mike Pumford
To generate a diff of this commit:
c
Module Name:src
Committed By: jdolecek
Date: Tue Dec 4 19:34:27 UTC 2018
Modified Files:
src/sys/dev/pci: ahcisata_pci.c
Log Message:
disable MSI-X for time being since it's not working; allow only MSI
and INTx which both are confirmed working
To generate a diff of this
Module Name:src
Committed By: cherry
Date: Tue Dec 4 19:27:22 UTC 2018
Modified Files:
src/sys/arch/x86/x86: cpu.c intr.c
Log Message:
Hypothetically speaking, if one were to want to compile a
'no options MULTIPROCESSOR'
kernel, these files may trip up the build.
Fix t
Module Name:src
Committed By: cherry
Date: Tue Dec 4 19:22:42 UTC 2018
Modified Files:
src/sys/arch/x86/x86: cpu.c
Log Message:
Stop panic()ing on a UP system.
The reason for the panic is that the cpu_attach() doesn't run to
completion because it thinks it's run past max
Module Name:src
Committed By: martin
Date: Tue Dec 4 19:18:44 UTC 2018
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.3
Log Message:
Ticket #1662
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.119 -r1.1.2.120 src/doc/CHANGES-7.0.3
Please note that diffs are
Module Name:src
Committed By: martin
Date: Tue Dec 4 19:18:12 UTC 2018
Modified Files:
src/sys/arch/amd64/amd64 [netbsd-7-0]: machdep.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #1662):
sys/arch/amd64/amd64/machdep.c: revision 1.321
Module Name:src
Committed By: martin
Date: Tue Dec 4 19:17:46 UTC 2018
Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.3
Log Message:
Ticket #1662
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.26 -r1.1.2.27 src/doc/CHANGES-7.1.3
Please note that diffs are n
Module Name:src
Committed By: martin
Date: Tue Dec 4 19:17:24 UTC 2018
Modified Files:
src/sys/arch/amd64/amd64 [netbsd-7-1]: machdep.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #1662):
sys/arch/amd64/amd64/machdep.c: revision 1.321
Module Name:src
Committed By: martin
Date: Tue Dec 4 19:17:00 UTC 2018
Modified Files:
src/doc [netbsd-7]: CHANGES-7.3
Log Message:
Ticket #1662
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.21 -r1.1.2.22 src/doc/CHANGES-7.3
Please note that diffs are not pub
Module Name:src
Committed By: martin
Date: Tue Dec 4 19:16:27 UTC 2018
Modified Files:
src/sys/arch/amd64/amd64 [netbsd-7]: machdep.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #1662):
sys/arch/amd64/amd64/machdep.c: revision 1.321
F
Module Name:src
Committed By: kamil
Date: Tue Dec 4 18:39:03 UTC 2018
Modified Files:
src/doc: TODO.sanitizers
Log Message:
Update TODO.sanitizers
Reflect with reality the fts(3) entry as handling compar callback is the
only feature still missing.
Add a new entry for ut
Module Name:src
Committed By: plunky
Date: Tue Dec 4 16:53:45 UTC 2018
Modified Files:
src/usr.sbin/postinstall: postinstall
Log Message:
rc.d/isdnd is obsolete
To generate a diff of this commit:
cvs rdiff -u -r1.220 -r1.221 src/usr.sbin/postinstall/postinstall
Please
Module Name:src
Committed By: kre
Date: Tue Dec 4 14:03:30 UTC 2018
Modified Files:
src/bin/sh: sh.1 var.c var.h
Log Message:
Alter a design botch when magic (self modifying) variables
were added to sh ... in other shells, setting such a variable
(for most of them) causes
Module Name:src
Committed By: roy
Date: Tue Dec 4 12:23:43 UTC 2018
Modified Files:
src/sys/netinet6: nd6_nbr.c
Log Message:
inet6: remove unused dad ns/na counters
The current DaD code triggers when either an NS or NA is directly
received, so the counters themselves do
Module Name:src
Committed By: martin
Date: Tue Dec 4 12:07:53 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Tickets #1114, #1116-#1123
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.67 -r1.1.2.68 src/doc/CHANGES-8.1
Please note that dif
Module Name:src
Committed By: martin
Date: Tue Dec 4 12:04:02 UTC 2018
Modified Files:
src/sys/dev/pci [netbsd-8]: pcidevs.h pcidevs_data.h
Log Message:
Regen for ticket #1123
To generate a diff of this commit:
cvs rdiff -u -r1.1281.2.11 -r1.1281.2.12 src/sys/dev/pci/pc
Module Name:src
Committed By: martin
Date: Tue Dec 4 12:02:12 UTC 2018
Modified Files:
src/sys/dev/pci [netbsd-8]: pcidevs
Log Message:
Pull up following revision(s) (requested by bouyer in ticket #1123):
sys/dev/pci/pcidevs: revision 1.1356
Add 2 Symbios produc
Module Name:src
Committed By: martin
Date: Tue Dec 4 12:00:42 UTC 2018
Modified Files:
src/sys/dev [netbsd-8]: ld.c
Log Message:
Pull up following revision(s) (requested by mlelstv in ticket #1122):
sys/dev/ld.c: revision 1.105
take kernel lock for ioctl calls w
Module Name:src
Committed By: martin
Date: Tue Dec 4 11:58:11 UTC 2018
Modified Files:
src/usr.sbin/acpitools/acpidump [netbsd-8]: acpi.c acpidump.8
Log Message:
Pull up the following, requested by msaitoh in ticket #1121:
usr.sbin/acpitool/acpidump/acpi.c
Module Name:src
Committed By: martin
Date: Tue Dec 4 11:52:57 UTC 2018
Modified Files:
src/sys/arch/x86/include [netbsd-8]: specialreg.h
src/sys/arch/x86/x86 [netbsd-8]: cpu_topology.c
src/usr.sbin/cpuctl/arch [netbsd-8]: i386.c
Log Message:
Pull up follow
Module Name:src
Committed By: martin
Date: Tue Dec 4 11:44:13 UTC 2018
Modified Files:
src/sys/dev/pci [netbsd-8]: pcidevs.h pcidevs_data.h
Log Message:
Regen for #1119
To generate a diff of this commit:
cvs rdiff -u -r1.1281.2.10 -r1.1281.2.11 src/sys/dev/pci/pcidevs.h
Module Name:src
Committed By: martin
Date: Tue Dec 4 11:35:00 UTC 2018
Modified Files:
src/sys/dev/pci [netbsd-8]: pcidevs
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1119):
sys/dev/pci/pcidevs: revision 1.1350
sys/dev/pci/
Module Name:src
Committed By: martin
Date: Tue Dec 4 11:29:41 UTC 2018
Modified Files:
src/sys/dev/pci [netbsd-8]: pci_subr.c pcireg.h
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1118):
sys/dev/pci/pci_subr.c: revision 1.210
Module Name:src
Committed By: martin
Date: Tue Dec 4 11:21:33 UTC 2018
Modified Files:
src/sys/dev/mii [netbsd-8]: inbmphyreg.h
src/sys/dev/pci [netbsd-8]: if_wm.c if_wmreg.h
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1117):
Module Name:src
Committed By: martin
Date: Tue Dec 4 11:16:33 UTC 2018
Modified Files:
src/sys/dev/mii [netbsd-8]: miidevs.h miidevs_data.h
Log Message:
Regen for ticket #1116
To generate a diff of this commit:
cvs rdiff -u -r1.128.6.2 -r1.128.6.3 src/sys/dev/mii/miidev
Module Name:src
Committed By: martin
Date: Tue Dec 4 11:15:21 UTC 2018
Modified Files:
src/sys/dev/mii [netbsd-8]: miidevs
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1116):
sys/dev/mii/miidevs: revision 1.130
sys/dev/mii/m
Module Name:src
Committed By: blymn
Date: Tue Dec 4 10:10:15 UTC 2018
Modified Files:
src/sys/dev/pckbport: synaptics.c
Log Message:
* Increase the default scaling of the two finger scroll to make it
less sensitive
* Fix range check for hw.synaptics.scale_z so it can be
Module Name:src
Committed By: kre
Date: Tue Dec 4 09:47:26 UTC 2018
Modified Files:
src/tests/bin/sh/dotcmd: scoped_command
Log Message:
Supply a missing \ ... this missing has meant that these tests
have not been testing everything they should have been testing.
Never mi
Module Name:src
Committed By: blymn
Date: Tue Dec 4 09:32:50 UTC 2018
Modified Files:
src/tests/lib/libcurses/check_files: background1.chk
Log Message:
Fix failing background test check file.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc
Module Name:src
Committed By: mlelstv
Date: Tue Dec 4 09:27:59 UTC 2018
Modified Files:
src/sys/dev/rasops: rasops.c rasops1.c rasops15.c rasops2.c rasops24.c
rasops4.c rasops8.c
src/sys/dev/wscons: wsdisplayvar.h
Log Message:
rasops reused wscons attr
Module Name:src
Committed By: wiz
Date: Tue Dec 4 08:02:14 UTC 2018
Modified Files:
src/share/man/man4: mpii.4
Log Message:
Remove trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/mpii.4
Please note that diffs are not p
Module Name:src
Committed By: wiz
Date: Tue Dec 4 08:01:35 UTC 2018
Modified Files:
src/usr.bin/pkill: pkill.1
Log Message:
Sort SEE ALSO.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/usr.bin/pkill/pkill.1
Please note that diffs are not public doma
42 matches
Mail list logo