Re: svn commit: r252608 - in head: include lib/libc/stdlib

2013-07-04 Thread Bruce Evans
On Thu, 4 Jul 2013, Andrey Chernov wrote: On 04.07.2013 6:47, Bruce Evans wrote: Er, I think it is too dangerous to change either RAND_MAX or the offset without more preparation: - increasing the range returned (and increasing RAND_MAX to match) would obviously be binary-incompatible. Old bi

svn commit: r252686 - head/etc

2013-07-04 Thread Rui Paulo
Author: rpaulo Date: Thu Jul 4 07:32:40 2013 New Revision: 252686 URL: http://svnweb.freebsd.org/changeset/base/252686 Log: wpa_supplicant should be able to reassociate when resuming, so remove a comment saying it can't. Modified: head/etc/rc.resume Modified: head/etc/rc.resume ==

svn commit: r252688 - head/usr.sbin/pw

2013-07-04 Thread Dag-Erling Smørgrav
Author: des Date: Thu Jul 4 07:59:11 2013 New Revision: 252688 URL: http://svnweb.freebsd.org/changeset/base/252688 Log: Fall back to sha512 if passwd_format is not set. MFC after:3 days Modified: head/usr.sbin/pw/pw_user.c Modified: head/usr.sbin/pw/pw_user.c =

svn commit: r252689 - head/sys/mips/conf

2013-07-04 Thread Adrian Chadd
Author: adrian Date: Thu Jul 4 08:09:54 2013 New Revision: 252689 URL: http://svnweb.freebsd.org/changeset/base/252689 Log: Add the missing link back to the EEPROM firmware name. Modified: head/sys/mips/conf/AP93.hints Modified: head/sys/mips/conf/AP93.hints

svn commit: r252690 - head/sys/mips/conf

2013-07-04 Thread Adrian Chadd
Author: adrian Date: Thu Jul 4 08:13:14 2013 New Revision: 252690 URL: http://svnweb.freebsd.org/changeset/base/252690 Log: Add in a configuration file and hints for the Engenius ENH-200. This is an AR7240 based device with an AR9285 on-board. I've tested the initial boot and wifi sup

svn commit: r252691 - head/sys/mips/conf

2013-07-04 Thread Adrian Chadd
Author: adrian Date: Thu Jul 4 08:42:20 2013 New Revision: 252691 URL: http://svnweb.freebsd.org/changeset/base/252691 Log: Oops - fix bad hint numbering for the ART section. Modified: head/sys/mips/conf/ENH200.hints Modified: head/sys/mips/conf/ENH200.hints

svn commit: r252694 - head/sys/arm/arm

2013-07-04 Thread Grzegorz Bernacki
Author: gber Date: Thu Jul 4 10:38:14 2013 New Revision: 252694 URL: http://svnweb.freebsd.org/changeset/base/252694 Log: Fix modified bit emulation for ARMv6/v7 When doing pmap_enter_locked(), enable write permission only when access type indicates attempt to write. Otherwise, leave the

svn commit: r252695 - head/sys/arm/arm

2013-07-04 Thread Grzegorz Bernacki
Author: gber Date: Thu Jul 4 10:40:24 2013 New Revision: 252695 URL: http://svnweb.freebsd.org/changeset/base/252695 Log: Remove redundant clearing of the PGA_WRITEABLE flag in pmap_remove_all() This flag should already be cleared by pmap_nuke_pv() Submitted by: Zbigniew Bodek

Re: svn commit: r252608 - in head: include lib/libc/stdlib

2013-07-04 Thread Andrey Chernov
On 04.07.2013 11:01, Bruce Evans wrote: >> We already pass that moment in the past, changing old&bad formula with >> new one which cause the same effect: non-repeating sequence in the very >> global scope. We already agree that repeating depends on something like >> OS release numbers. I can't find

svn commit: r252696 - head/usr.sbin/powerd

2013-07-04 Thread Warren Block
Author: wblock (doc committer) Date: Thu Jul 4 12:24:39 2013 New Revision: 252696 URL: http://svnweb.freebsd.org/changeset/base/252696 Log: Put the power modes in a list to make them easier to find. Reviewed by: joel MFC after:1 week Modified: head/usr.sbin/powerd/powerd.8 Modif

