Module Name:src
Committed By: martin
Date: Sat Jan 14 12:00:13 UTC 2017
Modified Files:
src/sys/arch/sparc/include: fenv.h
Log Message:
Make the copies of the FE_* macros match verbatim to avoid a gcc warning
when both ieeefp.h and fenv.h are included.
To generate a diff
Module Name:src
Committed By: martin
Date: Sat Jan 14 12:45:28 UTC 2017
Modified Files:
src/sys/arch/evbarm/stand/bootimx23: args_prep.c
Log Message:
Include for strcpy
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/stand/bootimx23/args_
Module Name:src
Committed By: wiz
Date: Sat Jan 14 14:33:18 UTC 2017
Modified Files:
src/lib/libc/sys: ptrace.2
Log Message:
Wording, macro use.
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/lib/libc/sys/ptrace.2
Please note that diffs are not public
Module Name:src
Committed By: christos
Date: Sat Jan 14 15:50:24 UTC 2017
Modified Files:
src/lib/csu/arch/alpha: crtbegin.h
Log Message:
remove useless include; asm.h is not useful for c files. our current assumption
is that stuff in cdefs.h is duplicated in asm.h.
To g
Module Name:src
Committed By: christos
Date: Sat Jan 14 15:58:11 UTC 2017
Modified Files:
src/sys/arch/hppa/include: lock.h
Log Message:
fix constant types
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/hppa/include/lock.h
Please note that di
Module Name:src
Committed By: christos
Date: Sat Jan 14 16:07:53 UTC 2017
Modified Files:
src/sys/arch/sparc/include: ieeefp.h
Log Message:
remove dup definitions
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/sparc/include/ieeefp.h
Please not
Module Name:src
Committed By: christos
Date: Sat Jan 14 16:12:51 UTC 2017
Modified Files:
src/sys/arch/ia64/include: cpu.h
Log Message:
define empty bodies for incomplete implementations
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/ia64/incl
Module Name:src
Committed By: martin
Date: Sat Jan 14 16:15:10 UTC 2017
Modified Files:
src/sys/arch/alpha/include: asm.h
Log Message:
Avoid stupid gcc redefinition warnings by #undef before redefine.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/
Module Name:src
Committed By: christos
Date: Sat Jan 14 16:21:28 UTC 2017
Modified Files:
src/sys/arch/vax/include: byte_swap.h
Log Message:
cast return value
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/vax/include/byte_swap.h
Please note
Module Name:src
Committed By: maya
Date: Sat Jan 14 16:34:44 UTC 2017
Modified Files:
src/sys/compat/netbsd32: netbsd32_ioctl.c
src/sys/net: if_srt.c
src/sys/net80211: ieee80211_netbsd.c
Log Message:
appease coverity by using strlcpy instead of strncpy
ok
Module Name:src
Committed By: martin
Date: Sat Jan 14 17:14:23 UTC 2017
Modified Files:
src/sys/arch/arm/include: byte_swap.h
Log Message:
Avoid gcc warnings
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/include/byte_swap.h
Please note t
Module Name:src
Committed By: maya
Date: Sat Jan 14 17:17:53 UTC 2017
Modified Files:
src/sys/fs/msdosfs: denode.h
Log Message:
Be explicit about how we're placing part of the on-disk name into
the extension, so it doesn't appear like we are overrunning an array.
Appeases
Module Name:src
Committed By: maya
Date: Sat Jan 14 18:35:43 UTC 2017
Modified Files:
src/bin/ksh: history.c
Log Message:
reorganize the code so we test if open fails at the open call.
this doesn't actually make a functional difference as ftruncate can
handle it, but it's
Module Name:src
Committed By: kamil
Date: Sat Jan 14 19:17:10 UTC 2017
Modified Files:
src/tests/kernel: t_ptrace_wait.c
Log Message:
Add additional check for pe_report_event in lwp_{create,exit}1
This caught bug that currently PTRACE_LWP_EXIT is reported as
PTRACE_LWP_CR
Module Name:src
Committed By: kamil
Date: Sat Jan 14 19:32:10 UTC 2017
Modified Files:
src/sys/kern: kern_lwp.c
Log Message:
Fix generation of PTRACE_LWP_EXIT event
Set p_lwp_exited instead of p_lwp_created for PTRACE_LWP_EXIT.
This made the lwp_exit1 ATF test passing.
Module Name:src
Committed By: nat
Date: Sat Jan 14 20:05:38 UTC 2017
Modified Files:
src/sys/dev: audio.c
Log Message:
Increment sc_opens only after channel is set up.
It should help PR kern/51746: Panics from audio.
To generate a diff of this commit:
cvs rdiff -u -r1.2
Module Name:src
Committed By: christos
Date: Sat Jan 14 20:43:52 UTC 2017
Modified Files:
src/tests/usr.bin/grep: d_binary.out t_grep.sh
Log Message:
PR/51875: Ngie Cooper: portability fixes
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/gr
Module Name:src
Committed By: christos
Date: Sat Jan 14 20:45:16 UTC 2017
Modified Files:
src/tests/usr.sbin/mtree: t_mtree.sh
Log Message:
PR/51876: Ngie Cooper: kyua 0.11 $TMPDIR fixes
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/usr.sbin/mtree
Module Name:src
Committed By: christos
Date: Sat Jan 14 20:47:41 UTC 2017
Modified Files:
src/tests/lib/libc/gen: t_glob.c
Log Message:
PR/51825: Ngie Cooper: use the non _ version of the macro
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/lib/lib
Module Name:src
Committed By: christos
Date: Sat Jan 14 20:49:24 UTC 2017
Modified Files:
src/tests/lib/libc/string: t_strlen.c
Log Message:
PR/51815: Ngie Cooper: don't leak dlopen'ed handle
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/
Module Name:src
Committed By: dholland
Date: Sat Jan 14 20:50:15 UTC 2017
Modified Files:
src/doc/roadmaps: mess
Log Message:
note that the first step on the buffercache is to disentangle the buffer
cache and the buffer I/O path.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: christos
Date: Sat Jan 14 20:51:13 UTC 2017
Modified Files:
src/tests/lib/libc/sys: t_mincore.c
Log Message:
Pr/51866: Ngie Cooper: fix leak and release limit on memory to prevent
false positives with mlock/mmap
To generate a diff of this co
Module Name:src
Committed By: christos
Date: Sat Jan 14 20:52:42 UTC 2017
Modified Files:
src/tests/lib/libc/sys: t_msync.c
Log Message:
PR/51867: Ngie Cooper: misc cleanups
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/sys/t_msync.c
Ple
Module Name:src
Committed By: christos
Date: Sat Jan 14 20:55:26 UTC 2017
Modified Files:
src/tests/lib/libc/c063: t_mkfifoat.c
src/tests/lib/libc/sys: t_unlink.c
Log Message:
PR/51868: Ngie Cooper: mkfifo does not return an fd
To generate a diff of this commit:
Module Name:src
Committed By: christos
Date: Sat Jan 14 20:57:24 UTC 2017
Modified Files:
src/tests/kernel: t_mqueue.c
Log Message:
PR/51871: Ngie Cooper: add fcntl.h for O_* fcntl/open constants
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/kerne
Module Name:src
Committed By: christos
Date: Sat Jan 14 20:58:21 UTC 2017
Modified Files:
src/tests/lib/librt: t_sem.c
Log Message:
PR/51872: Ngie Cooper: call sem_unlink after :basic and :child
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/li
Module Name:src
Committed By: christos
Date: Sat Jan 14 20:59:23 UTC 2017
Modified Files:
src/tests/lib/libc/regex: t_regex_att.c
Log Message:
PR/51873: Ngie Cooper: add util.h #include
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/regex/
Module Name:src
Committed By: christos
Date: Sat Jan 14 21:08:17 UTC 2017
Modified Files:
src/tests/lib/libc/setjmp: t_setjmp.c t_threadjmp.c
Log Message:
PR/51874: Ngie Cooper: Add __unused to signal handlers
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 s
Module Name:src
Committed By: pgoyette
Date: Sat Jan 14 21:18:40 UTC 2017
Modified Files:
src/doc: TODO.modules
Log Message:
Add an entry to discuss association of a kernel with its specific modules.
Prompted by recent Email discussion started by wiz (there have been many
Module Name:src
Committed By: christos
Date: Sat Jan 14 21:20:39 UTC 2017
Modified Files:
src/external/public-domain/xz/lib: Makefile
Log Message:
Don't error out for psabi.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/public-domain/xz/lib/Mak
Module Name:src
Committed By: christos
Date: Sat Jan 14 21:29:02 UTC 2017
Modified Files:
src/sys/sys: aout_mids.h
Log Message:
Add PPC64
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/sys/aout_mids.h
Please note that diffs are not public domain; th
Module Name:src
Committed By: christos
Date: Sat Jan 14 21:33:09 UTC 2017
Modified Files:
src/sys/arch/powerpc/include: param.h
Log Message:
belatedly fix constants for ppc64 (this does not define __arch64__ like sparc
does?)
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: pgoyette
Date: Sat Jan 14 21:36:59 UTC 2017
Modified Files:
src/sys/rump/dev/lib/libdrvctl: drvctl_component.c
src/sys/rump/librump/rumpkern: devsw.c
Log Message:
Don't call the drvctl module's initialization code during rump component
Module Name:src
Committed By: christos
Date: Sat Jan 14 21:57:20 UTC 2017
Modified Files:
src/sys/arch/evbarm/stand/bootimx23: args_prep.c
Log Message:
there is no in standalone code; should be getting strcpy from
libkern.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: christos
Date: Sat Jan 14 21:58:17 UTC 2017
Modified Files:
src/sys/arch/alpha/include: asm.h
Log Message:
Undo; the correct fix was applied in csu/arch/alpha/crtbegin.h
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/a
Module Name:src
Committed By: christos
Date: Sat Jan 14 22:19:29 UTC 2017
Modified Files:
src/lib/libc/gen: getpwent.c
Log Message:
don't include machine/param.h already does WTF?
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/lib/libc/gen/getpwent.c
Module Name:src
Committed By: christos
Date: Sat Jan 14 22:24:43 UTC 2017
Modified Files:
src/sys/arch/cesfic/include: param.h
Log Message:
protect against multiple inclusion.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/cesfic/include/param
Module Name:src
Committed By: sjg
Date: Sat Jan 14 22:58:04 UTC 2017
Modified Files:
src/usr.bin/make: make.1 var.c
src/usr.bin/make/unit-tests: varmisc.exp varmisc.mk
Log Message:
Allow providing a utc value to :{gm,local}time
Reviewed by: christos
To generate
Module Name:src
Committed By: nat
Date: Sun Jan 15 00:04:02 UTC 2017
Modified Files:
src/sys/dev: audio.c
Log Message:
Forgot not to decrement sc_opens on unsuccessful open.
To generate a diff of this commit:
cvs rdiff -u -r1.290 -r1.291 src/sys/dev/audio.c
Please note
Module Name:src
Committed By: maya
Date: Sun Jan 15 01:28:14 UTC 2017
Modified Files:
src/sys/kern: sys_lwp.c
Log Message:
use a bound string copy
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/kern/sys_lwp.c
Please note that diffs are not public
Module Name:src
Committed By: maya
Date: Sun Jan 15 01:47:24 UTC 2017
Modified Files:
src/sys/kern: kern_module_vfs.c
Log Message:
use a bound string copy
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/kern/kern_module_vfs.c
Please note that diffs
Module Name:src
Committed By: pgoyette
Date: Sun Jan 15 01:48:05 UTC 2017
Modified Files:
src/sys/rump/dev/lib/libdrvctl: drvctl_component.c
Log Message:
We no longer need ioconf.c - remove it to avoid "defined but not used"
compiler error.
To generate a diff of this com
Module Name:src
Committed By: msaitoh
Date: Sun Jan 15 03:49:44 UTC 2017
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.1268 -r1.1269 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1267 -r1.12
Module Name:src
Committed By: msaitoh
Date: Sun Jan 15 03:49:09 UTC 2017
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add Core 7G devices from "7th Generation Intel Processor Families for
{S, U/Y, H} Platforms Datasheel Volume 2 of 2" (S: 335196-001, U/Y: 334662-
Module Name:src
Committed By: msaitoh
Date: Sun Jan 15 04:43:28 UTC 2017
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add Intel 200 series chipset devices from "Table 2-2. PCH-H Device and
Revision ID Table, Intel 200 Series Chipset Family Platform Controller
Hub
Module Name:src
Committed By: msaitoh
Date: Sun Jan 15 04:44:02 UTC 2017
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.1269 -r1.1270 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1268 -r1.12
Module Name:src
Committed By: msaitoh
Date: Sun Jan 15 04:45:40 UTC 2017
Modified Files:
src/sys/dev/pci: ichsmb.c pucdata.c
Log Message:
Add Intel 200 series devices.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/dev/pci/ichsmb.c
cvs rdiff -u -r1
Module Name:src
Committed By: isaki
Date: Sun Jan 15 07:46:57 UTC 2017
Modified Files:
src/sys/dev: audiovar.h
Log Message:
Fix indent in comments.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/dev/audiovar.h
Please note that diffs are not public
48 matches
Mail list logo