Module Name:src
Committed By: pgoyette
Date: Sat Mar 17 06:50:56 UTC 2018
Modified Files:
src/sys/kern [pgoyette-compat]: init_sysent.c syscalls.c
syscalls_autoload.c systrace_args.c
src/sys/rump/include/rump [pgoyette-compat]: rump_syscalls.h
sr
Module Name:src
Committed By: pgoyette
Date: Sat Mar 17 06:49:57 UTC 2018
Modified Files:
src/sys/arch/x86/x86 [pgoyette-compat]: cpu_ucode.c
src/sys/compat/common [pgoyette-compat]: compat_60_mod.c
src/sys/kern [pgoyette-compat]: kern_cpu.c syscalls.master
Module Name:src
Committed By: ryo
Date: Sat Mar 17 04:16:09 UTC 2018
Modified Files:
src/sys/arch/arm/include: aout_machdep.h
Log Message:
whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/include/aout_machdep.h
Please note that dif
Module Name:src
Committed By: pgoyette
Date: Sat Mar 17 02:56:36 UTC 2018
Modified Files:
src/sys/kern [pgoyette-compat]: kern_cpu.c
Log Message:
Use two different compat stubs since they have different prototypes.
To generate a diff of this commit:
cvs rdiff -u -r1.71.1
Module Name:src
Committed By: uwe
Date: Sat Mar 17 01:53:06 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Drop "show or set the limit on" legalese from the description of each
and every option to ulimit built-in. The show-or-set text is already
supplied *both* be
Module Name:src
Committed By: uwe
Date: Sat Mar 17 01:40:28 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Tweak "ulimit" synopsis.
To generate a diff of this commit:
cvs rdiff -u -r1.201 -r1.202 src/bin/sh/sh.1
Please note that diffs are not public domain; they
Module Name:src
Committed By: uwe
Date: Sat Mar 17 01:32:42 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Cleanup markup in the "Command Line Editing" section.
To generate a diff of this commit:
cvs rdiff -u -r1.200 -r1.201 src/bin/sh/sh.1
Please note that diff
Module Name:src
Committed By: uwe
Date: Sat Mar 17 01:03:08 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Cleanup markup in the "Job Control" section.
To generate a diff of this commit:
cvs rdiff -u -r1.199 -r1.200 src/bin/sh/sh.1
Please note that diffs are not
Module Name:src
Committed By: pgoyette
Date: Sat Mar 17 00:58:01 UTC 2018
Modified Files:
src/sys/kern [pgoyette-compat]: kern_cpu.c
Log Message:
Typo - add missing (
To generate a diff of this commit:
cvs rdiff -u -r1.71.16.3 -r1.71.16.4 src/sys/kern/kern_cpu.c
Please
Module Name:src
Committed By: pgoyette
Date: Sat Mar 17 00:48:20 UTC 2018
Modified Files:
src/sys/compat/common [pgoyette-compat]: compat_60_mod.c
src/sys/modules/compat [pgoyette-compat]: Makefile
src/sys/modules/compat_60 [pgoyette-compat]: Makefile
Log M
Module Name:src
Committed By: pgoyette
Date: Sat Mar 17 00:44:38 UTC 2018
Modified Files:
src/sys/compat/common [pgoyette-compat]: compat_70_mod.c compat_mod.h
Log Message:
Make all the compat_xx_{init,fini} routines return an int, whether or
not they currently need it.
Module Name:src
Committed By: pgoyette
Date: Sat Mar 17 00:42:31 UTC 2018
Modified Files:
src/sys/kern [pgoyette-compat]: kern_cpu.c
Log Message:
Typos - add missing )'s
To generate a diff of this commit:
cvs rdiff -u -r1.71.16.2 -r1.71.16.3 src/sys/kern/kern_cpu.c
Plea
Module Name:src
Committed By: pgoyette
Date: Sat Mar 17 00:41:33 UTC 2018
Modified Files:
src/sys/arch/x86/x86 [pgoyette-compat]: cpu_ucode.c
Log Message:
Don't try to include opt_*.h files if we're not being built as part
of a kernel (these files only exist for kernel bui
Module Name:src
Committed By: christos
Date: Sat Mar 17 00:30:50 UTC 2018
Modified Files:
src/sys/kern: exec_elf.c
Log Message:
CID/1427732: Don't dereference NULL execname if there is no emul_arg.
(there always is one in our emulations) from alnsn@
To generate a diff of
Module Name:src
Committed By: jdolecek
Date: Sat Mar 17 00:28:03 UTC 2018
Modified Files:
src/sys/dev/ic: nvme.c
Log Message:
switch handling of passthrough commands to use queue, instead of polling
should fix PR kern/53059 by Frank Kardel
To generate a diff of this com
Module Name:src
Committed By: pgoyette
Date: Sat Mar 17 00:11:13 UTC 2018
Modified Files:
src/sys/sys [pgoyette-compat]: cpu.h
Log Message:
Declare the function pointers as external
To generate a diff of this commit:
cvs rdiff -u -r1.42.2.1 -r1.42.2.2 src/sys/sys/cpu.h
Module Name:src
Committed By: uwe
Date: Sat Mar 17 00:03:26 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Use .Dv, not .Ev, to refer to LINENO, it's not an environment variable.
To generate a diff of this commit:
cvs rdiff -u -r1.198 -r1.199 src/bin/sh/sh.1
Ple
Module Name:src
Committed By: uwe
Date: Fri Mar 16 23:56:13 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Default values of PS1 and friends have only single space. Use .Li to
typeset them to make that space more visible in PostScript output.
To generate a diff
Module Name:src
Committed By: uwe
Date: Fri Mar 16 23:36:13 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Use .Bd -literal for code example.
To generate a diff of this commit:
cvs rdiff -u -r1.196 -r1.197 src/bin/sh/sh.1
Please note that diffs are not public do
Module Name:src
Committed By: jdolecek
Date: Fri Mar 16 23:31:19 UTC 2018
Modified Files:
src/sys/dev/ic: ld_nvme.c nvme.c nvmevar.h
Log Message:
refactor the locking code around DIOCGCACHE handling to be reusable
for other infrequent commands
it uses single condvar for s
Module Name:src
Committed By: macallan
Date: Fri Mar 16 22:15:07 UTC 2018
Modified Files:
src/sys/arch/macppc/pci: uninorth.c
Log Message:
special-case bus 0, now we find AGP devices on G5
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/macppc/
Module Name:src
Committed By: macallan
Date: Fri Mar 16 22:11:53 UTC 2018
Modified Files:
src/sys/dev/i2c: fcu.c files.i2c
Log Message:
implement fan control, get calibration data from EEPROM via uni_n
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/d
Module Name:src
Committed By: macallan
Date: Fri Mar 16 22:10:31 UTC 2018
Modified Files:
src/sys/dev/i2c: adadc.c
Log Message:
get EEPROM data from uni_n instead of poking around in OF
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/adadc.c
Module Name:src
Committed By: macallan
Date: Fri Mar 16 22:08:53 UTC 2018
Modified Files:
src/sys/arch/macppc/dev: uni-n.c
src/sys/arch/macppc/include: cpu.h
Log Message:
gather per-CPU EEPROM contents if we have them
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: jdolecek
Date: Fri Mar 16 18:49:18 UTC 2018
Modified Files:
src/sys/dev/ic: nvme.c nvmevar.h
Log Message:
stop using q_nccbs_avail for deciding whether there are available ccbs;
no need to maintain a counter _and_ q_ccb_list
this fixes deadlo
Module Name:src
Committed By: ryo
Date: Fri Mar 16 17:56:33 UTC 2018
Modified Files:
src/sys/arch/acorn32/eb7500atx: rsbus_io.c
src/sys/arch/acorn32/podulebus: podulebus_io.c
src/sys/arch/arm/arm32: armv7_generic_space.c
src/sys/arch/arm/at91: at91_b
Module Name:src
Committed By: christos
Date: Fri Mar 16 17:35:13 UTC 2018
Modified Files:
src/sys/sys: socketvar.h
Log Message:
remove timestamping diff that should have not been committed.
To generate a diff of this commit:
cvs rdiff -u -r1.147 -r1.148 src/sys/sys/socke
Module Name:src
Committed By: christos
Date: Fri Mar 16 17:25:04 UTC 2018
Modified Files:
src/sys/compat/common: uipc_syscalls_43.c
src/sys/compat/linux/common: linux_socket.c
src/sys/compat/netbsd32: netbsd32_compat_43.c
src/sys/kern: uipc_syscalls.
Module Name:src
Committed By: tih
Date: Fri Mar 16 17:12:05 UTC 2018
Modified Files:
src/sys/net: if_tun.c
Log Message:
Add packet filtering to tun(4) interfaces.
Calls to pfil_run_hooks() were missing in if_tun.c. This meant that
filtering configuration could be added t
Module Name:src
Committed By: tih
Date: Fri Mar 16 17:00:35 UTC 2018
Modified Files:
src/sys/net: if_vlan.c
Log Message:
Fix the handling of the state returned from pfil_run_hooks().
pfil_run_hooks() invokes any registered packet filters on the packet
being handled. It m
Module Name:src
Committed By: martin
Date: Fri Mar 16 13:19:38 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Tickets #633 - #635
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.144 -r1.1.2.145 src/doc/CHANGES-8.0
Please note that diffs ar
Module Name:src
Committed By: martin
Date: Fri Mar 16 13:17:56 UTC 2018
Modified Files:
src/sys/arch/amd64/amd64 [netbsd-8]: gdt.c machdep.c
src/sys/arch/amd64/include [netbsd-8]: param.h types.h
src/sys/arch/x86/include [netbsd-8]: cpu.h pmap.h
src/
Module Name:src
Committed By: martin
Date: Fri Mar 16 13:08:14 UTC 2018
Modified Files:
src/sys/arch/x86/x86 [netbsd-8]: procfs_machdep.c
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #634):
sys/arch/x86/x86/procfs_machdep.c: revision 1
Module Name:src
Committed By: martin
Date: Fri Mar 16 13:05:32 UTC 2018
Modified Files:
src/sys/arch/x86/include [netbsd-8]: cacheinfo.h specialreg.h
src/sys/arch/x86/x86 [netbsd-8]: identcpu.c
src/usr.sbin/cpuctl/arch [netbsd-8]: i386.c
Log Message:
Pull u
Module Name:src
Committed By: maxv
Date: Fri Mar 16 12:48:54 UTC 2018
Modified Files:
src/sys/arch/amd64/conf: ALL
src/sys/arch/i386/conf: ALL files.i386
src/sys/arch/i386/i386: i386_trap.S machdep.c vector.S
src/sys/arch/xen/conf: files.xen
Removed
Module Name:src
Committed By: maxv
Date: Fri Mar 16 12:21:50 UTC 2018
Modified Files:
src/sys/arch/amd64/include: cpu.h
Log Message:
Remove the prototypes for cpu_uarea_*, I removed these functions two
minutes ago.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -
Module Name:src
Committed By: maxv
Date: Fri Mar 16 12:19:35 UTC 2018
Modified Files:
src/sys/arch/amd64/include: types.h
src/sys/arch/x86/x86: vm_machdep.c
Log Message:
Remove the __HAVE_CPU_UAREA_ROUTINES code from x86.
It was available only in amd64, and I disa
Module Name:src
Committed By: ryo
Date: Fri Mar 16 12:10:16 UTC 2018
Modified Files:
src/sys/arch/hpcarm/hpcarm: hpc_machdep.c
Log Message:
fix compile error with options BOOT_DUMP
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/sys/arch/hpcarm/hpcarm
Module Name:src
Committed By: kre
Date: Fri Mar 16 12:06:18 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Markup fixes (partly from uwe@) and change some tabs to spaces, they
seem to work better...
To generate a diff of this commit:
cvs rdiff -u -r1.195 -r1.196
Module Name:src
Committed By: kre
Date: Fri Mar 16 11:53:57 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Restore some (*roff) comments deleted in previous (partially unshave
the yak) for which the purpose was misunderstood. But trim one more hair.
To generate
Module Name:src
Committed By: pgoyette
Date: Fri Mar 16 11:52:54 UTC 2018
Modified Files:
src/share/man/man9 [pgoyette-compat]: module.9
Log Message:
Typo - missing 's'
To generate a diff of this commit:
cvs rdiff -u -r1.42.2.5 -r1.42.2.6 src/share/man/man9/module.9
Ple
Module Name:src
Committed By: kre
Date: Fri Mar 16 11:19:24 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Give the yak a quick trim and shave, and make one or two minor
wording changes (which are, hopefully, improvements).
To generate a diff of this commit:
cvs
Module Name:src
Committed By: wiz
Date: Fri Mar 16 10:42:20 UTC 2018
Modified Files:
src/share/man/man4: ddb.4
Log Message:
Improve wording. Fix a Cm argument.
To generate a diff of this commit:
cvs rdiff -u -r1.176 -r1.177 src/share/man/man4/ddb.4
Please note that diff
Module Name:src
Committed By: mrg
Date: Fri Mar 16 09:29:24 UTC 2018
Modified Files:
src/sys/arch/sparc/sparc: locore.s
Log Message:
remove obsolete ovbcopy(). it may be the very slightly bit
faster for larger copies, but slower for smaller ones.
i don't see any major ben
Module Name:src
Committed By: maxv
Date: Fri Mar 16 08:48:34 UTC 2018
Modified Files:
src/sys/arch/amd64/amd64: db_machdep.c vector.S
Log Message:
Rename "handle_" -> "Xhandle_", and add the function names (introduced by
SVS) in db_machdep.c.
Should fix the DDB part of PR
Module Name:src
Committed By: msaitoh
Date: Fri Mar 16 08:40:06 UTC 2018
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Intel 0x15c4 is SFI based and 0x15ce is KR based.
To generate a diff of this commit:
cvs rdiff -u -r1.1319 -r1.1320 src/sys/dev/pci/pcidevs
Pl
Module Name:src
Committed By: msaitoh
Date: Fri Mar 16 08:40:26 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.1311 -r1.1312 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1310 -r1.1
Module Name:src
Committed By: ozaki-r
Date: Fri Mar 16 08:21:45 UTC 2018
Modified Files:
src/sys/kern: subr_lockdebug.c
Log Message:
Get rid of a redundant output
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sys/kern/subr_lockdebug.c
Please note tha
Module Name:src
Committed By: maxv
Date: Fri Mar 16 08:21:56 UTC 2018
Modified Files:
src/sys/arch/amd64/include: param.h
Log Message:
Add one more page for the stack, to compensate for the fact that SVS's
stack switching mechanism consumes approximately one page.
To gen
Module Name:src
Committed By: pgoyette
Date: Fri Mar 16 08:10:27 UTC 2018
Modified Files:
src/sys/compat/common [pgoyette-compat]: compat_60_mod.c
compat_70_mod.c compat_mod.c compat_mod.h files.common kern_sa_60.c
src/sys/compat/net [pgoyette-compat]: r
Module Name:src
Committed By: ryo
Date: Fri Mar 16 07:56:50 UTC 2018
Modified Files:
src/sys/lib/libkern/arch/aarch64: Makefile.inc
Log Message:
use memmove.S
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/lib/libkern/arch/aarch64/Makefile.inc
Pleas
Module Name:src
Committed By: msaitoh
Date: Fri Mar 16 07:54:08 UTC 2018
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_common.c ixgbe_x550.c
Log Message:
- Check offset correctly in ixgbe_get_oem_prod_version(). Note that this
function is not used.
- Set PHY correctly in
52 matches
Mail list logo