Re: svn commit: r244865 - in head: . lib lib/libdisk share/mk

2012-12-30 Thread Mark Linimon
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

Re: svn commit: r244865 - in head: . lib lib/libdisk share/mk

2012-12-30 Thread Juli Mallett
; --- 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 >&

Re: svn commit: r244865 - in head: . lib lib/libdisk share/mk

2012-12-30 Thread Garrett Cooper
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

Re: svn commit: r244865 - in head: . lib lib/libdisk share/mk

2012-12-30 Thread Adrian Chadd
> 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; >

svn commit: r244871 - head/sys/dev/fdt

2012-12-30 Thread Robert Watson
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

svn commit: r244865 - in head: . lib lib/libdisk share/mk

2012-12-30 Thread Nathan Whitehorn
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

svn commit: r244861 - head/usr.bin/dc

2012-12-30 Thread Kevin Lo
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.

svn commit: r244860 - head/usr.sbin/bsdinstall/partedit

2012-12-30 Thread Nathan Whitehorn
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

svn commit: r244859 - in head/usr.sbin: . bsdinstall/partedit sade

2012-12-30 Thread Nathan Whitehorn
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).

svn commit: r244858 - head/usr.sbin/bsdinstall/partedit

2012-12-30 Thread Nathan Whitehorn
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:

svn commit: r244857 - head/cddl/contrib/opensolaris/cmd/zpool

2012-12-30 Thread Pawel Jakub Dawidek
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

svn commit: r244855 - head

2012-12-30 Thread Hajimu UMEMOTO
== --- 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