Author: yongari
Date: Tue Mar 31 03:29:05 2009
New Revision: 190587
URL: http://svn.freebsd.org/changeset/base/190587
Log:
Partial revert r185756.
It seems that RTL8168D and RTL8102EL requires additional settle
time to complete RL_PHYAR register write. Accessing RL_PHYAR
register right aft
Author: imp
Date: Tue Mar 31 02:50:41 2009
New Revision: 190586
URL: http://svn.freebsd.org/changeset/base/190586
Log:
Go back to filtering all PHY addresses above 16 since at least two
cards still have issues with them. Maybe this is a silicon rev? In
any case, doing the filtering only fo
Author: davidxu
Date: Tue Mar 31 02:50:18 2009
New Revision: 190585
URL: http://svn.freebsd.org/changeset/base/190585
Log:
Turn on nodelete linker flag because libthr can not be unloaded safely,
it does hook on to libc.
Modified:
head/lib/libthr/Makefile
Modified: head/lib/libthr/Makefile
Author: weongyo
Date: Tue Mar 31 02:29:42 2009
New Revision: 190584
URL: http://svn.freebsd.org/changeset/base/190584
Log:
MFC r190434:
The malo(4) device driver first appeared in FreeBSD 7.1 not 8.0.
Reported by:John
Approved by: re (hrs)
Modified:
stable/7/share/ma
Author: imp
Date: Tue Mar 31 01:59:47 2009
New Revision: 190583
URL: http://svn.freebsd.org/changeset/base/190583
Log:
H... This can't be right... But it looks like the DL100xx chips
don't have one of the clock cycles (the turn cycle) that the AX88x90
chips have. Make this conditional
Author: delphij
Date: Tue Mar 31 01:01:01 2009
New Revision: 190582
URL: http://svn.freebsd.org/changeset/base/190582
Log:
Update bce(4) to latest -CURRENT version:
- Add several HP OEM parts' PCI IDs (187133+187317)
- Remove intermediate variable busaddr and have bus_* operate
dir
Hi Alexander,
On Tuesday 31 March 2009 00:18:38 Alexander Motin wrote:
> Author: mav
> Date: Mon Mar 30 22:18:38 2009
> New Revision: 190581
> URL: http://svn.freebsd.org/changeset/base/190581
>
> Log:
> Integrate user/mav/ata branch:
>
> Add ch_suspend/ch_resume methods for PCI controllers an
Author: mav
Date: Mon Mar 30 22:18:38 2009
New Revision: 190581
URL: http://svn.freebsd.org/changeset/base/190581
Log:
Integrate user/mav/ata branch:
Add ch_suspend/ch_resume methods for PCI controllers and implement them
for AHCI. Refactor AHCI channel initialization according to it.
Author: sam
Date: Mon Mar 30 21:54:39 2009
New Revision: 190580
URL: http://svn.freebsd.org/changeset/base/190580
Log:
revert unintended change
Modified:
head/sys/arm/conf/AVILA
Modified: head/sys/arm/conf/AVILA
==
-
Author: sam
Date: Mon Mar 30 21:53:27 2009
New Revision: 190579
URL: http://svn.freebsd.org/changeset/base/190579
Log:
Hoist 802.11 encapsulation up into net80211:
o call ieee80211_encap in ieee80211_start so frames passed down to drivers
are already encapsulated
o remove ieee80211_encap
Author: rpaulo
Date: Mon Mar 30 21:46:50 2009
New Revision: 190578
URL: http://svn.freebsd.org/changeset/base/190578
Log:
Fix typo in comment.
Modified:
head/sys/net80211/ieee80211_scan.h
Modified: head/sys/net80211/ieee80211_scan.h
===
Author: rpaulo
Date: Mon Mar 30 21:41:06 2009
New Revision: 190577
URL: http://svn.freebsd.org/changeset/base/190577
Log:
MFP mesh11s:
Add mesh debugging bit replacing the now deprecated RADKEYS.
Modified:
head/sys/net80211/ieee80211_var.h
Modified: head/sys/net80211/ieee80211_var.h
Author: emax
Date: Mon Mar 30 21:31:52 2009
New Revision: 190575
URL: http://svn.freebsd.org/changeset/base/190575
Log:
- Add ipfw_nat to the list of required modules if "firewall_nat_enable"
is set and "natd_enable" is NOT set;
- Accept and pass firewall type to the external firewall s
Author: sam
Date: Mon Mar 30 21:29:25 2009
New Revision: 190574
URL: http://svn.freebsd.org/changeset/base/190574
Log:
fake the association id so packets are not rejected in the tx path
Modified:
head/sys/dev/wi/if_wi.c
Modified: head/sys/dev/wi/if_wi.c
==
Author: trasz
Date: Mon Mar 30 20:56:37 2009
New Revision: 190573
URL: http://svn.freebsd.org/changeset/base/190573
Log:
Remove pseudocode from VOP_* manual pages. It was out of date anyway.
Reviewed by: scottl
Approved by: rwatson (mentor)
Modified:
head/share/man/man9/VOP_ACCESS.9
Author: sam
Date: Mon Mar 30 19:23:49 2009
New Revision: 190571
URL: http://svn.freebsd.org/changeset/base/190571
Log:
Remove ATH_SUPPORT_TDMA and use IEEE80211_SUPPORT_TDMA instead. It
doesn't make much sense to configure driver support w/o net80211.
Note this means ath now depends on opt_
Author: jeff
Date: Mon Mar 30 19:20:56 2009
New Revision: 190570
URL: http://svn.freebsd.org/changeset/base/190570
Log:
MFC SVN rev 189787.
- Fix steal_thresh calculation with odd numbers of cpus and sched_affinity()
for threads on runqueues.
Approved by: re
Modified:
stable/7/sys/
Author: jhb
Date: Mon Mar 30 18:47:13 2009
New Revision: 190569
URL: http://svn.freebsd.org/changeset/base/190569
Log:
MFC: Use a DMA boundary of 4GB to prevent individual transactions from
crossing a 4GB address boundary. Due to bus_size_t type limitations, the
driver uses a 2GB boundary i
Author: jhb
Date: Mon Mar 30 18:43:41 2009
New Revision: 190568
URL: http://svn.freebsd.org/changeset/base/190568
Log:
MFC: Reenable 64-bit DMA for twa(4) controllers, but use a boundary of 4GB
to prevent individual transactions from crossing a 4GB address boundary.
Due to bus_size_t type li
Author: jhb
Date: Mon Mar 30 18:38:03 2009
New Revision: 190567
URL: http://svn.freebsd.org/changeset/base/190567
Log:
MFC: Move the code to update cpu_cx_count out of acpi_cpu_generic_cx_probe()
and into acpi_cpu_startup() which is where all the other code to update this
global variable liv
Author: jhb
Date: Mon Mar 30 18:33:04 2009
New Revision: 190566
URL: http://svn.freebsd.org/changeset/base/190566
Log:
MFC: Move the code to update cpu_cx_count out of acpi_cpu_generic_cx_probe()
and into acpi_cpu_startup() which is where all the other code to update this
global variable liv
Author: rnoland
Date: Mon Mar 30 18:01:42 2009
New Revision: 190565
URL: http://svn.freebsd.org/changeset/base/190565
Log:
We don't know what these pages are going to be used for, they should be
un-cached. This got lost somewhere with all the bus_dma fixups.
MFC after:3 days
Modifie
Author: jhb
Date: Mon Mar 30 18:01:12 2009
New Revision: 190564
URL: http://svn.freebsd.org/changeset/base/190564
Log:
Add a simple manage for the refcount(9) API.
Requested by: rwatson
Added:
head/share/man/man9/refcount.9 (contents, props changed)
Modified:
head/share/man/man9/Make
Author: rnoland
Date: Mon Mar 30 17:49:21 2009
New Revision: 190563
URL: http://svn.freebsd.org/changeset/base/190563
Log:
Load the right microcode for RS780.
MFC after:3 days
Modified:
head/sys/dev/drm/r600_cp.c
Modified: head/sys/dev/drm/r600_cp.c
=
Author: imp
Date: Mon Mar 30 17:25:56 2009
New Revision: 190562
URL: http://svn.freebsd.org/changeset/base/190562
Log:
Two fixes:
(1) Delete all children when detaching to keep from adding a phy each
driver reload.
(2) All AX88x90 chips have the RST issue.
Modified:
head/sys/dev/ed/
Author: rpaulo
Date: Mon Mar 30 16:40:55 2009
New Revision: 190560
URL: http://svn.freebsd.org/changeset/base/190560
Log:
Add self to be able to MFH.
Modified:
svnadmin/conf/sizelimit.conf
Modified: svnadmin/conf/sizelimit.conf
Author: imp
Date: Mon Mar 30 16:15:06 2009
New Revision: 190559
URL: http://svn.freebsd.org/changeset/base/190559
Log:
This is a major reworking of the AX88x90 support.
o Introduce new chip_type AX88790. There's a few places we need to know the
exact chip for workaronds.
o Explain th
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
u...@vk2pj.dyndns.org wrote:
[...]
> Given that db runs with the same privileges as the process using it, I
> don't see how zeroing memory eliminates any information leak - the
> process can directly open and read the underlying db file itself.
> Zeroi
On Mon, Mar 30, 2009 at 09:18:50PM +1100, u...@vk2pj.dyndns.org wrote:
> Hi Xin,
>
> On 2009-Mar-28 04:00:46 +, Xin LI wrote:
> >Log:
> > When allocating memory, zero out them if we don't intend to overwrite them
> > all; before freeing memory, zero out them before we release it as free
> >
Author: imp
Date: Mon Mar 30 16:01:09 2009
New Revision: 190558
URL: http://svn.freebsd.org/changeset/base/190558
Log:
New PHY driver for the internal PHY found in the AX88790. There's a
number of quirks for this device, and this implements just the basics.
The 2.5s powerdown recommended in
Author: brueffer
Date: Mon Mar 30 15:01:29 2009
New Revision: 190557
URL: http://svn.freebsd.org/changeset/base/190557
Log:
Fix memory leak in semunload().
PR: 133064
Submitted by: Mateusz Guzik
MFC after:1 week
Modified:
head/sys/kern/sysv_sem.c
Modified: head/sys/ke
On Mon, 2009-03-30 at 08:47 +, Konstantin Belousov wrote:
> Author: kib
> Date: Mon Mar 30 08:47:28 2009
> New Revision: 190543
> URL: http://svn.freebsd.org/changeset/base/190543
>
> Log:
> Implement support for RTLD_NODELETE flag for dlopen() and -z nodelete
> static linker option. Do it
Author: rwatson
Date: Mon Mar 30 14:11:37 2009
New Revision: 190556
URL: http://svn.freebsd.org/changeset/base/190556
Log:
Merge r189196 from head to stable/7:
Remove unreachable code for generating RST segments from tcp_twcheck();
this code became stale when T/TCP support was removed
Author: piso
Date: Mon Mar 30 12:18:24 2009
New Revision: 190554
URL: http://svn.freebsd.org/changeset/base/190554
Log:
Return the commit-size privilege.
Modified:
svnadmin/conf/sizelimit.conf
Modified: svnadmin/conf/sizelimit.conf
Author: weongyo
Date: Mon Mar 30 11:51:05 2009
New Revision: 190552
URL: http://svn.freebsd.org/changeset/base/190552
Log:
when it failed to inform rx/tx dma setup it should clean up allocated
dma-related buffers and tags.
MFC after:3 days
Modified:
head/sys/dev/malo/if_malo.c
Mod
Author: piso
Date: Mon Mar 30 11:46:34 2009
New Revision: 190551
URL: http://svn.freebsd.org/changeset/base/190551
Log:
Temporary raise my commit limit.
Modified:
svnadmin/conf/sizelimit.conf
Modified: svnadmin/conf/sizelimit.conf
=
On Mon, Mar 30, 2009 at 11:23:14AM +, Weongyo Jeong wrote:
> Author: weongyo
> Date: Mon Mar 30 11:23:14 2009
> New Revision: 190550
> URL: http://svn.freebsd.org/changeset/base/190550
>
> Log:
> corrects a error message.
>
> Modified:
> head/sys/dev/malo/if_malohal.c
>
> Modified: head/
Author: weongyo
Date: Mon Mar 30 11:23:14 2009
New Revision: 190550
URL: http://svn.freebsd.org/changeset/base/190550
Log:
corrects a error message.
Modified:
head/sys/dev/malo/if_malohal.c
Modified: head/sys/dev/malo/if_malohal.c
=
Hi Xin,
On 2009-Mar-28 04:00:46 +, Xin LI wrote:
>Log:
> When allocating memory, zero out them if we don't intend to overwrite them
> all; before freeing memory, zero out them before we release it as free
> heap. This will eliminate some potential information leak issue.
Given that db ru
Author: mav
Date: Mon Mar 30 10:18:43 2009
New Revision: 190547
URL: http://svn.freebsd.org/changeset/base/190547
Log:
MFC rev. 190519:
Fixup relative pointers after channel realloc. It fixes crash on systems
with several HDA codecs per controller.
While I am there, remove some un
Author: weongyo
Date: Mon Mar 30 08:48:33 2009
New Revision: 190544
URL: http://svn.freebsd.org/changeset/base/190544
Log:
handles more exceptional cases when the driver failed to attach.
MFC after:3 days
Modified:
head/sys/dev/malo/if_malo_pci.c
Modified: head/sys/dev/malo/if_malo_
Author: kib
Date: Mon Mar 30 08:47:28 2009
New Revision: 190543
URL: http://svn.freebsd.org/changeset/base/190543
Log:
Implement support for RTLD_NODELETE flag for dlopen() and -z nodelete
static linker option. Do it by incrementing reference count on the loaded
object and its dependencies.
Author: lulf
Date: Mon Mar 30 08:44:29 2009
New Revision: 190542
URL: http://svn.freebsd.org/changeset/base/190542
Log:
MFC r190406:
- Remember to set umask before setting attributes of RCS file.
Approved by: re (kib)
Modified:
stable/7/contrib/csup/ (props changed)
stable/7/contr
Author: weongyo
Date: Mon Mar 30 08:39:42 2009
New Revision: 190541
URL: http://svn.freebsd.org/changeset/base/190541
Log:
fix a bug of uses after free.
Pointed by: dchagin
MFC after:3 days
Modified:
head/sys/dev/malo/if_malohal.c
Modified: head/sys/dev/malo/if_malohal.c
===
44 matches
Mail list logo