Module Name:src
Committed By: drochner
Date: Tue Jun 24 16:39:39 UTC 2014
Modified Files:
src/common/lib/libc/string: consttime_memequal.c explicit_memset.c
Log Message:
add a public domain notice
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/common/lib
Module Name:src
Committed By: drochner
Date: Fri Jan 17 12:39:47 UTC 2014
Modified Files:
src/lib/libc/net: gethnamaddr.c
Log Message:
fix memory allocation, and an off-by-one
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/lib/libc/net/gethnamaddr.c
P
Module Name:src
Committed By: drochner
Date: Wed Oct 30 15:41:14 UTC 2013
Modified Files:
src/sys/dev/ata: wd.c
Log Message:
play the addref/delref game on suspend, prevents crash if the disk/CF Card
is eg. in a PCMCIA adapter and not mounted
To generate a diff of this c
Module Name:src
Committed By: drochner
Date: Wed Oct 30 15:37:49 UTC 2013
Modified Files:
src/distrib/utils/sysinst: disks.c
src/sbin/atactl: atactl.c
src/sys/dev/ata: atareg.h
src/sys/dev/usb: umass_isdata.c
Log Message:
-recognize CF cards by the
Module Name:src
Committed By: drochner
Date: Wed Oct 23 20:18:51 UTC 2013
Modified Files:
src/sys/arch/amd64/amd64: fpu.c genassym.cf locore.S machdep.c
netbsd32_machdep.c process_machdep.c
src/sys/arch/amd64/include: fpu.h pcb.h proc.h types.h
s
Module Name:src
Committed By: drochner
Date: Thu Sep 12 18:00:18 UTC 2013
Modified Files:
src/sys/nfs: nfs_bootparam.c
Log Message:
tyop in comment, from Eivind Evensen via OpenBSD
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/nfs/nfs_bootparam.c
Module Name:src
Committed By: drochner
Date: Wed Sep 11 18:50:00 UTC 2013
Modified Files:
src/external/bsd/dhcpcd/dist: net.c
Log Message:
add a patch from upstream, fixing a regression which obstructed link
status detection on BSD virtual interfaces (observed with xennet)
Module Name:src
Committed By: drochner
Date: Thu Aug 22 19:50:55 UTC 2013
Modified Files:
src/sys/arch/alpha/include: alpha.h
src/sys/arch/arm/vfp: vfp_init.c
src/sys/arch/mips/mips: mips_dsp.c mips_fpu.c
src/sys/arch/powerpc/include: altivec.h fpu.h
Module Name:src
Committed By: drochner
Date: Tue Aug 13 20:41:25 UTC 2013
Modified Files:
src/tools: Makefile.gnuhost
Log Message:
pass HOST_SH to the build, to keep it from picking up a "bash"
from $PATH
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/
Module Name:src
Committed By: drochner
Date: Tue Aug 13 20:38:08 UTC 2013
Removed Files:
src/external/gpl3/binutils/dist/ld: configdoc.texi
src/gnu/dist/gmake/doc: make.info make.info-1 make.info-10 make.info-11
make.info-2 make.info-3 make.info-4 make.i
Module Name:src
Committed By: drochner
Date: Tue Aug 13 19:29:45 UTC 2013
Modified Files:
src/external/bsd/file/lib: Makefile
src/external/gpl3/binutils/lib/libbfd: Makefile
src/external/gpl3/binutils/usr.bin/ld: Makefile
src/external/gpl3/gcc/usr.bi
Module Name:src
Committed By: drochner
Date: Mon Aug 12 18:16:19 UTC 2013
Modified Files:
src/sys/arch/x86/include: specialreg.h
Log Message:
add feature flag definitions for the last round of Intel instruction
set extensions (AVX512 et al.)
To generate a diff of this co
Module Name:src
Committed By: drochner
Date: Thu Aug 1 19:33:21 UTC 2013
Modified Files:
src/sys/kern: uipc_usrreq.c
Log Message:
In unp_externalize, don't do anything if an SCM_RIGHTS control message
was sent with zero file descriptors in it. Otherwise, a zero-length
tem
Module Name:src
Committed By: drochner
Date: Mon Nov 26 18:57:36 UTC 2012
Modified Files:
src/external/lgpl3/gmp/lib/libgmp: Makefile
src/external/lgpl3/gmp/lib/libgmp/arch/alpha: Makefile.inc
src/external/lgpl3/gmp/lib/libgmp/arch/arm: Makefile.inc
Module Name:src
Committed By: drochner
Date: Mon Nov 26 16:22:22 UTC 2012
Modified Files:
src/sys/sys: fstypes.h
src/sys/ufs/ffs: ffs_vfsops.c
Log Message:
allow to enable ffs "discard" by update mounts, make the flag visible
to userland
To generate a diff of thi
Module Name:src
Committed By: drochner
Date: Thu Oct 25 17:00:17 UTC 2012
Modified Files:
src/external/gpl3/binutils/dist/include: objalloc.h
src/external/gpl3/binutils/dist/libiberty: objalloc.c
src/external/gpl3/gcc/dist/include: objalloc.h
src/ext
Module Name:src
Committed By: drochner
Date: Mon Oct 22 10:37:44 UTC 2012
Modified Files:
src/doc: CHANGES
Log Message:
mention "discard" (ATA "TRIM") support
To generate a diff of this commit:
cvs rdiff -u -r1.1750 -r1.1751 src/doc/CHANGES
Please note that diffs are no
Module Name:src
Committed By: drochner
Date: Fri Oct 19 17:09:08 UTC 2012
Modified Files:
src/include: mntopts.h
src/sbin/atactl: atactl.c
src/sbin/mount: mount.8
src/sbin/mount_ffs: mount_ffs.c
src/sys/dev/ata: atareg.h wd.c
src/sys/
Module Name:src
Committed By: drochner
Date: Wed Oct 17 20:22:16 UTC 2012
Modified Files:
src/usr.sbin/cpuctl/arch: noarch.c
Log Message:
avoid dummy structure definition, include a system header instead,
looks just cleaner
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: drochner
Date: Wed Oct 17 20:19:55 UTC 2012
Modified Files:
src/sys/arch/x86/include: cpu_ucode.h
src/sys/arch/x86/x86: cpu_ucode.c cpu_ucode_amd.c cpu_ucode_intel.c
src/sys/arch/xen/xen: xen_ucode.c
src/sys/kern: kern_c
Module Name:src
Committed By: drochner
Date: Wed Oct 17 20:16:59 UTC 2012
Modified Files:
src/sys/conf: files
Log Message:
defopt COMPAT_60, it is already being used
To generate a diff of this commit:
cvs rdiff -u -r1.1058 -r1.1059 src/sys/conf/files
Please note that di
Module Name:src
Committed By: drochner
Date: Wed Oct 17 16:13:01 UTC 2012
Modified Files:
src/sys/arch/x86/include: specialreg.h
Log Message:
recognize the P1GB and RDTSCP which were AMD-only on Intel HW too
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 s
Module Name:src
Committed By: drochner
Date: Wed Oct 17 16:09:03 UTC 2012
Modified Files:
src/lib/libc/compat/stdio: compat_fsetpos.c
Log Message:
fix trivial typo in warning msg
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/compat/stdio/compat
Module Name:src
Committed By: drochner
Date: Fri Aug 31 20:57:24 UTC 2012
Modified Files:
src/lib/libc/arch/i386/gen: _lwp.c
Log Message:
Align the stack to a 16-byte boundary on LWP creation.
This is more than required by the ABI, but it makes programs using SSE
in a thre
Module Name:src
Committed By: drochner
Date: Fri Aug 31 07:27:28 UTC 2012
Modified Files:
src/usr.sbin/cpuctl/arch: noarch.c
Log Message:
fix for archs w/o cpu ucode driver: add dummy definition
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/cpu
Module Name:src
Committed By: drochner
Date: Thu Aug 30 12:16:49 UTC 2012
Modified Files:
src/include: string.h
src/lib/libc/string: Makefile.inc
src/lib/libcrypt: bcrypt.c crypt-sha1.c md5crypt.c
src/sys/dev: cgd_crypto.c
src/sys/lib/libkern
Module Name:src
Committed By: drochner
Date: Wed Aug 29 20:37:51 UTC 2012
Modified Files:
src/sys/netipsec: key.c keydb.h
Log Message:
g/c unused struct member
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/sys/netipsec/key.c
cvs rdiff -u -r1.11 -r1.12
Module Name:src
Committed By: drochner
Date: Wed Aug 29 17:13:23 UTC 2012
Modified Files:
src/distrib/sets/lists/comp: md.amd64 md.i386
src/sys/arch/x86/conf: files.x86
src/sys/arch/x86/include: Makefile cpu_ucode.h
src/sys/arch/x86/x86: cpu_ucode.c
Module Name:src
Committed By: drochner
Date: Fri Aug 24 12:20:02 UTC 2012
Modified Files:
src/sys/dev/usb: umass.c umass_quirks.c umassvar.h
Log Message:
Another contribution to PR kern/42225 which will hopefully
bring the story to an end:
Always ignore the residue from t
Module Name:src
Committed By: drochner
Date: Thu Aug 23 12:06:32 UTC 2012
Modified Files:
src/sbin/brconfig: brconfig.c
src/sys/net: if_bridgevar.h
Log Message:
the address expire counter is just a time difference; it can turn
negative after the timer expired until
Module Name:src
Committed By: drochner
Date: Thu Aug 23 11:59:02 UTC 2012
Modified Files:
src/share/man/man9: cprng.9
Log Message:
fix some signatures
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man9/cprng.9
Please note that diffs are not p
Module Name:src
Committed By: drochner
Date: Mon Aug 20 10:32:32 UTC 2012
Modified Files:
src/sys/dev/usb: umass_scsipi.c
Log Message:
For devices which don't claim SPC-3, don't request 32 bytes of sense
data but just 18. Some devices signal an error if the transfer length
Module Name:src
Committed By: drochner
Date: Wed Aug 15 13:28:32 UTC 2012
Modified Files:
src/lib/libpthread: pthread.c
Log Message:
return errno if pthread_create hits the system limit, not just -1
(this is not entirely correct because it can return ENOMEM which is
not me
Module Name:src
Committed By: drochner
Date: Thu Aug 9 09:15:21 UTC 2012
Modified Files:
src/doc: CHANGES.prev
Log Message:
mention switch to FAST_IPSEC in January
To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/doc/CHANGES.prev
Please note that dif
Module Name:src
Committed By: drochner
Date: Wed Aug 8 18:37:52 UTC 2012
Modified Files:
src/distrib/sets/lists/comp: md.amd64 md.i386
src/sys/arch/amd64/include: Makefile
src/sys/arch/i386/include: Makefile
Log Message:
on x86, only pulls in . The latter
Module Name:src
Committed By: drochner
Date: Wed Aug 8 16:29:50 UTC 2012
Modified Files:
src/sys/arch/cesfic/cesfic: machdep.c
Log Message:
build fix for gcc -fno-common, from Radoslaw Kujawa
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/ces
Module Name:src
Committed By: drochner
Date: Fri Jul 27 22:55:30 UTC 2012
Modified Files:
src/sys/arch/i386/i386: machdep.c
src/sys/fs/udf: udf.h
Log Message:
gcc -fno-common fallout
To generate a diff of this commit:
cvs rdiff -u -r1.729 -r1.730 src/sys/arch/i38
Module Name:src
Committed By: drochner
Date: Tue Jun 26 20:15:57 UTC 2012
Modified Files:
src/doc: 3RDPARTY
Log Message:
lua is at 5.2.1 upstream
To generate a diff of this commit:
cvs rdiff -u -r1.942 -r1.943 src/doc/3RDPARTY
Please note that diffs are not public domai
Module Name:src
Committed By: drochner
Date: Tue Jun 26 20:14:38 UTC 2012
Modified Files:
src/doc: 3RDPARTY
Log Message:
mention new upstream OpenPAM release
To generate a diff of this commit:
cvs rdiff -u -r1.941 -r1.942 src/doc/3RDPARTY
Please note that diffs are not
Module Name:src
Committed By: drochner
Date: Tue Jun 26 19:03:09 UTC 2012
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. -r1.1112 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1110 -r1.11
Module Name:src
Committed By: drochner
Date: Tue Jun 26 19:01:00 UTC 2012
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
fix pci id for the Intel H61 LPC bridge to fit actual hardware (and
the chipset's documentation), and add some PCI-to-legacy bridges
found on rec
Module Name:src
Committed By: drochner
Date: Sun Jun 24 10:06:34 UTC 2012
Modified Files:
src/sys/dev/usb: uhci.c
Log Message:
stopgap fix for recursive locking on suspend/resume
(This can be simplified imo because interrupts should be disabled
at this point.)
To generat
Module Name:src
Committed By: drochner
Date: Fri May 11 18:07:34 UTC 2012
Modified Files:
src/crypto/external/bsd/openssl/dist/ssl: d1_enc.c t1_enc.c
Log Message:
pull in upstream rev.22547:
Sanity check record length before skipping explicit IV in TLS 1.2, 1.1
and DTLS to
Module Name:src
Committed By: drochner
Date: Fri Apr 27 18:15:55 UTC 2012
Modified Files:
src/sys/dev/dkwedge: dk.c
src/sys/kern: subr_disk_open.c
Log Message:
minor mostly cosmetical fixes: use designated type for device major
numbers, typo in comment, misuse of m
Module Name:src
Committed By: drochner
Date: Fri Apr 27 18:12:01 UTC 2012
Modified Files:
src/sys/nfs: nfs_vnops.c
Log Message:
fix access permission check which got broken by some kauth rework
in March, affected mostly systems with NFS root fs
To generate a diff of this
Module Name:src
Committed By: drochner
Date: Wed Apr 25 11:02:46 UTC 2012
Modified Files:
src/crypto/external/bsd/openssl/dist/crypto/buffer: buffer.c
Log Message:
fix for previous fix: correct error code (upstream rev.22474)
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: drochner
Date: Tue Apr 24 09:53:42 UTC 2012
Modified Files:
src/sys/dev/pci: pci_subr.c
Log Message:
print correct link speed for PCIexpress Gen2+
(the decoding code needs to be rewritten, sorry for only adding to
the mess)
To generate a dif
Module Name:src
Committed By: drochner
Date: Mon Apr 23 17:19:01 UTC 2012
Modified Files:
src/sys/ufs/ffs: fs.h
Log Message:
everywhere else it is assumed that the filesystem block size fits into
a 32-bit "int" -- do the cast to quell a compiler warning in a more
sensible
Module Name:src
Committed By: drochner
Date: Thu Apr 19 20:20:57 UTC 2012
Modified Files:
src/crypto/external/bsd/openssl/dist/crypto: mem.c
src/crypto/external/bsd/openssl/dist/crypto/asn1: a_d2i_fp.c
src/crypto/external/bsd/openssl/dist/crypto/buffer: buff
Module Name:src
Committed By: drochner
Date: Fri Mar 30 20:15:19 UTC 2012
Modified Files:
src/sys/dev: rndpseudo.c
Log Message:
reorder initialization to improve error handling in case the system
runs out of file descriptors, avoids LOCKDEBUG panic due to double
mutex init
Module Name:src
Committed By: drochner
Date: Thu Mar 22 20:52:47 UTC 2012
Modified Files:
src/distrib/sets/lists/man: mi
Log Message:
obsolete kame_ipsec(4)
To generate a diff of this commit:
cvs rdiff -u -r1.1383 -r1.1384 src/distrib/sets/lists/man/mi
Please note that
Module Name:src
Committed By: drochner
Date: Thu Mar 22 20:34:43 UTC 2012
Modified Files:
src/sbin/mount_kernfs: mount_kernfs.8
src/share/man/man4: Makefile fast_ipsec.4 ipsec.4 options.4
src/sys/conf: files
src/sys/dist/ipf/netinet: ip_fil_netbsd.c
Module Name:src
Committed By: drochner
Date: Thu Mar 22 20:01:19 UTC 2012
Modified Files:
src/lib/libpthread: pthread.c
Log Message:
don't reuse a dynamically allocated stack if a fixed one is requested
To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 src/
Module Name:src
Committed By: drochner
Date: Fri Mar 9 12:30:28 UTC 2012
Modified Files:
src/sbin/gpt: gpt.8
Log Message:
fix a path
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sbin/gpt/gpt.8
Please note that diffs are not public domain; they are s
Module Name:src
Committed By: drochner
Date: Fri Mar 9 12:06:45 UTC 2012
Modified Files:
src/lib/libpthread: pthread.c
Log Message:
-fix initial stacksize rounding
-minor indentation fix
To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 src/lib/libpthread/
Module Name:src
Committed By: drochner
Date: Tue Feb 28 17:23:58 UTC 2012
Modified Files:
src/crypto/external/bsd/openssl/dist/crypto/asn1: asn_mime.c
Log Message:
apply upstream rev.22146: Tolerate bad MIME headers in parser.
avoids possible NULL dereference (CVE-2006-724
Module Name:src
Committed By: drochner
Date: Sat Feb 18 13:48:11 UTC 2012
Modified Files:
src/doc: 3RDPARTY
Log Message:
add "Location" tags which tell where the source lives in the NetBSD
tree, and fix some paths in "Notes" sections
To generate a diff of this commit:
cv
Module Name:src
Committed By: drochner
Date: Sat Feb 18 13:44:46 UTC 2012
Modified Files:
src/doc: 3RDPARTY
Log Message:
remove stale entries: libcdk was removed 5 years ago, termcap.src between
netbsd-5 and netbsd-6
To generate a diff of this commit:
cvs rdiff -u -r1.91
Module Name:src
Committed By: drochner
Date: Sat Feb 18 13:42:46 UTC 2012
Modified Files:
src/crypto/dist/ipsec-tools/src/setkey: setkey.8
Log Message:
mention esp-udp
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/crypto/dist/ipsec-tools/src/setkey/se
Module Name:src
Committed By: drochner
Date: Sat Feb 18 13:38:36 UTC 2012
Modified Files:
src/sys/dev/cardbus: if_ral_cardbus.c
src/sys/dev/ic: rt2560.c rt2560var.h rt2661.c rt2661var.h
src/sys/dev/pci: if_ral_pci.c
Log Message:
split device_t/softc
To ge
Module Name:src
Committed By: drochner
Date: Wed Feb 15 16:11:23 UTC 2012
Modified Files:
src/sys/netinet: ip_output.c
Log Message:
fix for IPSEC tunnel + NAT-T + esp_frag:
Output packets larger than "esp_frag" are fragmented first
and then reinjected into ip_output for en
Module Name:src
Committed By: drochner
Date: Tue Feb 14 13:51:20 UTC 2012
Modified Files:
src/sys/dev/pcmcia: xirc.c
Log Message:
fix incomplete device_t/softc split which led to crash on attachment,
closes PR kern/45874 by Hauke Fath
approved by releng
To generate a dif
Module Name:src
Committed By: drochner
Date: Thu Feb 9 16:28:53 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: client.c
Log Message:
add patch from Redhat bug#784141 which fixes a possible
buffer overflow if used with an HTTP proxy (CVE-2012-0804)
approved by
Module Name:src
Committed By: drochner
Date: Mon Feb 6 12:13:44 UTC 2012
Modified Files:
src/sys/kern: kern_malloc.c
Log Message:
align allocations >=pagesize at a page boundary, to preserve traditional
malloc(9) semantics
fixes dri mappings shared per mmap (at least on i
Module Name:src
Committed By: drochner
Date: Thu Feb 2 17:21:18 UTC 2012
Modified Files:
src/sys/dev: video.c
Log Message:
fill in timestamps in outgoing data buffers
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/dev/video.c
Please note that dif
Module Name:src
Committed By: drochner
Date: Thu Feb 2 13:11:25 UTC 2012
Modified Files:
src/sys/dev/wscons: wsdisplay.c
Log Message:
delete virtual screens on detach - this allows to hot-unplug
a udl@usb monitor without crash
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: drochner
Date: Thu Feb 2 13:07:33 UTC 2012
Modified Files:
src/external/gpl3/gcc/dist/gcc/config/i386: netbsd-elf.h
Log Message:
tell the compiler that the i387 runs in double-rounding mode, so it
doesn't need to issue memory store-read seque
Module Name:src
Committed By: drochner
Date: Mon Jan 30 19:41:24 UTC 2012
Modified Files:
src/sys/arch/x86/pci: pchb.c pcib.c
src/sys/dev/pci: ahcisata_pci.c amdpm.c auixp.c autri.c btvmei.c
chipsfb.c cmpci.c coram.c cs4280.c cs4281.c cxdtv.c ehci_pci.c
Module Name:src
Committed By: drochner
Date: Mon Jan 30 19:20:14 UTC 2012
Modified Files:
src/share/man/man9: pci.9
Log Message:
document pci_aprint_devinfo(9) (not the _fancy variant yet because
it is still experimental)
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: drochner
Date: Sun Jan 29 11:49:02 UTC 2012
Modified Files:
src/sys/external/bsd/drm/dist/bsd-core: drm_bufs.c
Log Message:
remove incomplete conversion to kmem_alloc -- inconsistent use
leads at least to diagnostic panics
To generate a diff
Module Name:src
Committed By: drochner
Date: Sun Jan 29 11:45:37 UTC 2012
Modified Files:
src/sys/arch/x86/x86: pmap.c
Log Message:
don't mess with the PDP pool cache before it is initialized,
prevents at least LOCKDEBUG panics
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: drochner
Date: Sun Jan 29 11:31:38 UTC 2012
Modified Files:
src/sys/dev/pci: pci_subr.c pcivar.h ppb.c
Log Message:
extend the pci_aprint_devinfo slightly to cover the cases commonly
used by drivers: a short name for the quiet/naive case and a
Module Name:src
Committed By: drochner
Date: Thu Jan 26 21:17:28 UTC 2012
Modified Files:
src/sys/dev/pci: pci_subr.c pcivar.h ppb.c
Log Message:
put printing of the pci_devinfo into its own function (not inlined
by purpose) - this is a stack hog, and with this change my u
Module Name:src
Committed By: drochner
Date: Thu Jan 26 21:11:27 UTC 2012
Modified Files:
src/crypto/dist/ipsec-tools/src/setkey: setkey.8
Log Message:
also mention the aes-gcm ESP variants
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/crypto/dist/ips
Module Name:src
Committed By: drochner
Date: Thu Jan 26 21:10:24 UTC 2012
Modified Files:
src/sys/netipsec: xform_ah.c
Log Message:
remove some DPRINTFs which are not just diagnostics but cause noise
even on regular operation
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: drochner
Date: Wed Jan 25 21:58:10 UTC 2012
Modified Files:
src/sys/netipsec: ipsec_input.c
Log Message:
After IPSEC input processing, pass a decoded/authenticated IPv4 packet
to upper layers through the IP protosw, as done for IPv6.
Before it
Module Name:src
Committed By: drochner
Date: Wed Jan 25 20:31:23 UTC 2012
Modified Files:
src/sys/netipsec: xform_ah.c xform_esp.c xform_ipcomp.c
Log Message:
Make sure the mbufs in the input path (only the parts which we are going
to modify in the AH case) are writable/no
Module Name:src
Committed By: drochner
Date: Tue Jan 24 21:57:03 UTC 2012
Modified Files:
src/sys/netipsec: xform_ah.c
Log Message:
fix pointer/offset mistakes in handling of IPv4 options
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/netipsec/xfor
Module Name:src
Committed By: drochner
Date: Thu Jan 19 16:37:18 UTC 2012
Modified Files:
src/lib/libc/arch/x86_64/gen: fpsetmask.S
Log Message:
let one bit more through to SSE, to make FP_X_IMP work
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/lib
Module Name:src
Committed By: drochner
Date: Thu Jan 19 16:35:25 UTC 2012
Modified Files:
src/sys/conf: files
Log Message:
also remove unnecessary "needs-flag" for firmload, from Paul Goyette
To generate a diff of this commit:
cvs rdiff -u -r1.1037 -r1.1038 src/sys/conf/
Module Name:src
Committed By: drochner
Date: Wed Jan 18 21:34:38 UTC 2012
Modified Files:
src/sys/arch/i386/i386: mainbus.c
Log Message:
revert previous, the assumption "all buses 1 and up must be subordinate
to pci0" doesn't even hold on i386 -- there are server-class chi
Module Name:src
Committed By: drochner
Date: Wed Jan 18 20:37:20 UTC 2012
Modified Files:
src/sys/conf: files
Log Message:
get the logics straight: CPU_UCODE requires "firmload" as a dependency
To generate a diff of this commit:
cvs rdiff -u -r1.1036 -r1.1037 src/sys/con
Module Name:src
Committed By: drochner
Date: Wed Jan 18 20:08:50 UTC 2012
Modified Files:
src/crypto/external/bsd/openssl/dist/ssl: d1_pkt.c
Log Message:
pull in rev.22050 from upstream CVS, following secadv_20120118.txt:
Fix for DTLS DoS issue introduced by fix for CVE-20
Module Name:src
Committed By: drochner
Date: Mon Jan 16 16:27:59 UTC 2012
Modified Files:
src/share/man/man4: ipsec.4 kame_ipsec.4
Log Message:
move kame_ipsec.4 almost completely into ipsec.4 because it is valid
for fast_ipsec as well
To generate a diff of this commit:
Module Name:src
Committed By: drochner
Date: Wed Jan 11 14:39:08 UTC 2012
Modified Files:
src/sys/netinet: tcp_input.c
src/sys/netipsec: xform_tcp.c
Log Message:
fix build in the (FAST_)IPSEC & TCP_SIGNATURE case
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: drochner
Date: Wed Jan 11 14:37:45 UTC 2012
Modified Files:
src/sys/dist/pf/net: pfvar.h
src/sys/netipsec: keydb.h
Log Message:
protect "union sockaddr_union" from being defined twice by a CPP symbol
(copied from FreeBSD), allows coexi
Module Name:src
Committed By: drochner
Date: Tue Jan 10 20:05:37 UTC 2012
Modified Files:
src/sys/netinet6: ip6_output.c
Log Message:
remove conditionals which can't succeed, and also shouldn't because
one would get a kernel NULL dereference immediately
To generate a dif
Module Name:src
Committed By: drochner
Date: Tue Jan 10 20:01:57 UTC 2012
Modified Files:
src/sys/netinet6: ip6_input.c ip6_output.c ip6_var.h
src/sys/netipsec: ipsec_output.c xform_ah.c
Log Message:
add patch from Arnaud Degroote to handle IPv6 extended options wi
Module Name:src
Committed By: drochner
Date: Mon Jan 9 16:17:37 UTC 2012
Modified Files:
src/share/man/man4: fast_ipsec.4 ipsec.4
Log Message:
fix confusing references, from wiz
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/share/man/man4/fast_ipsec.
Module Name:src
Committed By: drochner
Date: Mon Jan 9 15:42:08 UTC 2012
Modified Files:
src/sys/netipsec: key.c
Log Message:
allow the ESP fragment length in the NAT-T case to be reported back
through the pfkey interface, kernel part of PR kern/44952
by Wolfgang Stukenbr
Module Name:src
Committed By: drochner
Date: Mon Jan 9 15:25:14 UTC 2012
Modified Files:
src/crypto/dist/ipsec-tools/src/libipsec: key_debug.c pfkey.c
pfkey_dump.c
src/crypto/dist/ipsec-tools/src/setkey: parse.y setkey.8 token.l
Log Message:
allow setk
Module Name:src
Committed By: drochner
Date: Mon Jan 9 15:16:31 UTC 2012
Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile fast_ipsec.4 ipsec.4 options.4
src/sys/netinet6: files.ipsec
src/sys/netipsec: files.netipsec
Added
Module Name:src
Committed By: drochner
Date: Fri Jan 6 14:21:17 UTC 2012
Modified Files:
src/usr.bin/netstat: Makefile ipsec.c
Added Files:
src/usr.bin/netstat: pfkey.c
Log Message:
split the ipsec.c source file into the pfkey part which is shared
with FAST_IPSEC
Module Name:src
Committed By: drochner
Date: Fri Jan 6 14:17:12 UTC 2012
Modified Files:
src/distrib/sets/lists/comp: mi
src/sys/netinet6: Makefile ipsec.h
src/sys/netipsec: Makefile ipsec.h
src/sys/netkey: Makefile keysock.h
src/usr.bin/net
Module Name:src
Committed By: drochner
Date: Fri Jan 6 14:08:09 UTC 2012
Modified Files:
src/usr.bin/systat: Makefile cmdtab.c extern.h systat.1
Removed Files:
src/usr.bin/systat: ipsec.c
Log Message:
kill ipsec support which hasn't been working for a long time
(n
Module Name:src
Committed By: drochner
Date: Fri Jan 6 14:04:02 UTC 2012
Modified Files:
src/lib/libpam/modules/pam_ssh: pam_ssh.c
Log Message:
pull in from FreeBSD rev.1.41: Narrow the use of user credentials.
(call pam_get_authtok() with caller's rights rather than user
Module Name:src
Committed By: drochner
Date: Thu Jan 5 18:59:53 UTC 2012
Modified Files:
src/crypto/external/bsd/openssl/dist/crypto/x509: x509_vfy.c
src/crypto/external/bsd/openssl/dist/ssl: d1_srvr.c s3_lib.c s3_srvr.c
Log Message:
also pull in patches for older
Module Name:src
Committed By: drochner
Date: Thu Jan 5 17:32:02 UTC 2012
Modified Files:
src/crypto/external/bsd/openssl/dist/crypto/x509v3: v3_addr.c
src/crypto/external/bsd/openssl/dist/engines/ccgost: gost2001_keyx.c
gost94_keyx.c
src/crypto/
Module Name:src
Committed By: drochner
Date: Wed Jan 4 17:26:21 UTC 2012
Modified Files:
src/usr.bin/cdplay: cdplay.1 cdplay.c
Log Message:
-make digital mode work in non-interactive mode (init sighandler
earlier, sleep(3) until playing finished)
-also switch to digital
Module Name:src
Committed By: drochner
Date: Wed Jan 4 17:07:20 UTC 2012
Modified Files:
src/usr.bin/cdplay: cdplay.c
Log Message:
kill unnecessary srandom() call which crept in in rev. 1.33
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/usr.bin/cdpla
1 - 100 of 285 matches
Mail list logo