Module Name:src
Committed By: ozaki-r
Date: Fri Mar 2 07:37:14 UTC 2018
Modified Files:
src/sys/netipsec: key.c keydb.h
Log Message:
Avoid data races on lifetime counters by using percpu(9)
We don't make them percpu(9) directly because the structure is exposed to
userlan
Module Name:src
Committed By: msaitoh
Date: Fri Mar 2 06:41:18 UTC 2018
Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h
Log Message:
Regen.
To generate a diff of this commit:
cvs rdiff -u -r1.1308 -r1.1309 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1307 -r1.13
Module Name:src
Committed By: msaitoh
Date: Fri Mar 2 06:40:31 UTC 2018
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add Intel Gemini Lake devices.
To generate a diff of this commit:
cvs rdiff -u -r1.1316 -r1.1317 src/sys/dev/pci/pcidevs
Please note that diff
Module Name:src
Committed By: lukem
Date: Fri Mar 2 06:31:53 UTC 2018
Modified Files:
src/lib/libc/inet: inet_ntop.c
Log Message:
PR/48585: Set errno when returning NULL for AF_INET
In inet_ntop4(), errno wasn't set before returning NULL.
Seems like an oversight in the e
Module Name:src
Committed By: pgoyette
Date: Fri Mar 2 06:04:16 UTC 2018
Modified Files:
src/sys/dev: DEVNAMES
Log Message:
Rename the i2c attribute i2cbus, and add the MI iic device.
Note that the iic device source files are named i2c* Also note that
iic attaches at i2
Module Name:src
Committed By: pgoyette
Date: Fri Mar 2 06:01:20 UTC 2018
Modified Files:
src/sys/dev: DEVNAMES
Log Message:
Since acorn26 has been retired, release all acorn26-speceific device
name entries.
To generate a diff of this commit:
cvs rdiff -u -r1.305 -r1.306
Module Name:src
Committed By: sevan
Date: Fri Mar 2 00:25:26 UTC 2018
Modified Files:
src/etc/etc.amd64: boot.cfg
src/etc/etc.i386: boot.cfg
Log Message:
Instead of explicitly specifying a kernel name, ommit to allow the bootloader
to iterate
through the list of
Module Name:src
Committed By: scole
Date: Thu Mar 1 23:01:19 UTC 2018
Modified Files:
src/sys/arch/ia64/include: pci_machdep.h
src/sys/arch/ia64/pci: pci_machdep.c
Log Message:
Remove empty pci_enumerate_bus() stub specific for ia64. I think it was
originally ad
Module Name:src
Committed By: ginsbach
Date: Thu Mar 1 19:09:33 UTC 2018
Modified Files:
src/share/misc: acronyms.comp
Log Message:
Add SMEP and additional CSDL and LTO acronyms
To generate a diff of this commit:
cvs rdiff -u -r1.192 -r1.193 src/share/misc/acronyms.comp
Module Name:src
Committed By: martin
Date: Thu Mar 1 19:09:02 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Tickets #596 - #599
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.135 -r1.1.2.136 src/doc/CHANGES-8.0
Please note that diffs ar
Module Name:src
Committed By: martin
Date: Thu Mar 1 19:07:31 UTC 2018
Modified Files:
src/sys/arch/x86/include [netbsd-8]: Makefile
Log Message:
Pull up following revision(s) (requested by kamil in ticket #599):
sys/arch/x86/include/Makefile: revision 1.22
Stop i
Module Name:src
Committed By: martin
Date: Thu Mar 1 19:04:57 UTC 2018
Modified Files:
src/share/mk [netbsd-8]: bsd.test.mk
src/tests/lib [netbsd-8]: Makefile
Log Message:
Pull up following revision(s) (requested by kre in ticket #598):
tests/lib/Makefile:
Module Name:src
Committed By: martin
Date: Thu Mar 1 19:02:15 UTC 2018
Modified Files:
src/sys/dev/pci/ixgbe [netbsd-8]: ix_txrx.c ixgbe.c ixgbe.h ixv.c
Log Message:
Pull up following revision(s) (requested by knakahara in ticket #597):
sys/dev/pci/ixgbe/ixgbe.h:
Module Name:src
Committed By: martin
Date: Thu Mar 1 17:15:14 UTC 2018
Modified Files:
src/lib/libc/arch/powerpc [netbsd-8]: genassym.cf
src/lib/libc/arch/powerpc/gen [netbsd-8]: swapcontext.S
Log Message:
Pull up following revision(s) (requested by uwe in ticket
Module Name:src
Committed By: maxv
Date: Thu Mar 1 16:55:01 UTC 2018
Modified Files:
src/sys/arch/x86/x86: pmap.c
Log Message:
Replace PG_G by pmap_pg_g, for the sake of removing references to the
former. No functional change since pmap_pg_g = PG_G.
To generate a diff o
Module Name:src
Committed By: maxv
Date: Thu Mar 1 16:49:07 UTC 2018
Modified Files:
src/sys/arch/x86/x86: svs.c
Log Message:
Remove these two KASSERTs. Thinking about it, they may fire when the user
enters "sysctl -w machdep.svs.enabled=0", if the xcall is received betwe
Module Name:src
Committed By: macallan
Date: Thu Mar 1 16:03:02 UTC 2018
Modified Files:
src/sys/arch/powerpc/pic: pic_openpic.c
Log Message:
use mapiodev() so this can work on G5s
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/powerpc/pic/pi
Module Name:src
Committed By: roy
Date: Thu Mar 1 14:40:57 UTC 2018
Modified Files:
src/sys/netinet: if_arp.c
Log Message:
Sprinkle some const.
To generate a diff of this commit:
cvs rdiff -u -r1.267 -r1.268 src/sys/netinet/if_arp.c
Please note that diffs are not publi
Module Name:src
Committed By: macallan
Date: Thu Mar 1 13:55:25 UTC 2018
Modified Files:
src/sys/arch/macppc/dev: uni-n.c
Log Message:
match /u3, found in some G5
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/macppc/dev/uni-n.c
Please note th
Module Name:src
Committed By: macallan
Date: Thu Mar 1 13:54:37 UTC 2018
Modified Files:
src/sys/arch/macppc/dev: kauai.c
Log Message:
match K2 UATA, found in some G5
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/macppc/dev/kauai.c
Please n
Module Name:src
Committed By: pgoyette
Date: Thu Mar 1 08:44:12 UTC 2018
Modified Files:
src/sys/dev: DEVNAMES
Log Message:
Follow previous entries, and list the imc and imcsmb devices twice,
once each for amd64 and i386
To generate a diff of this commit:
cvs rdiff -u -
21 matches
Mail list logo