On Sun, Dec 30, 2012 at 06:57:45PM -0800, Garrett Cooper wrote:
> This is what exp- runs are for (portmgr can help with this).
OTOH -exp runs are currently off the air.
mcl
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listi
; --- head/ObsoleteFiles.inc Sun Dec 30 15:38:06 2012(r244864)
>> +++ head/ObsoleteFiles.inc Sun Dec 30 16:28:06 2012(r244865)
>> @@ -38,6 +38,9 @@
>> # xargs -n1 | sort | uniq -d;
>> # done
>>
>> +# 20121230: libdisk removed
>&
On Sun, Dec 30, 2012 at 6:54 PM, Adrian Chadd wrote:
> .. not that I mind old things being retired, but we really should
> announce things like this.
>
> Also - you disconnected libftpio too; is that intentional?
>
> Just because libdisk/libftpio isn't used by anything in the base -HEAD
> doesn't
> head/share/mk/bsd.libnames.mk
>
> Modified: head/ObsoleteFiles.inc
> ==
> --- head/ObsoleteFiles.inc Sun Dec 30 15:38:06 2012(r244864)
> +++ head/ObsoleteFiles.inc Sun Dec 30 16:28:06 2012 (r244865)
> @@ -38,6 +38,9 @@
> # xargs -n1 | sort | uniq -d;
>
Author: rwatson
Date: Sun Dec 30 21:10:48 2012
New Revision: 244871
URL: http://svnweb.freebsd.org/changeset/base/244871
Log:
When a partially initialised FDT-based device instance can't attach,
perhaps due to an interrupt configuration problem, do not try to free
device ivars that have not
Sun Dec 30 15:38:06 2012(r244864)
+++ head/ObsoleteFiles.inc Sun Dec 30 16:28:06 2012(r244865)
@@ -38,6 +38,9 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20121230: libdisk removed
+OLD_FILES+=usr/share/man/man3/libdisk.3.gz usr/include/libdisk.h
+OLD_FILES+=usr/lib/libdisk.a
Author: kevlo
Date: Sun Dec 30 15:20:27 2012
New Revision: 244861
URL: http://svnweb.freebsd.org/changeset/base/244861
Log:
- Use BN_set_negative() and BN_is_negative() instead of subtracting or
comparing to zero.
- Fix fractional number exponentiation, especially for negative exponents.
Author: nwhitehorn
Date: Sun Dec 30 14:44:14 2012
New Revision: 244860
URL: http://svnweb.freebsd.org/changeset/base/244860
Log:
Add a man page for the new sade(8), which is mostly the same uninformative
manpage as the old sade(8).
Added:
head/usr.sbin/bsdinstall/partedit/sade.8 (contents
Author: nwhitehorn
Date: Sun Dec 30 14:35:00 2012
New Revision: 244859
URL: http://svnweb.freebsd.org/changeset/base/244859
Log:
Replace sade the extracted piece of sysinstall with sade the extracted
piece of bsdinstall (although this time with a symlink instead of duplicated
source code).
Author: nwhitehorn
Date: Sun Dec 30 14:33:16 2012
New Revision: 244858
URL: http://svnweb.freebsd.org/changeset/base/244858
Log:
If invoked as sade, don't complain about having a filesystem on / already
-- it's something you expect (and indeed hope for).
MFC after:1 week
Modified:
Author: pjd
Date: Sun Dec 30 13:47:40 2012
New Revision: 244857
URL: http://svnweb.freebsd.org/changeset/base/244857
Log:
Allow to create pool even if mount point directory is not empty if -f is
given.
Obtained from:WHEEL Systems
Modified:
head/cddl/contrib/opensolaris/cmd/zpool
==
--- head/ObsoleteFiles.inc Sun Dec 30 06:48:12 2012(r244854)
+++ head/ObsoleteFiles.inc Sun Dec 30 08:00:40 2012(r244855)
@@ -38,6 +38,9 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20121230
12 matches
Mail list logo