Author: rodrigc
Date: Tue May 3 04:44:50 2011
New Revision: 221358
URL: http://svn.freebsd.org/changeset/base/221358
Log:
Switch to ANSI function prototypes in a few places.
Get rid of some unused parameter warnings.
Modified:
head/lib/libstand/__main.c
head/lib/libstand/bswap.c
head/l
Author: rodrigc
Date: Tue May 3 07:39:54 2011
New Revision: 221364
URL: http://svn.freebsd.org/changeset/base/221364
Log:
Add #include for missing forward declation of
struct inpcb.
Modified:
head/lib/libstand/net.c
head/lib/libstand/udp.c
Modified: head/lib/libstand/net.c
Author: rodrigc
Date: Tue May 3 07:43:47 2011
New Revision: 221365
URL: http://svn.freebsd.org/changeset/base/221365
Log:
- Comment out unused variable.
- Add parentheses around expression to eliminate compiler warning.
Modified:
head/lib/libstand/dosfs.c
Modified: head/lib/libstand/dosfs
Author: rodrigc
Date: Tue May 3 07:46:02 2011
New Revision: 221366
URL: http://svn.freebsd.org/changeset/base/221366
Log:
Rename DEBUG macro to TFTP_DEBUG, to be more consistent with
debug macros in other files.
Modified:
head/lib/libstand/tftp.c
Modified: head/lib/libstand/tftp.c
===
Author: rodrigc
Date: Thu May 26 20:32:33 2011
New Revision: 222326
URL: http://svn.freebsd.org/changeset/base/222326
Log:
Fix tftp_log() usage.
Modified:
head/libexec/tftpd/tftp-io.c
Modified: head/libexec/tftpd/tftp-io.c
=
Author: rodrigc
Date: Fri Jun 10 01:13:15 2011
New Revision: 222908
URL: http://svn.freebsd.org/changeset/base/222908
Log:
Obtain bswap64() function implementation from
version 1.3 of src/common/lib/libc/gen/bswap64.c in NetBSD.
Obtained from: NetBSD
Modified:
head/lib/libstand/bswap.c
Author: rodrigc
Date: Wed Jun 15 21:58:01 2011
New Revision: 223121
URL: http://svn.freebsd.org/changeset/base/223121
Log:
In sendrecv function, change the receive timeout value between retries
to increase in steps of MINTMO, instead of doubling the timeout for every
retry.
Obtained fr
Author: rodrigc
Date: Wed Jun 15 22:04:14 2011
New Revision: 223122
URL: http://svn.freebsd.org/changeset/base/223122
Log:
Added sendrecv_tftp function instead of sendrecv for use by tftp.
In sendrecv_tftp:
* Upon receving an unexpected block of data or error, resend the ACK
imme
Author: rodrigc
Date: Wed Jun 15 22:08:18 2011
New Revision: 223123
URL: http://svn.freebsd.org/changeset/base/223123
Log:
Currently tftp code in the loader retransmits the previous packet if it
receives any
unwanted packet(non-tftp). Change this to retransmit the packet(request or
ack) only
Author: rodrigc
Date: Wed Jun 15 22:13:22 2011
New Revision: 223124
URL: http://svn.freebsd.org/changeset/base/223124
Log:
(1) When sending the TFTP RRQ packet to read a file,
send along the "blksize" option specified in RFC2348,
and the "tsize" option specified in RFC2349.
Author: rodrigc
Date: Wed Jun 15 22:15:28 2011
New Revision: 223125
URL: http://svn.freebsd.org/changeset/base/223125
Log:
Increase WARNS level to 2.
Modified:
head/lib/libstand/Makefile
Modified: head/lib/libstand/Makefile
Author: rodrigc
Date: Wed Jun 15 23:22:35 2011
New Revision: 223128
URL: http://svn.freebsd.org/changeset/base/223128
Log:
Bring back following change which was undone in previous commit:
r172854 | marius | 2
Author: rodrigc
Date: Thu Jun 16 02:16:53 2011
New Revision: 223135
URL: http://svn.freebsd.org/changeset/base/223135
Log:
Specify correct RFC2347 for TFTP options in diagnostic message.
Modified:
head/usr.bin/tftp/main.c
Modified: head/usr.bin/tftp/main.c
===
Author: rodrigc
Date: Thu Jun 16 02:27:05 2011
New Revision: 223137
URL: http://svn.freebsd.org/changeset/base/223137
Log:
Clarify that the TFTP blocksize (RFC2348) or non-standard
TFTP rollover option can be used to transfer larger files.
Modified:
head/libexec/tftpd/tftpd.8
head/usr.bin
Author: rodrigc
Date: Wed Jun 22 21:53:45 2011
New Revision: 223444
URL: http://svn.freebsd.org/changeset/base/223444
Log:
Clarify tftpd's -d flag in the new TFTP implementation.
Bump date.
Modified:
head/libexec/tftpd/tftpd.8
Modified: head/libexec/tftpd/tftpd.8
==
Author: rodrigc
Date: Wed Jun 22 22:05:37 2011
New Revision: 223445
URL: http://svn.freebsd.org/changeset/base/223445
Log:
Fix typo.
Reported by: Nick Mann
Modified:
head/libexec/tftpd/tftpd.8
Modified: head/libexec/tftpd/tftpd.8
Author: rodrigc
Date: Wed Jun 22 22:55:51 2011
New Revision: 223447
URL: http://svn.freebsd.org/changeset/base/223447
Log:
Bump date.
Document the following commands which were added in the new TFTP
implementation:
blocksize, blocksize2, packetdrop, options, rollover
Modified:
head/usr.b
Author: rodrigc
Date: Wed Jun 22 23:25:24 2011
New Revision: 223450
URL: http://svn.freebsd.org/changeset/base/223450
Log:
Update references to RFC's that the newer TFTP implementation supports.
Modified:
head/libexec/tftpd/tftpd.8
Modified: head/libexec/tftpd/tftpd.8
===
Author: rodrigc
Date: Wed Jun 22 23:26:04 2011
New Revision: 223451
URL: http://svn.freebsd.org/changeset/base/223451
Log:
Update references to RFC's that the newer TFTP implementation supports.
Modified:
head/usr.bin/tftp/tftp.1
Modified: head/usr.bin/tftp/tftp.1
===
Author: rodrigc
Date: Fri Jun 24 02:56:24 2011
New Revision: 223487
URL: http://svn.freebsd.org/changeset/base/223487
Log:
Bring back synchnet() implementation from older
tftp implementation. The synchnet() function
was converted to a no-op when the new TFTP implementation
was committed t
Author: rodrigc
Date: Fri Jun 24 03:50:54 2011
New Revision: 223488
URL: http://svn.freebsd.org/changeset/base/223488
Log:
Fixes to newer tftp code in libstand:
(1) Coding style changes.
(2) If the server does not acknowledge any blocksize option,
revert to the default blocksize of
Author: rodrigc
Date: Fri Jun 24 05:41:38 2011
New Revision: 223491
URL: http://svn.freebsd.org/changeset/base/223491
Log:
Acknowledge Edwin Groothuis for the major rewrite he
did of the tftpd and tftp code to support TFTP blocksize.
Modified:
head/libexec/tftpd/tftpd.8
head/usr.bin/tftp/
an attempt to prevent people from adding new
code to libstand which introduce new warnings.
--
Craig Rodrigues
rodr...@crodrigues.org
On Thu, Jul 7, 2011 at 6:35 PM, Tai-hwa Liang wrote:
> Author: avatar
> Date: Fri Jul 8 01:35:33 2011
> New Revision: 223854
> URL: http://svn.free
accmode;
> @@ -184,6 +185,29 @@ ffs_mount(struct mount *mp)
> vfs_deleteopt(mp->mnt_opt, "snapshot");
>}
>
> + if (vfs_getopt(mp->mnt_optnew, "fsckpid", NULL, NULL) == 0 &&
> + vfs_scanopt(mp->mnt_optnew,
Author: rodrigc
Date: Mon Jul 25 21:52:17 2011
New Revision: 224408
URL: http://svn.freebsd.org/changeset/base/224408
Log:
Document the tftp.blksize variable added in src/lib/libstand/tftp.c.
Approved by: re (kib)
Requested by: maxim
Modified:
head/sys/boot/forth/loader.conf
Mod
Author: rodrigc
Date: Sun Jul 31 03:12:20 2011
New Revision: 224536
URL: http://svn.freebsd.org/changeset/base/224536
Log:
In the old TFTP server, there was an undocumented behavior where
the block counter would rollover to 0 if a file larger
than 65535 blocks was transferred. With the defa
Author: rodrigc
Date: Sun Jul 31 03:18:36 2011
New Revision: 224537
URL: http://svn.freebsd.org/changeset/base/224537
Log:
Pull in some wording to the tftpd.8 man page
from NetBSD, with some slight changes:
=
o bad.
--
Craig Rodrigues
rodr...@crodrigues.org
On Sun, Aug 28, 2011 at 3:57 PM, Garrett Cooper wrote:
> I wish I had the docs stuff setup -- I would generate a draft for that
> if sgml functioned for me. The docs really need dusting off for 9.0 in
> the booti
;SCRIPT SYNTAX" batch mode?
If not, how much code would need to be added to bsdinstall? Or, is there
some other utility, such as something from the PC-BSD suite of scripts,
that can be used as a drop-in replacement for sysinstall in "SCRIPT
SYNTAX" mod
before 10.0 is released.
--
Craig Rodrigues
rodr...@crodrigues.org
On Mon, Oct 3, 2011 at 3:17 PM, Garrett Cooper wrote:
> On Mon, Oct 3, 2011 at 3:11 PM, Craig Rodrigues
> wrote:
>> On Mon, Oct 3, 2011 at 8:13 AM, Nathan Whitehorn
>> wrote:
>>> Author: nwhitehorn
f in the 10.0 timeframe, if we can provide something (bsdinstall,
pc-sysinstall, whatever) that has some compatibility with the old
sysinstall scripted syntax, that would be nice for users who have
built installers based on this stuff.
--
Craig Rodrigues
rodr...@crodrigues.org
FreeBSD
(2) make pc-sysinstall compatible with all the variables from the
*or* if it is not worth doing (2)
(3) provide a document somewhere that guides users in migrating their
old install.cfg syntax to pc-sysinstall (or bsdinstall).
bsdinstall and pc-sysinstall are really good imp
Author: rodrigc
Date: Sun Oct 9 21:42:02 2011
New Revision: 226179
URL: http://svn.freebsd.org/changeset/base/226179
Log:
Add a "kern.features.ata_cam" sysctl in the kernel when the ATA_CAM kernel
option is defined. This sysctl can be queried by feature_present(3).
Query for this featur
1, and followed the FreeBSD merging guidelines at:
http://wiki.freebsd.org/SubversionPrimer/Merging, and verified that
it is true, which is very nice for doing "svn merge".
--
Craig Rodrigues
rodr...@crodrigues.org
___
svn-src-head@freebsd.org mail
On Fri, Aug 26, 2016 at 1:23 PM, Ed Schouten wrote:
> Author: ed
> Date: Fri Aug 26 20:23:10 2016
> New Revision: 304860
> URL: https://svnweb.freebsd.org/changeset/base/304860
>
> Log:
> Improve compatibility of calls to dirname() on constant strings.
>
Ed,
I think one of the dirname related
[Resending from right e-mail address]
On Fri, Aug 26, 2016 at 1:23 PM, Ed Schouten wrote:
> Author: ed
> Date: Fri Aug 26 20:23:10 2016
> New Revision: 304860
> URL: https://svnweb.freebsd.org/changeset/base/304860
>
> Log:
> Improve compatibility of calls to dirname() on constant strings.
>
On Mon, Aug 29, 2016 at 12:08 AM, Ngie Cooper (yaneurabeya) <
yaneurab...@gmail.com> wrote:
>
>
> I already filed a bug for this: https://bugs.freebsd.org
> /bugzilla/show_bug.cgi?id=212193 . I’m going to mark this as a failure
> soon to mute the noise.
> Thanks,
> -Ngie
>
Thanks. That will be h
Ngie,
Can you please MFC this to stable/10 branch?
I believe this has been causing a test failure in this branch
since June.
Thanks.
--
Craig
On Thu, Jun 9, 2016 at 11:35 AM, Garrett Cooper wrote:
> Author: ngie
> Date: Thu Jun 9 18:35:37 2016
> New Revision: 301752
> URL: https://svnweb.fr
On Thursday, September 1, 2016, Brooks Davis wrote:
>
>
> Are these the variables used to control the tests that try to compile
> things?
>
>
>
You need to carefully read the source code for this particular test to
understand what is going on. This test compiles a binary, and then the
test runs "
Hi,
The tests in libc are broken after this commit.
lib/libc/test/db/Makefile defines "PROGS = h_lfsr"
but the test is trying to execute a binary "h_db"
which no longer exists.
Can you fix this?
Thanks.
--
Craig
On Sat, Sep 3, 2016 at 11:11 AM, Ngie Cooper wrote:
> Author: ngie
> Date: Sat
Author: rodrigc
Date: Tue Feb 18 01:20:26 2014
New Revision: 262142
URL: http://svnweb.freebsd.org/changeset/base/262142
Log:
In ue_attach_post_task(), initialize curvnet to vnet0 before calling
if_attach().
Before this patch, curvnet was NULL.
When the VIMAGE kernel option is enabled, this
On Wed, Feb 19, 2014 at 7:32 AM, Gleb Smirnoff wrote:
> Third. As you already know, there is projects/pf branch, where Nicos
> is getting things right wrt pf+VIMAGE. The patches should first go
> to this branch and tested in it. Committing to head (even a good
> code), you are creating conflicts
Author: rodrigc
Date: Sun Feb 23 01:27:22 2014
New Revision: 262351
URL: http://svnweb.freebsd.org/changeset/base/262351
Log:
Remove KASSERT from in6p_lookup_mcast_ifp().
When the devel/jenkins port, version 1.551 was started,
the kernel would panic if INVARIANTS was enabled in the kernel
On Feb 23, 2014 2:56 PM, "Bjoern A. Zeeb" wrote:
>
>
> On 23 Feb 2014, at 01:27 , Craig Rodrigues wrote:
>
> > Author: rodrigc
> > Date: Sun Feb 23 01:27:22 2014
> > New Revision: 262351
> > URL: http://svnweb.freebsd.org/changeset/bas
1970 (empty, because file is newly added)
+++ head/release/scripts/list-new-changesets.py Fri Feb 28 23:12:20 2014
(r262628)
@@ -0,0 +1,117 @@
+#!/usr/bin/env python
+#
+# Copyright (c) 2014, Craig Rodrigues
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, wi
Hi,
Just to add some background to this fix, in the https://jenkins.freebsd.org
cluster,
we are using several bhyve VM's to host the environment for doing builds
and tests. We are hammering on the VM's
quite nicely. We found one problem where the bhyve binary would crash.
Neel looked at the pro
On Sat, Oct 25, 2014 at 9:22 PM, Steven Hartland wrote:
> Its not clear from this why you elected to disable the test and hide the
> issue instead of fixing the panic cause, could you clarify please?
See:
https://lists.freebsd.org/pipermail/freebsd-testing/2014-October/000584.html
https://lis
Hi,
The tests started failing after this commit. Can you take a look?
https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD-tests2/143/console
--
Craig
On Oct 28, 2014 3:14 PM, "Jilles Tjoelker" wrote:
> Author: jilles
> Date: Tue Oct 28 22:14:31 2014
> New Revision: 273802
> URL: https://svn
On Thu, Nov 6, 2014 at 3:06 PM, wrote:
>
> I don't have a -CURRENT box; and -CURRENT is giving different results.
>
>
Then use one of the CURRENT machines listed here:
https://www.freebsd.org/internal/machines.html
--
Craig
___
svn-src-head@freebsd.or
On Thu, Nov 6, 2014 at 7:03 PM, Marcel Moolenaar wrote:
> Author: marcel
> Date: Fri Nov 7 03:03:25 2014
> New Revision: 274213
> URL: https://svnweb.freebsd.org/changeset/base/274213
>
> Log:
> Convert to use libxo.
>
> Obtained from: Phil Shafer
> Sponsored by: Juniper Networks, Inc.
On Thu, Nov 13, 2014 at 3:51 PM, Jung-uk Kim wrote:
> Author: jkim
> Date: Thu Nov 13 23:51:13 2014
> New Revision: 274491
> URL: https://svnweb.freebsd.org/changeset/base/274491
>
> Log:
> Correct a typo to fix chown(2). It was broken since r274476.
>
>
After these commits:
https://jenkins
Author: rodrigc
Date: Thu Nov 20 08:11:54 2014
New Revision: 274744
URL: https://svnweb.freebsd.org/changeset/base/274744
Log:
Set the current vnet inside the ioctl handler for ipfilter.
Without this fix, the vnet was NULL and would crash.
This fix is similar to what was done inside the i
Author: rodrigc
Date: Thu Nov 20 09:56:34 2014
New Revision: 274745
URL: https://svnweb.freebsd.org/changeset/base/274745
Log:
MFp4: @179066
Add page which describes VNET network stack virtualization infrastructure.
Submitted by: bz
Sponsored by: The FreeBSD Foundation
Sponsored by
On Wed, Nov 19, 2014 at 8:07 AM, Marcel Moolenaar wrote:
>
> Patches for netstat can be found here:
> https://github.com/Juniper/libxo/blob/master/patches/netstat.patch
>
> Let me know if it contains the answer to your question.
>
> I should be able to commit netstat shortly.
>
Will you be commi
Author: rodrigc
Date: Fri Nov 21 17:55:38 2014
New Revision: 274802
URL: https://svnweb.freebsd.org/changeset/base/274802
Log:
Make MLINKS text match text in bsd.man.mk added by wosch@ in 1996.
Modified:
head/share/mk/bsd.README
Modified: head/share/mk/bsd.README
Author: rodrigc
Date: Fri Nov 21 17:57:37 2014
New Revision: 274803
URL: https://svnweb.freebsd.org/changeset/base/274803
Log:
Create a vimage.9 link to vnet.9
Requested by: glebius
Modified:
head/share/man/man9/Makefile
Modified: head/share/man/man9/Makefile
===
Author: rodrigc
Date: Sat Dec 6 02:59:59 2014
New Revision: 27
URL: https://svnweb.freebsd.org/changeset/base/27
Log:
MFp4: @181627
Allow UMA allocated memory to be freed when VNET jails are torn down.
Differential Revision: D1201
Submitted by: bz
Reviewed by: rwatson, gnn
Author: rodrigc
Date: Mon Dec 8 07:25:59 2014
New Revision: 275599
URL: https://svnweb.freebsd.org/changeset/base/275599
Log:
Use CURVNET macros inside inet_get_local_port_range() function.
Without this fix, a kernel with VIMAGE + Infiniband will panic on bootup.
Certain necessary #inclu
42:52 2015
(r281606)
@@ -0,0 +1,33 @@
+/*-
+ * Copyright 2015 Craig Rodrigues
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of s
Author: rodrigc
Date: Wed Apr 22 01:35:29 2015
New Revision: 281844
URL: https://svnweb.freebsd.org/changeset/base/281844
Log:
Quiet compiler warnings in mbuf.h
* Mark unused arguments with __unused
* Move inline before the return type (and use __inline to keep the file
consistent
Author: rodrigc
Date: Wed Apr 22 01:54:25 2015
New Revision: 281845
URL: https://svnweb.freebsd.org/changeset/base/281845
Log:
Support file verification in MAC.
* Add VCREAT flag to indicate when a new file is being created
* Add VVERIFY to indicate verification is required
* Both VCREA
Author: rodrigc
Date: Wed Apr 22 14:38:58 2015
New Revision: 281855
URL: https://svnweb.freebsd.org/changeset/base/281855
Log:
Move zlib.c from net to libkern.
It is not network-specific code and would
be better as part of libkern instead.
Move zlib.h and zutil.h from net/ to sys/
Upd
Author: rodrigc
Date: Wed Apr 22 18:15:18 2015
New Revision: 281862
URL: https://svnweb.freebsd.org/changeset/base/281862
Log:
Move zlib.c from net to libkern.
Modified:
head/sys/modules/zlib/Makefile
Modified: head/sys/modules/zlib/Makefile
==
On Wed, May 20, 2015 at 10:24 AM, Andriy Gapon wrote:
> >>
> >> lib/libproc__L: \
> >> -cddl/lib/libctf__L lib/libelf__L lib/librtld_db__L lib/libutil__L
> >> +${_cddl_lib_libctf} lib/libelf__L lib/librtld_db__L lib/libutil__L
>
> Should the above perhaps be ${_cddl_lib_libctf}__L? But
Author: rodrigc
Date: Sun Jun 1 04:08:45 2014
New Revision: 266938
URL: http://svnweb.freebsd.org/changeset/base/266938
Log:
Allow customization of the brand displayed in the boot menu.
If the user specifies in /boot/loader.conf:
loader_brand="mycustom-brand"
Then "mycustom-bran
On Wed, Jun 4, 2014 at 5:05 PM, Warner Losh wrote:
>
> It would be nice if we could put that code back into make, but have
> it disabled. There are several people that use custom old trees that are
> hitting this when they build on newer systems... While /usr/ports is ready,
> forks of it might no
Author: rodrigc
Date: Thu Nov 21 19:04:59 2013
New Revision: 258433
URL: http://svnweb.freebsd.org/changeset/base/258433
Log:
Update text related to Intel CPU support and Apple hardware support.
Submitted by: skreuzer
Modified:
head/release/doc/en_US.ISO8859-1/hardware/article.xml
Modif
Author: rodrigc
Date: Thu Nov 21 19:00:21 2013
New Revision: 258432
URL: http://svnweb.freebsd.org/changeset/base/258432
Log:
Update copyrights
Submitted by: skreuzer
Modified:
head/release/doc/en_US.ISO8859-1/errata/article.xml
head/release/doc/en_US.ISO8859-1/readme/article.xml
Modi
Author: rodrigc
Date: Mon Nov 25 18:11:55 2013
New Revision: 258570
URL: http://svnweb.freebsd.org/changeset/base/258570
Log:
Change sysinstall.8 references to bsdinstall.8.
Submitted by: skreuzer
Modified:
head/release/doc/de_DE.ISO8859-1/readme/article.xml
head/release/doc/en_US.ISO8
Author: rodrigc
Date: Mon Nov 25 18:49:37 2013
New Revision: 258574
URL: http://svnweb.freebsd.org/changeset/base/258574
Log:
Only initialize some mutexes for the default VNET.
In r208160, sctp_it_ctl was made a global variable, across all VNETs.
However, sctp_init() is called for every V
Author: rodrigc
Date: Mon Nov 25 20:20:34 2013
New Revision: 258588
URL: http://svnweb.freebsd.org/changeset/base/258588
Log:
In sys/netpfil/ipfw/ip_fw_nat.c:vnet_ipfw_nat_uninit() we call
"IPFW_WLOCK(chain);".
This lock gets deleted in sys/netpfil/ipfw/ip_fw2.c:vnet_ipfw_uninit().
There
Author: rodrigc
Date: Mon Nov 25 20:33:33 2013
New Revision: 258591
URL: http://svnweb.freebsd.org/changeset/base/258591
Log:
In vnet_route_uninit(), free some memory that is allocated in
vnet_route_init().
To reproduce the problem:
(1) Take a GENERIC kernel config, and add options fo
Author: rodrigc
Date: Thu Nov 28 19:13:05 2013
New Revision: 258714
URL: http://svnweb.freebsd.org/changeset/base/258714
Log:
Add some text to clarify that nslookup and dig are no longer in the base
system
after the removal of BIND.
Modified:
head/UPDATING
Modified: head/UPDATING
Author: rodrigc
Date: Fri Nov 29 08:04:45 2013
New Revision: 258737
URL: http://svnweb.freebsd.org/changeset/base/258737
Log:
In keg_dtor(), print out the keg name in the "Freed UMA keg was not empty"
message printed to the console. This makes it easier to track down
the source of certain m
Author: rodrigc
Date: Fri Nov 29 08:22:48 2013
New Revision: 258738
URL: http://svnweb.freebsd.org/changeset/base/258738
Log:
Also mention that drill(1) can be used, now that nslookup and dig are no
longer in the base system.
Suggested by: peter
Modified:
head/UPDATING
Modified: head/
Author: rodrigc
Date: Wed Dec 4 08:20:04 2013
New Revision: 258914
URL: http://svnweb.freebsd.org/changeset/base/258914
Log:
Update release notes.
Submitted by: skreuzer
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/
Author: rodrigc
Date: Thu Dec 12 20:20:46 2013
New Revision: 259274
URL: http://svnweb.freebsd.org/changeset/base/259274
Log:
Mention BIND removal in release notes.
Submitted by: skreuzer
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.IS
Author: rodrigc
Date: Tue Dec 17 03:38:36 2013
New Revision: 259490
URL: http://svnweb.freebsd.org/changeset/base/259490
Log:
Add release note items from Chelsio.
Submitted by: np
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/
Author: rodrigc
Date: Tue Dec 17 04:19:03 2013
New Revision: 259493
URL: http://svnweb.freebsd.org/changeset/base/259493
Log:
Add OFED and Mellanox items to release notes.
Submitted by: Meny Yossefi
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/
Author: rodrigc
Date: Wed Dec 18 21:14:43 2013
New Revision: 259571
URL: http://svnweb.freebsd.org/changeset/base/259571
Log:
Add SVN revision numbers for Mellanox updates.
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/art
Author: rodrigc
Date: Wed Dec 18 21:22:16 2013
New Revision: 259573
URL: http://svnweb.freebsd.org/changeset/base/259573
Log:
Add SVN revision numbers for Chelsio updates.
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/arti
Author: rodrigc
Date: Wed Dec 18 21:23:16 2013
New Revision: 259574
URL: http://svnweb.freebsd.org/changeset/base/259574
Log:
Indent.
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
==
Author: rodrigc
Date: Thu Dec 19 03:21:53 2013
New Revision: 259586
URL: http://svnweb.freebsd.org/changeset/base/259586
Log:
Add entry for bhyve.
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
=
Author: rodrigc
Date: Thu Dec 19 04:55:35 2013
New Revision: 259588
URL: http://svnweb.freebsd.org/changeset/base/259588
Log:
Add item for pkg(8).
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
=
Author: rodrigc
Date: Sun Dec 22 09:27:57 2013
New Revision: 259708
URL: http://svnweb.freebsd.org/changeset/base/259708
Log:
Add item for clang 3.3 update.
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
===
Author: rodrigc
Date: Sun Dec 22 09:40:03 2013
New Revision: 259709
URL: http://svnweb.freebsd.org/changeset/base/259709
Log:
Add revision number for BIND removal.
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Author: rodrigc
Date: Sun Dec 22 10:24:14 2013
New Revision: 259710
URL: http://svnweb.freebsd.org/changeset/base/259710
Log:
Mention that GCC is not built on platforms where CLANG is the default system
compiler.
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: hea
Author: rodrigc
Date: Sun Dec 22 10:33:01 2013
New Revision: 259711
URL: http://svnweb.freebsd.org/changeset/base/259711
Log:
Add revision number for iSCSI initiator.
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.x
Author: rodrigc
Date: Sun Dec 22 10:42:47 2013
New Revision: 259712
URL: http://svnweb.freebsd.org/changeset/base/259712
Log:
Mention TRIM support for ZFS.
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Author: rodrigc
Date: Sun Dec 22 10:50:09 2013
New Revision: 259713
URL: http://svnweb.freebsd.org/changeset/base/259713
Log:
Re-order ZFS items.
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
==
Author: rodrigc
Date: Sun Dec 22 10:52:51 2013
New Revision: 259714
URL: http://svnweb.freebsd.org/changeset/base/259714
Log:
Add some revision numbers.
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
===
Author: rodrigc
Date: Sun Dec 22 10:58:40 2013
New Revision: 259715
URL: http://svnweb.freebsd.org/changeset/base/259715
Log:
Mention ZFS zio nop-write improvement.
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Author: rodrigc
Date: Sun Dec 22 11:10:08 2013
New Revision: 259716
URL: http://svnweb.freebsd.org/changeset/base/259716
Log:
Mention addition of vmx(4).
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
==
Author: rodrigc
Date: Sun Dec 22 11:41:26 2013
New Revision: 259718
URL: http://svnweb.freebsd.org/changeset/base/259718
Log:
Mention virtio support.
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
==
Author: rodrigc
Date: Sun Dec 22 19:11:06 2013
New Revision: 259732
URL: http://svnweb.freebsd.org/changeset/base/259732
Log:
Improve section on carp(4) updates.
Add some revision numbers.
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8
Author: rodrigc
Date: Sun Dec 22 19:33:15 2013
New Revision: 259733
URL: http://svnweb.freebsd.org/changeset/base/259733
Log:
Add a note for Microsoft Hyper-V.
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Author: rodrigc
Date: Sun Dec 22 19:38:51 2013
New Revision: 259735
URL: http://svnweb.freebsd.org/changeset/base/259735
Log:
Group virtualization items in one section.
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/article
Author: rodrigc
Date: Sun Dec 22 22:56:45 2013
New Revision: 259749
URL: http://svnweb.freebsd.org/changeset/base/259749
Log:
Add updates for Raspberry PI support, unmapped VMIO, netmap(4), nvme(4).
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en
Author: rodrigc
Date: Mon Dec 23 07:35:34 2013
New Revision: 259762
URL: http://svnweb.freebsd.org/changeset/base/259762
Log:
Fix text for loading Hyper-V drivers via loader.conf.
Noticed by: hrs
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/
Author: rodrigc
Date: Mon Dec 23 07:58:46 2013
New Revision: 259763
URL: http://svnweb.freebsd.org/changeset/base/259763
Log:
Add notes for ARM.
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
===
1 - 100 of 288 matches
Mail list logo