svn commit: r252697 - head/sbin/dhclient

2013-07-04 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Jul 4 12:27:10 2013 New Revision: 252697 URL: http://svnweb.freebsd.org/changeset/base/252697 Log: Fix dhclient for interfaces that are down. The discover_interfaces() function that looks for interface skips interfaces that are not UP. We need to call dhclient-script P

Re: svn commit: r252608 - in head: include lib/libc/stdlib

2013-07-04 Thread Dmitry Morozovsky
On Thu, 4 Jul 2013, Andrey Chernov wrote: > >> We already pass that moment in the past, changing old&bad formula with > >> new one which cause the same effect: non-repeating sequence in the very > >> global scope. We already agree that repeating depends on something like > >> OS release numbers. I

svn commit: r252698 - head/lib/libc/stdlib

2013-07-04 Thread Andrey A. Chernov
Author: ache Date: Thu Jul 4 12:35:39 2013 New Revision: 252698 URL: http://svnweb.freebsd.org/changeset/base/252698 Log: Style fix noted by bde@ Modified: head/lib/libc/stdlib/rand.c Modified: head/lib/libc/stdlib/rand.c =

Re: svn commit: r252608 - in head: include lib/libc/stdlib

2013-07-04 Thread Andrey Chernov
On 04.07.2013 16:30, Dmitry Morozovsky wrote: > On Thu, 4 Jul 2013, Andrey Chernov wrote: > We already pass that moment in the past, changing old&bad formula with new one which cause the same effect: non-repeating sequence in the very global scope. We already agree that repeating de

svn commit: r252702 - in head/sys/dev/virtio: . balloon block network pci scsi

2013-07-04 Thread Bryan Venteicher
Author: bryanv Date: Thu Jul 4 17:50:11 2013 New Revision: 252702 URL: http://svnweb.freebsd.org/changeset/base/252702 Log: Convert VirtIO to use ithreads instead of taskqueues Contains projects/virtio commits: r245709: Each VirtIO device was scheduling its own taskqueue(9) to d

svn commit: r252703 - in head: share/man/man4 sys/dev/virtio/block

2013-07-04 Thread Bryan Venteicher
Author: bryanv Date: Thu Jul 4 17:53:02 2013 New Revision: 252703 URL: http://svnweb.freebsd.org/changeset/base/252703 Log: Merge several virtio_blk changes from projects/virtio The notable changes of this commit are support for disk resizing and chases updates to the spec regarding writ

svn commit: r252704 - head/sys/dev/virtio/balloon

2013-07-04 Thread Bryan Venteicher
Author: bryanv Date: Thu Jul 4 17:54:46 2013 New Revision: 252704 URL: http://svnweb.freebsd.org/changeset/base/252704 Log: Merge virtio_balloon changes from projects/virtio Contains projects/virtio commits: r245717: virtio_balloon: Make the softc lock a regular mutex r245718:

svn commit: r252706 - head/sys/dev/virtio/network

2013-07-04 Thread Bryan Venteicher
Author: bryanv Date: Thu Jul 4 17:55:58 2013 New Revision: 252706 URL: http://svnweb.freebsd.org/changeset/base/252706 Log: Merge vtnet changes from projects/virtio Minor changes to the network driver. A multiqueue driver that is a significant rewrite will be in merged shortly. Cont

svn commit: r252705 - in head/sys/dev/cxgbe: . common tom

2013-07-04 Thread Navdeep Parhar
Author: np Date: Thu Jul 4 17:55:52 2013 New Revision: 252705 URL: http://svnweb.freebsd.org/changeset/base/252705 Log: - Read all TP parameters in one place. - Read the filter mode, calculate various shifts, and use them properly during active open (in select_ntuple). MFC after:

svn commit: r252707 - in head: share/man/man4 sys/dev/virtio sys/dev/virtio/balloon sys/dev/virtio/block sys/dev/virtio/network sys/dev/virtio/pci sys/dev/virtio/scsi

2013-07-04 Thread Bryan Venteicher
Author: bryanv Date: Thu Jul 4 17:57:26 2013 New Revision: 252707 URL: http://svnweb.freebsd.org/changeset/base/252707 Log: Merge virtio changes from projects/virtio Contains projects/virtio commits: r245738: virtio: Minor man page tweaks r246060: virtio: Cleanup feature

