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
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
==
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
=
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
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
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
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
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
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
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
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
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
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
=
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
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
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
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:
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.)
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
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/
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:
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
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
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
===
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
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
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
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
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
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
===
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
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
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:
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
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
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
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
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:
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
==
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
==
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
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
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
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
65 matches
Mail list logo