Author: fabient
Date: Mon Mar 8 08:05:02 2010
New Revision: 204860
URL: http://svn.freebsd.org/changeset/base/204860
Log:
MFC r204783:
Bug fixed:
- no display on serial terminal in top mode.
- display alignment for continuation string.
- correct invalid value used for display lim
Author: des
Date: Mon Mar 8 11:19:52 2010
New Revision: 204861
URL: http://svn.freebsd.org/changeset/base/204861
Log:
Vendor import of OpenSSH 5.4p1
Added:
vendor-crypto/openssh/dist/PROTOCOL.certkeys
vendor-crypto/openssh/dist/PROTOCOL.mux
vendor-crypto/openssh/dist/openbsd-compat/pwcac
Author: luigi
Date: Mon Mar 8 11:22:47 2010
New Revision: 204862
URL: http://svn.freebsd.org/changeset/base/204862
Log:
do not report an error unnecessarily
Modified:
head/sys/netinet/ipfw/ip_dummynet.c
Modified: head/sys/netinet/ipfw/ip_dummynet.c
==
Author: des
Date: Mon Mar 8 11:24:19 2010
New Revision: 204863
URL: http://svn.freebsd.org/changeset/base/204863
Log:
Forgot to remove dead files
Deleted:
vendor-crypto/openssh/dist/README.smartcard
vendor-crypto/openssh/dist/scard/
vendor-crypto/openssh/dist/scard-opensc.c
vendor-cryp
Author: luigi
Date: Mon Mar 8 11:27:08 2010
New Revision: 204865
URL: http://svn.freebsd.org/changeset/base/204865
Log:
don't use C++ keywords as variable names
Modified:
head/sys/netinet/ipfw/dn_heap.c
head/sys/netinet/ipfw/dn_heap.h
Modified: head/sys/netinet/ipfw/dn_heap.c
Author: luigi
Date: Mon Mar 8 11:27:39 2010
New Revision: 204866
URL: http://svn.freebsd.org/changeset/base/204866
Log:
cosmetic changes and C++ compatibility
Modified:
head/sys/netinet/ipfw/test/dn_test.h
Modified: head/sys/netinet/ipfw/test/dn_test.h
==
Author: luigi
Date: Mon Mar 8 13:37:14 2010
New Revision: 204868
URL: http://svn.freebsd.org/changeset/base/204868
Log:
MFC main build script and missing directory
Added:
stable/8/release/picobsd/floppy.tree/sbin
- copied unchanged from r204826,
head/release/picobsd/floppy.tree/sbin/dh
Author: luigi
Date: Mon Mar 8 14:43:55 2010
New Revision: 204869
URL: http://svn.freebsd.org/changeset/base/204869
Log:
add back DPADD (removed by mistake in a previous commit)
Modified:
head/sbin/ipfw/Makefile
Modified: head/sbin/ipfw/Makefile
==
Author: nwhitehorn
Date: Mon Mar 8 15:01:08 2010
New Revision: 204870
URL: http://svn.freebsd.org/changeset/base/204870
Log:
Enable tmpfs unconditionally on all platforms. No one I spoke to could
remember why it was x86 only, and it works just as well on at least powerpc
as on x86.
Modifie
On Sunday 07 March 2010 5:37:35 pm Warner Losh wrote:
> Author: imp
> Date: Sun Mar 7 22:37:35 2010
> New Revision: 204850
> URL: http://svn.freebsd.org/changeset/base/204850
>
> Log:
> Bump up the firmware_table from 30 to 50. bwn needs more than 30, it
> seems.
Are you sure? The error re
In message: <201003080921.34274@freebsd.org>
John Baldwin writes:
: On Sunday 07 March 2010 5:37:35 pm Warner Losh wrote:
: > Author: imp
: > Date: Sun Mar 7 22:37:35 2010
: > New Revision: 204850
: > URL: http://svn.freebsd.org/changeset/base/204850
: >
: > Log:
: > Bump up th
In message: <20100308010125.ga6...@dragon.nuxi.org>
"David O'Brien" writes:
: On Sun, Mar 07, 2010 at 02:36:19PM -0700, M. Warner Losh wrote:
: > Please back out this change. It is unwise, I think.
:
: Instead I'd rather fix it for the use case you mention.
I'd still rather you back
On Monday 08 March 2010 11:06:59 am M. Warner Losh wrote:
> In message: <20100308010125.ga6...@dragon.nuxi.org>
> "David O'Brien" writes:
> : On Sun, Mar 07, 2010 at 02:36:19PM -0700, M. Warner Losh wrote:
> : > Please back out this change. It is unwise, I think.
> :
> : Instead I'd
Author: jh
Date: Mon Mar 8 16:23:32 2010
New Revision: 204872
URL: http://svn.freebsd.org/changeset/base/204872
Log:
Pass the correct size to memset().
PR: bin/128094
Submitted by: Henning Petersen
MFC after:1 week
Modified:
head/usr.bin/xlint/lint1/scan.l
Modified: h
Author: mav
Date: Mon Mar 8 16:53:58 2010
New Revision: 204873
URL: http://svn.freebsd.org/changeset/base/204873
Log:
MFC r204648:
Several changes to fix livelock under high load, introduced by r203489:
- change the way in which command queue overflow is handled;
- do not expose to CAM
On 03/08/10 15:01, Nathan Whitehorn wrote:
Log:
Enable tmpfs unconditionally on all platforms. No one I spoke to could
remember why it was x86 only, and it works just as well on at least powerpc
as on x86.
Thanks, What with 7.3 coming up and all, this would make for a nice MFC. :-)
On 8 March 2010 16:01, Nathan Whitehorn wrote:
> Author: nwhitehorn
> Date: Mon Mar 8 15:01:08 2010
> New Revision: 204870
> URL: http://svn.freebsd.org/changeset/base/204870
>
> Log:
> Enable tmpfs unconditionally on all platforms. No one I spoke to could
> remember why it was x86 only, and it
On Saturday 06 March 2010 03:55 pm, Andriy Gapon wrote:
> on 06/03/2010 21:59 Simon L. Nielsen said the following:
> > On 2010.03.05 21:39:16 +, Jung-uk Kim wrote:
> >> Author: jkim
> >> Date: Fri Mar 5 21:39:16 2010
> >> New Revision: 204773
> >> URL: http://svn.freebsd.org/changeset/base/204
On 8 March 2010 19:14, Ivan Voras wrote:
> On 8 March 2010 16:01, Nathan Whitehorn wrote:
>> Author: nwhitehorn
>> Date: Mon Mar 8 15:01:08 2010
>> New Revision: 204870
>> URL: http://svn.freebsd.org/changeset/base/204870
>>
>> Log:
>> Enable tmpfs unconditionally on all platforms. No one I spo
Author: jkim
Date: Mon Mar 8 18:40:22 2010
New Revision: 204874
URL: http://svn.freebsd.org/changeset/base/204874
Log:
Update module Makefile for ACPICA 20100304.
Submitted by: Paul B Mahol (onemda at gmail dot com)
Modified:
head/sys/modules/acpi/acpi/Makefile
Modified: head/sys/modul
Author: joel (doc committer)
Date: Mon Mar 8 18:51:28 2010
New Revision: 204875
URL: http://svn.freebsd.org/changeset/base/204875
Log:
Looks like I forgot to add half of the copyright text when we switched to
our preferred license.
Modified:
head/sys/dev/sound/pci/es137x.h
Modified: head/
On 8 March 2010 19:29, Ivan Voras wrote:
> On 8 March 2010 19:14, Ivan Voras wrote:
>> On 8 March 2010 16:01, Nathan Whitehorn wrote:
>>> Author: nwhitehorn
>>> Date: Mon Mar 8 15:01:08 2010
>>> New Revision: 204870
>>> URL: http://svn.freebsd.org/changeset/base/204870
>>>
>>> Log:
>>> Enable
Author: ache
Date: Mon Mar 8 19:40:22 2010
New Revision: 204876
URL: http://svn.freebsd.org/changeset/base/204876
Log:
1) Reimplement (differently) unlimited line length restricted in prev.
commit.
2) Honor missing the very last \n (if absent) on output.
Modified:
head/usr.bin/uniq/un
Author: jkim
Date: Mon Mar 8 19:40:31 2010
New Revision: 204877
URL: http://svn.freebsd.org/changeset/base/204877
Log:
Enable ACPI module build on amd64. Although we strongly recommend building
it into kernel, there is no need to prevent it from building at all.
Modified:
head/sys/modules
On Sun, Mar 07, 2010, Andrey Chernov wrote:
> On Sun, Mar 07, 2010 at 09:31:39PM +0300, Andrey Chernov wrote:
> > It is right idea. I'll use sysconf(__SC_LINE_MAX) there.
> > But currently it does the same (sysconf.c):
> > case _SC_LINE_MAX:
> > return (LINE_MAX);
> ...
> >
Author: fabient
Date: Mon Mar 8 19:58:00 2010
New Revision: 204878
URL: http://svn.freebsd.org/changeset/base/204878
Log:
Change the way shutdown is handled for log file.
pmc_flush_logfile is now non-blocking and just ask the kernel
to shutdown the file. From that point, no more data is
On Mon, Mar 08, 2010 at 07:40:31PM +, Jung-uk Kim wrote:
> Author: jkim
> Date: Mon Mar 8 19:40:31 2010
> New Revision: 204877
> URL: http://svn.freebsd.org/changeset/base/204877
>
> Log:
> Enable ACPI module build on amd64. Although we strongly recommend building
> it into kernel, there
On Mon, Mar 08, 2010 at 02:51:23PM -0500, David Schultz wrote:
> You can actually just call getline() rather than reinventing the
> wheel.
See just committed version. I use getline(3) (POSIX one).
> I've had a wide character version of getline() ready to
> commit for some time (I just need to f
Author: kib
Date: Mon Mar 8 20:44:22 2010
New Revision: 204879
URL: http://svn.freebsd.org/changeset/base/204879
Log:
Teach procstat(1) to display some information about signal disposition
and pending/blocked status for signals.
Reviewed by: rwatson
MFC after:2 weeks
Modified:
Author: kib
Date: Mon Mar 8 20:45:52 2010
New Revision: 204880
URL: http://svn.freebsd.org/changeset/base/204880
Log:
Add file forgotten in r204879.
Added:
head/usr.bin/procstat/procstat_sigs.c (contents, props changed)
Added: head/usr.bin/procstat/procstat_sigs.c
On Monday 08 March 2010 2:40:31 pm Jung-uk Kim wrote:
> Author: jkim
> Date: Mon Mar 8 19:40:31 2010
> New Revision: 204877
> URL: http://svn.freebsd.org/changeset/base/204877
>
> Log:
> Enable ACPI module build on amd64. Although we strongly recommend
building
> it into kernel, there is no
On Monday 08 March 2010 2:40:31 pm Jung-uk Kim wrote:
> Author: jkim
> Date: Mon Mar 8 19:40:31 2010
> New Revision: 204877
> URL: http://svn.freebsd.org/changeset/base/204877
>
> Log:
> Enable ACPI module build on amd64. Although we strongly recommend building
> it into kernel, there is no
Author: edwin
Date: Mon Mar 8 21:13:28 2010
New Revision: 204884
URL: http://svn.freebsd.org/changeset/base/204884
Log:
Vendor import of tzdata2010e (tzdata2010d was immidaiately superseeded)
- Adjust beginning / end of DST in Bangladesh (minimal impact)
- Fiji ends DST one month earlier
Author: edwin
Date: Mon Mar 8 21:14:21 2010
New Revision: 204885
URL: http://svn.freebsd.org/changeset/base/204885
Log:
Tag of tzdata2010e
Added:
vendor/tzdata/tzdata2010e/
- copied from r204884, vendor/tzdata/dist/
___
svn-src-all@freebsd.org
Author: lulf
Date: Mon Mar 8 21:16:28 2010
New Revision: 204886
URL: http://svn.freebsd.org/changeset/base/204886
Log:
- Set missing flag when initiating a plex rebuild with the rebuildparity
command.
- Check if plex is already syncing or rebuilding before initiating a parity
rebuild
Author: edwin
Date: Mon Mar 8 21:17:10 2010
New Revision: 204887
URL: http://svn.freebsd.org/changeset/base/204887
Log:
MFV of tzdata2010e:
- Adjust beginning / end of DST in Bangladesh (minimal impact)
- Fiji ends DST one month earlier to last Sunday of March
- Samoa changes
- Chile
Author: edwin
Date: Mon Mar 8 21:29:00 2010
New Revision: 204890
URL: http://svn.freebsd.org/changeset/base/204890
Log:
MFC of tzdata2010e, r204887
- Adjust beginning / end of DST in Bangladesh (minimal impact)
- Fiji ends DST one month earlier to last Sunday of March
- Samoa changes
Author: edwin
Date: Mon Mar 8 21:29:05 2010
New Revision: 204891
URL: http://svn.freebsd.org/changeset/base/204891
Log:
MFC of tzdata2010e, r204887
- Adjust beginning / end of DST in Bangladesh (minimal impact)
- Fiji ends DST one month earlier to last Sunday of March
- Samoa changes
Author: edwin
Date: Mon Mar 8 21:29:09 2010
New Revision: 204892
URL: http://svn.freebsd.org/changeset/base/204892
Log:
MFC of tzdata2010e, r204887
- Adjust beginning / end of DST in Bangladesh (minimal impact)
- Fiji ends DST one month earlier to last Sunday of March
- Samoa changes
Author: qingli
Date: Mon Mar 8 21:30:12 2010
New Revision: 204893
URL: http://svn.freebsd.org/changeset/base/204893
Log:
MFC 204402
Use reference counting instead of locking to secure an address while
that address is being used to generate temporary IPv6 address. This
approach is suffi
Author: jhb
Date: Mon Mar 8 21:36:20 2010
New Revision: 204894
URL: http://svn.freebsd.org/changeset/base/204894
Log:
MFC 204518:
Print the contents of the miscellaneous (MISC) register to the console if
it is valid along with the other register values when a machine check is
encountered.
Author: jhb
Date: Mon Mar 8 21:42:19 2010
New Revision: 204895
URL: http://svn.freebsd.org/changeset/base/204895
Log:
MFC 204518:
Print the contents of the miscellaneous (MISC) register to the console if
it is valid along with the other register values when a machine check is
encountered.
On Monday 08 March 2010 04:11 pm, John Baldwin wrote:
> On Monday 08 March 2010 2:40:31 pm Jung-uk Kim wrote:
> > Author: jkim
> > Date: Mon Mar 8 19:40:31 2010
> > New Revision: 204877
> > URL: http://svn.freebsd.org/changeset/base/204877
> >
> > Log:
> > Enable ACPI module build on amd64. Alt
On Monday 08 March 2010 5:11:42 pm Jung-uk Kim wrote:
> On Monday 08 March 2010 04:11 pm, John Baldwin wrote:
> > On Monday 08 March 2010 2:40:31 pm Jung-uk Kim wrote:
> > > Author: jkim
> > > Date: Mon Mar 8 19:40:31 2010
> > > New Revision: 204877
> > > URL: http://svn.freebsd.org/changeset/base
Author: ache
Date: Mon Mar 8 22:27:46 2010
New Revision: 204896
URL: http://svn.freebsd.org/changeset/base/204896
Log:
Rewrite input processing to not exit with error on the first EILSEQ found
in the input data but fallback to "binary comparison" instead.
POSIX says: "The input files sha
On Monday 08 March 2010 05:25 pm, John Baldwin wrote:
> On Monday 08 March 2010 5:11:42 pm Jung-uk Kim wrote:
> > On Monday 08 March 2010 04:11 pm, John Baldwin wrote:
> > > On Monday 08 March 2010 2:40:31 pm Jung-uk Kim wrote:
> > > > Author: jkim
> > > > Date: Mon Mar 8 19:40:31 2010
> > > > New
Author: ticso
Date: Tue Mar 9 00:48:06 2010
New Revision: 204899
URL: http://svn.freebsd.org/changeset/base/204899
Log:
fix signed warning
Modified:
head/sys/boot/arm/at91/boot2/bwct_board.c
Modified: head/sys/boot/arm/at91/boot2/bwct_board.c
Author: ticso
Date: Tue Mar 9 00:50:58 2010
New Revision: 204900
URL: http://svn.freebsd.org/changeset/base/204900
Log:
BWCT boards can have 128MB SDRAM.
Modified:
head/sys/boot/arm/at91/boot2/bwct_board.c
head/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.c
Modified: head/sys/boot/arm/at
Author: delphij
Date: Tue Mar 9 00:52:16 2010
New Revision: 204901
URL: http://svn.freebsd.org/changeset/base/204901
Log:
Remove the check for IFF_DRV_OACTIVE right before adding a port into lagg
interface. The check itself seems to be coming from OpenBSD but does not
seem to be useful for
Author: qingli
Date: Tue Mar 9 01:11:45 2010
New Revision: 204902
URL: http://svn.freebsd.org/changeset/base/204902
Log:
One of the advantages of enabling ECMP (a.k.a RADIX_MPATH) is to
allow for connection load balancing across interfaces. Currently
the address alias handling method is col
On Monday 08 March 2010 05:52 pm, Jung-uk Kim wrote:
> On Monday 08 March 2010 05:25 pm, John Baldwin wrote:
> > On Monday 08 March 2010 5:11:42 pm Jung-uk Kim wrote:
> > > On Monday 08 March 2010 04:11 pm, John Baldwin wrote:
> > > > On Monday 08 March 2010 2:40:31 pm Jung-uk Kim wrote:
> > > > >
Author: nwhitehorn
Date: Tue Mar 9 02:00:53 2010
New Revision: 204903
URL: http://svn.freebsd.org/changeset/base/204903
Log:
Place interrupt handling in a critical section and remove double
counting in incrementing the interrupt nesting level. This fixes a number
of bugs in which the interr
Author: marcel
Date: Tue Mar 9 02:05:01 2010
New Revision: 204904
URL: http://svn.freebsd.org/changeset/base/204904
Log:
Remove support for SYS_RES_DRQ.
Modified:
head/sys/ia64/ia64/nexus.c
Modified: head/sys/ia64/ia64/nexus.c
Author: marcel
Date: Tue Mar 9 02:08:02 2010
New Revision: 204905
URL: http://svn.freebsd.org/changeset/base/204905
Log:
Remove inclusion of
While here move inclusion of in a better place.
Modified:
head/sys/ia64/ia64/vm_machdep.c
Modified: head/sys/ia64/ia64/vm_machdep.c
==
Author: alc
Date: Tue Mar 9 03:30:31 2010
New Revision: 204907
URL: http://svn.freebsd.org/changeset/base/204907
Log:
Implement AMD's recommended workaround for Erratum 383 on Family 10h
processors. With this workaround, superpage promotion can be re-enabled
under virtualization. Moreover
On Mon, Mar 8, 2010 at 10:14 AM, Ivan Voras wrote:
> On 8 March 2010 16:01, Nathan Whitehorn wrote:
>> Author: nwhitehorn
>> Date: Mon Mar 8 15:01:08 2010
>> New Revision: 204870
>> URL: http://svn.freebsd.org/changeset/base/204870
>>
>> Log:
>> Enable tmpfs unconditionally on all platforms. No
On Mon, Mar 8, 2010 at 7:01 AM, Nathan Whitehorn wrote:
> Author: nwhitehorn
> Date: Mon Mar 8 15:01:08 2010
> New Revision: 204870
> URL: http://svn.freebsd.org/changeset/base/204870
>
> Log:
> Enable tmpfs unconditionally on all platforms. No one I spoke to could
> remember why it was x86 onl
Author: edwin
Date: Tue Mar 9 06:43:35 2010
New Revision: 204908
URL: http://svn.freebsd.org/changeset/base/204908
Log:
- Fix the highlighting for non-terminals when the last week is not
7 days long.
- "-m " now prints only the month, not the whole year.
Modified:
head/usr.bin/ncal/nc
58 matches
Mail list logo