svn commit: r252708 - in head/sys/dev/virtio: . pci

2013-07-04 Thread Bryan Venteicher
Author: bryanv Date: Thu Jul 4 17:59:09 2013 New Revision: 252708 URL: http://svnweb.freebsd.org/changeset/base/252708 Log: Merge virtio_pci changes from projects/virtio This commit is primarily a significant cleanup to the interrupt allocation code that had gotten a bit jumbled from hav

svn commit: r252709 - head/sys/dev/virtio/scsi

2013-07-04 Thread Bryan Venteicher
Author: bryanv Date: Thu Jul 4 18:00:27 2013 New Revision: 252709 URL: http://svnweb.freebsd.org/changeset/base/252709 Log: Merge virtio_scsi change from projects/virtio r252680: Fix SIM lock not owned panic The CAM locking requirements of registering an async callback

svn commit: r252710 - in head/sys: netinet netinet6

2013-07-04 Thread Mikolaj Golub
Author: trociny Date: Thu Jul 4 18:38:00 2013 New Revision: 252710 URL: http://svnweb.freebsd.org/changeset/base/252710 Log: In r227207, to fix the issue with possible NULL inp_socket pointer dereferencing, when checking for SO_REUSEPORT option (and SO_REUSEADDR for multicast), INP_REUSEPOR

svn commit: r252711 - in head/sys/dev/cxgbe: common tom

2013-07-04 Thread Navdeep Parhar
Author: np Date: Thu Jul 4 18:41:21 2013 New Revision: 252711 URL: http://svnweb.freebsd.org/changeset/base/252711 Log: The T5 allows the driver to specify the ISS. Do so; use the ISS picked by the kernel. MFC after:1 day Modified: head/sys/dev/cxgbe/common/t4_msg.h head/sys/de

svn commit: r252713 - head/usr.sbin/powerd

2013-07-04 Thread Warren Block
Author: wblock (doc committer) Date: Thu Jul 4 18:59:58 2013 New Revision: 252713 URL: http://svnweb.freebsd.org/changeset/base/252713 Log: Whitespace fixes: remove tabs on blank links, spaces following content, tabs after spaces. Reviewed by: gjb MFC after:1 week Modified: hea

svn commit: r252714 - head/sys/fs/nullfs

2013-07-04 Thread Konstantin Belousov
Author: kib Date: Thu Jul 4 19:01:18 2013 New Revision: 252714 URL: http://svnweb.freebsd.org/changeset/base/252714 Log: The tvp vnode on rename is usually unlinked. Drop the cached null vnode for tvp to allow the free of the lower vnode, if needed. PR: kern/180236 Tested by:smh

Re: svn commit: r252710 - in head/sys: netinet netinet6

2013-07-04 Thread Mikolaj Golub
On Thu, Jul 04, 2013 at 06:38:01PM +, Mikolaj Golub wrote: > Author: trociny > Date: Thu Jul 4 18:38:00 2013 > New Revision: 252710 > URL: http://svnweb.freebsd.org/changeset/base/252710 > > Log: > In r227207, to fix the issue with possible NULL inp_socket pointer > dereferencing, when ch

svn commit: r252715 - head/sys/dev/cxgbe

2013-07-04 Thread Navdeep Parhar
Author: np Date: Thu Jul 4 19:15:41 2013 New Revision: 252715 URL: http://svnweb.freebsd.org/changeset/base/252715 Log: Ring the egress queue's doorbell as soon as there are 8 or more descriptors ready to be processed. MFC after:1 day Modified: head/sys/dev/cxgbe/t4_sge.c Modifie

svn commit: r252716 - head/sys/dev/cxgbe/tom

2013-07-04 Thread Navdeep Parhar
Author: np Date: Thu Jul 4 19:44:30 2013 New Revision: 252716 URL: http://svnweb.freebsd.org/changeset/base/252716 Log: Pay attention to TCP_NODELAY when it's set/unset after the connection is established. MFC after:1 day Modified: head/sys/dev/cxgbe/tom/t4_tom.c Modified: head/s

svn commit: r252717 - head/sys/dev/iwn

