Author: silby
Date: Wed Sep 23 05:32:33 2009
New Revision: 197425
URL: http://svn.freebsd.org/changeset/base/197425
Log:
In netstat -x, do not try to print out tcp timer status for udp sockets.
Modified:
head/usr.bin/netstat/inet.c
Modified: head/usr.bin/netstat/inet.c
==
Author: delphij
Date: Wed Sep 23 02:45:02 2009
New Revision: 197424
URL: http://svn.freebsd.org/changeset/base/197424
Log:
Initialize registers to zero before calling the interrupt handlers inside
emulator. This fixes VESA related freeze observed on some systems.
Submitted by: paradox
Author: emaste
Date: Wed Sep 23 00:31:08 2009
New Revision: 197423
URL: http://svn.freebsd.org/changeset/base/197423
Log:
MFC r180603:
Use %zd for size_t. With this gcore(1) is WARNS=6 clean.
Modified:
stable/7/usr.bin/gcore/ (props changed)
stable/7/usr.bin/gcore/elfcore.c
Modif
Author: emaste
Date: Tue Sep 22 23:11:23 2009
New Revision: 197422
URL: http://svn.freebsd.org/changeset/base/197422
Log:
MFC r195134, r195135, r195191
r195134, r195134:
Add a complement to FIONREAD, called FIONWRITE, which returns the
number of bytes not yet properly disposed of.
Author: mav
Date: Tue Sep 22 22:23:52 2009
New Revision: 197421
URL: http://svn.freebsd.org/changeset/base/197421
Log:
MFp4:
If on sense request device returns no sence, give up and return,
or we may loop forever.
Modified:
head/sys/cam/cam_periph.c
Modified: head/sys/cam/cam_periph.c
==
Author: mav
Date: Tue Sep 22 22:20:43 2009
New Revision: 197420
URL: http://svn.freebsd.org/changeset/base/197420
Log:
Lock bus scan.
Modified:
head/sys/dev/ppbus/vpo.c
Modified: head/sys/dev/ppbus/vpo.c
==
--- head/
Author: mav
Date: Tue Sep 22 22:17:14 2009
New Revision: 197419
URL: http://svn.freebsd.org/changeset/base/197419
Log:
MFp4:
Reduce code duplication.
Modified:
head/sbin/camcontrol/camcontrol.c
Modified: head/sbin/camcontrol/camcontrol.c
On Sat, Sep 19, 2009 at 7:56 PM, Ed Schouten wrote:
> Author: ed
> Date: Sat Sep 19 17:56:26 2009
> New Revision: 197330
> URL: http://svn.freebsd.org/changeset/base/197330
>
> Log:
> Make the keyboard layer Unicode aware.
>
> Just take keyent_t to use an u_int to store the Unicode codepoints.
>
On Tue, Sep 22, 2009 at 01:01:07PM -0400, John Baldwin wrote:
> On Tuesday 22 September 2009 12:22:05 pm Roman Divacky wrote:
> > Author: rdivacky
> > Date: Tue Sep 22 16:22:05 2009
> > New Revision: 197408
> > URL: http://svn.freebsd.org/changeset/base/197408
> >
> > Log:
> > Don't build ufs_gj
Author: rpaulo
Date: Tue Sep 22 20:31:32 2009
New Revision: 197417
URL: http://svn.freebsd.org/changeset/base/197417
Log:
MFC 197190:
Make the sudden motion sensor work on older models and add a bit of
debugging.
Submitted by:Christoph Langguth
Approved by: re (kib)
M
Author: delphij
Date: Tue Sep 22 20:12:10 2009
New Revision: 197416
URL: http://svn.freebsd.org/changeset/base/197416
Log:
Temporarily disable typematic retrieving code until we get a real fix,
which currently causes hangs in some configurations.
Reported by: joel
Submitted by: swell.k
On Tue, 22 Sep 2009, Roman Divacky wrote:
Log:
Change unsigned foo to u_foo as required by style(9).
Requested by: bde
Approved by: ed (mentor)
Thanks.
style(9) actually doesn't require this, even by example (it has zero examples
of u_foo and zero examples of `unsigned', except to say
Hi,
* Stanislav Sedov wrote:
> Can we make this conditional depending on some variable like
> KBD_UNICODE so it will be possible to avoid the increased
> memory footprint (24 bytes per entry) in situations where
> unicode support is not required? Or maybe even have this
> dynamically allocated?
Author: jhb
Date: Tue Sep 22 18:34:23 2009
New Revision: 197415
URL: http://svn.freebsd.org/changeset/base/197415
Log:
The elements in the component arrays may be direct Package objects rather
than references to objects. In that case, simply use the Package directly.
I think a recent cha
/etc/malloc.conf.)
+20090922:
+ 802.11s D3.03 support was committed. This is incompatible with the
+ previous code, which was based on D3.0.
+
20090910:
ZFS snapshots are now mounted with MNT_IGNORE flag. Use -v option for
mount(8) and -a option for df(1) to see them
Author: rpaulo
Date: Tue Sep 22 18:18:14 2009
New Revision: 197413
URL: http://svn.freebsd.org/changeset/base/197413
Log:
Update 802.11s mesh support to draft 3.03. This includes a revised frame
format for peering and changes to the PERR frames.
Note that this is incompatible with the previo
Author: rpaulo
Date: Tue Sep 22 17:45:28 2009
New Revision: 197412
URL: http://svn.freebsd.org/changeset/base/197412
Log:
Reserve events for XScale.
Reviewed by: jkoshy, gnn
MFC after:1 week
Modified:
head/sys/dev/hwpmc/pmc_events.h
Modified: head/sys/dev/hwpmc/pmc_events.h
=
On Tuesday 22 September 2009 12:22:05 pm Roman Divacky wrote:
> Author: rdivacky
> Date: Tue Sep 22 16:22:05 2009
> New Revision: 197408
> URL: http://svn.freebsd.org/changeset/base/197408
>
> Log:
> Don't build ufs_gjournal.c at all if UFS_GJOURNAL option is not given
> instead of building an
Author: delphij
Date: Tue Sep 22 16:59:15 2009
New Revision: 197411
URL: http://svn.freebsd.org/changeset/base/197411
Log:
Removed unused empty directory.
Submitted by: b. f.
Deleted:
head/sys/modules/x86emu/
___
svn-src-all@freebsd.org mailin
On Sunday 20 September 2009 1:00:53 am M. Warner Losh wrote:
> : Hmm, it might actually be nice to be able to change those at some point
> : as well. I have looked at this in the past and it is quite deeply
> : buried in libc. :-/
>
> What's the benefit for forcing a tcp connection for the port
Author: jhb
Date: Tue Sep 22 16:51:00 2009
New Revision: 197410
URL: http://svn.freebsd.org/changeset/base/197410
Log:
- Split the logic to parse an SMAP entry out into a separate function on
amd64 similar to i386. This fixes a bug on amd64 where overlapping
entries would not cause the
Author: rdivacky
Date: Tue Sep 22 16:28:07 2009
New Revision: 197409
URL: http://svn.freebsd.org/changeset/base/197409
Log:
Change the command argument to ioctl routines to u_long to avoid
truncating the command to 32bit on 64bit archs where int is 32bit
(ie. amd64).
Approved by: scott
Author: rdivacky
Date: Tue Sep 22 16:22:05 2009
New Revision: 197408
URL: http://svn.freebsd.org/changeset/base/197408
Log:
Don't build ufs_gjournal.c at all if UFS_GJOURNAL option is not given
instead of building an almost empty C file.
Approved by: pjd
Approved by: ed (mentor, impli
Author: rdivacky
Date: Tue Sep 22 16:16:02 2009
New Revision: 197407
URL: http://svn.freebsd.org/changeset/base/197407
Log:
Change unsigned foo to u_foo as required by style(9).
Requested by: bde
Approved by: ed (mentor)
Modified:
head/sys/kern/kern_event.c
head/sys/sys/event.h
Mod
Author: jhb
Date: Tue Sep 22 15:43:03 2009
New Revision: 197406
URL: http://svn.freebsd.org/changeset/base/197406
Log:
Don't reread the command register to see if enabling I/O or memory
decoding "took". Other OS's that I checked do not do this and it breaks
some amdpm(4) devices. Prior to
Author: trasz
Date: Tue Sep 22 15:15:03 2009
New Revision: 197405
URL: http://svn.freebsd.org/changeset/base/197405
Log:
Add pieces of infrastructure required for NFSv4 ACL support in UFS.
Reviewed by: rwatson
Added:
head/share/man/man9/vaccess_acl_nfs4.9 (contents, props changed)
Mod
Robert Watson wrote:
>
> On Mon, 21 Sep 2009, Andrew Gallatin wrote:
>
>> Add support for throttling transmit bandwidth. This is most commonly
>> used to reduce packet loss on high delay (WAN) paths with a
>> slow link.
>
> Hi Drew--
>
> Could you say a little more about the situations in whic
Joel Dahl skrev:
Author: joel (doc committer)
Date: Tue Sep 22 13:23:59 2009
New Revision: 197404
URL: http://svn.freebsd.org/changeset/base/197404
Log:
Move es137x.c and es137x.h to a 2-clause BSD license. Also move a few
comments.
There is still a 4-clause BSD license in es137x.c. Not
Author: joel (doc committer)
Date: Tue Sep 22 13:23:59 2009
New Revision: 197404
URL: http://svn.freebsd.org/changeset/base/197404
Log:
Move es137x.c and es137x.h to a 2-clause BSD license. Also move a few
comments.
Submitted by: Joachim Kuebart
Approved by: core, Russell Cattelan
M
Author: cokane
Date: Tue Sep 22 12:36:51 2009
New Revision: 197403
URL: http://svn.freebsd.org/changeset/base/197403
Log:
The ndis_scan function may be started after ndis vap have been destroyed
PR: kern/138632
Submitted by: Paul B. Mahol
MFC after:3 days
Modified:
hea
On Sat, 19 Sep 2009 17:56:26 + (UTC)
Ed Schouten mentioned:
>
> Modified: head/sys/sys/kbio.h
> ==
> --- head/sys/sys/kbio.h Sat Sep 19 15:48:59 2009(r197329)
> +++ head/sys/sys/kbio.h Sat Sep 19
Author: marius
Date: Tue Sep 22 11:47:21 2009
New Revision: 197402
URL: http://svn.freebsd.org/changeset/base/197402
Log:
- Add missing bus_dmamap_sync(9) calls for the work DMA map. Previously
the work area was totally unsynchronized which means this driver only
had a chance of working
Author: marius
Date: Tue Sep 22 11:38:45 2009
New Revision: 197401
URL: http://svn.freebsd.org/changeset/base/197401
Log:
- According to Linux, the ALi M5451 can do 31-bit DMA instead of just
30-bit like the reset of the controllers supported by this driver.
Actually ALi M5451 can be set
Author: ed
Date: Tue Sep 22 11:29:11 2009
New Revision: 197400
URL: http://svn.freebsd.org/changeset/base/197400
Log:
Use an unsigned integer for storing the key code.
It seems Clang breaks when checking for SPCLKEY, which is now
0x8000. Using an unsigned integer fixes this. This is a
On Mon, 21 Sep 2009, Andrew Gallatin wrote:
Add support for throttling transmit bandwidth. This is most commonly
used to reduce packet loss on high delay (WAN) paths with a
slow link.
Hi Drew--
Could you say a little more about the situations in which this is used? I see
(or think I se
Author: delphij
Date: Tue Sep 22 07:10:23 2009
New Revision: 197399
URL: http://svn.freebsd.org/changeset/base/197399
Log:
Hide x86bios stuff in i386/amd64 specific files as atkbdc would get
these stuff into build.
Modified:
head/sys/conf/files
head/sys/conf/files.amd64
head/sys/conf/fi
36 matches
Mail list logo