On 12/15/12 11:45 PM, Andriy Gapon wrote:
on 16/12/2012 07:00 Ian Lepore said the following:
The question here isn't whether aborting or continuing beyond that point
is a good idea. Some developer already made that choice by coding a
KASSERT() instead of a panic(). The developer decided that a
on 16/12/2012 10:06 Alfred Perlstein said the following:
> On 12/15/12 11:45 PM, Andriy Gapon wrote:
>> on 16/12/2012 07:00 Ian Lepore said the following:
>>> Some developer already made that choice by coding a
>>> KASSERT() instead of a panic().
>> Please don't perpetuate this argument. The poin
On Sat, Dec 15, 2012 at 05:00:39PM -0800, Adrian Chadd wrote:
> Hi,
>
> People may have scripts based on the current output.
>
> You should have introduced a new parameter which modifies the output
> behaviour in the way you wanted, rather than modifying the existing
> behaviour.
>
> Please cons
on 13/12/2012 22:17 Attilio Rao said the following:
> Right, but as I said, for the time being we can at least have a
> correct panic() semantic and take the right time to fix the
> generic_stop_cpus() and then absorb also the panic() fix into it.
> Right now the mechanism is still broken in panic
Author: pjd
Date: Sun Dec 16 13:56:38 2012
New Revision: 244288
URL: http://svnweb.freebsd.org/changeset/base/244288
Log:
Use 'cred' variable.
Obtained from:WHEEL Systems
Modified:
head/sys/kern/kern_sig.c
Modified: head/sys/kern/kern_sig.c
==
Author: rmacklem
Date: Sun Dec 16 14:01:56 2012
New Revision: 244289
URL: http://svnweb.freebsd.org/changeset/base/244289
Log:
MFC: r243782
Add an nfssvc() option to the kernel for the new NFS client
which dumps out the actual options being used by an NFS mount.
This will be used to add a
Author: rmacklem
Date: Sun Dec 16 14:10:12 2012
New Revision: 244291
URL: http://svnweb.freebsd.org/changeset/base/244291
Log:
MFC: r243783
Add a "-m" option to nfsstat, which dumps out the
actual options used by all NFS mounts. Works for
the new/default NFS client only.
Modified:
stabl
Author: rmacklem
Date: Sun Dec 16 14:13:10 2012
New Revision: 244292
URL: http://svnweb.freebsd.org/changeset/base/244292
Log:
MFC: r243784
Document the "-m" option added by r243783.
This is a content change.
Modified:
stable/9/usr.bin/nfsstat/nfsstat.1
Directory Properties:
stable/9/us
Author: pjd
Date: Sun Dec 16 14:14:18 2012
New Revision: 244293
URL: http://svnweb.freebsd.org/changeset/base/244293
Log:
Make the check easier to read.
Obtained from:WHEEL Systems
Modified:
head/sys/kern/kern_sig.c
Modified: head/sys/kern/kern_sig.c
Author: pjd
Date: Sun Dec 16 14:24:59 2012
New Revision: 244294
URL: http://svnweb.freebsd.org/changeset/base/244294
Log:
Don't add audit record when coredumps are disabled or name cannot be expanded.
Discussed with: rwatson
Obtained from:WHEEL Systems
Modified:
head/sys/
Author: trasz
Date: Sun Dec 16 14:37:25 2012
New Revision: 244295
URL: http://svnweb.freebsd.org/changeset/base/244295
Log:
When growing a filesystem, don't leave unused space at the end
if there is not enough room for a full cylinder group.
Reviewed by: mckusick@
Modified:
head/sbin/
Author: pjd
Date: Sun Dec 16 14:53:27 2012
New Revision: 244296
URL: http://svnweb.freebsd.org/changeset/base/244296
Log:
Move expand_name() after process lock is released.
This fixed panic where we hold mutex (process lock) and try to obtain
sleepable
lock (vnode lock in expand_name()).
Author: eadler
Date: Sun Dec 16 16:55:11 2012
New Revision: 244297
URL: http://svnweb.freebsd.org/changeset/base/244297
Log:
MFC r236866,r236867:
- Consistenly mention columns and fields
- Add -b to short error messages
Approved by: kevlo
Approved by: cperciva (implicit)
Author: eadler
Date: Sun Dec 16 16:55:40 2012
New Revision: 244298
URL: http://svnweb.freebsd.org/changeset/base/244298
Log:
MFC r236866,r236867:
- Consistenly mention columns and fields
- Add -b to short error messages
Approved by: kevlo
Approved by: cperciva (implicit)
Author: eadler
Date: Sun Dec 16 16:55:59 2012
New Revision: 244299
URL: http://svnweb.freebsd.org/changeset/base/244299
Log:
MFC r236866,r236867:
- Consistenly mention columns and fields
- Add -b to short error messages
Approved by: kevlo
Approved by: cperciva (implicit)
Author: eadler
Date: Sun Dec 16 16:59:42 2012
New Revision: 244300
URL: http://svnweb.freebsd.org/changeset/base/244300
Log:
MFC r227162:
Add missing static keywords to cut(1)
Approved by: ed
Approved by: cperciva (implicit)
Modified:
stable/9/usr.bin/cut/cut.c
Directory Prop
Author: eadler
Date: Sun Dec 16 16:59:44 2012
New Revision: 244301
URL: http://svnweb.freebsd.org/changeset/base/244301
Log:
MFC r227162:
Add missing static keywords to cut(1)
Approved by: ed
Approved by: cperciva (implicit)
Modified:
stable/7/usr.bin/cut/cut.c
Directory Prop
Author: eadler
Date: Sun Dec 16 16:59:59 2012
New Revision: 244302
URL: http://svnweb.freebsd.org/changeset/base/244302
Log:
MFC r227162:
Add missing static keywords to cut(1)
Approved by: ed
Approved by: cperciva (implicit)
Modified:
stable/8/usr.bin/cut/cut.c
Directory Prop
Author: eadler
Date: Sun Dec 16 17:01:23 2012
New Revision: 244303
URL: http://svnweb.freebsd.org/changeset/base/244303
Log:
MFC r243320,r243474:
Add 'w' flag to:
Use whitespace (spaces and tabs) as the delimiter.
Consecutive spaces and tabs count as one single field
Author: eadler
Date: Sun Dec 16 17:01:23 2012
New Revision: 244304
URL: http://svnweb.freebsd.org/changeset/base/244304
Log:
MFC r243320,r243474:
Add 'w' flag to:
Use whitespace (spaces and tabs) as the delimiter.
Consecutive spaces and tabs count as one single field
Author: eadler
Date: Sun Dec 16 17:01:23 2012
New Revision: 244305
URL: http://svnweb.freebsd.org/changeset/base/244305
Log:
MFC r243320,r243474:
Add 'w' flag to:
Use whitespace (spaces and tabs) as the delimiter.
Consecutive spaces and tabs count as one single field
On 15 December 2012 23:45, Andriy Gapon wrote:
> on 16/12/2012 07:00 Ian Lepore said the following:
>> The question here isn't whether aborting or continuing beyond that point
>> is a good idea. Some developer already made that choice by coding a
>> KASSERT() instead of a panic(). The developer
On Sun, Dec 16, 2012 at 1:59 AM, Andriy Gapon wrote:
> on 13/12/2012 22:17 Attilio Rao said the following:
>> Right, but as I said, for the time being we can at least have a
>> correct panic() semantic and take the right time to fix the
>> generic_stop_cpus() and then absorb also the panic() fix i
on 16/12/2012 20:49 Attilio Rao said the following:
> - about panic(), the check is much more easy, just see my first
> response to Ryan, because we don't have the wakeup/restart race as
> generic_stop_cpu() does
That's what I meant - could you please resend that message to me?
--
Andriy Gapon
_
Author: marius
Date: Sun Dec 16 20:43:29 2012
New Revision: 244307
URL: http://svnweb.freebsd.org/changeset/base/244307
Log:
Restore pre-r234898 printing of boot loader and path.
MFC after:3 days
Modified:
head/sys/boot/sparc64/boot1/boot1.c
Modified: head/sys/boot/sparc64/boot1/boo
Author: marius
Date: Sun Dec 16 20:54:07 2012
New Revision: 244308
URL: http://svnweb.freebsd.org/changeset/base/244308
Log:
Revert r237842 and switch back to SCHED_ULE. All problems I encountered
with the latter have been fixed with r241780.
MFC after:3 days
Modified:
head/sys/spa
Author: pjd
Date: Sun Dec 16 22:59:25 2012
New Revision: 244316
URL: http://svnweb.freebsd.org/changeset/base/244316
Log:
Prefer snprintf() over sprintf().
Obtained from:WHEEL Systems
Modified:
head/sbin/savecore/savecore.c
Modified: head/sbin/savecore/savecore.c
===
Author: pjd
Date: Sun Dec 16 22:59:58 2012
New Revision: 244317
URL: http://svnweb.freebsd.org/changeset/base/244317
Log:
Sort flags properly.
Obtained from:WHEEL Systems
Modified:
head/sbin/savecore/savecore.c
Modified: head/sbin/savecore/savecore.c
Author: eadler
Date: Sun Dec 16 23:00:13 2012
New Revision: 244318
URL: http://svnweb.freebsd.org/changeset/base/244318
Log:
Minor wording improvments to some manual pages
Approved by: bcr (mentor)
Obtained from:DragonflyBSD (a5294ca835317c68c919ab43936da4f05ab6e926)
MFC after:
Author: pjd
Date: Sun Dec 16 23:04:31 2012
New Revision: 244319
URL: http://svnweb.freebsd.org/changeset/base/244319
Log:
Make use of the fact that we changed working directory to the dump directory
earlier.
Obtained from:WHEEL Systems
Modified:
head/sbin/savecore/savecore.c
M
Author: pjd
Date: Sun Dec 16 23:06:12 2012
New Revision: 244320
URL: http://svnweb.freebsd.org/changeset/base/244320
Log:
Implement -m option to savecore(8) that allows to limit number of kernel
dumps stored. Once the limit is reached it restarts from 0.
Reviewed by: avg
Obtained from:
Author: pjd
Date: Sun Dec 16 23:09:27 2012
New Revision: 244321
URL: http://svnweb.freebsd.org/changeset/base/244321
Log:
With rotating kernel dumps the higest dump number is not necessarily the
last one. To make it easier to find the last one create symlinks with 'last'
suffix that will poi
Author: pjd
Date: Sun Dec 16 23:29:56 2012
New Revision: 244323
URL: http://svnweb.freebsd.org/changeset/base/244323
Log:
Use new savecore(8) option and limit number of kernel dumps that will
be kept around to the 10 most recent ones.
Add UPDATING entry with info how to return to the prev
On Sun, Dec 16, 2012 at 09:23:13AM -0800, Adrian Chadd wrote:
> On 15 December 2012 23:45, Andriy Gapon wrote:
> > on 16/12/2012 07:00 Ian Lepore said the following:
> >> The question here isn't whether aborting or continuing beyond that point
> >> is a good idea. Some developer already made that
Author: pjd
Date: Sun Dec 16 23:41:34 2012
New Revision: 244324
URL: http://svnweb.freebsd.org/changeset/base/244324
Log:
MFC r243719,r243720,r243722,r243723,r243726,r243727,r243746:
r243719:
IFp4 @208450:
Remove redundant call to AUDIT_ARG_UPATH1().
Path will be remembered by t
Author: hrs
Date: Sun Dec 16 23:46:59 2012
New Revision: 244325
URL: http://svnweb.freebsd.org/changeset/base/244325
Log:
- Fix strtol() error handling.
- Add a range condition of given FIB number and the related error messages.
- Fix free() problem.
Spotted by: Artyom Mirgorodskiy
Author: rmacklem
Date: Mon Dec 17 00:31:55 2012
New Revision: 244331
URL: http://svnweb.freebsd.org/changeset/base/244331
Log:
Fix the gssd daemon so that it uses syslog() to report
an error instead of calling err() when it is daemonized,
so that the error gets logged.
Discussed with:
Author: rpaulo
Date: Mon Dec 17 00:34:07 2012
New Revision: 244332
URL: http://svnweb.freebsd.org/changeset/base/244332
Log:
amd64 only has rela sections.
Modified:
head/sys/boot/i386/efi/ldscript.amd64
Modified: head/sys/boot/i386/efi/ldscript.amd64
=
On 16 December 2012 15:32, Navdeep Parhar wrote:
>> The status quo _does not change_ by default.
>
> So now we have a knob that could be used to change the behaviour of all
> the KASSERTs in the system; one that hints that it may be possible to
> continue even if an assertion in the FreeBSD kern
Author: kib
Date: Mon Dec 17 05:13:15 2012
New Revision: 244337
URL: http://svnweb.freebsd.org/changeset/base/244337
Log:
MFC r243836:
Print the frame addresses for the backtraces on i386 and amd64.
Modified:
stable/9/sys/amd64/amd64/db_trace.c
stable/9/sys/i386/i386/db_trace.c
Directory
Author: kib
Date: Mon Dec 17 05:15:51 2012
New Revision: 244338
URL: http://svnweb.freebsd.org/changeset/base/244338
Log:
MFC r244076:
Do not ignore zero address, possibly returned by the vm_map_find() call.
Modified:
stable/9/sys/kern/vfs_bio.c
Directory Properties:
stable/9/sys/ (prop
Author: kib
Date: Mon Dec 17 05:18:16 2012
New Revision: 244339
URL: http://svnweb.freebsd.org/changeset/base/244339
Log:
MFC r244077:
Add amd64-specific ddb command "show pte". The command displays the
hierarchy of the page table entries which map the specified address.
Modified:
stable
Author: eadler
Date: Mon Dec 17 05:31:42 2012
New Revision: 244340
URL: http://svnweb.freebsd.org/changeset/base/244340
Log:
MFC r241836:
Remove {harp,hfa,idt} man pages as they were removed in r179308.
PR: docs/171234
Approved by: cperciva (implicit)
Deleted:
stable
Author: yongari
Date: Mon Dec 17 06:01:57 2012
New Revision: 244341
URL: http://svnweb.freebsd.org/changeset/base/244341
Log:
Make sure to stop both TX and RX MACs in ale_stop_mac(). Previously
it used to stop TX MAC only such that MAC reconfiguration after
getting a link didn't work as expe
Author: delphij
Date: Mon Dec 17 06:35:15 2012
New Revision: 244342
URL: http://svnweb.freebsd.org/changeset/base/244342
Log:
Note that the manual page of less(1) says:
Note that a preprocessor cannot output an empty file, since that
is interpreted as meaning there is no replacement
Author: delphij
Date: Mon Dec 17 06:38:22 2012
New Revision: 244343
URL: http://svnweb.freebsd.org/changeset/base/244343
Log:
MFC r243834:
Note that the manual page of less(1) says:
Note that a preprocessor cannot output an empty file, since that
is interpreted as meaning there
Author: delphij
Date: Mon Dec 17 06:43:08 2012
New Revision: 244344
URL: http://svnweb.freebsd.org/changeset/base/244344
Log:
MFC r243807:
Use SA_ZPL_CRTIME instead of SA_ZPL_CTIME for creation time.
Submitted by: phil.stone at gmx.com
Modified:
stable/9/sys/cddl/contrib/opensolaris
Author: delphij
Date: Mon Dec 17 06:44:16 2012
New Revision: 244345
URL: http://svnweb.freebsd.org/changeset/base/244345
Log:
MFC r243807:
Use SA_ZPL_CRTIME instead of SA_ZPL_CTIME for creation time.
Submitted by: phil.stone at gmx.com
Modified:
stable/8/sys/cddl/contrib/opensolaris
48 matches
Mail list logo