2013-07-04 Thread Adrian Chadd
Author: adrian Date: Thu Jul 4 19:45:34 2013 New Revision: 252717 URL: http://svnweb.freebsd.org/changeset/base/252717 Log: Enable the station-side power management flag. It's not enabled by default in net80211 so this is a no-op unless if you enable it (ifconfig wlan0 powersave). T

svn commit: r252718 - head/sys/netinet

2013-07-04 Thread Michael Tuexen
Author: tuexen Date: Thu Jul 4 19:47:46 2013 New Revision: 252718 URL: http://svnweb.freebsd.org/changeset/base/252718 Log: When processing an incoming ABORT, SHUTDOWN_COMPLETE or ERROR (NAT related) chunk, take always the T-bit into account, when checking the verification tag. MFC aft

svn commit: r252719 - head/sys/boot/fdt/dts

2013-07-04 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Jul 4 20:08:42 2013 New Revision: 252719 URL: http://svnweb.freebsd.org/changeset/base/252719 Log: Add nodes for PWMSS1 and PWMSS2 Modified: head/sys/boot/fdt/dts/am335x.dtsi Modified: head/sys/boot/fdt/dts/am335x.dtsi

svn commit: r252720 - in head/contrib/llvm: include/llvm/CodeGen lib/CodeGen lib/CodeGen/SelectionDAG

2013-07-04 Thread Dimitry Andric
Author: dim Date: Thu Jul 4 20:10:33 2013 New Revision: 252720 URL: http://svnweb.freebsd.org/changeset/base/252720 Log: Pull in r185594 from llvm trunk: Add MachineBasicBlock::addLiveIn(). This function adds a live-in physical register to an MBB and ensures that it is copied

svn commit: r252721 - head/usr.sbin/bsdconfig/share/media

2013-07-04 Thread Devin Teske
Author: dteske Date: Thu Jul 4 20:12:12 2013 New Revision: 252721 URL: http://svnweb.freebsd.org/changeset/base/252721 Log: Implement $probe_only for the media access modules. sysinstall(8) was allowed to ignore the probe_only argument of its member functions solely because in the C languag

svn commit: r252722 - head/sys/arm/ti/am335x

2013-07-04 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Jul 4 20:13:22 2013 New Revision: 252722 URL: http://svnweb.freebsd.org/changeset/base/252722 Log: Add support for ePWM submodule of PWMSS ePWM is controlled by sysctl nodes dev.am335x_pwm.N.period, dev.am335x_pwm.N.dutyA and dev.am335x_pwm.N.dutyB that controls

svn commit: r252724 - head/sys/dev/cxgbe

2013-07-04 Thread Navdeep Parhar
Author: np Date: Thu Jul 4 20:17:39 2013 New Revision: 252724 URL: http://svnweb.freebsd.org/changeset/base/252724 Log: On-the-fly changes to the interrupt coalescing timer should apply to the TOE rx queues too. MFC after:1 day Modified: head/sys/dev/cxgbe/t4_main.c Modified: hea

Re: svn commit: r252435 - in head/sys/ufs: ffs ufs

2013-07-04 Thread Pawel Jakub Dawidek
On Mon, Jul 01, 2013 at 03:00:16AM +, Pedro F. Giffuni wrote: > Author: pfg > Date: Mon Jul 1 03:00:15 2013 > New Revision: 252435 > URL: http://svnweb.freebsd.org/changeset/base/252435 > > Log: > Change i_gen in UFS to an unsigned type. > > In UFS, i_gen is a random generated value an

svn commit: r252725 - head/sys/dev/usb/wlan

2013-07-04 Thread Rui Paulo
Author: rpaulo Date: Thu Jul 4 20:57:15 2013 New Revision: 252725 URL: http://svnweb.freebsd.org/changeset/base/252725 Log: Set ic_cryptocaps to make sure wpa_supplicant works with WEP. Modified: head/sys/dev/usb/wlan/if_rum.c head/sys/dev/usb/wlan/if_uath.c head/sys/dev/usb/wlan/if_upgt

svn commit: r252727 - in head/sys: dev/iwn dev/ral net80211

2013-07-04 Thread Adrian Chadd
Author: adrian Date: Thu Jul 4 21:16:49 2013 New Revision: 252727 URL: http://svnweb.freebsd.org/changeset/base/252727 Log: Implement basic 802.11n awareness in the PHY and AMRR rate control code. * Add 802.11n 2ghz and 5ghz tables, including legacy rates and up to MCS23 rates (3x3.)

