Module Name:src
Committed By: maxv
Date: Wed May 9 06:55:26 UTC 2018
Modified Files:
src/sys/arch/arm/gemini: gemini_gmac.c
Log Message:
Remove nonsensical KASSERT.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/gemini/gemini_gmac.c
Plea
Module Name:xsrc
Committed By: maya
Date: Wed May 9 06:50:55 UTC 2018
Update of /cvsroot/xsrc/external/mit/freetype/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv20242
Log Message:
initial import of freetype-2.9.1
Status:
Vendor Tag: xorg
Release Tags: freetype-2-9-1
Module Name:src
Committed By: maxv
Date: Wed May 9 06:49:48 UTC 2018
Modified Files:
src/sys/lib/libsa: ip.c
Log Message:
Remove annoying things, style, and fix buffer overflows.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/lib/libsa/ip.c
Please
Module Name:src
Committed By: maxv
Date: Wed May 9 06:35:10 UTC 2018
Modified Files:
src/sys/net: if_arcsubr.c if_ethersubr.c if_fddisubr.c
if_ieee1394subr.c if_tokensubr.c raw_usrreq.c
src/sys/netinet6: ip6_output.c
Log Message:
Replace
m_copy
Module Name:src
Committed By: martin
Date: Wed May 9 06:32:52 UTC 2018
Modified Files:
src/tests/lib/libc/sys: t_getrusage.c
Log Message:
Make the getrusage_maxrss test more stable by preventing the compiler to
optimize out a dummy loop. While there print more details whe
Module Name:src
Committed By: msaitoh
Date: Wed May 9 06:04:48 UTC 2018
Modified Files:
src/share/man/man4: ixv.4
Log Message:
Add missing .Nd.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/ixv.4
Please note that diffs are not public d
Module Name:src
Committed By: msaitoh
Date: Wed May 9 05:59:28 UTC 2018
Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: ixg.4
Added Files:
src/share/man/man4: ixv.4
Log Message:
Add a maunal page for ixv(4).
To generate a diff of this
Module Name:src
Committed By: msaitoh
Date: Wed May 9 03:50:51 UTC 2018
Modified Files:
src/sys/dev/pci: pci_subr.c pcireg.h
Log Message:
Fix typo. s/TPL/TLP/
To generate a diff of this commit:
cvs rdiff -u -r1.200 -r1.201 src/sys/dev/pci/pci_subr.c
cvs rdiff -u -r1.13
Module Name:src
Committed By: thorpej
Date: Wed May 9 02:53:00 UTC 2018
Modified Files:
src/sys/arch/arm/broadcom: bcm2835_bsc.c
src/sys/arch/arm/nvidia: tegra_i2c.c
src/sys/arch/arm/samsung: exynos_i2c.c
src/sys/arch/arm/sunxi: sunxi_rsb.c sunxi_tw
Module Name:src
Committed By: thorpej
Date: Wed May 9 02:46:22 UTC 2018
Modified Files:
src/sys/dev/i2c: ibmhawk.c
Log Message:
The probe this driver uses is potentially destructive; at the very
least, filter on the I2C address the device is expected at before we
unleash
Module Name:src
Committed By: christos
Date: Wed May 9 01:04:01 UTC 2018
Modified Files:
src/usr.bin/pmap: pmap.c
Log Message:
handle field rename.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/usr.bin/pmap/pmap.c
Please note that diffs are not publ
Module Name:src
Committed By: sevan
Date: Wed May 9 00:24:50 UTC 2018
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: libnetpgp.3
Log Message:
Add the type of information returned about maintainer.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.
Module Name:src
Committed By: mrg
Date: Tue May 8 23:05:17 UTC 2018
Modified Files:
src/usr.bin/crunch/crunchgen: crunchgen.c
Log Message:
in dir_search(), don't assume a directory existing is useful, instead
confirm that there is a non zero makefile in there. (this assu
Module Name:src
Committed By: jmcneill
Date: Tue May 8 22:07:02 UTC 2018
Modified Files:
src/sys/arch/arm/sunxi: sun50i_a64_ccu.c
Log Message:
Add audio clocks
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/sunxi/sun50i_a64_ccu.c
Please no
Module Name:src
Committed By: jmcneill
Date: Tue May 8 22:05:25 UTC 2018
Modified Files:
src/sys/arch/arm/sunxi: sunxi_ccu.h sunxi_ccu_fixed_factor.c
Log Message:
Pass set_rate calls on fixed factor clocks through to the parent clock
(adjusting accordingly)
To generate
Module Name:src
Committed By: christos
Date: Tue May 8 19:35:17 UTC 2018
Modified Files:
src/sys/arch/sun2/include: types.h
src/sys/arch/sun3/include: types.h
Log Message:
make as not having pmap statistics available
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: christos
Date: Tue May 8 19:34:54 UTC 2018
Modified Files:
src/sys/kern: kern_resource.c
Log Message:
get the maxrss from the vmspace field, and handle platforms that don't
have pmap statistics here.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: christos
Date: Tue May 8 19:33:57 UTC 2018
Modified Files:
src/sys/uvm: uvm_extern.h uvm_fault.c uvm_fault_i.h
Log Message:
don't store the rssmax in the lwp rusage, it is a per proc property. Instead
utilize an unused field in the vmspace st
Module Name:src
Committed By: maxv
Date: Tue May 8 17:20:44 UTC 2018
Modified Files:
src/sys/arch/amd64/amd64: amd64_trap.S machdep.c
src/sys/arch/x86/include: pmap.h
Log Message:
Mitigation for the SS bug, CVE-2018-8897. We disabled dbregs a month ago
in -current
Module Name:src
Committed By: maxv
Date: Tue May 8 16:47:58 UTC 2018
Modified Files:
src/sys/nfs: nfs_subs.c
Log Message:
Use M_MOVE_PKTHDR.
To generate a diff of this commit:
cvs rdiff -u -r1.231 -r1.232 src/sys/nfs/nfs_subs.c
Please note that diffs are not public dom
Module Name:src
Committed By: kamil
Date: Tue May 8 16:37:59 UTC 2018
Modified Files:
src/bin/ksh: c_ksh.c c_sh.c emacs.c eval.c exec.c expand.h expr.c
history.c io.c lex.c mail.c main.c misc.c syn.c table.c trap.c
tree.c var.c vi.c
Log Message:
St
Module Name:src
Committed By: ryo
Date: Tue May 8 11:42:43 UTC 2018
Modified Files:
src/usr.sbin/cpuctl/arch: aarch64.c
Log Message:
TGran64 indication was actually the opposite
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/cpuctl/arch/aarch64
Module Name:src
Committed By: msaitoh
Date: Tue May 8 11:36:40 UTC 2018
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
Fix a bug that TX might stall because WM_TXQ_NO_SPACE is not cleared in
if_init() (though I've never seen this problem). Clear txq->txq_flags in
Module Name:src
Committed By: pgoyette
Date: Tue May 8 10:41:56 UTC 2018
Modified Files:
src/sys/dev/ic: hme.c
Log Message:
Fix mis-placed right paren. kern/53271
To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 src/sys/dev/ic/hme.c
Please note that diffs
Module Name:src
Committed By: msaitoh
Date: Tue May 8 09:45:54 UTC 2018
Modified Files:
src/sys/dev/pci/ixgbe: ix_txrx.c ixgbe.c ixgbe.h ixv.c
Log Message:
- Fix broken watchdog timer. This change detects TX device timeout correctly.
NOTE: It's supporsed not to be calle
Module Name:src
Committed By: msaitoh
Date: Tue May 8 07:59:56 UTC 2018
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
rxipsum and rxtusum are not interrupt counter, so use EVCNT_TYPE_MISC
instead of EVCNT_TYPE_INTR.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: maxv
Date: Tue May 8 07:02:07 UTC 2018
Modified Files:
src/sys/net80211: ieee80211_crypto.c ieee80211_input.c
ieee80211_output.c ieee80211_var.h
Log Message:
Remove three useless debug messages, remove meaningless XXXs, and remove
27 matches
Mail list logo