Author: ru
Date: Sun Jan 10 08:02:07 2010
New Revision: 201989
URL: http://svn.freebsd.org/changeset/base/201989
Log:
Apply patches directly to sources. Their effect is as follows:
- Make one-true-awk respect locale's collating order in [a-z]
bracket expressions, until a more complete
Well. Since I see no objections so far, I'll plan to commit
strcmp()->strcoll() replacement in alphasort() soon.
--
http://ache.pp.ru/
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send a
Author: mav
Date: Sun Jan 10 09:20:56 2010
New Revision: 201990
URL: http://svn.freebsd.org/changeset/base/201990
Log:
- Report SATA in legacy emulation mode still as SATA.
- Make ATA XPT able to handle such case.
Modified:
head/sys/cam/ata/ata_xpt.c
head/sys/dev/ata/ata-all.c
Modified:
Author: davidxu
Date: Sun Jan 10 09:31:57 2010
New Revision: 201991
URL: http://svn.freebsd.org/changeset/base/201991
Log:
Make a chain be a list of queues, and make threads waiting
for same key coalesce to same queue, this makes searching
path shorter and improves performance.
Also fix co
Author: mav
Date: Sun Jan 10 11:02:10 2010
New Revision: 201993
URL: http://svn.freebsd.org/changeset/base/201993
Log:
Report which of IXP700 legacy ATA channels is SATA.
Modified:
head/sys/dev/ata/chipsets/ata-ati.c
Modified: head/sys/dev/ata/chipsets/ata-ati.c
=
Author: kib
Date: Sun Jan 10 11:25:34 2010
New Revision: 201994
URL: http://svn.freebsd.org/changeset/base/201994
Log:
MFC r201743:
Give some information on SF_MNOWAIT flag.
MFC r201759 (by brueffer):
Fix a typo and bump date for the previous commit.
MFC r201760:
Further fix gram
Author: bz
Date: Sun Jan 10 12:03:53 2010
New Revision: 201995
URL: http://svn.freebsd.org/changeset/base/201995
Log:
Correct a typo.
MFC after:5 days
Modified:
head/sys/net/if_epair.c
Modified: head/sys/net/if_epair.c
Hello!
On Sun, Jan 10, 2010 at 07:18:36AM +, Xin LI wrote:
> Author: delphij
> Date: Sun Jan 10 07:18:35 2010
> New Revision: 201988
> URL: http://svn.freebsd.org/changeset/base/201988
>
> Log:
> MFC r201756:
>
> Re-apply onnv-gate revisions 7994 and 8986 (corresponds to FreeBSD
> r
Author: cperciva
Date: Sun Jan 10 14:30:30 2010
New Revision: 201999
URL: http://svn.freebsd.org/changeset/base/201999
Log:
Give a less silly response to a silly request.
Prior to this commit, fread/fwrite calls with size * nmemb > SIZE_MAX
were handled by reading or writing (size_t)(size
Author: gavin
Date: Sun Jan 10 14:48:42 2010
New Revision: 202000
URL: http://svn.freebsd.org/changeset/base/202000
Log:
Don't panic on attach if we can't allocate ifp
Approved by: ed (mentor)
MFC after:2 weeks
Modified:
head/sys/dev/ae/if_ae.c
Modified: head/sys/dev/ae/if_ae.c
=
Author: marius
Date: Sun Jan 10 15:12:15 2010
New Revision: 202003
URL: http://svn.freebsd.org/changeset/base/202003
Log:
- According to OpenSolaris it's sufficient to align the MSIs of a
device in the table based on the count rather than the maxcount.
Also the previous code didn't work
Author: marius
Date: Sun Jan 10 15:44:48 2010
New Revision: 202006
URL: http://svn.freebsd.org/changeset/base/202006
Log:
Add epic(4), a driver for the front panel LEDs in Sun Fire V215/V245.
It's named after the driver doing the same job in OpenSolaris.
Added:
head/sys/modules/epic/
head
Author: fabient
Date: Sun Jan 10 16:00:00 2010
New Revision: 202008
URL: http://svn.freebsd.org/changeset/base/202008
Log:
MFC 201021:
Log process mappings for existing processes at PMC start time.
Modified:
stable/8/sys/dev/hwpmc/hwpmc_mod.c
stable/8/sys/sys/pmc.h
Directory Properties:
Author: fabient
Date: Sun Jan 10 16:04:32 2010
New Revision: 202009
URL: http://svn.freebsd.org/changeset/base/202009
Log:
MFC 201023:
* Support the L1D_CACHE_LD event on Core2 processors.
* Correct a group of typos: for Core2 programmable events, check
user supplied umask values agai
Author: marius
Date: Sun Jan 10 16:04:55 2010
New Revision: 202010
URL: http://svn.freebsd.org/changeset/base/202010
Log:
Now that everything required to properly support Sun Fire V215/V245
is in place (r201932 and r202003 were the last parts missing), hook
up fire(4).
Modified:
head/sys/
Author: mav
Date: Sun Jan 10 16:05:05 2010
New Revision: 202011
URL: http://svn.freebsd.org/changeset/base/202011
Log:
While AHCI specification tells that multi-vector MSI doesn't use global IS
register, nVidia chipsets have different oppinion, requiring every interrupt
to be acknowledged th
Author: fabient
Date: Sun Jan 10 16:08:14 2010
New Revision: 202012
URL: http://svn.freebsd.org/changeset/base/202012
Log:
MFC 201151:
Use VFS_{LOCK,UNLOCK}_GIANT() around the call to vrele().
Modified:
stable/8/sys/dev/hwpmc/hwpmc_mod.c
Directory Properties:
stable/8/sys/ (props chang
Author: fabient
Date: Sun Jan 10 16:36:43 2010
New Revision: 202014
URL: http://svn.freebsd.org/changeset/base/202014
Log:
MFC 201021:
Log process mappings for existing processes at PMC start time.
Modified:
stable/7/sys/dev/hwpmc/hwpmc_mod.c
stable/7/sys/sys/pmc.h
Directory Properties:
Author: fabient
Date: Sun Jan 10 16:40:14 2010
New Revision: 202015
URL: http://svn.freebsd.org/changeset/base/202015
Log:
MFC 201023:
* Support the L1D_CACHE_LD event on Core2 processors.
* Correct a group of typos: for Core2 programmable events, check
user supplied umask values agai
Author: fabient
Date: Sun Jan 10 16:43:45 2010
New Revision: 202016
URL: http://svn.freebsd.org/changeset/base/202016
Log:
MFC 201151:
Use VFS_{LOCK,UNLOCK}_GIANT() around the call to vrele().
Modified:
stable/7/sys/dev/hwpmc/hwpmc_mod.c
Directory Properties:
stable/7/sys/ (props chang
Author: jilles
Date: Sun Jan 10 16:58:12 2010
New Revision: 202017
URL: http://svn.freebsd.org/changeset/base/202017
Log:
MFC r210428: sh: Add a regression test that tries out all arithmetic ops.
The gaps in the numbering sequence cannot really be avoided, as HEAD changes
are not necessar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 2010/01/10 05:36, Maxim Dounin wrote:
> Hello!
>
> On Sun, Jan 10, 2010 at 07:18:36AM +, Xin LI wrote:
>
>> Author: delphij
>> Date: Sun Jan 10 07:18:35 2010
>> New Revision: 201988
>> URL: http://svn.freebsd.org/changeset/base/201988
>>
>> Lo
Author: imp
Date: Sun Jan 10 17:44:22 2010
New Revision: 202019
URL: http://svn.freebsd.org/changeset/base/202019
Log:
Add INCLUDE_CONFIG_FILE in GENERIC on all non-embedded platforms.
# This is the resolution of removing it from DEFAULTS...
MFC after:5 days
Modified:
head/sys/a
Author: marius
Date: Sun Jan 10 18:39:29 2010
New Revision: 202023
URL: http://svn.freebsd.org/changeset/base/202023
Log:
When setting up MSIs with a filter ensure that the event queue interrupt
is cleared as it might have triggered before and given we supply NULL
as ic_clear, inthand_add()
Author: thompsa
Date: Sun Jan 10 18:53:15 2010
New Revision: 202024
URL: http://svn.freebsd.org/changeset/base/202024
Log:
Change the second usb example for ulpt to one describing libusb which would be
more common.
Modified:
head/share/man/man5/devfs.rules.5
Modified: head/share/man/man5/d
Author: thompsa
Date: Sun Jan 10 19:18:49 2010
New Revision: 202025
URL: http://svn.freebsd.org/changeset/base/202025
Log:
Reset variable fields in case the transfer is opened again
Submitted by: Hans Petter Selasky
Modified:
head/lib/libusb/libusb20.c
Modified: head/lib/libusb/libusb20
Author: thompsa
Date: Sun Jan 10 19:21:23 2010
New Revision: 202026
URL: http://svn.freebsd.org/changeset/base/202026
Log:
Print error messages to stderr.
Submitted by: Hans Petter Selasky
Modified:
head/usr.sbin/usbconfig/usbconfig.c
Modified: head/usr.sbin/usbconfig/usbconfig.c
==
Author: imp
Date: Sun Jan 10 19:39:08 2010
New Revision: 202027
URL: http://svn.freebsd.org/changeset/base/202027
Log:
Merge from projects/mips to head by hand:
r201881 | imp | 2010-01-08 20:08:22 -0700 (Fri, 08 Jan 2010) | 3 lines
Rename mips_pcpu_init to mips_pcpu0_init since it applies
Author: imp
Date: Sun Jan 10 19:42:19 2010
New Revision: 202028
URL: http://svn.freebsd.org/changeset/base/202028
Log:
Remove files that were deleted in the projects/mips branch.
Deleted:
head/sys/mips/include/bus_octeon.h
head/sys/mips/include/intr.h
head/sys/mips/include/pltfm.h
___
Author: imp
Date: Sun Jan 10 19:43:11 2010
New Revision: 202029
URL: http://svn.freebsd.org/changeset/base/202029
Log:
Merge from projects/mips to head by hand:
Copy over new cdefs.h..
Added:
- copied unchanged from r202028, projects/mips/sys/mips/include/cdefs.h
Directory Properties:
Author: imp
Date: Sun Jan 10 19:44:08 2010
New Revision: 202030
URL: http://svn.freebsd.org/changeset/base/202030
Log:
Merge from projects/mips to head by hand:
Merge in rmi's fls64 code...
Added:
- copied unchanged from r202029, projects/mips/sys/mips/include/fls64.h
Directory Proper
Author: imp
Date: Sun Jan 10 19:50:24 2010
New Revision: 202031
URL: http://svn.freebsd.org/changeset/base/202031
Log:
Merge from projects/mips to head by hand:
r201881 | imp | 2010-01-08 20:08:22 -0700 (Fri, 08 Jan 2010) | 3 lines
Rename mips_pcpu_init to mips_pcpu0_init since it applies
Author: imp
Date: Sun Jan 10 19:53:37 2010
New Revision: 202032
URL: http://svn.freebsd.org/changeset/base/202032
Log:
Merge from projects/mips to head by hand:
Merge support for very early alchemy port. I wouldn't merge this
except I don't want it to get lost when we retire projects/mip
Author: imp
Date: Sun Jan 10 19:54:18 2010
New Revision: 202033
URL: http://svn.freebsd.org/changeset/base/202033
Log:
Merge from projects/mips to head by hand:
ALCHEMY config file.
Added:
- copied unchanged from r202032, projects/mips/sys/mips/conf/ALCHEMY
Directory Properties:
hea
Author: imp
Date: Sun Jan 10 20:03:16 2010
New Revision: 202034
URL: http://svn.freebsd.org/changeset/base/202034
Log:
Merge from projects/mips to head by hand:
I think these are the relevant changes, but definitely are a superset
of them. Software archaeologists are invited to check the
Author: imp
Date: Sun Jan 10 20:06:14 2010
New Revision: 202035
URL: http://svn.freebsd.org/changeset/base/202035
Log:
Merge from projects/mips to head by hand:
r201881 | imp | 2010-01-08 20:08:22 -0700 (Fri, 08 Jan 2010) | 3 lines
Rename mips_pcpu_init to mips_pcpu0_init since it applies
Author: imp
Date: Sun Jan 10 20:09:30 2010
New Revision: 202036
URL: http://svn.freebsd.org/changeset/base/202036
Log:
Merge from projects/mips to head by hand:
r201881 | imp | 2010-01-08 20:08:22 -0700 (Fri, 08 Jan 2010) | 3 lines
Rename mips_pcpu_init to mips_pcpu0_init since it applies
Author: imp
Date: Sun Jan 10 20:11:10 2010
New Revision: 202037
URL: http://svn.freebsd.org/changeset/base/202037
Log:
Merge from projects/mips to head by hand:
r201881 | imp | 2010-01-08 20:08:22 -0700 (Fri, 08 Jan 2010) | 3 lines
Rename mips_pcpu_init to mips_pcpu0_init since it applies
Author: imp
Date: Sun Jan 10 20:12:17 2010
New Revision: 202038
URL: http://svn.freebsd.org/changeset/base/202038
Log:
Merge from projects/mips to head by hand:
Copy over inckern.S for crunched kernel support.
Added:
- copied unchanged from r202037, projects/mips/sys/mips/mips/inckern
Author: imp
Date: Sun Jan 10 20:13:05 2010
New Revision: 202039
URL: http://svn.freebsd.org/changeset/base/202039
Log:
Merge from projects/mips to head by hand:
Copy over sys_machdep.c
Added:
- copied unchanged from r202038, projects/mips/sys/mips/mips/sys_machdep.c
Directory Properti
Author: imp
Date: Sun Jan 10 20:13:58 2010
New Revision: 202040
URL: http://svn.freebsd.org/changeset/base/202040
Log:
Merge from projects/mips to head by hand:
Copy over elf_trampoline.c for crunched kernel support.
Added:
- copied unchanged from r202039,
projects/mips/sys/mips/mips
Author: imp
Date: Sun Jan 10 20:14:38 2010
New Revision: 202041
URL: http://svn.freebsd.org/changeset/base/202041
Log:
Merge from projects/mips to head by hand:
copy over the generic bus space implementation...
Added:
- copied unchanged from r202040,
projects/mips/sys/mips/mips/bus_s
Author: imp
Date: Sun Jan 10 20:22:05 2010
New Revision: 202044
URL: http://svn.freebsd.org/changeset/base/202044
Log:
Fix mis-merge from projects/mips... the diff didn't apply correctly
and I didn't notice until after the commit.
Modified:
head/sys/mips/include/bus.h
Modified: head/sys/m
Author: harti
Date: Sun Jan 10 20:26:03 2010
New Revision: 202045
URL: http://svn.freebsd.org/changeset/base/202045
Log:
Make make respect the TMPDIR environment variable.
PR: bin/115447
Submitted by: Eugene Grosbein
Modified:
head/usr.bin/make/job.c
Modified: head/usr.bin/m
Author: imp
Date: Sun Jan 10 20:29:20 2010
New Revision: 202046
URL: http://svn.freebsd.org/changeset/base/202046
Log:
Merge from projects/mips to head by hand:
sorry for the huge firehose on this commit, it would be too tedious
to do file by file
r201881 | imp | 2010-01-08 20:08:22
Author: alc
Date: Sun Jan 10 21:00:52 2010
New Revision: 202047
URL: http://svn.freebsd.org/changeset/base/202047
Log:
Eliminate unused declarations.
Modified:
head/sys/amd64/amd64/mp_machdep.c
head/sys/i386/xen/xen_machdep.c
Modified: head/sys/amd64/amd64/mp_machdep.c
On Sun, Jan 10, 2010 at 02:30:30PM +, Colin Percival wrote:
> + * Check for integer overflow. As an optimization, first check that
> + * at least one of {count, size} is at least 2^16, since if both
> + * values are less than that, their product can't possible overflow
> +
Author: ed
Date: Sun Jan 10 21:41:37 2010
New Revision: 202048
URL: http://svn.freebsd.org/changeset/base/202048
Log:
Properly make the end key work again for TERM=xterm.
I've been so busy hacking on utmpx the last couple of days, out of
reflex, I committed it to the wrong source tree. No
Author: ed
Date: Sun Jan 10 21:59:06 2010
New Revision: 202049
URL: http://svn.freebsd.org/changeset/base/202049
Log:
Let lastcomm(1) build without .
Use MAXLOGNAME - 1 instead of UTNAMESIZE. There is no definition for TTY
name sizes, at least not as low as 8, so hardcode it for now.
Mod
Andrey Chernov wrote:
> On Sun, Jan 10, 2010 at 02:30:30PM +, Colin Percival wrote:
>> +if (((count | size) > 0x) &&
>> +(count > SIZE_MAX / size)) {
>> +errno = EINVAL;
>> +fp->_flags |= __SERR;
>> +return (0);
>> +}
>
> 1) I don't think
Author: imp
Date: Sun Jan 10 22:34:18 2010
New Revision: 202050
URL: http://svn.freebsd.org/changeset/base/202050
Log:
Merge change r198561 from projects/mips to head:
r198561 | thompsa | 2009-10-28 15:25:22 -0600 (Wed, 28 Oct 2009) | 4 lines
Allow a scratch buffer to be set in order to b
On Sun, Jan 10, 2010 at 02:18:58PM -0800, Colin Percival wrote:
> Andrey Chernov wrote:
> > On Sun, Jan 10, 2010 at 02:30:30PM +, Colin Percival wrote:
> >> + if (((count | size) > 0x) &&
> >> + (count > SIZE_MAX / size)) {
> >> + errno = EINVAL;
> >> + fp->_flags |=
On Mon, Jan 11, 2010 at 12:06:18AM +0100, Jilles Tjoelker wrote:
> > I picked EINVAL because this is the code used by read(2) and write(2) if
> > they
> > are passed nbytes > INT_MAX. It would seem odd to use one error code for a
> > number of bytes between INT_MAX and SIZE_MAX and then switch to
Author: marcel
Date: Sun Jan 10 23:51:02 2010
New Revision: 202052
URL: http://svn.freebsd.org/changeset/base/202052
Log:
MFC rev 201269, 201373:
o Revamp bus_space access functions (201269).
o Change BUS_SPACE_MAXADDR from 2^32-1 to 2^64-1 (201373).
Added:
stable/8/sys/ia64/ia64/bus_
Author: thompsa
Date: Mon Jan 11 00:18:40 2010
New Revision: 202054
URL: http://svn.freebsd.org/changeset/base/202054
Log:
Add the Globetrotter GE40x.
Submitted by: Mike Tancsa
Modified:
head/sys/dev/usb/serial/u3g.c
head/sys/dev/usb/usbdevs
Modified: head/sys/dev/usb/serial/u3g.c
===
Author: imp
Date: Mon Jan 11 00:40:19 2010
New Revision: 202056
URL: http://svn.freebsd.org/changeset/base/202056
Log:
Move this to the right location. Grump.
Added:
- copied unchanged from r202055, head/sys/dev/siba/siba/siba_cc.c
Directory Properties:
head/sys/dev/siba/siba_cc.c (pr
Author: imp
Date: Mon Jan 11 00:41:14 2010
New Revision: 202057
URL: http://svn.freebsd.org/changeset/base/202057
Log:
This was somehow copied to the wrong place :(. Remove the spare copy.
Deleted:
head/sys/dev/siba/siba/
___
svn-src-all@freebsd.or
On Sunday 04 October 2009 21:43:36 David Schultz wrote:
> Author: das
> Date: Sun Oct 4 19:43:36 2009
> New Revision: 197752
> URL: http://svn.freebsd.org/changeset/base/197752
>
> Log:
> Better glibc compatibility for getline/getdelim:
>
> - Tolerate applications that pass a NULL pointer fo
Author: delphij
Date: Mon Jan 11 02:31:00 2010
New Revision: 202059
URL: http://svn.freebsd.org/changeset/base/202059
Log:
MFC r201143:
Apply OpenSolaris revision 8021:b8fe9660eb2d which brings our zpool
to version 14, making it possible for zpools created on OpenSolaris
2009.06 be used
Author: delphij
Date: Mon Jan 11 03:00:17 2010
New Revision: 202060
URL: http://svn.freebsd.org/changeset/base/202060
Log:
Add a new option, -q howmany, which when used in conjuction with -w,
exits netstat after _howmany_ outputs.
Requested by: thomasa
Reviewed by: freebsd-net (bms, ol
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 2010/01/10 18:31, Xin LI wrote:
> Author: delphij
> Date: Mon Jan 11 02:31:00 2010
> New Revision: 202059
> URL: http://svn.freebsd.org/changeset/base/202059
>
> Log:
> MFC r201143:
>
> Apply OpenSolaris revision 8021:b8fe9660eb2d which brin
On Sun, 10 Jan 2010, Colin Percival wrote:
Andrey Chernov wrote:
On Sun, Jan 10, 2010 at 02:30:30PM +, Colin Percival wrote:
...
2) fp->_flags |= __SERR;
This flag is for errors in the file stream, not for errors in
the arguments. Please back that line out.
I agree.
Quoting fread(3):
Author: imp
Date: Mon Jan 11 03:43:18 2010
New Revision: 202061
URL: http://svn.freebsd.org/changeset/base/202061
Log:
Merge from projects/mips to head by hand:
copy over cfe_env.c...
Added:
- copied unchanged from r202060, projects/mips/sys/dev/cfe/cfe_env.c
Directory Properties:
h
On Sun, 10 Jan 2010, Warner Losh wrote:
Author: imp
Date: Sun Jan 10 17:44:22 2010
New Revision: 202019
URL: http://svn.freebsd.org/changeset/base/202019
Log:
Add INCLUDE_CONFIG_FILE in GENERIC on all non-embedded platforms.
Thanks for doing this, however the comment about how to include the
In message:
Doug Barton writes:
: On Sun, 10 Jan 2010, Warner Losh wrote:
:
: > Author: imp
: > Date: Sun Jan 10 17:44:22 2010
: > New Revision: 202019
: > URL: http://svn.freebsd.org/changeset/base/202019
: >
: > Log:
: > Add INCLUDE_CONFIG_FILE in GENERIC on all non-embedded platf
Author: imp
Date: Mon Jan 11 04:13:06 2010
New Revision: 202062
URL: http://svn.freebsd.org/changeset/base/202062
Log:
Merge from projects/mips to head by hand:
Defintions for cavium uart (do they belong here?)
Modified:
head/sys/dev/ic/ns16550.h
Modified: head/sys/dev/ic/ns16550.h
Author: imp
Date: Mon Jan 11 04:29:26 2010
New Revision: 202063
URL: http://svn.freebsd.org/changeset/base/202063
Log:
Cope with the move and if_timer going way.
Modified:
head/sys/mips/cavium/dev/rgmii/octeon_fau.c
head/sys/mips/cavium/dev/rgmii/octeon_fpa.c
head/sys/mips/cavium/dev/rgmi
Author: imp
Date: Mon Jan 11 04:38:37 2010
New Revision: 202064
URL: http://svn.freebsd.org/changeset/base/202064
Log:
Cope with the octeon1->cavium move. Note: none of this junk belongs here.
Modified:
head/sys/mips/mips/bus_space_generic.c (contents, props changed)
Modified: head/sys/mi
Author: imp
Date: Mon Jan 11 04:40:38 2010
New Revision: 202065
URL: http://svn.freebsd.org/changeset/base/202065
Log:
Cope with the octeon1->cavium move.
Modified:
head/sys/mips/conf/OCTEON1 (contents, props changed)
head/sys/mips/conf/OCTEON1-32 (contents, props changed)
Directory Pro
Author: imp
Date: Mon Jan 11 04:49:44 2010
New Revision: 202066
URL: http://svn.freebsd.org/changeset/base/202066
Log:
Attempt to cope with the dev/rmi -> mips/rmi/dev move.
Modified:
head/sys/mips/rmi/dev/sec/rmilib.c (contents, props changed)
head/sys/mips/rmi/dev/sec/rmilib.h (conten
Author: brueffer
Date: Mon Jan 11 05:19:51 2010
New Revision: 202068
URL: http://svn.freebsd.org/changeset/base/202068
Log:
MFC: r201538, r201539
Catch up with the VFS_VPTOFH(9) -> VOP_VPTOFH(9) repocopy that happened
almost three years ago in r166794.
Add a missing word.
Modified:
Author: brueffer
Date: Mon Jan 11 05:26:18 2010
New Revision: 202069
URL: http://svn.freebsd.org/changeset/base/202069
Log:
MFC: r201538, r201539
Catch up with the VFS_VPTOFH(9) -> VOP_VPTOFH(9) repocopy that happened
almost three years ago in r166794.
Add a missing word.
Modified:
72 matches
Mail list logo