svn commit: r252728 - in head/sys/dev/cxgbe: . tom

2013-07-04 Thread Navdeep Parhar
Author: np Date: Thu Jul 4 21:19:01 2013 New Revision: 252728 URL: http://svnweb.freebsd.org/changeset/base/252728 Log: - Make note of interface MTU change if the rx queues exist, and not just when the interface is up. - Add a tunable to control the TOE's rx coalesce feature (enabled by

svn commit: r252729 - in head/contrib/wpa: hostapd src src/ap src/common src/crypto src/drivers src/eap_common src/eap_peer src/eap_server src/eapol_auth src/eapol_supp src/l2_packet src/p2p src/ra...

2013-07-04 Thread Rui Paulo
Author: rpaulo Date: Thu Jul 4 21:31:28 2013 New Revision: 252729 URL: http://svnweb.freebsd.org/changeset/base/252729 Log: Remove unused files / directories. Deleted: head/contrib/wpa/hostapd/Makefile head/contrib/wpa/src/Makefile head/contrib/wpa/src/ap/Makefile head/contrib/wpa/src/

svn commit: r252732 - head/cddl/contrib/opensolaris/cmd/zfs

2013-07-04 Thread Martin Matuska
Author: mm Date: Thu Jul 4 22:26:38 2013 New Revision: 252732 URL: http://svnweb.freebsd.org/changeset/base/252732 Log: Fix misleading or remove irrelevant illumos messages and manpage references in the zfs command. PR: bin/178996 Submitted by: Peter Schaefer MFC after:

svn commit: r252733 - head/contrib/wpa/wpa_supplicant/dbus

2013-07-04 Thread Rui Paulo
Author: rpaulo Date: Thu Jul 4 23:01:24 2013 New Revision: 252733 URL: http://svnweb.freebsd.org/changeset/base/252733 Log: Restore the dbus directory that was not meant to be deleted in r252729. Added: head/contrib/wpa/wpa_supplicant/dbus/ - copied from r252732, vendor/wpa/dist/wpa_sup

svn commit: r252734 - in head/contrib/wpa: src/crypto src/drivers src/radius src/tls src/utils wpa_supplicant wpa_supplicant/dbus

2013-07-04 Thread Rui Paulo
Author: rpaulo Date: Thu Jul 4 23:05:28 2013 New Revision: 252734 URL: http://svnweb.freebsd.org/changeset/base/252734 Log: Delete .gitignore files. Deleted: head/contrib/wpa/src/crypto/.gitignore head/contrib/wpa/src/drivers/.gitignore head/contrib/wpa/src/radius/.gitignore head/contr

svn commit: r252736 - head/sys/net80211

2013-07-04 Thread Adrian Chadd
Author: adrian Date: Fri Jul 5 00:03:53 2013 New Revision: 252736 URL: http://svnweb.freebsd.org/changeset/base/252736 Log: Document the current 11n rate selection shortcoming in the AMRR code. Modified: head/sys/net80211/ieee80211_amrr.c Modified: head/sys/net80211/ieee80211_amrr.c ===

Re: svn commit: r252734 - in head/contrib/wpa: src/crypto src/drivers src/radius src/tls src/utils wpa_supplicant wpa_supplicant/dbus

2013-07-04 Thread Garrett Cooper
On Jul 4, 2013, at 4:05 PM, Rui Paulo wrote: > Author: rpaulo > Date: Thu Jul 4 23:05:28 2013 > New Revision: 252734 > URL: http://svnweb.freebsd.org/changeset/base/252734 > > Log: > Delete .gitignore files. > > Deleted: > head/contrib/wpa/src/crypto/.gitignore > head/contrib/wpa/src/drivers

Re: svn commit: r252734 - in head/contrib/wpa: src/crypto src/drivers src/radius src/tls src/utils wpa_supplicant wpa_supplicant/dbus

2013-07-04 Thread Rui Paulo
On 4 Jul 2013, at 17:18, Garrett Cooper wrote: > On Jul 4, 2013, at 4:05 PM, Rui Paulo wrote: > >> Author: rpaulo >> Date: Thu Jul 4 23:05:28 2013 >> New Revision: 252734 >> URL: http://svnweb.freebsd.org/changeset/base/252734 >> >> Log: >> Delete .gitignore files. >> >> Deleted: >> head/cont

