on 07/06/2011 22:45 Jung-uk Kim said the following:
> On Tuesday 07 June 2011 03:31 pm, Jung-uk Kim wrote:
>> On Tuesday 07 June 2011 03:08 pm, Andriy Gapon wrote:
>>> on 07/06/2011 21:02 John Baldwin said the following:
On Tuesday, June 07, 2011 11:39:26 am Jung-uk Kim wrote:
> On Tuesday
Author: ae
Date: Wed Jun 8 04:57:14 2011
New Revision: 222851
URL: http://svn.freebsd.org/changeset/base/222851
Log:
MFC r222560:
Hide some debug messages under debug macro.
Modified:
stable/8/sys/netinet/ipfw/ip_dummynet.c
Directory Properties:
stable/8/sys/ (props changed)
stable
Author: ae
Date: Wed Jun 8 04:54:22 2011
New Revision: 222850
URL: http://svn.freebsd.org/changeset/base/222850
Log:
MFC r222559:
Hide useless warning under debug macro.
PR: kern/69963, kern/139226
This is direct commit to stable/7.
Modified:
stable/7/sys/netinet/
Author: ae
Date: Wed Jun 8 04:50:23 2011
New Revision: 222849
URL: http://svn.freebsd.org/changeset/base/222849
Log:
MFC r222559:
Hide useless warning under debug macro.
PR: kern/69963, kern/139226
Modified:
stable/8/sys/netinet/ipfw/ip_fw_dynamic.c
Directory Properties:
Author: hrs
Date: Wed Jun 8 04:06:56 2011
New Revision: 222848
URL: http://svn.freebsd.org/changeset/base/222848
Log:
- Disable "resolvconf -d" temporarily to avoid extra invocations of the script
under a certain condition.
- Fix argv handling.
Spotted by: ume
Modified:
head/usr
Author: dchagin
Date: Wed Jun 8 03:55:58 2011
New Revision: 222847
URL: http://svn.freebsd.org/changeset/base/222847
Log:
MFC r219558:
Style(9) fixes. No functional changes.
Modified:
stable/8/sys/compat/linux/linux_ipc.c
Directory Properties:
stable/8/sys/ (props changed)
stable/
Author: dchagin
Date: Wed Jun 8 03:45:40 2011
New Revision: 222846
URL: http://svn.freebsd.org/changeset/base/222846
Log:
MFC r219405:
Extend struct sysvec with new method sv_schedtail, which is used for an
explicit process at fork trampoline path instead of eventhadler(schedtail)
invocat
Author: bz
Date: Wed Jun 8 03:02:11 2011
New Revision: 222845
URL: http://svn.freebsd.org/changeset/base/222845
Log:
Correct comments and debug logging in ipsec to better match reality.
MFC after:3 days
Modified:
head/sys/netinet/ip_input.c
head/sys/netinet/ip_ipsec.c
head/sys/n
Author: rmacklem
Date: Wed Jun 8 01:28:46 2011
New Revision: 222844
URL: http://svn.freebsd.org/changeset/base/222844
Log:
MFC: r91
Add some missing mutex locking to the new NFS client.
Modified:
stable/8/sys/fs/nfsclient/nfs_clvnops.c
Directory Properties:
stable/8/sys/ (props cha
Author: delphij
Date: Wed Jun 8 01:18:47 2011
New Revision: 222843
URL: http://svn.freebsd.org/changeset/base/222843
Log:
MFC less v443.
Deleted:
stable/8/contrib/less/COPYING
Modified:
stable/8/contrib/less/LICENSE
stable/8/contrib/less/Makefile.aut
stable/8/contrib/less/Makefile.wnm
Author: rmacklem
Date: Wed Jun 8 01:14:31 2011
New Revision: 222842
URL: http://svn.freebsd.org/changeset/base/222842
Log:
MFC: r89
Fix the new NFS client so that it correctly sets the "must_commit"
argument for a write RPC when it succeeds for the first one and
fails for a subsequent
Author: delphij
Date: Wed Jun 8 00:31:10 2011
New Revision: 222841
URL: http://svn.freebsd.org/changeset/base/222841
Log:
Use .Dq instead of hardcoding `` and ''.
Suggested by: gjb
Modified:
head/share/man/man5/fstab.5
Modified: head/share/man/man5/fstab.5
=
On Tue, Jun 07, 2011 at 08:47:32PM +0300, Alexander Motin wrote:
> Hans Petter Selasky wrote:
> > On Tuesday 07 June 2011 19:01:52 Alexander Motin wrote:
> >> Author: mav
> >> Date: Tue Jun 7 17:01:52 2011
> >> New Revision: 222826
> >> URL: http://svn.freebsd.org/changeset/base/222826
> >>
> >> L
Author: marius
Date: Tue Jun 7 23:15:21 2011
New Revision: 222840
URL: http://svn.freebsd.org/changeset/base/222840
Log:
- For the case when tl1_align(_trap) is used to call rsf_fatal via
RSF_FATAL we need to switch to alternate globals for KSTACK_CHECK just
like tl1_data_excptn(_trap)
Author: jhb
Date: Tue Jun 7 21:48:36 2011
New Revision: 222839
URL: http://svn.freebsd.org/changeset/base/222839
Log:
MFC 219968:
Fix some locking nits with the p_state field of struct proc:
- Hold the proc lock while changing the state from PRS_NEW to PRS_NORMAL
in fork to honor the lo
Author: jhb
Date: Tue Jun 7 21:16:02 2011
New Revision: 222838
URL: http://svn.freebsd.org/changeset/base/222838
Log:
MFC 221138:
Only align MSI message groups based on the number of messages being
allocated, not the maximum number of messages the device supports. The
spec only requires
Author: jhb
Date: Tue Jun 7 21:15:43 2011
New Revision: 222837
URL: http://svn.freebsd.org/changeset/base/222837
Log:
MFC 221138:
Only align MSI message groups based on the number of messages being
allocated, not the maximum number of messages the device supports. The
spec only requires
Author: mm
Date: Tue Jun 7 20:46:31 2011
New Revision: 222835
URL: http://svn.freebsd.org/changeset/base/222835
Log:
Silence notice on pool creation, import and access.
Suggested by: Jeremy Chadwick (freebsd-stable@)
Discussed with: pjd
MFC after:1 week
Modified:
head/sys/
Author: zec
Date: Tue Jun 7 20:46:03 2011
New Revision: 222834
URL: http://svn.freebsd.org/changeset/base/222834
Log:
Set curvnet context in a callout-trigerred code path.
MFC after:3 days
Modified:
head/sys/net/bridgestp.c
head/sys/net/bridgestp.h
Modified: head/sys/net/bridgest
On Tuesday, June 07, 2011 3:08:29 pm Jung-uk Kim wrote:
> On Tuesday 07 June 2011 02:02 pm, John Baldwin wrote:
> > On Tuesday, June 07, 2011 11:39:26 am Jung-uk Kim wrote:
> > > On Tuesday 07 June 2011 09:52 am, John Baldwin wrote:
> > > The whole point of this commit is to blacklist *recent* BIOS
On Tuesday 07 June 2011 03:31 pm, Jung-uk Kim wrote:
> On Tuesday 07 June 2011 03:08 pm, Andriy Gapon wrote:
> > on 07/06/2011 21:02 John Baldwin said the following:
> > > On Tuesday, June 07, 2011 11:39:26 am Jung-uk Kim wrote:
> > >> On Tuesday 07 June 2011 09:52 am, John Baldwin wrote:
> > >> Th
Author: bz
Date: Tue Jun 7 19:39:34 2011
New Revision: 222833
URL: http://svn.freebsd.org/changeset/base/222833
Log:
For the moment document the possible problem introduced with dynamic address
family detection in world, mostly noticed by ifconfig(8), when running with
an old kernel.
R
On Tuesday 07 June 2011 03:08 pm, Andriy Gapon wrote:
> on 07/06/2011 21:02 John Baldwin said the following:
> > On Tuesday, June 07, 2011 11:39:26 am Jung-uk Kim wrote:
> >> On Tuesday 07 June 2011 09:52 am, John Baldwin wrote:
> >> The whole point of this commit is to blacklist *recent* BIOS (or
on 07/06/2011 21:02 John Baldwin said the following:
> On Tuesday, June 07, 2011 11:39:26 am Jung-uk Kim wrote:
>> On Tuesday 07 June 2011 09:52 am, John Baldwin wrote:
>> The whole point of this commit is to blacklist *recent* BIOS (or CSM)
>> from probing keyboard typematic information, more spe
On Tuesday 07 June 2011 02:02 pm, John Baldwin wrote:
> On Tuesday, June 07, 2011 11:39:26 am Jung-uk Kim wrote:
> > On Tuesday 07 June 2011 09:52 am, John Baldwin wrote:
> > The whole point of this commit is to blacklist *recent* BIOS (or
> > CSM) from probing keyboard typematic information, more
Author: delphij
Date: Tue Jun 7 18:48:49 2011
New Revision: 222832
URL: http://svn.freebsd.org/changeset/base/222832
Log:
Add a special mount option "failok" to indicate that the administrator wants
the system to proceed to boot without bailing out into single user mode,
even when the file
Author: dchagin
Date: Tue Jun 7 18:43:02 2011
New Revision: 222831
URL: http://svn.freebsd.org/changeset/base/222831
Log:
MFC r219242:
Print out shared flag for debug purpose.
Modified:
stable/8/sys/compat/linux/linux_futex.c
Directory Properties:
stable/8/sys/ (props changed)
sta
On Tuesday, June 07, 2011 11:39:26 am Jung-uk Kim wrote:
> On Tuesday 07 June 2011 09:52 am, John Baldwin wrote:
> The whole point of this commit is to blacklist *recent* BIOS (or CSM)
> from probing keyboard typematic information, more specifically,
> recent Intel chipset platforms. They don't
Hans Petter Selasky wrote:
> On Tuesday 07 June 2011 19:01:52 Alexander Motin wrote:
>> Author: mav
>> Date: Tue Jun 7 17:01:52 2011
>> New Revision: 222826
>> URL: http://svn.freebsd.org/changeset/base/222826
>>
>> Log:
>> Make automatic hw.snd.default_unit choice a bit more intelligent. Instea
Author: jhb
Date: Tue Jun 7 17:40:33 2011
New Revision: 222829
URL: http://svn.freebsd.org/changeset/base/222829
Log:
Log the socket address passed as the destination to sendto() and sendmsg()
via ktrace.
MFC after:1 week
Modified:
head/sys/kern/uipc_syscalls.c
Modified: head/sys
Author: marius
Date: Tue Jun 7 17:33:39 2011
New Revision: 222828
URL: http://svn.freebsd.org/changeset/base/222828
Log:
Adapt CATR() to r222813. This is somewhat tricky as we can't afford using
more than three temporary register in several places CATR() is used so
this code trades instruct
On Tuesday 07 June 2011 19:01:52 Alexander Motin wrote:
> Author: mav
> Date: Tue Jun 7 17:01:52 2011
> New Revision: 222826
> URL: http://svn.freebsd.org/changeset/base/222826
>
> Log:
> Make automatic hw.snd.default_unit choice a bit more intelligent. Instead
> of just setting it to the fir
Author: marius
Date: Tue Jun 7 17:19:14 2011
New Revision: 222827
URL: http://svn.freebsd.org/changeset/base/222827
Log:
Fix a problem with r222813; given that we may only operate on interrupt
globals here but clobber %y save and restore the latter.
Modified:
head/sys/sparc64/sparc64/mp_ex
Author: mav
Date: Tue Jun 7 17:01:52 2011
New Revision: 222826
URL: http://svn.freebsd.org/changeset/base/222826
Log:
Make automatic hw.snd.default_unit choice a bit more intelligent. Instead
of just setting it to the first registered device, reevaluate it for each
device registered, trying
Author: jh
Date: Tue Jun 7 16:23:27 2011
New Revision: 222825
URL: http://svn.freebsd.org/changeset/base/222825
Log:
Remove a gratuitous newline. This should be a non-functional change.
PR: bin/153667
Submitted by: Craig Leres
MFC after:1 week
Modified:
head/libexec/co
Author: hrs
Date: Tue Jun 7 15:40:17 2011
New Revision: 222824
URL: http://svn.freebsd.org/changeset/base/222824
Log:
Fix a bug that prevents tc=xxx from working.
Modified:
head/usr.sbin/rtadvd/advcap.c
Modified: head/usr.sbin/rtadvd/advcap.c
On Tuesday 07 June 2011 09:52 am, John Baldwin wrote:
> On Monday, June 06, 2011 7:03:38 pm Jung-uk Kim wrote:
> > Author: jkim
> > Date: Mon Jun 6 23:03:37 2011
> > New Revision: 222795
> > URL: http://svn.freebsd.org/changeset/base/222795
> >
> > Log:
> > Validate INT 15h and 16h vectors more
Author: nwhitehorn
Date: Tue Jun 7 14:36:13 2011
New Revision: 222823
URL: http://svn.freebsd.org/changeset/base/222823
Log:
MFC r222666:
Fix a typo derived from a mismerge from mmu_oea that would cause
pmap_sync_icache() to sync random (possibly uncached or nonexisting!)
memory, causing
Author: nwhitehorn
Date: Tue Jun 7 14:35:18 2011
New Revision: 222822
URL: http://svn.freebsd.org/changeset/base/222822
Log:
MFC r222430:
Require an error instead of a timeout to decide the new-style fan
commands won't work. This prevents a busy system from making smu(4)
suddenly decide i
Author: adrian
Date: Tue Jun 7 14:00:47 2011
New Revision: 222821
URL: http://svn.freebsd.org/changeset/base/222821
Log:
Since HAL_PHYERR_* is used in the radar code, always include ah_desc.h.
Modified:
head/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
Modified: head/sys/dev/ath/ath_hal/ar5212/
On Monday, June 06, 2011 7:03:38 pm Jung-uk Kim wrote:
> Author: jkim
> Date: Mon Jun 6 23:03:37 2011
> New Revision: 222795
> URL: http://svn.freebsd.org/changeset/base/222795
>
> Log:
> Validate INT 15h and 16h vectors more strictly. Traditionally these entry
> points are fixed addresses a
Author: hrs
Date: Tue Jun 7 12:00:29 2011
New Revision: 222820
URL: http://svn.freebsd.org/changeset/base/222820
Log:
- Use ELM_MALLOC() for struct rainfo.
- Fix a missing back pointer assignment in struct prefix to struct rainfo
when addr="" is specified. This caused SIGSEGV.
-
Author: ae
Date: Tue Jun 7 11:11:11 2011
New Revision: 222819
URL: http://svn.freebsd.org/changeset/base/222819
Log:
Do not use LCM from stripesize and user specified alignment value.
When user wants have specific alignment - do what user wants.
Use stripesize as alignment value in case, wh
Author: jlaffaye (ports committer)
Date: Tue Jun 7 09:06:15 2011
New Revision: 222817
URL: http://svn.freebsd.org/changeset/base/222817
Log:
- Add myself to calendar.freebsd
- Add the forgotten relation to mentors in committers-ports.dot
Approved by: bapt@ (mentor)
Modified:
head/sha
Author: adrian
Date: Tue Jun 7 09:03:28 2011
New Revision: 222815
URL: http://svn.freebsd.org/changeset/base/222815
Log:
Flesh out a new HAL method to fetch the radar PHY error frame information.
For the AR5211/AR5212, this is apparently a one byte pulse duration
counter value. It is onl
hines to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
+20110607:
+ cpumask_t type is retired and cpuset_t is used in order to describe
+ a mask of CPUs.
+
20110513:
Support for sun4v architecture is officially dropped
Modified:
On Tue, 7 Jun 2011, Marcel Moolenaar wrote:
Log:
Fix making kernel dumps from the debugger by creating a command
for it.
It is impossible to fix this. It is only possible to make it less
broken. Making kernel dumps touches far to much space to be
controllable by a debugger. Debugger comma
47 matches
Mail list logo