Author: edwin
Date: Mon Mar 29 07:08:47 2010
New Revision: 205827
URL: http://svn.freebsd.org/changeset/base/205827
Log:
Bump WARNS to 7
Modified:
head/usr.bin/calendar/Makefile
Modified: head/usr.bin/calendar/Makefile
=
Author: edwin
Date: Mon Mar 29 07:09:27 2010
New Revision: 205828
URL: http://svn.freebsd.org/changeset/base/205828
Log:
Use new syntax for the dutch calendar: Use local month names instead
of english ones.
Modified:
head/usr.bin/calendar/calendars/calendar.dutch
Modified: head/usr.bin/cal
Author: luigi
Date: Mon Mar 29 12:19:23 2010
New Revision: 205830
URL: http://svn.freebsd.org/changeset/base/205830
Log:
Fix handling of set manipulations.
This patch has two fixes for potential kernel panics (one wrong
index, one access to the wrong lock) and two fixes to wrong logic
in a
Author: luigi
Date: Mon Mar 29 12:27:49 2010
New Revision: 205831
URL: http://svn.freebsd.org/changeset/base/205831
Log:
remove a leftover debugging message
Modified:
head/sys/netinet/ipfw/ip_dn_io.c
Modified: head/sys/netinet/ipfw/ip_dn_io.c
=
Author: des
Date: Mon Mar 29 13:20:52 2010
New Revision: 205834
URL: http://svn.freebsd.org/changeset/base/205834
Log:
size_t is not equivalent to int on 64-bit platforms.
Pointy hat to:edwin@
Modified:
head/usr.bin/calendar/parsedata.c
Modified: head/usr.bin/calendar/parsedata.
Author: imp
Date: Mon Mar 29 15:59:44 2010
New Revision: 205838
URL: http://svn.freebsd.org/changeset/base/205838
Log:
Mark the vtoc.h structure as packed so that it is the right size and
layout on arm.
MFC after:7 days
Modified:
head/sys/sys/vtoc.h
Modified: head/sys/sys/vtoc.h
=
Author: rpaulo
Date: Mon Mar 29 17:09:04 2010
New Revision: 205841
URL: http://svn.freebsd.org/changeset/base/205841
Log:
Add AR9285.
Sponsored by: iXsystems, inc
Modified:
head/sys/conf/NOTES
Modified: head/sys/conf/NOTES
Author: imp
Date: Mon Mar 29 17:24:23 2010
New Revision: 205842
URL: http://svn.freebsd.org/changeset/base/205842
Log:
Cast a bus_size_t to a (size_t) to use %zd specifier. Not quite the
right thing to do, but it is in compat code I don't want to sort out
at the moment.
Modified:
head/sy
Author: imp
Date: Mon Mar 29 17:25:06 2010
New Revision: 205843
URL: http://svn.freebsd.org/changeset/base/205843
Log:
Cast bus_space_t to a intmax_t and use %j to print it instead of
assuming it is size_t sized and using %z.
Modified:
head/sys/dev/malo/if_malo.c
Modified: head/sys/dev/mal
Author: imp
Date: Mon Mar 29 17:26:24 2010
New Revision: 205844
URL: http://svn.freebsd.org/changeset/base/205844
Log:
Cast the bus_size_t to a intmax_t rather than assuming type-punning to
a size_t. Switch from %z to %j.
Modified:
head/sys/dev/ubsec/ubsec.c
Modified: head/sys/dev/ubsec/u
Author: imp
Date: Mon Mar 29 17:31:55 2010
New Revision: 205845
URL: http://svn.freebsd.org/changeset/base/205845
Log:
Make all the modules build on arm (modulo ipfilter, which I'm looking
into):
o Don't build vpo and syscons on mips or arm either
o Add a section for mips and arm breaka
Author: trasz
Date: Mon Mar 29 17:39:38 2010
New Revision: 205846
URL: http://svn.freebsd.org/changeset/base/205846
Log:
Fix references.
Modified:
head/share/man/man9/ieee80211.9
head/share/man/man9/ieee80211_crypto.9
head/share/man/man9/ieee80211_node.9
head/share/man/man9/ieee80211_ou
Author: mjacob
Date: Mon Mar 29 18:04:06 2010
New Revision: 205847
URL: http://svn.freebsd.org/changeset/base/205847
Log:
Change how multipath labels are created and managed. This makes it easier
to support various storage boxes which really aren't active-active.
We only write the label o
This commit has unplugged cxgb from the build, even for the
(!arm && !mips) case. Please fix.
Regards,
Navdeep
On Mon, Mar 29, 2010 at 05:31:55PM +, Warner Losh wrote:
> Author: imp
> Date: Mon Mar 29 17:31:55 2010
> New Revision: 205845
> URL: http://svn.freebsd.org/changeset/base/205845
>
Author: jhb
Date: Mon Mar 29 18:47:04 2010
New Revision: 205850
URL: http://svn.freebsd.org/changeset/base/205850
Log:
Cosmetic tweak to use a type suffix instead of a cast to force a constant
to be a long.
Modified:
head/sys/amd64/include/reg.h
Modified: head/sys/amd64/include/reg.h
=
Author: jhb
Date: Mon Mar 29 19:13:34 2010
New Revision: 205851
URL: http://svn.freebsd.org/changeset/base/205851
Log:
Add a handler for the local APIC error interrupt. For now it just prints
out the current value of the local APIC error register when the interrupt
fires.
MFC after:
Author: imp
Date: Mon Mar 29 19:36:37 2010
New Revision: 205852
URL: http://svn.freebsd.org/changeset/base/205852
Log:
Arm defines intr_disable() as a macro, which causes problems for cxgb.
Rather than remove it for all architectures (which was a botch in
r205845), remove it only for arm and
In message: <20100329181831.ga14...@gypsy>
Navdeep Parhar writes:
: This commit has unplugged cxgb from the build, even for the
: (!arm && !mips) case. Please fix.
Doh! Will do ASAP. Thanks!
Warner
___
svn-src-head@freebsd.org mailing li
On Monday 29 March 2010 3:13:34 pm John Baldwin wrote:
> Author: jhb
> Date: Mon Mar 29 19:13:34 2010
> New Revision: 205851
> URL: http://svn.freebsd.org/changeset/base/205851
>
> Log:
> Add a handler for the local APIC error interrupt. For now it just prints
> out the current value of the l
Author: trasz
Date: Mon Mar 29 19:52:36 2010
New Revision: 205853
URL: http://svn.freebsd.org/changeset/base/205853
Log:
Add myself.
MFC after:2 weeks
Modified:
head/usr.bin/calendar/calendars/calendar.freebsd
Modified: head/usr.bin/calendar/calendars/calendar.freebsd
==
Author: avg
Date: Mon Mar 29 20:04:01 2010
New Revision: 205854
URL: http://svn.freebsd.org/changeset/base/205854
Log:
calendar.freebsd: add my entry
MFC after:4 days
Modified:
head/usr.bin/calendar/calendars/calendar.freebsd
Modified: head/usr.bin/calendar/calendars/calendar.freebs
Author: jkim
Date: Mon Mar 29 20:12:44 2010
New Revision: 205855
URL: http://svn.freebsd.org/changeset/base/205855
Log:
Print memory model of the video mode except for planar memory model.
'P', 'D', 'C', 'H', 'V' mean packed pixel, direct color, CGA, Hercules,
VGA X memory models respectivel
Author: jkim
Date: Mon Mar 29 20:24:03 2010
New Revision: 205858
URL: http://svn.freebsd.org/changeset/base/205858
Log:
Check the pointer to JIT binary filter before its de-allocation.
Submitted by: Alexander Sack (asack at niksun dot com)
MFC after:3 days
Modified:
head/sys/net/bp
Author: joel (doc committer)
Date: Mon Mar 29 20:27:17 2010
New Revision: 205859
URL: http://svn.freebsd.org/changeset/base/205859
Log:
Start copyright notices with /*-
Modified:
head/sys/dev/sound/pci/envy24.c
head/sys/dev/sound/pci/envy24.h
head/sys/dev/sound/pci/envy24ht.c
head/sys/d
Author: avg
Date: Mon Mar 29 20:34:25 2010
New Revision: 205860
URL: http://svn.freebsd.org/changeset/base/205860
Log:
g_vfs_open: correctly set devvp.v_bufobj.bo_bsize to DEV_BSIZE
Because of how breadn -> bufstrategy -> g_vfs_strategy are currently
implemented, bread on devvp always exp
Author: edwin
Date: Mon Mar 29 21:17:03 2010
New Revision: 205862
URL: http://svn.freebsd.org/changeset/base/205862
Log:
Update the Australian calendar WRT DST.
Layout changes.
Modified:
head/usr.bin/calendar/calendars/calendar.australia
Modified: head/usr.bin/calendar/calendars/calendar.a
Author: imp
Date: Mon Mar 29 22:03:55 2010
New Revision: 205863
URL: http://svn.freebsd.org/changeset/base/205863
Log:
Enable module builds now that the build completes for them. This
should get them into the universe rotation.
Modified:
head/sys/mips/conf/AR71XX
Modified: head/sys/mips/c
Author: imp
Date: Mon Mar 29 22:29:41 2010
New Revision: 205864
URL: http://svn.freebsd.org/changeset/base/205864
Log:
Build modules for this config to make sure they stay buildable...
Modified:
head/sys/arm/conf/KB920X
Modified: head/sys/arm/conf/KB920X
=
Author: jkim
Date: Mon Mar 29 22:41:30 2010
New Revision: 205865
URL: http://svn.freebsd.org/changeset/base/205865
Log:
Refine r204265. We want the standard VGA palette for packed pixel mode.
Modified:
head/sys/dev/syscons/scvidctl.c
head/sys/dev/syscons/syscons.c
Modified: head/sys/dev/s
Author: jfv
Date: Mon Mar 29 23:36:34 2010
New Revision: 205869
URL: http://svn.freebsd.org/changeset/base/205869
Log:
Update to igb and em:
em revision 7.0.0:
- Using driver devclass, seperate legacy (pre-pcie) code
into a seperate source file. This will at least help
On Sun, 28 Mar 2010, Ed Schouten wrote:
Log:
Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.
A nice thing about POSIX 2008 is that it finally standardizes a way to
obtain file access/modification/change times in sub-second precision,
namely using struct timespec, which we a
On Mon, 29 Mar 2010, Dag-Erling Smorgrav wrote:
Log:
size_t is not equivalent to int on 64-bit platforms.
Neither is it on 16-63 or 65-infinity bit platforms, since it is not signed.
Modified: head/usr.bin/calendar/parsedata.c
Author: edwin
Date: Tue Mar 30 06:42:01 2010
New Revision: 205872
URL: http://svn.freebsd.org/changeset/base/205872
Log:
On request of joel@:
- Remove the 3rd clause of the UC Berkeley copyrighted files.
- For the files added copyrighted by me, move the "All rights
reserved" to the ne
33 matches
Mail list logo