Re: svn commit: r252734 - in head/contrib/wpa: src/crypto src/drivers src/radius src/tls src/utils wpa_supplicant wpa_supplicant/dbus

2013-07-04 Thread Garrett Cooper
On Jul 4, 2013, at 5:24 PM, Rui Paulo wrote: > On 4 Jul 2013, at 17:18, Garrett Cooper wrote: > >> On Jul 4, 2013, at 4:05 PM, Rui Paulo wrote: >> >>> Author: rpaulo >>> Date: Thu Jul 4 23:05:28 2013 >>> New Revision: 252734 >>> URL: http://svnweb.freebsd.org/changeset/base/252734 >>> >>> Log

svn commit: r252737 - head/usr.sbin/bsdconfig/share/media

2013-07-04 Thread Devin Teske
Author: dteske Date: Fri Jul 5 01:18:54 2013 New Revision: 252737 URL: http://svnweb.freebsd.org/changeset/base/252737 Log: Set name of device to directory path (displayed during package operations). Modified: head/usr.sbin/bsdconfig/share/media/directory.subr Modified: head/usr.sbin/bsdcon

svn commit: r252738 - head/usr.sbin/bsdconfig/share/packages

2013-07-04 Thread Devin Teske
Author: dteske Date: Fri Jul 5 01:21:01 2013 New Revision: 252738 URL: http://svnweb.freebsd.org/changeset/base/252738 Log: Allow global default as general fall-back for package management routines. Modified: head/usr.sbin/bsdconfig/share/packages/index.subr Modified: head/usr.sbin/bsdconfi

svn commit: r252740 - head/usr.sbin/bsdconfig/share/packages

2013-07-04 Thread Devin Teske
Author: dteske Date: Fri Jul 5 01:28:30 2013 New Revision: 252740 URL: http://svnweb.freebsd.org/changeset/base/252740 Log: Comments. Modified: head/usr.sbin/bsdconfig/share/packages/packages.subr Modified: head/usr.sbin/bsdconfig/share/packages/packages.subr ===

svn commit: r252741 - head/usr.sbin/bsdconfig/share/packages

2013-07-04 Thread Devin Teske
Author: dteske Date: Fri Jul 5 01:30:13 2013 New Revision: 252741 URL: http://svnweb.freebsd.org/changeset/base/252741 Log: Get rid of place-holder in preparation for incoming package mgmt code. Modified: head/usr.sbin/bsdconfig/share/packages/packages.subr Modified: head/usr.sbin/bsdconfig

svn commit: r252742 - head/usr.sbin/bsdconfig/share/packages

2013-07-04 Thread Devin Teske
Author: dteske Date: Fri Jul 5 01:32:39 2013 New Revision: 252742 URL: http://svnweb.freebsd.org/changeset/base/252742 Log: Remove separate processing of dependent packages from the "Review" screen since f_package_add (packageAdd resword) processes dependencies itself. NOTE: This is in prep

Re: svn commit: r252734 - in head/contrib/wpa: src/crypto src/drivers src/radius src/tls src/utils wpa_supplicant wpa_supplicant/dbus

2013-07-04 Thread Rui Paulo
On 4 Jul 2013, at 17:44, Garrett Cooper wrote: > On Jul 4, 2013, at 5:24 PM, Rui Paulo wrote: > >> On 4 Jul 2013, at 17:18, Garrett Cooper wrote: >> >>> On Jul 4, 2013, at 4:05 PM, Rui Paulo wrote: >>> Author: rpaulo Date: Thu Jul 4 23:05:28 2013 New Revision: 252734 URL:

svn commit: r252743 - head/usr.sbin/bsdconfig/share

2013-07-04 Thread Devin Teske
Author: dteske Date: Fri Jul 5 01:37:35 2013 New Revision: 252743 URL: http://svnweb.freebsd.org/changeset/base/252743 Log: Add mustberoot.subr to the list of includes for scripts, exposing the helper function f_mustberoot_init() to make it easy to write scripts that can more easily transit

svn commit: r252744 - head/usr.sbin/bsdconfig/share

