Module Name:src
Committed By: hannken
Date: Wed Jan 4 10:04:17 UTC 2017
Modified Files:
src/sys/ufs/ufs: ufs_inode.c
Log Message:
Change ufs_truncate_retry() to call UFS_TRUNCATE() at least once.
Even with "newsize == ip->i_size" it must set mtime etc.
Adresses PR kern/5
Module Name:src
Committed By: hannken
Date: Wed Jan 4 10:06:43 UTC 2017
Modified Files:
src/sys/fs/tmpfs: tmpfs_subr.c
Log Message:
Change tmpfs_chsize() to update mtime etc. even if "length == node->tn_size".
Adresses PR kern/51762 "mtime not updated by open(O_TRUNC)"
Module Name:src
Committed By: kre
Date: Wed Jan 4 12:35:14 UTC 2017
Modified Files:
src/sys/netinet: tcp_input.c tcp_output.c
Log Message:
Remove redundant tests: if optlen === 0, then optlen % 4 != 2 (it is 0)
so there is no need to test both.
To generate a diff of th
Module Name:src
Committed By: ryo
Date: Wed Jan 4 13:03:41 UTC 2017
Modified Files:
src/sys/net: pfil.c
Log Message:
Not to use ph_inout[2]. dir (= PFIL_IN or PFIL_OUT) is 1 or 2, not 0 or 1.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/net/pfil
Module Name:src
Committed By: martin
Date: Wed Jan 4 15:09:37 UTC 2017
Modified Files:
src/sys/netinet: tcp_output.c
Log Message:
Fix optlen calculation for the SACK block - 2 bytes too few were
calculated, causing corruption in PR kern/51767.
To generate a diff of this
Module Name:src
Committed By: christos
Date: Wed Jan 4 15:41:24 UTC 2017
Modified Files:
src/distrib/sets/lists/xserver: md.alpha md.amd64 md.amiga md.bebox
md.cats md.dreamcast md.evbarm md.evbmips md.ews4800mips md.hp300
md.hpcarm md.hpcmips md.hp
Module Name:src
Committed By: christos
Date: Wed Jan 4 15:43:04 UTC 2017
Modified Files:
src/sys/conf: Makefile.kern.inc
Log Message:
PR/51772: Yorick Hardy: Don't hard-code "netbsd", use ${.TARGET} consistently.
To generate a diff of this commit:
cvs rdiff -u -r1.250 -
Module Name:src
Committed By: christos
Date: Wed Jan 4 15:44:06 UTC 2017
Modified Files:
src/external/mit/xorg/bin/xinput: Makefile
Log Message:
PR/51771: Yorick Hardy: Use newer xinput features
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/mi
Module Name:src
Committed By: christos
Date: Wed Jan 4 15:45:18 UTC 2017
Modified Files:
src/distrib/sets/lists/modules: mi
Log Message:
PR/51773: Yorick Hardy: drvctl module is not part of lvm
To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 src/distrib/
Module Name:src
Committed By: christos
Date: Wed Jan 4 15:49:28 UTC 2017
Modified Files:
src/sys/dev/pci: nside.c
Log Message:
PR/51774: David Binderman: Remove unused variable.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/nside.c
Please
Module Name:src
Committed By: christos
Date: Wed Jan 4 15:50:34 UTC 2017
Modified Files:
src/sys/dev/raidframe: rf_aselect.c
Log Message:
PR/51775: David Binderman: Remove unused variable.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/raidfra
Module Name:src
Committed By: christos
Date: Wed Jan 4 15:51:41 UTC 2017
Modified Files:
src/sys/dev/raidframe: rf_reconmap.c
Log Message:
PR/51776: David Binderman: Remove unused variable.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/dev/raidfr
Module Name:src
Committed By: christos
Date: Wed Jan 4 15:53:14 UTC 2017
Modified Files:
src/sys/fs/udf: udf_allocation.c
Log Message:
PR/51777: David Binderman: Remove unused computation
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/fs/udf/udf_a
Module Name:src
Committed By: christos
Date: Wed Jan 4 16:11:20 UTC 2017
Modified Files:
src/external/gpl2/xcvs/dist/src: update.c
Log Message:
only preserve timestamps on specific revisions if we've been asked to.
found by martin@
To generate a diff of this commit:
cvs
Module Name:src
Committed By: hannken
Date: Wed Jan 4 17:06:13 UTC 2017
Modified Files:
src/sys/sys: vnode_impl.h
Log Message:
Comment the fields of struct vnode_impl.
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/sys/vnode_im
Module Name:src
Committed By: hannken
Date: Wed Jan 4 17:13:50 UTC 2017
Modified Files:
src/sys/kern: vfs_vnode.c
Log Message:
Expand struct vcache to individual variables (vcache.* -> vcache_*).
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: martin
Date: Wed Jan 4 19:34:47 UTC 2017
Modified Files:
src: UPDATING
Log Message:
Not flex update build issue
To generate a diff of this commit:
cvs rdiff -u -r1.275 -r1.276 src/UPDATING
Please note that diffs are not public domain; they
Module Name:src
Committed By: christos
Date: Wed Jan 4 19:37:14 UTC 2017
Modified Files:
src/sys/netinet6: in6.c in6_ifattach.c in6_var.h nd6_rtr.c
Log Message:
- kill NULL argument from in6_update_ifa
- amend in6_update_ifa1 to return the ia, so that we can use it in pfi
Module Name:src
Committed By: christos
Date: Wed Jan 4 19:55:06 UTC 2017
Modified Files:
src/sys/conf: Makefile.kern.inc
Log Message:
match the M* and N* targets.
To generate a diff of this commit:
cvs rdiff -u -r1.251 -r1.252 src/sys/conf/Makefile.kern.inc
Please note
Module Name:src
Committed By: palle
Date: Wed Jan 4 20:19:29 UTC 2017
Modified Files:
src/sys/arch/sparc64/sparc64: locore.s
Log Message:
sun4v: make debugging kernel bringup a bit easier by using the slowtrap code
path for currently unhandled trap level 1 trap entries 0
Module Name:src
Committed By: christos
Date: Wed Jan 4 21:25:41 UTC 2017
Modified Files:
src/sys/ddb: db_interface.h
Log Message:
add a simple stacktrace macro
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/ddb/db_interface.h
Please note that dif
Module Name:src
Committed By: christos
Date: Wed Jan 4 21:37:46 UTC 2017
Modified Files:
src/sys/conf: Makefile.kern.inc
Log Message:
Collect a list of kernel swap files to be removed (Yorick Hardy)
To generate a diff of this commit:
cvs rdiff -u -r1.252 -r1.253 src/sys
Module Name:src
Committed By: kamil
Date: Wed Jan 4 22:27:20 UTC 2017
Modified Files:
src/tests/kernel: t_ptrace_wait.c t_ptrace_wait.h
Log Message:
Add new tests siginfo[123] in t_ptrace_wait{,3,4,6,id,pid}
These tests are for the proposed PT_[GS]ET_SIGINFO interface fo
Module Name:xsrc
Committed By: macallan
Date: Wed Jan 4 23:55:43 UTC 2017
Modified Files:
xsrc/external/mit/xf86-video-chips/dist/src: ct_driver.c
Log Message:
pci_device_map_legacy() doesn't help us when we need to map VL ranges - just
call mmap() directly on consoleFd f
Module Name:src
Committed By: christos
Date: Wed Jan 4 23:59:27 UTC 2017
Modified Files:
src/sys/uvm: Makefile
Log Message:
really, don't install uvm_physseg.h!
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/uvm/Makefile
Please note that diffs ar
Module Name:src
Committed By: christos
Date: Wed Jan 4 23:59:49 UTC 2017
Modified Files:
src/sys/uvm: uvm_extern.h
Log Message:
don't include uvm_physseg.h for kmem grovellers.
To generate a diff of this commit:
cvs rdiff -u -r1.202 -r1.203 src/sys/uvm/uvm_extern.h
Ple
Module Name:src
Committed By: christos
Date: Thu Jan 5 02:22:19 UTC 2017
Modified Files:
src/distrib/sets/lists/xcomp: mi
src/distrib/sets/lists/xserver: md.alpha md.amd64 md.amiga md.bebox
md.cats md.dreamcast md.evbarm md.evbmips md.ews4800mips md.hp3
Module Name:src
Committed By: pgoyette
Date: Thu Jan 5 03:22:20 UTC 2017
Modified Files:
src/sys/kern: init_main.c
Log Message:
Actually initialize the sysctl stuff for kernhist! Missed this file
in earlier commits.
To generate a diff of this commit:
cvs rdiff -u -r1.4
Module Name:src
Committed By: pgoyette
Date: Thu Jan 5 03:40:33 UTC 2017
Modified Files:
src/sys/kern: kern_history.c
src/sys/sys: kernhist.h param.h
Log Message:
By popular demand, update kernhist to use bintime(9) as the basis for
its timestamps.
As this change
Module Name:src
Committed By: pgoyette
Date: Thu Jan 5 03:42:27 UTC 2017
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
Adapt to use of bintime(9) for kernel history timestamps (7.99.55).
To generate a diff of this commit:
cvs rdiff -u -r1.214 -r1.215 src/usr
Module Name:src
Committed By: martin
Date: Thu Jan 5 05:40:46 UTC 2017
Modified Files:
src: UPDATING
Log Message:
xinput update build hint
To generate a diff of this commit:
cvs rdiff -u -r1.276 -r1.277 src/UPDATING
Please note that diffs are not public domain; they ar
Module Name:src
Committed By: msaitoh
Date: Thu Jan 5 05:53:23 UTC 2017
Modified Files:
src/sys/dev/pci/ixgbe: ix_txrx.c ixgbe.c ixv.c
Log Message:
Fix INIT_DEBUGOUT() messages.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pci/ixgbe/ix_txrx
Module Name:src
Committed By: ryo
Date: Thu Jan 5 07:53:20 UTC 2017
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
"vmstat -ie[v]" auto fit to minimum columns
Reviewed by msaitoh@
To generate a diff of this commit:
cvs rdiff -u -r1.215 -r1.216 src/usr.bin/vm
33 matches
Mail list logo