Author: maxim
Date: Tue Mar 20 12:24:36 2012
New Revision: 233229
URL: http://svn.freebsd.org/changeset/base/233229
Log:
o Xr siftr.4 in order to expose it to a wider audience.
Reviewed by: lstewart
Modified:
head/share/man/man4/tcp.4
Modified: head/share/man/man4/tcp.4
===
On Friday, March 09, 2012 6:48:56 am Tijl Coosemans wrote:
> Author: tijl
> Date: Fri Mar 9 11:48:56 2012
> New Revision: 232721
> URL: http://svn.freebsd.org/changeset/base/232721
>
> Log:
> Clean up x86 endian.h:
> - Remove extern "C". There are no functions with external linkage here.
[1]
Author: raj
Date: Tue Mar 20 13:08:57 2012
New Revision: 233230
URL: http://svn.freebsd.org/changeset/base/233230
Log:
Improve device tree blob (DTB) handling in loader(8).
Enable using the statically embedded blob from the kernel, if present. The KLD
loaded DTB takes precedence, but they
Author: kib
Date: Tue Mar 20 13:20:49 2012
New Revision: 233231
URL: http://svn.freebsd.org/changeset/base/233231
Log:
Fix several problems with our ELF filters implementation.
Do not relocate twice an object which happens to be needed by loaded
binary (or dso) and some filtee opened due
On Tuesday 20 March 2012 13:34:10 John Baldwin wrote:
> On Friday, March 09, 2012 6:48:56 am Tijl Coosemans wrote:
>> Author: tijl
>> Date: Fri Mar 9 11:48:56 2012
>> New Revision: 232721
>> URL: http://svn.freebsd.org/changeset/base/232721
>>
>> Log:
>> Clean up x86 endian.h:
>> - Remove ext
On Mon, Mar 19, 2012 at 09:06:36PM +0100, Davide Italiano wrote:
D> >> These indented ifdefs look like a major violation of style used throughout
D> >> the FreeBSD kernel code. Can you please keep with common style?
D> >>
D> >
D> > Heh,
D> > sorry, also Juli Mallet noticed this, I'm writing a fix f
Author: pluknet
Date: Tue Mar 20 16:56:35 2012
New Revision: 233232
URL: http://svn.freebsd.org/changeset/base/233232
Log:
Update the list of struct ifnet fields.
- Document if_vnet, if_home_vnet, if_carp, if_vlantrunk, if_multiaddrs,
if_amcount, if_addr, if_llsoftc stub, if_broadcastaddr,
2012/3/20 Gleb Smirnoff :
> On Mon, Mar 19, 2012 at 09:06:36PM +0100, Davide Italiano wrote:
> D> >> These indented ifdefs look like a major violation of style used
> throughout
> D> >> the FreeBSD kernel code. Can you please keep with common style?
> D> >>
> D> >
> D> > Heh,
> D> > sorry, also Ju
Author: theraven
Date: Tue Mar 20 17:58:15 2012
New Revision: 233235
URL: http://svn.freebsd.org/changeset/base/233235
Log:
Import new version of libcxxrt. Now works correctly with libobjc2 to
implement
the unified exception model for Objective-C++.
Approved by: dim (mentor)
Deleted:
Author: jhb
Date: Tue Mar 20 18:05:15 2012
New Revision: 233236
URL: http://svn.freebsd.org/changeset/base/233236
Log:
Add sys/ofed to the 'make cscope' target.
MFC after:1 week
Modified:
head/sys/Makefile
Modified: head/sys/Makefile
=
On Tue, Mar 20, 2012 at 06:00:50PM +0100, Davide Italiano wrote:
D> 2012/3/20 Gleb Smirnoff :
D> > On Mon, Mar 19, 2012 at 09:06:36PM +0100, Davide Italiano wrote:
D> > D> >> These indented ifdefs look like a major violation of style used
throughout
D> > D> >> the FreeBSD kernel code. Can you plea
On Monday, March 19, 2012 5:39:53 pm Doug Barton wrote:
> On 3/19/2012 12:37 PM, Dimitry Andric wrote:
> > It would be much nicer to be able to write:
> >
> > .if defined(FOO)
> > .if defined(BAR)
> > CFLAGS+=-DFOO_BAR
> > .endif
> > .endif
>
> Take a look at /usr/ports/Mk/bsd.por
On Monday, March 19, 2012 7:53:43 pm David Xu wrote:
> On 2012/3/20 1:50, John Baldwin wrote:
> > On Monday, March 19, 2012 11:41:53 am David Xu wrote:
> >> On 2012/3/19 20:33, John Baldwin wrote:
> >>> On Saturday, March 17, 2012 8:22:29 pm David Xu wrote:
> Author: davidxu
> Date: Sun M
On Monday, March 19, 2012 7:12:25 pm Eitan Adler wrote:
> 2012/3/19 Dag-Erling Smørgrav :
> > John Baldwin writes:
>
> Looking at the original contents of the two files
>
> sshd:
> -.if defined(X11BASE) || defined(LOCALBASE)
>
> ssh:
> -.if defined(X11BASE)
>
> which I think was the cause of m
On Tuesday, March 20, 2012 10:19:07 am Tijl Coosemans wrote:
> On Tuesday 20 March 2012 13:34:10 John Baldwin wrote:
> > On Friday, March 09, 2012 6:48:56 am Tijl Coosemans wrote:
> >> Author: tijl
> >> Date: Fri Mar 9 11:48:56 2012
> >> New Revision: 232721
> >> URL: http://svn.freebsd.org/change
Author: jkim
Date: Tue Mar 20 20:37:23 2012
New Revision: 233249
URL: http://svn.freebsd.org/changeset/base/233249
Log:
Fix another witness panic. We cannot enter critical section at all because
AcpiEnterSleepState() executes (optional) _GTS method since ACPICA 20120215
(r231844). To evalu
On 20 March 2012 14:19, John Baldwin wrote:
> On Monday, March 19, 2012 5:39:53 pm Doug Barton wrote:
>> On 3/19/2012 12:37 PM, Dimitry Andric wrote:
>> > It would be much nicer to be able to write:
>> >
>> > .if defined(FOO)
>> > .if defined(BAR)
>> > CFLAGS+= -DFOO_BAR
>> > .endif
On Tuesday, March 20, 2012 5:20:04 pm Chris Rees wrote:
> On 20 March 2012 14:19, John Baldwin wrote:
> > On Monday, March 19, 2012 5:39:53 pm Doug Barton wrote:
> >> On 3/19/2012 12:37 PM, Dimitry Andric wrote:
> >> > It would be much nicer to be able to write:
> >> >
> >> > .if defined(FOO)
> >>
Author: jkim
Date: Tue Mar 20 21:37:52 2012
New Revision: 233250
URL: http://svn.freebsd.org/changeset/base/233250
Log:
Merge ACPICA 20120320.
Added:
head/sys/contrib/dev/acpica/compiler/preprocess.h
- copied unchanged from r233238,
vendor-sys/acpica/dist/source/compiler/preprocess.h
On 20 March 2012 21:28, John Baldwin wrote:
> On Tuesday, March 20, 2012 5:20:04 pm Chris Rees wrote:
>> On 20 March 2012 14:19, John Baldwin wrote:
>> > On Monday, March 19, 2012 5:39:53 pm Doug Barton wrote:
>> >> On 3/19/2012 12:37 PM, Dimitry Andric wrote:
>> >> > It would be much nicer to be
On 21/03/2012, at 8:10, Chris Rees wrote:
> Yes-- it'd be nice if less could read the ex:ts=4 bit.
>
> That can go on my todo list.
Are you going to teach it emacs commands for the same? ;)
IMO any file which wants to be viewed with tabs != 8 spaces is broken.
The extra cost of disk to store
The style in bsd.port.mk is not consistent. (I know, this is shocking
for something that's at r1.706.)
Here's what I recall seeing in it, that I found readable:
.if defined(USE_GL)
. if ${USE_GL:L} == "yes"
USE_GL= glu
. endif
. for _component in ${USE_GL}
. if !defined(_GL_${_component}_LI
On 21/03/2012, at 11:18, Mark Linimon wrote:
> Personally, I'd like to see us pick a "recommended way for new code",
> whether it's one or two spaces, whatever. (8 spaces seems too much.)
2 space indents are fine IMO, but they are spaces.
A tab character should be viewed as 8 spaces wide, but t
Author: adrian
Date: Wed Mar 21 03:19:50 2012
New Revision: 233255
URL: http://svn.freebsd.org/changeset/base/233255
Log:
Re-commit this - store the alq payload in network order.
Modified:
head/sys/net80211/ieee80211_alq.c
Modified: head/sys/net80211/ieee80211_alq.c
=
Author: alc
Date: Wed Mar 21 04:00:58 2012
New Revision: 233256
URL: http://svn.freebsd.org/changeset/base/233256
Log:
Eliminate vm.pmap.shpgperproc and vm.pmap.pv_entry_max because they no
longer serve any purpose. Prior to r157446, they served a purpose
because there was a fixed amount of
On Tue, Mar 20, 2012 at 07:48:36PM -0500, Mark Linimon wrote:
> Personally, I'd like to see us pick a "recommended way for new code",
> whether it's one or two spaces, whatever. (8 spaces seems too much.)
+1. I always hesitate between one or two spaces; but last time I recall I
was using one. I
Author: glebius
Date: Wed Mar 21 06:51:45 2012
New Revision: 233257
URL: http://svn.freebsd.org/changeset/base/233257
Log:
Don't run through time checks when entry is definitely oversized. This
leads to newsyslog rotating on (size OR time) if both are specified.
PR: 100018, 1604
27 matches
Mail list logo