2013-07-04 Thread Devin Teske
Author: dteske Date: Fri Jul 5 01:38:42 2013 New Revision: 252744 URL: http://svnweb.freebsd.org/changeset/base/252744 Log: Add debugging for each of the initialized default variables. Modified: head/usr.sbin/bsdconfig/share/variable.subr Modified: head/usr.sbin/bsdconfig/share/variable.sub

svn commit: r252745 - in head/usr.sbin/bsdconfig: include share share/packages

2013-07-04 Thread Devin Teske
Author: dteske Date: Fri Jul 5 01:44:59 2013 New Revision: 252745 URL: http://svnweb.freebsd.org/changeset/base/252745 Log: Add the necessary code to install packages (uninstall and re-install still pending). Both scripted access (packageAdd) and UI access have been tested successfully with

svn commit: r252746 - in head/usr.sbin/bsdconfig: networking/share share

2013-07-04 Thread Devin Teske
Author: dteske Date: Fri Jul 5 01:49:20 2013 New Revision: 252746 URL: http://svnweb.freebsd.org/changeset/base/252746 Log: Add the beginnings of the old networking services functionality of sysinstall(8). The UI for this will come later while this exposes the functionality to the scripted

svn commit: r252747 - in head/sys/dev/cxgbe: . common

2013-07-04 Thread Navdeep Parhar
Author: np Date: Fri Jul 5 01:53:51 2013 New Revision: 252747 URL: http://svnweb.freebsd.org/changeset/base/252747 Log: - Show the reason why link is down if this information is available. - Display the temperature and PHY firmware version of the BT PHY. MFC after:1 day Modified:

svn commit: r252753 - head/usr.sbin/bsdconfig/share/packages

2013-07-04 Thread Devin Teske
Author: dteske Date: Fri Jul 5 03:12:29 2013 New Revision: 252753 URL: http://svnweb.freebsd.org/changeset/base/252753 Log: Fix a typo in a comment. Modified: head/usr.sbin/bsdconfig/share/packages/index.subr Modified: head/usr.sbin/bsdconfig/share/packages/index.subr ==

svn commit: r252771 - head/usr.sbin/bsdconfig/share/packages

2013-07-04 Thread Devin Teske
Author: dteske Date: Fri Jul 5 06:20:01 2013 New Revision: 252771 URL: http://svnweb.freebsd.org/changeset/base/252771 Log: Minor debugging changes/additions. Modified: head/usr.sbin/bsdconfig/share/packages/packages.subr Modified: head/usr.sbin/bsdconfig/share/packages/packages.subr ==

svn commit: r252772 - head/usr.sbin/bsdconfig/share/packages

2013-07-04 Thread Devin Teske
Author: dteske Date: Fri Jul 5 06:22:25 2013 New Revision: 252772 URL: http://svnweb.freebsd.org/changeset/base/252772 Log: Don't deselect a package right after installing it (this went unnoticed because [currently] we exit after performing requests actions -- if we ever change this to retu

svn commit: r252773 - head/usr.sbin/bsdconfig/share/packages

2013-07-04 Thread Devin Teske
Author: dteske Date: Fri Jul 5 06:24:18 2013 New Revision: 252773 URL: http://svnweb.freebsd.org/changeset/base/252773 Log: Prevent f_package_add() from re-performing f_package_detect_installed() even though f_package_config() may have already detected the installed packages. Modified: h

svn commit: r252774 - head/usr.sbin/bsdconfig/share/packages

2013-07-04 Thread Devin Teske
Author: dteske Date: Fri Jul 5 06:46:11 2013 New Revision: 252774 URL: http://svnweb.freebsd.org/changeset/base/252774 Log: Add minor debugging. Modified: head/usr.sbin/bsdconfig/share/packages/packages.subr Modified: head/usr.sbin/bsdconfig/share/packages/packages.subr

svn commit: r252775 - in head/usr.sbin/bsdconfig: include share share/packages

2013-07-04 Thread Devin Teske
Author: dteske Date: Fri Jul 5 06:52:07 2013 New Revision: 252775 URL: http://svnweb.freebsd.org/changeset/base/252775 Log: Add the necessary code to uninstall packages (re-install still pending). Both scripted access (packageDelete) and UI access have been tested successfully with a variat