Module Name:src
Committed By: tls
Date: Sun Oct 26 18:22:32 UTC 2014
Modified Files:
src/doc: CHANGES
src/sys/dev: rndpseudo.c
src/sys/kern: kern_rndq.c kern_rndsink.c
src/sys/sys: rnd.h
Log Message:
Fixes and enhancements for polled entropy sources
Module Name:src
Committed By: tls
Date: Sun Oct 26 18:43:18 UTC 2014
Modified Files:
src/doc: CHANGES
src/sys/arch/amd64/conf: GENERIC
src/sys/dev/pci: files.pci
Added Files:
src/share/man/man4: viornd.4
src/sys/dev/pci: viornd.c
Log Message
Module Name:src
Committed By: tls
Date: Sun Oct 26 18:48:09 UTC 2014
Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile
Log Message:
Build and install virtio(4) manual page - missed in previous commit.
To generate a diff of this commit:
c
Module Name:src
Committed By: tls
Date: Sun Mar 4 00:36:43 UTC 2012
Modified Files:
src/lib/libc/gen: arc4random.c
Log Message:
Fix bug in previous: don't reinitialize on every call! Fix arc4random_buf so
it actually ever initializes -- a security problem with revisions
Module Name:src
Committed By: tls
Date: Mon Mar 5 20:13:36 UTC 2012
Modified Files:
src/crypto/external/bsd/openssh/dist: sshd.c
src/crypto/external/bsd/openssl/dist/crypto/rand: md_rand.c rand_unix.c
Removed Files:
src/crypto/external/bsd/openssh/dist: ran
Module Name:src
Committed By: tls
Date: Wed Mar 7 10:17:48 UTC 2012
Modified Files:
src/crypto/external/bsd/openssl/dist/crypto/rand: md_rand.c
Log Message:
Fix applications that call RAND_bytes() before any other RAND function.
Last change was...a bit too simple.
To ge
Module Name:src
Committed By: tls
Date: Tue Apr 10 14:02:28 UTC 2012
Modified Files:
src/sys/kern: kern_rndq.c subr_cprng.c
src/sys/lib/libkern: arc4random.c
src/sys/sys: rnd.h
Log Message:
Add a spin mutex to the rndsink structure; it is used to avoid lock
Module Name:src
Committed By: tls
Date: Tue Apr 10 15:12:40 UTC 2012
Modified Files:
src/sys/kern: subr_cprng.c
Log Message:
Fix LOCKDEBUG problems pointed out by drochner@
1) Lock ordering in cprng_strong_destroy had us take a spin mutex then
an adaptive mutex. Can't
Module Name:src
Committed By: tls
Date: Tue Apr 17 02:50:39 UTC 2012
Modified Files:
src/share/man/man4: rnd.4
src/sys/dev: rndpseudo.c
src/sys/kern: kern_rndpool.c kern_rndq.c subr_cprng.c
src/sys/sys: cprng.h rnd.h
Log Message:
Address multiple pr
Module Name:src
Committed By: tls
Date: Fri Apr 20 21:57:34 UTC 2012
Modified Files:
src/sys/dev: rndpseudo.c
src/sys/sys: rnd.h
Log Message:
Fix a bug and a compilation problem. Bug: spin mutexes don't have owners,
so KASSERT(!mutex_owned()) shouldn't be used to
Module Name:src
Committed By: tls
Date: Fri Apr 27 15:45:37 UTC 2012
Modified Files:
src/crypto/external/bsd/openssh/dist: readconf.c readconf.h
sshconnect.c
Log Message:
Add new "SendVersionFirst" option to OpenSSH client. This option makes
the client send it
Module Name:src
Committed By: tls
Date: Sat May 19 16:00:41 UTC 2012
Modified Files:
src/sys/dev: rndpseudo.c
src/sys/kern: subr_cprng.c
Log Message:
Fix two problems that could cause /dev/random to not wake up readers when
entropy became available.
To generate
Module Name:src
Committed By: tls
Date: Wed Sep 5 18:06:52 UTC 2012
Modified Files:
src/sys/kern: kern_rndq.c
Log Message:
Try to help embedded systems a _little_ bit: stir in the system boot time
as early as possible. On systems with no cycle counter (or very very
predi
Module Name:src
Committed By: tls
Date: Wed Sep 5 18:57:34 UTC 2012
Modified Files:
src/sys/kern: kern_rndq.c subr_cprng.c
src/sys/sys: rnd.h
Log Message:
Don't wait until the pool *fills* to rekey anything that was keyed with
insufficient entropy at boot: key it
Module Name:src
Committed By: tls
Date: Fri Sep 7 02:42:13 UTC 2012
Modified Files:
src/sys/kern: subr_cprng.c
Log Message:
Fix kern/46911: note that we rekeyed the cprng so we don't keep doing so.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/ke
Module Name:src
Committed By: tls
Date: Wed Sep 12 06:15:36 UTC 2012
Modified Files:
src/sys/arch/amd64/include [tls-maxphys]: param.h
src/sys/arch/i386/pnpbios [tls-maxphys]: fdc_pnpbios.c lpt_pnpbios.c
pciide_pnpbios.c pnpbios.c
src/sys/dev/acp
Module Name:src
Committed By: tls
Date: Sun Sep 16 18:56:13 UTC 2012
Modified Files:
src/doc: CHANGES.prev
Log Message:
Add forgotten CHANGES entries for rndctl entropy save/load and all the
kernel entropy changes.
To generate a diff of this commit:
cvs rdiff -u -r1.115
Module Name:src
Committed By: tls
Date: Sun Sep 16 18:59:29 UTC 2012
Modified Files:
src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64
md.sparc64 mi shl.mi
src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el md.amd64
md.sparc64 s
Module Name:src
Committed By: tls
Date: Sun Sep 16 22:08:17 UTC 2012
Modified Files:
src/external/bsd/liblzf/usr.bin/lzf: lzf.1
Log Message:
Take wiz's suggestion.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/liblzf/usr.bin/lzf/lzf.1
Plea
Module Name:src
Committed By: tls
Date: Sun Oct 14 14:33:32 UTC 2012
Modified Files:
src/sys/ufs/ufs [tls-maxphys]: ufs_readwrite.c
Log Message:
In the FFS writebehind code (ufs_readwrite.c:WRITE()), use division
and multiplication instead of shifts, to accomodate devices
Module Name:src
Committed By: tls
Date: Wed Oct 17 01:36:13 UTC 2012
Modified Files:
src/sys/dev/raidframe [tls-maxphys]: rf_netbsdkintf.c
Log Message:
Add a minphys routine for raidframe.
For now, we will address the problem of someone adding, at runtime with
a filesyste
Module Name:src
Committed By: tls
Date: Sat Oct 27 01:29:02 UTC 2012
Modified Files:
src/sys/kern: kern_rndq.c
Log Message:
Fix hardware RNGs -- accept their entropy estimates *rather than* using
timestamps to estimate the entropy of their input. I'd accidentally
made it
Module Name:src
Committed By: tls
Date: Sun Dec 2 05:46:04 UTC 2012
Modified Files:
src/sys/dev/pci [tls-maxphys]: arcmsr.c arcmsrvar.h
Log Message:
Areca controller maximum-transfer size limits -- looked up in FreeBSD
driver.
Actually exporting the per-volume transfer s
Module Name:src
Committed By: tls
Date: Sun Dec 2 05:46:40 UTC 2012
Modified Files:
src/sys/arch/hp300/dev [tls-maxphys]: rd.c
src/sys/arch/vax/mba [tls-maxphys]: hp.c
src/sys/arch/vax/vsa [tls-maxphys]: hdc9224.c
src/sys/dev [tls-maxphys]: ccd.c cc
Module Name:src
Committed By: tls
Date: Sat Jan 26 16:05:34 UTC 2013
Modified Files:
src/sys/kern: subr_cprng.c
Log Message:
Fix a security issue: when we are reseeding a PRNG seeded early in boot
before we had ever had any entropy, if something else has consumed the
entro
Module Name:src
Committed By: tls
Date: Sat Jan 26 19:05:12 UTC 2013
Modified Files:
src/sys/kern: kern_rndq.c
src/sys/sys: rnd.h
Log Message:
Rather than holding samples from each source until we have 64 at a time to
process, process them ASAP for low-rate sources
Module Name:src
Committed By: tls
Date: Sat Jan 26 22:22:07 UTC 2013
Modified Files:
src/sys/kern: kern_rndq.c
Log Message:
Tweak the previous a little: don't be so hasty to declare sources "fast"
and process them in bulk, but, always declare hardware RNGs and VM system
so
Module Name:src
Committed By: tls
Date: Sun Feb 10 16:26:35 UTC 2013
Modified Files:
src/sys/dev/raidframe [tls-maxphys]: rf_disks.c
src/sys/kern [tls-maxphys]: subr_disk.c
src/sys/sys [tls-maxphys]: disk.h mount.h
src/sys/ufs/ffs [tls-maxphys]: ffs_
Module Name:src
Committed By: tls
Date: Sun Apr 6 15:59:42 UTC 2014
Added Files:
src/sys/arch/amd64/conf [tls-earlyentropy]: RNDVERBOSE
Log Message:
RNDVERBOSE kernel for testing.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.2.1 src/sys/arch/amd64/conf/RNDV
Module Name:src
Committed By: tls
Date: Mon Apr 7 01:10:55 UTC 2014
Modified Files:
src/external/bsd/liblzf/dist [tls-earlyentropy]: lzfP.h lzf_c.c lzf_d.c
src/sys/lib/libkern [tls-earlyentropy]: Makefile.libkern libkern.h
Log Message:
LZF in the kernel. As an en
Module Name:src
Committed By: tls
Date: Mon Apr 7 02:00:00 UTC 2014
Modified Files:
src/sys/kern [tls-earlyentropy]: kern_rndpool.c kern_rndq.c
src/sys/sys [tls-earlyentropy]: rnd.h
Log Message:
Entropy estimation changes:
1) Avoid wraparound problems with delta
Module Name:src
Committed By: tls
Date: Mon Apr 7 02:20:00 UTC 2014
Modified Files:
src/sys/kern [tls-earlyentropy]: init_main.c kern_rndq.c kern_sysctl.c
subr_autoconf.c subr_prf.c
src/sys/sys [tls-earlyentropy]: kprintf.h
Log Message:
Get more entrop
Module Name:src
Committed By: tls
Date: Mon Apr 7 02:24:31 UTC 2014
Modified Files:
src/sys/net [tls-earlyentropy]: if_ethersubr.c
Log Message:
Increase unpredictability of early output: mix in the headers of the
first 100 Ethernet packets received by the system (if we ar
Module Name:src
Committed By: tls
Date: Mon Apr 7 02:49:52 UTC 2014
Modified Files:
src/sbin/rndctl [tls-earlyentropy]: rndctl.8 rndctl.c
Log Message:
Update rndctl(8) to add the -v option, which gives us more robust information
on entropy collection and estimation.
To
Module Name:src
Committed By: tls
Date: Mon Apr 7 02:54:53 UTC 2014
Modified Files:
src/sys/dev [tls-earlyentropy]: rndpseudo.c
Log Message:
Whups. It'd help to check in the ioctl changes needed to support that
rndctl change just prior... ;-)
To generate a diff of this
Module Name:src
Committed By: tls
Date: Mon Apr 7 03:37:33 UTC 2014
Modified Files:
src/share/man/man9 [tls-earlyentropy]: rnd.9
src/sys/arch/acorn26/ioc [tls-earlyentropy]: arckbd.c
src/sys/arch/arm/at91 [tls-earlyentropy]: at91dbgu.c at91usart.c
s
Module Name:src
Committed By: tls
Date: Mon Apr 7 19:32:16 UTC 2014
Modified Files:
src/tests/kernel [tls-earlyentropy]: Makefile gen_t_subr_prf
Log Message:
Fix t_subr_prf.c -- such as is possible. I am not so sure about the idea of
tearing apart a source file with a sc
Module Name:src
Committed By: tls
Date: Tue Apr 8 23:54:23 UTC 2014
Modified Files:
src/sys/arch/xen/xen [tls-earlyentropy]: xbd_xenbus.c
Log Message:
Type fixo.
To generate a diff of this commit:
cvs rdiff -u -r1.62.2.1 -r1.62.2.2 src/sys/arch/xen/xen/xbd_xenbus.c
Ple
Module Name:src
Committed By: tls
Date: Wed Apr 9 03:39:44 UTC 2014
Modified Files:
src/sys/kern [tls-earlyentropy]: kern_rndq.c
Log Message:
Correct misplaced parenthesis on sizeof(cpu_counter()) expression. No
security impact.
Thanks rmind@, Dave Huang.
To generate
Module Name:src
Committed By: tls
Date: Wed Apr 9 03:41:30 UTC 2014
Modified Files:
src/sys/kern [tls-earlyentropy]: subr_prf.c
Log Message:
Skip mutex_tryenter() if !kprnd_added.
To generate a diff of this commit:
cvs rdiff -u -r1.153.2.1 -r1.153.2.2 src/sys/kern/subr_
Module Name:src
Committed By: tls
Date: Wed Apr 9 03:54:17 UTC 2014
Modified Files:
src/distrib/utils/sysinst [tls-earlyentropy]: util.c
Log Message:
Try to persistently gather some entropy at install time, to give the
fresh system a better chance of not doing awful thing
Module Name:src
Committed By: tls
Date: Tue May 27 02:21:29 UTC 2014
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
>From dyoung@ -- bump max TX DMA size to avoid pathological condition with TSO.
To generate a diff of this commit:
cvs rdiff -u -r1.268 -r1.269 src/
Module Name:src
Committed By: tls
Date: Sun Jun 15 17:37:22 UTC 2014
Update of /cvsroot/src/external/zlib/pigz/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv11940
Log Message:
pigz 2.3.1
Status:
Vendor Tag: adler
Release Tags: pigz-2-3-1
U src/external
Module Name:src
Committed By: tls
Date: Sun Jun 15 17:53:19 UTC 2014
Modified Files:
src/external/zlib/pigz/dist: pigz.1
Removed Files:
src/external/zlib/pigz/dist: pigz.ps
Log Message:
Update pigz to 2.3.1
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r
Module Name:src
Committed By: tls
Date: Sun Jun 15 17:54:55 UTC 2014
Modified Files:
src/external/zlib/pigz/bin/pigz: Makefile
Log Message:
Update pigz to 2.3.1
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/zlib/pigz/bin/pigz/Makefile
Please n
Module Name:src
Committed By: tls
Date: Sun Jun 15 17:55:43 UTC 2014
Modified Files:
src/doc: 3RDPARTY
Log Message:
Update pigz to 2.3.1
To generate a diff of this commit:
cvs rdiff -u -r1.1122 -r1.1123 src/doc/3RDPARTY
Please note that diffs are not public domain; they
Module Name:src
Committed By: tls
Date: Sun Jul 13 22:06:56 UTC 2014
Modified Files:
src/etc/rc.d: named
src/external/bsd/bind/dist: configure configure.in
src/external/bsd/bind/include: config.h
Log Message:
Make named and the rest of BIND seed their RNG f
Module Name:src
Committed By: tls
Date: Thu Jul 17 14:03:33 UTC 2014
Modified Files:
src/sbin/rndctl [tls-earlyentropy]: rndctl.c
src/sys/conf [tls-earlyentropy]: files
src/sys/crypto/arc4 [tls-earlyentropy]: arc4.c arc4.h files.arc4
src/sys/dev [tls
Module Name:src
Committed By: tls
Date: Sat Aug 9 06:19:50 UTC 2014
Modified Files:
src/sys/conf [tls-earlyentropy]: files
src/sys/kern [tls-earlyentropy]: subr_cprng.c
src/sys/rump/librump/rumpkern [tls-earlyentropy]: Makefile.rumpkern
src/sys/sys
Module Name:src
Committed By: tls
Date: Sat Aug 9 07:45:03 UTC 2014
Modified Files:
src/sys/lib/libkern [tls-earlyentropy]: Makefile.libkern libkern.h
Log Message:
(Temporarily) disable LZF in libkern -- it introduces a dependency from
src/sys to src/external which I'll n
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:41:18 UTC 2014
Modified Files:
src/bin/cat [tls-earlyentropy]: cat.1
src/bin/csh [tls-earlyentropy]: Makefile
src/bin/csh/USD.doc [tls-earlyentropy]: Makefile
src/bin/ls [tls-earlyentropy]: print.
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:47:06 UTC 2014
Modified Files:
src/common/lib/libc/arch/arm/atomic [tls-earlyentropy]: Makefile.inc
atomic_add_16.S atomic_add_32.S atomic_add_8.S atomic_and_16.S
atomic_and_32.S atomic_and_8.S at
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:47:47 UTC 2014
Modified Files:
src/distrib/alpha/floppy-GENERIC [tls-earlyentropy]: Makefile
src/distrib/alpha/instkernel/ramdisk [tls-earlyentropy]: list
src/distrib/alpha/rz25dist [tls-earlyentropy]: Ma
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:47:09 UTC 2014
Modified Files:
src/crypto/dist/ipsec-tools/src/racoon [tls-earlyentropy]: grabmyaddr.c
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.33.2.1 \
src/crypto/dist/ipsec
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:47:52 UTC 2014
Modified Files:
src/distrib/bebox/ramdisk [tls-earlyentropy]: Makefile
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.24.1 src/distrib/bebox/ramdisk/Makefile
Please no
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:47:49 UTC 2014
Modified Files:
src/distrib/amd64/cdroms [tls-earlyentropy]: Makefile.cdrom etc.rc
src/distrib/amd64/installimage [tls-earlyentropy]: Makefile
Log Message:
Rebase.
To generate a diff of this com
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:47:54 UTC 2014
Modified Files:
src/distrib/cobalt [tls-earlyentropy]: Makefile
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.2.1 src/distrib/cobalt/Makefile
Please note that diffs a
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:48:04 UTC 2014
Modified Files:
src/distrib/ews4800mips/floppies/instkernel [tls-earlyentropy]:
Makefile
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.5.2.1 \
src/distri
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:48:09 UTC 2014
Modified Files:
src/distrib/i386/cdroms [tls-earlyentropy]: Makefile.cdrom etc.rc
src/distrib/i386/installimage [tls-earlyentropy]: Makefile
Log Message:
Rebase.
To generate a diff of this commi
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:47:57 UTC 2014
Modified Files:
src/distrib/common [tls-earlyentropy]: Makefile.bootcd Makefile.image
Makefile.mdset Makefile.minirootkmod Makefile.tarfloppy
list.sysinst list.sysinst.en
sr
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:48:11 UTC 2014
Modified Files:
src/distrib/ibmnws/netboot/ramdisk [tls-earlyentropy]: Makefile
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.11.10.1 src/distrib/ibmnws/netboot/ramdisk
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:48:02 UTC 2014
Modified Files:
src/distrib/evbppc/md-kernel [tls-earlyentropy]: Makefile
src/distrib/evbppc/ramdisk [tls-earlyentropy]: Makefile
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:48:07 UTC 2014
Modified Files:
src/distrib/hppa/ramdisk [tls-earlyentropy]: Makefile
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.2.1 src/distrib/hppa/ramdisk/Makefile
Please note
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:48:00 UTC 2014
Modified Files:
src/distrib/evbarm/gzboot/gzimg [tls-earlyentropy]: Makefile
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.26.2.1 src/distrib/evbarm/gzboot/gzimg/Makefi
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:48:13 UTC 2014
Modified Files:
src/distrib/luna68k/ramdisk [tls-earlyentropy]: Makefile
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.2.1 src/distrib/luna68k/ramdisk/Makefile
Please
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:48:23 UTC 2014
Modified Files:
src/distrib/ofppc/ramdisks/common [tls-earlyentropy]: list.sysinst
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.50.1 src/distrib/ofppc/ramdisks/common
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:48:17 UTC 2014
Modified Files:
src/distrib/macppc/floppies/ramdisk [tls-earlyentropy]: Makefile
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.40.10.1 src/distrib/macppc/floppies/ramdi
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:48:27 UTC 2014
Modified Files:
src/distrib/rs6000/bootfs [tls-earlyentropy]: Makefile
src/distrib/rs6000/ramdisk [tls-earlyentropy]: Makefile
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:48:25 UTC 2014
Modified Files:
src/distrib/prep/floppies/kernel-generic [tls-earlyentropy]: Makefile
src/distrib/prep/floppies/ramdisk [tls-earlyentropy]: Makefile
Log Message:
Rebase.
To generate a diff of th
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:48:19 UTC 2014
Modified Files:
src/distrib/notes/common [tls-earlyentropy]: postinstall
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.78.2.1 src/distrib/notes/common/postinstall
Plea
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:48:29 UTC 2014
Modified Files:
src/distrib/sandpoint/ramdisk [tls-earlyentropy]: Makefile
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.10.10.1 src/distrib/sandpoint/ramdisk/Makefile
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:47:41 UTC 2014
Modified Files:
src/crypto/external/bsd/heimdal [tls-earlyentropy]: heimdal2netbsd
src/crypto/external/bsd/heimdal/bin/krb5-config [tls-earlyentropy]:
Makefile
src/crypto/extern
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:48:42 UTC 2014
Modified Files:
src/distrib/sparc/miniroot [tls-earlyentropy]: Makefile.inc
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.20.2.1 src/distrib/sparc/miniroot/Makefile.inc
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:49:01 UTC 2014
Modified Files:
src/distrib/zaurus/ramdisk [tls-earlyentropy]: Makefile
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.16.4.1 src/distrib/zaurus/ramdisk/Makefile
Please
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:48:36 UTC 2014
Modified Files:
src/distrib/sets [tls-earlyentropy]: Makefile regpkg
src/distrib/sets/lists/base [tls-earlyentropy]: ad.arm ad.mips
ad.powerpc md.alpha md.amd64 md.amiga md.arc md.atari
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:48:45 UTC 2014
Modified Files:
src/distrib/sparc64/bootfs [tls-earlyentropy]: boot.cfg
src/distrib/sparc64/cdroms/installcd [tls-earlyentropy]: Makefile
etc.rc
src/distrib/sparc64/xminiroot [t
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:48:57 UTC 2014
Modified Files:
src/distrib/x68k/floppies/bootfloppy.generic [tls-earlyentropy]:
Makefile
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.8.2.1 \
src/distr
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:48:53 UTC 2014
Modified Files:
src/distrib/utils [tls-earlyentropy]: Makefile
Removed Files:
src/distrib/utils/sysinst [tls-earlyentropy]: Makefile Makefile.inc
SPELLING.en TODO aout2elf.c bsddisklabe
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:48:55 UTC 2014
Modified Files:
src/distrib/vax/cdroms/installcd [tls-earlyentropy]: Makefile
Added Files:
src/distrib/vax/cdroms/installcd [tls-earlyentropy]: etc.rc etc.ttys
install.sh
Log Message:
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:49:15 UTC 2014
Modified Files:
src/etc/etc.macppc [tls-earlyentropy]: Makefile.inc
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.8.56.1 src/etc/etc.macppc/Makefile.inc
Please note tha
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:49:08 UTC 2014
Modified Files:
src/etc/etc.mac68k [tls-earlyentropy]: Makefile.inc
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.20.42.1 src/etc/etc.mac68k/Makefile.inc
Please note t
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:49:05 UTC 2014
Modified Files:
src/etc/etc.evbarm [tls-earlyentropy]: Makefile.inc
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.62.2.1 src/etc/etc.evbarm/Makefile.inc
Please note th
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:49:03 UTC 2014
Modified Files:
src/etc/defaults [tls-earlyentropy]: rc.conf
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.122.8.1 src/etc/defaults/rc.conf
Please note that diffs are
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:49:21 UTC 2014
Modified Files:
src/etc/namedb [tls-earlyentropy]: root.cache
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.17.8.1 src/etc/namedb/root.cache
Please note that diffs are
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:49:17 UTC 2014
Modified Files:
src/etc/mtree [tls-earlyentropy]: NetBSD.dist.base NetBSD.dist.earm
NetBSD.dist.mips64eb NetBSD.dist.mips64el NetBSD.dist.powerpc64
NetBSD.dist.sparc64 NetBSD.dist.t
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:50:49 UTC 2014
Modified Files:
src/external/lgpl3/gmp/dist [tls-earlyentropy]: configfsf.guess
src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb [tls-earlyentropy]:
Makefile.inc config.h
src/ext
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:49:24 UTC 2014
Modified Files:
src/etc/rc.d [tls-earlyentropy]: dhcpcd dhcpd mountall mountcritlocal
mountcritremote named network random_seed
Log Message:
Rebase.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:49:28 UTC 2014
Modified Files:
src/external/broadcom/rpi-firmware/dist [tls-earlyentropy]:
bootcode.bin fixup.dat fixup_cd.dat start.elf start_cd.elf
Log Message:
Rebase.
To generate a diff of this commit:
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:50:29 UTC 2014
Modified Files:
src/external/cddl/osnet/dev/fbt [tls-earlyentropy]: fbt.c
src/external/cddl/osnet/dev/sdt [tls-earlyentropy]: sdt.c
src/external/cddl/osnet/dist/tools/ctf/cvt [tls-earlyentr
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:50:58 UTC 2014
Modified Files:
src/external/mit/lua/dist [tls-earlyentropy]: Makefile README
src/external/mit/lua/dist/doc [tls-earlyentropy]: contents.html lua.1
lua.css luac.1 manual.css manual.html
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:51:02 UTC 2014
Modified Files:
src/external/public-domain [tls-earlyentropy]: Makefile
Added Files:
src/external/public-domain/tz [tls-earlyentropy]: Makefile Makefile.inc
tzdata2netbsd
src/ex
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:51:12 UTC 2014
Modified Files:
src/games/rogue [tls-earlyentropy]: Makefile
src/games/rogue/USD.doc [tls-earlyentropy]: Makefile
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:51:07 UTC 2014
Modified Files:
src/external/zlib/pigz/bin/pigz [tls-earlyentropy]: Makefile
src/external/zlib/pigz/dist [tls-earlyentropy]: Makefile README pigz.1
pigz.c pigz.pdf pigz.spec yarn.c yarn
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:51:10 UTC 2014
Modified Files:
src/games/phantasia [tls-earlyentropy]: Makefile
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.36.6.1 src/games/phantasia/Makefile
Please note that dif
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:51:14 UTC 2014
Modified Files:
src/games/tetris [tls-earlyentropy]: screen.c shapes.c tetris.6
tetris.c tetris.h
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.27.18.1 src/
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:51:04 UTC 2014
Modified Files:
src/external/realtek/urtwn [tls-earlyentropy]: Makefile
Added Files:
src/external/realtek/urtwn/dist [tls-earlyentropy]: rtl8188eufw.bin
Log Message:
Rebase.
To generate a diff o
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:51:28 UTC 2014
Removed Files:
src/gnu/lib/crtstuff4 [tls-earlyentropy]: Makefile crtbegin.c
crtbeginS.c crtbeginT.c crtend.c crtendS.c
src/gnu/lib/crtstuff4/arch [tls-earlyentropy]: alpha.mk arm.mk ar
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:51:17 UTC 2014
Modified Files:
src/games/trek [tls-earlyentropy]: Makefile
src/games/trek/USD.doc [tls-earlyentropy]: Makefile
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.14
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:51:38 UTC 2014
Modified Files:
src/include/rpc [tls-earlyentropy]: clnt.h
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.21.18.1 src/include/rpc/clnt.h
Please note that diffs are not
Module Name:src
Committed By: tls
Date: Sun Aug 10 06:51:36 UTC 2014
Modified Files:
src/gnu/usr.bin [tls-earlyentropy]: Makefile
src/gnu/usr.bin/groff/contrib/mom/examples [tls-earlyentropy]: Makefile
src/gnu/usr.bin/groff/contrib/mom/momdoc [tls-earlyentro
1 - 100 of 378 matches
Mail list logo