Author: glebius
Date: Tue Dec 13 07:02:48 2011
New Revision: 228455
URL: http://svn.freebsd.org/changeset/base/228455
Log:
Some cleanup of BOOTP code. Initially I wanted to just change the ifioctl()
usage, but end up with more changes.
- Use SIOCAIFADDR instead of old rusty SIOCSIFADDR, S
Author: glebius
Date: Tue Dec 13 06:56:43 2011
New Revision: 228454
URL: http://svn.freebsd.org/changeset/base/228454
Log:
Belatedly catch up with r151555. in_scrubprefix() also needs this fix. We
should compare not only addresses, but their masks, too, when searching
for matching prefix.
M
Author: adrian
Date: Tue Dec 13 05:13:51 2011
New Revision: 228450
URL: http://svn.freebsd.org/changeset/base/228450
Log:
Style(9) changes.
Modified:
head/sys/mips/atheros/ar71xx_chip.c
head/sys/mips/atheros/ar724x_chip.c
head/sys/mips/atheros/ar91xx_chip.c
Modified: head/sys/mips/athero
Author: eadler (ports committer)
Date: Tue Dec 13 00:38:50 2011
New Revision: 228449
URL: http://svn.freebsd.org/changeset/base/228449
Log:
Document a large number of currently undocumented sysctls. While here
fix some style(9) issues and reduce redundancy.
PR: kern/155491
PR:
Author: attilio
Date: Mon Dec 12 23:29:32 2011
New Revision: 228448
URL: http://svn.freebsd.org/changeset/base/228448
Log:
Revert the approach for skipping lockstat_probe_func call when doing
lock_success/lock_failure, introduced in r228424, by directly skipping
in dtrace_probe.
This ma
Author: trociny
Date: Mon Dec 12 22:01:33 2011
New Revision: 228447
URL: http://svn.freebsd.org/changeset/base/228447
Log:
Make 64-bit procstat output ELF auxiliary vectors for 32-bit processes.
Reviewed by: kib
MFC after:1 week
Modified:
head/usr.bin/procstat/procstat_auxv.c
Mod
2011/12/12 Andriy Gapon :
> on 12/12/2011 19:05 Attilio Rao said the following:
>> More precisely, what do you think about the patch below?
>> I just didn't revert the moving of systm.h under param.h because Bruce
>> seems to prefer that.
>>
>> I'm starting test-compile right now, let me know your
On Mon, 12 Dec 2011 14:07:56 -0500 John Baldwin wrote:
JB> On Saturday, December 10, 2011 3:26:46 am Mikolaj Golub wrote:
>>
>> Output example:
>>
>> PID COMM RLIMIT SOFT HARD
>> 11949 zsh cputime1 sec in
Author: trociny
Date: Mon Dec 12 21:41:05 2011
New Revision: 228446
URL: http://svn.freebsd.org/changeset/base/228446
Log:
Make procstat -l output similar to the output of limits(1).
Suggested by: jhb
MFC after:1 week
Modified:
head/usr.bin/procstat/procstat_rlimit.c
Modified: hea
Author: eadler (ports committer)
Date: Mon Dec 12 21:12:07 2011
New Revision: 228445
URL: http://svn.freebsd.org/changeset/base/228445
Log:
- Add support for ASCII art splash screens in TheDraw format
PR: kern/143370
Submitted by: Antony Mawer
Reviewed by: gjb (doc)
Review
On Sun, Dec 11, 2011, David Chisnall wrote:
> On 11 Dec 2011, at 21:12, Andreas Tobler wrote:
>
> > As far as I understand, GCC does not support this attribute [[noreturn]]
> > yet. But it defines both, __cplusplus and __cplusplus=201103L. On gcc-4.7
> > __cplusplus=201103L is the default when w
On Mon, Dec 12, 2011 at 07:21:32PM +0200, Kostik Belousov wrote:
> On Mon, Dec 12, 2011 at 06:17:09PM +0100, Joerg Sonnenberger wrote:
> > On Mon, Dec 12, 2011 at 11:03:15AM +, Konstantin Belousov wrote:
> > > To allow use of external references from the dispatch function,
> > > resolution
>
On Saturday, December 10, 2011 3:26:46 am Mikolaj Golub wrote:
>
> On Thu, 08 Dec 2011 16:32:16 -0500 John Baldwin wrote:
>
> >> JB> Hmm, I would stick as close to limits output as possible. I would
> >> JB> consider duplicating the unit field in each of soft and hard, so
> you
> >>
Author: mdf
Date: Mon Dec 12 18:44:17 2011
New Revision: 228444
URL: http://svn.freebsd.org/changeset/base/228444
Log:
- Define true and false in sys/types.h for _KERNEL consumers, and
typedef bool. Due to macro expansion it seemed better to use a
typedef for kernel consumers (specif
Author: mdf
Date: Mon Dec 12 18:43:24 2011
New Revision: 228443
URL: http://svn.freebsd.org/changeset/base/228443
Log:
Do not define bool/true/false if the symbols already exist.
MFC after:2 weeks
Sponsored by: Isilon Systems, LLC
Modified:
head/sys/dev/cxgbe/osdep.h
head/sys/dev
Author: mdf
Date: Mon Dec 12 18:43:18 2011
New Revision: 228442
URL: http://svn.freebsd.org/changeset/base/228442
Log:
Do not use the sometimes-reserved work 'bool' for a variable name.
MFC after:2 weeks
Sponsored by: Isilon Systems, LLC
Modified:
head/sys/cam/scsi/scsi_xpt.c
Modi
Author: mdf
Date: Mon Dec 12 18:27:34 2011
New Revision: 228441
URL: http://svn.freebsd.org/changeset/base/228441
Log:
Consistently use types in e1000 driver code:
- Two struct members eee_disable are used in a function that expects
an int *, so declare them int, not bool.
- igb_tx
Author: mdf
Date: Mon Dec 12 18:27:28 2011
New Revision: 228440
URL: http://svn.freebsd.org/changeset/base/228440
Log:
Consistently use types in ixgbe driver code:
- {ixgbe,ixv}_header_split is passed to TUNABLE_INT, so delcare it
int, not bool.
- {ixgbe,ixv}_tx_ctx_setup() returns
On Mon, Dec 12, 2011 at 07:21:32PM +0200, Kostik Belousov wrote:
> On Mon, Dec 12, 2011 at 06:17:09PM +0100, Joerg Sonnenberger wrote:
> > On Mon, Dec 12, 2011 at 11:03:15AM +, Konstantin Belousov wrote:
> > > To allow use of external references from the dispatch function,
> > > resolution
>
Author: pho
Date: Mon Dec 12 17:33:38 2011
New Revision: 228439
URL: http://svn.freebsd.org/changeset/base/228439
Log:
MFC: r228218, r228219, 228220, 228221
Rename copyin_timeout32 to umtx_copyin_timeout32 and move parameter
check here. Include check for negative seconds value.
Add umtx
On Mon, Dec 12, 2011 at 06:17:09PM +0100, Joerg Sonnenberger wrote:
> On Mon, Dec 12, 2011 at 11:03:15AM +, Konstantin Belousov wrote:
> > To allow use of external references from the dispatch function, resolution
> > of the R_MACHINE_IRESOLVE relocations in PLT is postponed until GOT
> >
On Mon, Dec 12, 2011 at 11:03:15AM +, Konstantin Belousov wrote:
> To allow use of external references from the dispatch function, resolution
> of the R_MACHINE_IRESOLVE relocations in PLT is postponed until GOT entries
> for PLT are prepared, and normal resolution of the GOT entries is f
on 12/12/2011 19:05 Attilio Rao said the following:
> More precisely, what do you think about the patch below?
> I just didn't revert the moving of systm.h under param.h because Bruce
> seems to prefer that.
>
> I'm starting test-compile right now, let me know your preference.
The patch looks goo
2011/12/12 Attilio Rao :
> 2011/12/12 Andriy Gapon :
>> on 12/12/2011 12:15 Kostik Belousov said the following:
>>> On Mon, Dec 12, 2011 at 10:05:13AM +, Andriy Gapon wrote:
Author: avg
Date: Mon Dec 12 10:05:13 2011
New Revision: 228433
URL: http://svn.freebsd.org/changeset
2011/12/12 Andriy Gapon :
> on 12/12/2011 12:15 Kostik Belousov said the following:
>> On Mon, Dec 12, 2011 at 10:05:13AM +, Andriy Gapon wrote:
>>> Author: avg
>>> Date: Mon Dec 12 10:05:13 2011
>>> New Revision: 228433
>>> URL: http://svn.freebsd.org/changeset/base/228433
>>>
>>> Log:
>>> p
On Monday, December 12, 2011 4:50:34 am Fabien Thomas wrote:
> Author: fabient
> Date: Mon Dec 12 09:50:33 2011
> New Revision: 228431
> URL: http://svn.freebsd.org/changeset/base/228431
>
> Log:
> Add watchdog support for VIA south bridge chipset.
> Tested on VT8251, VX900 but CX700, VX800, V
On Mon, 12 Dec 2011, Andriy Gapon wrote:
on 12/12/2011 12:15 Kostik Belousov said the following:
On Mon, Dec 12, 2011 at 10:05:13AM +, Andriy Gapon wrote:
Author: avg
Date: Mon Dec 12 10:05:13 2011
New Revision: 228433
URL: http://svn.freebsd.org/changeset/base/228433
Log:
put sys/systm
Author: fabient
Date: Mon Dec 12 13:12:55 2011
New Revision: 228438
URL: http://svn.freebsd.org/changeset/base/228438
Log:
There's a small set of events on Nehalem, that are not supported in
processors with CPUID signature 06_1AH, 06_1EH, and 06_1FH.
Refuse to allocate them on unsupported
On Sun, Dec 11, 2011 at 06:46:14PM +, Jack F Vogel wrote:
> Author: jfv
> Date: Sun Dec 11 18:46:14 2011
> New Revision: 228415
> URL: http://svn.freebsd.org/changeset/base/228415
>
> Log:
> Last change still had an issue, one more time...
Jack,
the previous commit (rev. 228387) removed net
Author: ed
Date: Mon Dec 12 12:33:38 2011
New Revision: 228437
URL: http://svn.freebsd.org/changeset/base/228437
Log:
Add missing static and const keywords to kbdcontrol.
None of the symbols provided by kbdcontrol.c are used by other source
files of this binary. Slightly reduce the binary
Author: fabient
Date: Mon Dec 12 12:30:44 2011
New Revision: 228436
URL: http://svn.freebsd.org/changeset/base/228436
Log:
Add VIA microde update support to cpuctl(4) and cpucontrol(8).
Support have been tested with X2 CPU and QuadCore CPU.
MFC after:1 month
Added:
head/usr.sbin
On 11 Dec 2011, at 21:12, Andreas Tobler wrote:
> As far as I understand, GCC does not support this attribute [[noreturn]] yet.
> But it defines both, __cplusplus and __cplusplus=201103L. On gcc-4.7
> __cplusplus=201103L is the default when we build libstdc++.
Advertising C++11 compatibility an
On Mon, Dec 12, 2011 at 11:03:15AM +, Konstantin Belousov wrote:
> Author: kib
> Date: Mon Dec 12 11:03:14 2011
> New Revision: 228435
> URL: http://svn.freebsd.org/changeset/base/228435
>
> Log:
> Add support for STT_GNU_IFUNC and R_MACHINE_IRELATIVE GNU extensions to
> rtld on 386 and am
Author: kib
Date: Mon Dec 12 11:03:14 2011
New Revision: 228435
URL: http://svn.freebsd.org/changeset/base/228435
Log:
Add support for STT_GNU_IFUNC and R_MACHINE_IRELATIVE GNU extensions to
rtld on 386 and amd64. This adds runtime bits neccessary for the use
of the dispatch functions from t
on 12/12/2011 12:15 Kostik Belousov said the following:
> On Mon, Dec 12, 2011 at 10:05:13AM +, Andriy Gapon wrote:
>> Author: avg
>> Date: Mon Dec 12 10:05:13 2011
>> New Revision: 228433
>> URL: http://svn.freebsd.org/changeset/base/228433
>>
>> Log:
>> put sys/systm.h at its proper place o
On Mon, Dec 12, 2011 at 10:05:13AM +, Andriy Gapon wrote:
> Author: avg
> Date: Mon Dec 12 10:05:13 2011
> New Revision: 228433
> URL: http://svn.freebsd.org/changeset/base/228433
>
> Log:
> put sys/systm.h at its proper place or add it if missing
>
> Reported by:lstewart, tinde
on 12/12/2011 11:50 Lawrence Stewart said the following:
> On 12/12/11 20:21, Lawrence Stewart wrote:
>> On 12/12/11 18:46, Andriy Gapon wrote:
>>> Author: avg
>>> Date: Mon Dec 12 07:46:10 2011
>>> New Revision: 228430
>>> URL: http://svn.freebsd.org/changeset/base/228430
>>>
>>> Log:
>>> kern_rac
Author: kib
Date: Mon Dec 12 10:10:49 2011
New Revision: 228434
URL: http://svn.freebsd.org/changeset/base/228434
Log:
Add definitions for GNU-specific STT_GNU_IFUNC symbol type,
and R_{386,X86_64}_IRELATIVE relocations.
MFC after:3 weeks
Modified:
head/sys/sys/elf_common.h
Modifi
Author: avg
Date: Mon Dec 12 10:05:13 2011
New Revision: 228433
URL: http://svn.freebsd.org/changeset/base/228433
Log:
put sys/systm.h at its proper place or add it if missing
Reported by: lstewart, tinderbox
Pointyhat to: avg, attilio
MFC after:1 week
MFC with: r228430
Modi
Author: kib
Date: Mon Dec 12 10:04:04 2011
New Revision: 228432
URL: http://svn.freebsd.org/changeset/base/228432
Log:
Fix printf.
Submitted by: az
MFC after:1 week
Modified:
head/sys/vm/swap_pager.c
Modified: head/sys/vm/swap_pager.c
==
Author: fabient
Date: Mon Dec 12 09:50:33 2011
New Revision: 228431
URL: http://svn.freebsd.org/changeset/base/228431
Log:
Add watchdog support for VIA south bridge chipset.
Tested on VT8251, VX900 but CX700, VX800, VX855 should works.
MFC after:1 month
Sponsored by: NETASQ
Added:
On 12/12/11 20:21, Lawrence Stewart wrote:
On 12/12/11 18:46, Andriy Gapon wrote:
Author: avg
Date: Mon Dec 12 07:46:10 2011
New Revision: 228430
URL: http://svn.freebsd.org/changeset/base/228430
Log:
kern_racct: move sys/systm.h inclusion to its proper place
This should fix the build failure
On 12/12/11 18:46, Andriy Gapon wrote:
Author: avg
Date: Mon Dec 12 07:46:10 2011
New Revision: 228430
URL: http://svn.freebsd.org/changeset/base/228430
Log:
kern_racct: move sys/systm.h inclusion to its proper place
This should fix the build failure introduced with r228424.
Also remov
43 matches
Mail list logo