Module Name:src
Committed By: maxv
Date: Tue Apr 17 06:23:30 UTC 2018
Modified Files:
src/sys/netipsec: ipsec_mbuf.c
Log Message:
Don't assume M_PKTHDR is set only on the first mbuf of the chain. It
should, but it looks like there are several places that can put M_PKTHDR
o
Module Name:src
Committed By: pgoyette
Date: Tue Apr 17 06:20:26 UTC 2018
Modified Files:
src/doc [pgoyette-compat]: COMPAT-branch-notes
Log Message:
More updates to match reality.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/COMPAT-branc
Module Name:src
Committed By: knakahara
Date: Tue Apr 17 05:23:58 UTC 2018
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h
Log Message:
Fix panic when "sysctl -w hw.ixg0.txrx_workqueue=[01]" while there is traffic.
The operation is not supported, however causing pa
Module Name:src
Committed By: yamaguchi
Date: Tue Apr 17 04:22:59 UTC 2018
Modified Files:
src/sys/netipsec: key.c
Log Message:
Fix panic of SADB when the state of sav is changed in timeout
pointed out by ozaki-r@n.o, thanks
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: christos
Date: Tue Apr 17 02:03:56 UTC 2018
Modified Files:
src/tools: Makefile.gnuhost
Log Message:
Use the __clang__ preprocessor symbol to check for clang, since --version
might barf. From joerg@
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: pgoyette
Date: Tue Apr 17 00:02:59 UTC 2018
Modified Files:
src/distrib/sets/lists/modules [pgoyette-compat]: mi
src/sys/compat/common [pgoyette-compat]: compat_mod.c compat_mod.h
files.common kern_exit_43.c kern_info_09.c k
Module Name:src
Committed By: jdolecek
Date: Mon Apr 16 22:33:28 UTC 2018
Modified Files:
src/sys/dev/ata: atavar.h
Log Message:
remove superfluous semicolon
To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/sys/dev/ata/atavar.h
Please note that diffs ar
Module Name:src
Committed By: hannken
Date: Mon Apr 16 20:27:38 UTC 2018
Modified Files:
src/sys/miscfs/procfs: procfs_subr.c
Log Message:
Change procfs_revoke_vnodes() to use vrecycle()/vgone() instead
of VOP_REVOKE().
Gets rid of a bunch of suspensions on /proc as vrecy
Module Name:src
Committed By: hannken
Date: Mon Apr 16 20:25:21 UTC 2018
Modified Files:
src/sys/kern: subr_pserialize.c
Log Message:
Function pserialize_perform() usually succeeds after two cross calls
so defer kpause() to iterations three and above.
Speeds up VOP_REVOKE
Module Name:src
Committed By: maxv
Date: Mon Apr 16 19:19:51 UTC 2018
Modified Files:
src/sys/kern: uipc_mbuf.c
Log Message:
Disable the M_PKTHDR check for now. It causes PR/53189 (which is also
reproducible on i386).
It seems that someone is giving looutput a malformed c
Module Name:src
Committed By: maxv
Date: Mon Apr 16 17:32:34 UTC 2018
Modified Files:
src/sys/netipsec: xform_ah.c
Log Message:
Remove dead code.
ok ozaki-r@
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/sys/netipsec/xform_ah.c
Please note that diff
Module Name:src
Committed By: christos
Date: Mon Apr 16 16:11:40 UTC 2018
Modified Files:
src/external/gpl2/gmake/dist/glob: glob.c
Log Message:
According to:
https://sourceforge.net/p/predef/wiki/Libraries/
The macro used for old glibc is __GNU_LIBRARY__ and the new o
Module Name:src
Committed By: kamil
Date: Mon Apr 16 16:02:57 UTC 2018
Modified Files:
src/external/gpl2/gmake/dist/glob: glob.c
Log Message:
Revert previous glob.c change
It broke on !GLIBC.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/
Module Name:src
Committed By: wiz
Date: Mon Apr 16 15:02:37 UTC 2018
Modified Files:
src/share/man/man9: fork1.9
Log Message:
Merge EAGAIN descriptions.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/share/man/man9/fork1.9
Please note that diffs are n
Module Name:src
Committed By: kamil
Date: Mon Apr 16 14:52:00 UTC 2018
Modified Files:
src/share/man/man9: fork1.9
src/sys/compat/freebsd: freebsd_fork.c
src/sys/compat/linux/common: linux_sched.c
src/sys/kern: init_main.c kern_fork.c
src/sys
Module Name:src
Committed By: kamil
Date: Mon Apr 16 14:39:19 UTC 2018
Modified Files:
src/external/gpl2/gmake/dist/glob: glob.c
Log Message:
Fix build of gmake (in tools) on new GLIBC systems
Reported on Debian and Fedora.
Reference for similar fix:
https://lists.nongnu
Module Name:src
Committed By: martin
Date: Mon Apr 16 14:36:29 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Tickets #758 - #767
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.183 -r1.1.2.184 src/doc/CHANGES-8.0
Please note that diffs ar
Module Name:src
Committed By: martin
Date: Mon Apr 16 14:34:43 UTC 2018
Modified Files:
src/sys/arch/x86/pci [netbsd-8]: if_vmx.c
Log Message:
Pull up following revision(s) (requested by nonaka in ticket #767):
sys/arch/x86/pci/if_vmx.c: revision 1.23,1.24
vmx(4)
Module Name:src
Committed By: martin
Date: Mon Apr 16 14:31:44 UTC 2018
Modified Files:
src/sys/netipsec [netbsd-8]: key.c
Log Message:
Pull up following revision(s) (requested by yamaguchi in ticket #766):
sys/netipsec/key.c: revision 1.250
Removed the unnecessa
Module Name:src
Committed By: martin
Date: Mon Apr 16 14:28:24 UTC 2018
Modified Files:
src/sys/dev/isa [netbsd-8]: wbsio.c
Log Message:
Pull up following revision(s) (requested by yamaguchi in ticket #765):
sys/dev/isa/wbsio.c: revision 1.22
Handle watchdog atta
Module Name:src
Committed By: martin
Date: Mon Apr 16 14:25:49 UTC 2018
Modified Files:
src/share/man/man4 [netbsd-8]: wm.4
src/sys/dev/pci [netbsd-8]: if_wm.c if_wmreg.h if_wmvar.h
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #764):
Module Name:src
Committed By: martin
Date: Mon Apr 16 14:21:48 UTC 2018
Modified Files:
src/sys/dev/pci [netbsd-8]: ichsmb.c pucdata.c
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #763):
sys/dev/pci/ichsmb.c: revision 1.57
sys
Module Name:src
Committed By: martin
Date: Mon Apr 16 14:18:53 UTC 2018
Modified Files:
src/sys/arch/x86/pci [netbsd-8]: if_vmx.c
Log Message:
Pull up following revision(s) (requested by nonaka in ticket #762):
sys/arch/x86/pci/if_vmx.c: revision 1.22
vmx(4): Fix
Module Name:src
Committed By: kamil
Date: Mon Apr 16 14:18:16 UTC 2018
Modified Files:
src/sys/kern: init_main.c
Log Message:
Set initproc inside start_init()
This allows us to stop using the rnewprocp argument in fork1(9).
The rnewprocp argument will be removed soon fro
Module Name:src
Committed By: martin
Date: Mon Apr 16 14:16:53 UTC 2018
Modified Files:
src/sys/dev/isa [netbsd-8]: sbdsp.c
Log Message:
Pull up following revision(s) (requested by nat in ticket #761):
sys/dev/isa/sbdsp.c: revision 1.137
Add AUDIO_ENCODING_SLINEA
Module Name:src
Committed By: martin
Date: Mon Apr 16 14:15:03 UTC 2018
Modified Files:
src/sys/dev/isa [netbsd-8]: gus.c
Log Message:
Pull up following revision(s) (requested by nat in ticket #760):
sys/dev/isa/gus.c: revision 1.112
Add padding to gus.c so field
Module Name:src
Committed By: martin
Date: Mon Apr 16 14:11:44 UTC 2018
Modified Files:
src/sys/dev [netbsd-8]: auconv.c audio.c audiovar.h aurateconv.c
Log Message:
Pull up following revision(s) (requested by nat in ticket #759):
sys/dev/audio.c: revision 1.367
Module Name:src
Committed By: martin
Date: Mon Apr 16 13:31:33 UTC 2018
Modified Files:
src/sys/kern [netbsd-8]: kern_proc.c
Log Message:
Pull up following revision(s) (requested by kamil in ticket #758):
sys/kern/kern_proc.c: revision 1.212
Don't set errno ESRCH
Module Name:src
Committed By: msaitoh
Date: Mon Apr 16 13:12:36 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.1319 -r1.1320 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1318 -r1.1
Module Name:src
Committed By: msaitoh
Date: Mon Apr 16 13:11:53 UTC 2018
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add Intel SSD 760p.
To generate a diff of this commit:
cvs rdiff -u -r1.1328 -r1.1329 src/sys/dev/pci/pcidevs
Please note that diffs are not p
Module Name:src
Committed By: msaitoh
Date: Mon Apr 16 13:08:33 UTC 2018
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add some 8th Generation Intel Core Processor devices.
To generate a diff of this commit:
cvs rdiff -u -r1.1327 -r1.1328 src/sys/dev/pci/pcidevs
Module Name:src
Committed By: christos
Date: Mon Apr 16 12:25:18 UTC 2018
Modified Files:
src/distrib/sets/lists/base: shl.mi
src/distrib/sets/lists/comp: shl.mi
src/distrib/sets/lists/debug: shl.mi
Log Message:
fix the sets for binutils-2.30
To generate
Module Name:src
Committed By: pgoyette
Date: Mon Apr 16 09:53:02 UTC 2018
Modified Files:
src/doc [pgoyette-compat]: COMPAT-branch-notes
Log Message:
Update with notes from a recent status update e-mail sent to tech-kern
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: nonaka
Date: Mon Apr 16 09:12:52 UTC 2018
Modified Files:
src/sys/arch/x86/pci: if_vmx.c
Log Message:
vmx(4): compute if_ibytes using rxq->vxrxq_stats.vmrxs_ibytes.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/x
Module Name:src
Committed By: nonaka
Date: Mon Apr 16 09:10:42 UTC 2018
Modified Files:
src/sys/arch/x86/pci: if_vmx.c
Log Message:
vmx(4): handled SIOCZIFDATA.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/x86/pci/if_vmx.c
Please note that
Module Name:src
Committed By: yamaguchi
Date: Mon Apr 16 08:56:08 UTC 2018
Modified Files:
src/sys/netipsec: key.c keydb.h
Log Message:
Added a lookup table to find an sav quickly
key_sad.sahlists doesn't work well for inbound packets because
its key includes source addre
Module Name:src
Committed By: yamaguchi
Date: Mon Apr 16 08:52:09 UTC 2018
Modified Files:
src/sys/netipsec: key.c
Log Message:
Introduced a hash table to sahlist
An saidx of sah included in the list is unique so that
the search can use a hash list whose hash is calculate
Module Name:src
Committed By: msaitoh
Date: Mon Apr 16 08:31:06 UTC 2018
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
KNF. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.572 -r1.573 src/sys/dev/pci/if_wm.c
Please note that diffs are
Module Name:src
Committed By: wiz
Date: Mon Apr 16 08:17:18 UTC 2018
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: libnetpgp.3
Log Message:
Remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 \
src/crypto/external/
39 matches
Mail list logo