Module Name:src
Committed By: wiz
Date: Sat Dec 24 08:05:47 UTC 2016
Modified Files:
src/share/man/man9: uvm_hotplug.9
Log Message:
Fix SYNOPSIS. Fix xref. Avoid Xr for itself.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/uvm_hotplug.9
Module Name:othersrc
Committed By: wiz
Date: Sat Dec 24 08:18:44 UTC 2016
Modified Files:
othersrc/usr.bin/guest2core: Makefile
Added Files:
othersrc/usr.bin/guest2core: guest2core.8
Log Message:
Add man page for guest2core.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: abhinav
Date: Sat Dec 24 08:26:57 UTC 2016
Modified Files:
src/usr.sbin/mountd: mountd.8
Log Message:
Remove xref to signal(7).
As noted by wiz, it is probably not a good idea to mention signal(7) in SEE ALSO
every time a signal name is used
Module Name:src
Committed By: skrll
Date: Sat Dec 24 09:19:23 UTC 2016
Modified Files:
src/sys/arch/arm/arm32: arm32_kvminit.c
Log Message:
Fix VERBOSE_INIT_ARM build
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/arm/arm32/arm32_kvminit.c
Pl
Module Name:src
Committed By: skrll
Date: Sat Dec 24 11:51:33 UTC 2016
Modified Files:
src/sys/dev/usb: if_athn_usb.c
Log Message:
Call cv_broadcast with interlock held as per condvar(9)
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/usb/if_ath
Module Name:src
Committed By: abhinav
Date: Sat Dec 24 14:04:10 UTC 2016
Modified Files:
src/share/man/man9: pool.9
Log Message:
Add a missing .El, which is causing the rest of the text being
rendered indented. Patch provided by fox on IRC.
While there, remove a .Pp befor
Module Name:src
Committed By: maya
Date: Sat Dec 24 15:23:06 UTC 2016
Modified Files:
src/lib/libc/arch/aarch64/gen: fpgetmask.c fpgetround.c fpgetsticky.c
fpsetmask.c fpsetround.c fpsetsticky.c
Log Message:
don't use systm.h header, it's not available to userl
Module Name:src
Committed By: maya
Date: Sat Dec 24 15:42:05 UTC 2016
Modified Files:
src/sys/uvm: uvm_physseg.h
Log Message:
as a stopgap fix make all of uvm_physseg.h kernel-only. this file uses
paddr_t which isn't available to userland, breaking builds that use uvm
head
Module Name:src
Committed By: riastradh
Date: Sat Dec 24 15:46:50 UTC 2016
Modified Files:
src/sys/external/bsd/drm2/dist/drm/ttm: ttm_tt.c
Log Message:
Guarantee no zero-size uao/kmem allocations via ttm.
It may be that all callers guarantee no zero-size ttm objects, but
Module Name:src
Committed By: kamil
Date: Sat Dec 24 15:48:26 UTC 2016
Modified Files:
src/external/gpl3/gcc/dist/libstdc++-v3/include/std: mutex
src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11: mutex.cc
Log Message:
Revert introduction of FIXME_PR_51139
This ch
Module Name:src
Committed By: abhinav
Date: Sat Dec 24 15:49:18 UTC 2016
Modified Files:
src/usr.bin/touch: touch.1
Log Message:
Update the description of the -t option to bring it in sync with IEEE 1003.1
-2008.
The .SS field of the datetime argument of -t option can ha
Module Name:src
Committed By: mlelstv
Date: Sat Dec 24 16:39:55 UTC 2016
Modified Files:
src/sys/dev/dkwedge: dk.c
Log Message:
add missing mutex/cv cleanup to error paths.
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/sys/dev/dkwedge/dk.c
Please not
Module Name:src
Committed By: cherry
Date: Sat Dec 24 17:11:31 UTC 2016
Modified Files:
src/sys/arch/acorn26/acorn26: pmap.c
Log Message:
pass the bank handle to uvm_physseg_get_avail_start();
Should fix the acorn26 kernel build.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: cherry
Date: Sat Dec 24 17:18:00 UTC 2016
Modified Files:
src/sys/arch/sh3/sh3: pmap.c
Log Message:
Use the correct page frame number to steal pages during boot.
Fixes the related sh3 kernel build breakage.
To generate a diff of this commit
Module Name:src
Committed By: mlelstv
Date: Sat Dec 24 17:36:59 UTC 2016
Modified Files:
src/sys/arch/evbarm/tisdp24xx: sdp24xx_machdep.c
Log Message:
another physmem type change
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbarm/tisdp24xx/
Module Name:src
Committed By: christos
Date: Sat Dec 24 17:44:22 UTC 2016
Modified Files:
src/share/mk: bsd.sys.mk
Log Message:
Add to lint flags for MKREPRO
To generate a diff of this commit:
cvs rdiff -u -r1.262 -r1.263 src/share/mk/bsd.sys.mk
Please note that diffs a
Module Name:src
Committed By: christos
Date: Sat Dec 24 17:43:45 UTC 2016
Modified Files:
src/usr.bin/xlint/lint1: externs1.h main1.c mem1.c scan.l
src/usr.bin/xlint/xlint: lint.1 xlint.c
Log Message:
Add -R (source filename remapping) for MKREPRO
To generate a d
Module Name:src
Committed By: cherry
Date: Sat Dec 24 18:07:31 UTC 2016
Modified Files:
src/sys/arch/powerpc/ibm4xx: pmap.c
Log Message:
introduce evbppc pmap to the uvm_hotplug(9) API
Should fix build.
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/s
Module Name:src
Committed By: cherry
Date: Sat Dec 24 18:34:31 UTC 2016
Modified Files:
src/sys/arch/powerpc/booke: booke_pmap.c
src/sys/arch/powerpc/include/booke: pmap.h
Log Message:
Tell mpc85xx about uvm_hotplug(9)
Should fix the evbppc build breakage.
To ge
Module Name:src
Committed By: cherry
Date: Sat Dec 24 19:02:16 UTC 2016
Modified Files:
src/sys/arch/powerpc/ibm4xx: pmap.c
Log Message:
Conform API use of uvm_hotplug(9) to documented behaviour:
When testing for an invalid uvm_physseg_t,
compare with UVM_PHYSSEG_TYPE_INV
Module Name:src
Committed By: cherry
Date: Sat Dec 24 19:21:29 UTC 2016
Modified Files:
src/sys/uvm: uvm_extern.h
Log Message:
uvm_extern.h is has both a _KERNEL only, and a non _KERNEL only API.
Since we unconditionally expose the uvm_physseg.h API via uvm_extern.h
right
Module Name:src
Committed By: christos
Date: Sat Dec 24 20:36:28 UTC 2016
Modified Files:
src/etc: Makefile.params
Log Message:
For MKREPRO, don't print varying params.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/etc/Makefile.params
Please note tha
Module Name:src
Committed By: christos
Date: Sat Dec 24 21:17:17 UTC 2016
Modified Files:
src/external/mit/xorg/lib/xkeyboard-config: Makefile.xkbdata
Log Message:
sort codes for reproducibile builds.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/
Module Name:src
Committed By: christos
Date: Sun Dec 25 00:00:17 UTC 2016
Update of /cvsroot/src/crypto/external/bsd/openssh/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv20944
Log Message:
Import OpenSSH-7.4
OpenSSH 7.4 has just been released. It will be available from the
m
Module Name:src
Committed By: christos
Date: Sun Dec 25 00:07:47 UTC 2016
Modified Files:
src/crypto/external/bsd/openssh/bin/sshd: Makefile
src/crypto/external/bsd/openssh/dist: LICENCE OVERVIEW PROTOCOL
PROTOCOL.agent PROTOCOL.certkeys PROTOCOL.mux REA
Module Name:src
Committed By: christos
Date: Sun Dec 25 00:09:20 UTC 2016
Modified Files:
src/distrib/sets/lists/base: shl.mi
src/distrib/sets/lists/debug: shl.mi
Log Message:
bump libssh
To generate a diff of this commit:
cvs rdiff -u -r1.794 -r1.795 src/distrib
Module Name:src
Committed By: christos
Date: Sun Dec 25 00:10:34 UTC 2016
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new OpenSSH
To generate a diff of this commit:
cvs rdiff -u -r1.1384 -r1.1385 src/doc/3RDPARTY
cvs rdiff -u -r1.2227 -r1.2228 src/doc/CHANGES
Module Name:src
Committed By: christos
Date: Sun Dec 25 03:39:26 UTC 2016
Modified Files:
src/sys/uvm: uvm_physseg.c
Log Message:
Provide a set_available_start method for the non UVM_HOTPLUG case.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/uvm/uv
Module Name:src
Committed By: christos
Date: Sun Dec 25 04:35:30 UTC 2016
Modified Files:
src/sys/arch/evbarm/iq80321: iq80321_machdep.c
Log Message:
fix printf format
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/arch/evbarm/iq80321/iq80321_machd
Module Name:src
Committed By: cherry
Date: Sun Dec 25 06:30:58 UTC 2016
Modified Files:
src/sys/uvm: uvm_physseg.c
Log Message:
Make uvm_physseg_set_avail_start(9) available unconditional to UVM_HOTPLUG
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/
Module Name:src
Committed By: abhinav
Date: Sun Dec 25 06:37:50 UTC 2016
Modified Files:
src/lib/libc/time: strptime.3
Log Message:
As per the IEEE 1003.1-2008 standard, the range of values for the %S
format specifier is [0,60].
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: mlelstv
Date: Sun Dec 25 06:55:28 UTC 2016
Modified Files:
src/sys/dev/iscsi: iscsi_ioctl.c iscsi_main.c iscsi_rcv.c iscsi_send.c
iscsi_utils.c
Log Message:
Lock correctly around CV calls.
Fix handling of session termination.
Enabl
32 matches
Mail list logo