Scott Long wrote:
> On Mar 3, 2010, at 1:43 PM, Alexander Motin wrote:
>> Attila Nagy wrote:
>>> Alexander Motin wrote:
Author: mav
Date: Wed Mar 3 17:58:41 2010
New Revision: 204648
URL: http://svn.freebsd.org/changeset/base/204648
Log:
Several changes to fix l
Author: kib
Date: Thu Mar 4 07:24:09 2010
New Revision: 204701
URL: http://svn.freebsd.org/changeset/base/204701
Log:
MFC r204308:
Do not restrict the allowed signals that can be specified by number
to the list of signals that has symbolic name. It was impossible to
send rt signals with k
Author: kib
Date: Thu Mar 4 07:12:44 2010
New Revision: 204700
URL: http://svn.freebsd.org/changeset/base/204700
Log:
MFC r204307:
Make pause(3) implementation not depended on the legacy sigcompat.c
interfaces. Do not block rt signals during and after pause(3) calls.
Use private libc name
Author: kib
Date: Thu Mar 4 07:08:01 2010
New Revision: 204699
URL: http://svn.freebsd.org/changeset/base/204699
Log:
MFC r204308:
Do not restrict the allowed signals that can be specified by number
to the list of signals that has symbolic name. It was impossible to
send rt signals with k
Author: edwin
Date: Thu Mar 4 07:04:27 2010
New Revision: 204697
URL: http://svn.freebsd.org/changeset/base/204697
Log:
- Implement -3 option (show previous, this and next month) option.
- Add -A option (months after this month).
- Add -B option (months before this month).
- Fix highlight
Author: nwhitehorn
Date: Thu Mar 4 06:39:58 2010
New Revision: 204694
URL: http://svn.freebsd.org/changeset/base/204694
Log:
Patch some more concurrency issues here. This expands the page table
lock to cover the PVOs, and removes the scratchpage PTEs from the PVOs
entirely to avoid the syst
Author: nwhitehorn
Date: Thu Mar 4 06:36:00 2010
New Revision: 204692
URL: http://svn.freebsd.org/changeset/base/204692
Log:
Rework smu(4) to be asynchronous. It turns out that the combination of
the automatic fan management and the polling in smu_run_cmd() was
putting my system interrupt l
Author: gshapiro
Date: Thu Mar 4 05:53:06 2010
New Revision: 204691
URL: http://svn.freebsd.org/changeset/base/204691
Log:
Enable the use of nanosleep() instead of using pause() and signals.
This Makefile change can be removed when the next version of sendmail
is imported as it will have th
Author: neel
Date: Thu Mar 4 05:37:19 2010
New Revision: 204690
URL: http://svn.freebsd.org/changeset/base/204690
Log:
Remove some unused cruft.
Modified:
head/sys/mips/include/cpuinfo.h
Modified: head/sys/mips/include/cpuinfo.h
==
* Scott Long wrote:
> I'd like to re-add the '-' modifier to the chflags command that you
> removed.
Be my guest. As long as it's not done unconditionally. :-)
Greetings,
--
Ed Schouten
WWW: http://80386.nl/
pgpDVVrjzxKkf.pgp
Description: PGP signature
Author: neel
Date: Thu Mar 4 05:23:08 2010
New Revision: 204689
URL: http://svn.freebsd.org/changeset/base/204689
Log:
Add support for CPUs with cache coherent DMA. The two main changes are:
- We don't need to fall back to uncacheable memory to satisfy BUS_DMA_COHERENT
requests on thes
Warner Losh wrote:
Author: imp
Date: Wed Mar 3 21:53:25 2010
New Revision: 204672
URL: http://svn.freebsd.org/changeset/base/204672
Log:
Cast these to intmax_t before printing to fix build bustage. Better
solutions welcome.
Thanks for a quick fix and sorry for the breakage. IMHO you fix'
Author: imp
Date: Thu Mar 4 04:53:05 2010
New Revision: 204687
URL: http://svn.freebsd.org/changeset/base/204687
Log:
Updated rtld for n32 support.
Submitted by: jmallet@
Obtained from:NetBSD
Modified:
head/libexec/rtld-elf/mips/reloc.c
head/libexec/rtld-elf/mips/rtld_start.
Author: imp
Date: Thu Mar 4 04:30:16 2010
New Revision: 204685
URL: http://svn.freebsd.org/changeset/base/204685
Log:
Make the n32 scripts actually generate, ummm, n32 binaries...
Submitted by: jmallet
Modified:
head/gnu/usr.bin/binutils/ld/elf32btsmipn32_fbsd.sh
head/gnu/usr.bin/bin
Forcing the entire build to fail if chflags fails breaks installing to an NFS
destination. I haven't tested all possible permutations of src vs dest
filesystems mounting, but I don't see how it can work over any type of NFS
mount. What is the reason for forcing this failure? The NO_FSCHG var
In message:
Garrett Cooper writes:
: On Mar 3, 2010, at 1:53 PM, Warner Losh wrote:
:
: > Author: imp
: > Date: Wed Mar 3 21:53:25 2010
: > New Revision: 204672
: > URL: http://svn.freebsd.org/changeset/base/204672
: >
: > Log:
: > Cast these to intmax_t before printing to fix buil
On Mar 3, 2010, at 3:36 PM, Max Laier wrote:
On Thursday 04 March 2010 00:25:53 Garrett Cooper wrote:
On Mar 3, 2010, at 1:53 PM, Warner Losh wrote:
Author: imp
Date: Wed Mar 3 21:53:25 2010
New Revision: 204672
URL: http://svn.freebsd.org/changeset/base/204672
Log:
Cast these to intmax_t
On Thursday 04 March 2010 00:25:53 Garrett Cooper wrote:
> On Mar 3, 2010, at 1:53 PM, Warner Losh wrote:
> > Author: imp
> > Date: Wed Mar 3 21:53:25 2010
> > New Revision: 204672
> > URL: http://svn.freebsd.org/changeset/base/204672
> >
> > Log:
> > Cast these to intmax_t before printing to fix
On Mar 3, 2010, at 1:53 PM, Warner Losh wrote:
Author: imp
Date: Wed Mar 3 21:53:25 2010
New Revision: 204672
URL: http://svn.freebsd.org/changeset/base/204672
Log:
Cast these to intmax_t before printing to fix build bustage. Better
solutions welcome.
Modified:
head/sbin/newfs/mkfs.c
Modif
Author: delphij
Date: Wed Mar 3 23:11:14 2010
New Revision: 204677
URL: http://svn.freebsd.org/changeset/base/204677
Log:
Make 'make manlint' happy. No actual visible change.
Modified:
head/usr.sbin/jail/jail.8
Modified: head/usr.sbin/jail/jail.8
===
On Mar 3, 2010, at 1:43 PM, Alexander Motin wrote:
> Attila Nagy wrote:
>> Alexander Motin wrote:
>>> Author: mav
>>> Date: Wed Mar 3 17:58:41 2010
>>> New Revision: 204648
>>> URL: http://svn.freebsd.org/changeset/base/204648
>>>
>>> Log:
>>> Several changes to fix livelock under high load, int
On Wed, Mar 03, 2010 at 08:06:09PM +, Weongyo Jeong wrote:
> Author: weongyo
> Date: Wed Mar 3 20:06:09 2010
> New Revision: 204657
> URL: http://svn.freebsd.org/changeset/base/204657
>
> Log:
> fixes an attached-at-boot issue that bwn(4) using device_identify
> interface didn't be attach
On 2010-03-03 22:27, Ulf Lilleengen wrote:
Author: lulf
Date: Wed Mar 3 21:27:54 2010
New Revision: 204665
URL: http://svn.freebsd.org/changeset/base/204665
Log:
- Make function of finding an available drive name a macro.
- Move check of /dev/ prefix and copy into a function to save code
On Sun, Feb 28, 2010 at 01:15:08PM +0200, Kostik Belousov wrote:
> On Sat, Feb 27, 2010 at 11:08:54PM +0100, Jilles Tjoelker wrote:
> > On Sat, Feb 27, 2010 at 03:32:49PM +, Konstantin Belousov wrote:
> > > Author: kib
> > > Date: Sat Feb 27 15:32:49 2010
> > > New Revision: 204413
> > > URL: h
Author: kib
Date: Wed Mar 3 21:59:45 2010
New Revision: 204675
URL: http://svn.freebsd.org/changeset/base/204675
Log:
When returning error from msdosfs_lookup(), make sure that *vpp is NULL.
lookup() KASSERTs this condition.
Reported and tested by: pho
MFC after:3 weeks
Modi
Author: imp
Date: Wed Mar 3 21:59:23 2010
New Revision: 204674
URL: http://svn.freebsd.org/changeset/base/204674
Log:
Use ABI neutral macrosa
Submitted by: jmallet
Modified:
head/lib/csu/mips/crti.S
head/lib/csu/mips/crtn.S
Modified: head/lib/csu/mips/crti.S
=
Ed Schouten writes:
> Maybe I'm flogging a dead horse, but this is 2010. Whether or not a
> compiler supports C99 is no longer an issue. We're already far beyond
> the point of going back to C89.
One of the world's most widely used C compilers is still stuck at C89.
DES
--
Dag-Erling Smørgrav -
Author: imp
Date: Wed Mar 3 21:54:49 2010
New Revision: 204673
URL: http://svn.freebsd.org/changeset/base/204673
Log:
__main and __gccmain are no longer required, so eliminate them.
Submitted by: jmallet@
Modified:
head/lib/csu/mips/crt1.c
Modified: head/lib/csu/mips/crt1.c
===
This broke world.
On Wed, Mar 3, 2010 at 11:25 AM, Maxim Sobolev wrote:
> Author: sobomax
> Date: Wed Mar 3 19:25:28 2010
> New Revision: 204654
> URL: http://svn.freebsd.org/changeset/base/204654
>
> Log:
> Use expand_number(3) from libutil instead of home-grown function to parse
> human-frie
Author: imp
Date: Wed Mar 3 21:53:25 2010
New Revision: 204672
URL: http://svn.freebsd.org/changeset/base/204672
Log:
Cast these to intmax_t before printing to fix build bustage. Better
solutions welcome.
Modified:
head/sbin/newfs/mkfs.c
Modified: head/sbin/newfs/mkfs.c
=
Author: brooks
Date: Wed Mar 3 21:47:25 2010
New Revision: 204671
URL: http://svn.freebsd.org/changeset/base/204671
Log:
MFC r201959
Use the correct types to store uids and gids in the credential cache and
eliminate an inappropriate use of NGROUPS.
Modified:
stable/8/lib/libc/rpc/svc_
Author: rrs
Date: Wed Mar 3 21:46:51 2010
New Revision: 204670
URL: http://svn.freebsd.org/changeset/base/204670
Log:
sched_getparam was just plain broke for time-share
processes. It did not return an error but instead
just let garbage be passed back. This I fix so
it actually properly tr
Author: weongyo
Date: Wed Mar 3 21:40:44 2010
New Revision: 204669
URL: http://svn.freebsd.org/changeset/base/204669
Log:
Adds bwn(4) to NOTES.
Modified:
head/sys/conf/NOTES
Modified: head/sys/conf/NOTES
==
--- head
Author: imp
Date: Wed Mar 3 21:28:55 2010
New Revision: 204666
URL: http://svn.freebsd.org/changeset/base/204666
Log:
Looks like S8 and SP are reversed in setjmp, so longjmp doesn't work
as well as one would hope
Submitted by: Arten Belevich
Modified:
head/sys/mips/mips/support.S
Author: lulf
Date: Wed Mar 3 21:27:54 2010
New Revision: 204665
URL: http://svn.freebsd.org/changeset/base/204665
Log:
- Make function of finding an available drive name a macro.
- Move check of /dev/ prefix and copy into a function to save code
duplication.
This also fixes a bug where t
Author: lulf
Date: Wed Mar 3 21:22:53 2010
New Revision: 204664
URL: http://svn.freebsd.org/changeset/base/204664
Log:
- Fix spelling.
Pointed out by: Pawel Worach , b. f.
Modified:
head/usr.bin/csup/auth.c
Modified: head/usr.bin/csup/auth.c
Alexander Motin wrote:
> Attila Nagy wrote:
>
>> Alexander Motin wrote:
>>
>>> Author: mav
>>> Date: Wed Mar 3 17:58:41 2010
>>> New Revision: 204648
>>> URL: http://svn.freebsd.org/changeset/base/204648
>>>
>>> Log:
>>> Several changes to fix livelock under high load, introduced by r203
Author: weongyo
Date: Wed Mar 3 21:10:13 2010
New Revision: 204662
URL: http://svn.freebsd.org/changeset/base/204662
Log:
Hook up the bwn driver.
Pointed by: nwhitehorn
Modified:
head/sys/conf/files
Modified: head/sys/conf/files
===
Author: imp
Date: Wed Mar 3 21:08:44 2010
New Revision: 204661
URL: http://svn.freebsd.org/changeset/base/204661
Log:
Give make kernel-toolchain a one-liner here. Although documented in
build(7), many people look here for a quick reminder...
Modified:
head/Makefile
Modified: head/Makefil
Attila Nagy wrote:
> Alexander Motin wrote:
>> Author: mav
>> Date: Wed Mar 3 17:58:41 2010
>> New Revision: 204648
>> URL: http://svn.freebsd.org/changeset/base/204648
>>
>> Log:
>> Several changes to fix livelock under high load, introduced by r203489:
>> - change the way in which command qu
Alexander Motin wrote:
> Author: mav
> Date: Wed Mar 3 17:58:41 2010
> New Revision: 204648
> URL: http://svn.freebsd.org/changeset/base/204648
>
> Log:
> Several changes to fix livelock under high load, introduced by r203489:
> - change the way in which command queue overflow is handled;
>
Author: rpaulo
Date: Wed Mar 3 20:28:35 2010
New Revision: 204660
URL: http://svn.freebsd.org/changeset/base/204660
Log:
Add ah_eeprom_v4k.c
Modified:
stable/8/sys/modules/ath/Makefile
Modified: stable/8/sys/modules/ath/Makefile
==
Author: rpaulo
Date: Wed Mar 3 20:08:12 2010
New Revision: 204659
URL: http://svn.freebsd.org/changeset/base/204659
Log:
Add ar9280.c and ar9280_attach.c.
Modified:
stable/8/sys/modules/ath/Makefile
Modified: stable/8/sys/modules/ath/Makefile
Author: rpaulo
Date: Wed Mar 3 20:06:50 2010
New Revision: 204658
URL: http://svn.freebsd.org/changeset/base/204658
Log:
MFC 204656:
Add missing ar9285_reset.c file.
Modified:
stable/8/sys/modules/ath/Makefile
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd
Author: weongyo
Date: Wed Mar 3 20:06:09 2010
New Revision: 204657
URL: http://svn.freebsd.org/changeset/base/204657
Log:
fixes an attached-at-boot issue that bwn(4) using device_identify
interface didn't be attached automatically at boot time so changes a
approach to attach children based
Author: rpaulo
Date: Wed Mar 3 20:01:31 2010
New Revision: 204656
URL: http://svn.freebsd.org/changeset/base/204656
Log:
Add a missing ar9285_reset.c file.
Modified:
head/sys/modules/ath/Makefile
Modified: head/sys/modules/ath/Makefile
===
* John Baldwin wrote:
> > Maybe I'm flogging a dead horse, but this is 2010. Whether or not a
> > compiler supports C99 is no longer an issue. We're already far beyond
> > the point of going back to C89.
>
> The point is that if you look at almost all of the new-bus drivers in the
> tree, they d
Author: mav
Date: Wed Mar 3 19:44:43 2010
New Revision: 204655
URL: http://svn.freebsd.org/changeset/base/204655
Log:
Add some more supported controllers.
Crosslink with CAM ATA man pages.
Modified:
head/share/man/man4/ata.4
Modified: head/share/man/man4/ata.4
Author: sobomax
Date: Wed Mar 3 19:25:28 2010
New Revision: 204654
URL: http://svn.freebsd.org/changeset/base/204654
Log:
Use expand_number(3) from libutil instead of home-grown function to parse
human-friendly power-of-two numbers (i.e. 2k, 5M etc).
Suggested by: many
MFC after:1
Author: mav
Date: Wed Mar 3 19:14:05 2010
New Revision: 204653
URL: http://svn.freebsd.org/changeset/base/204653
Log:
MFC r204509:
- Add ALI M5228 PATA ID.
- Add missed DMA initialization for ALI SATA chips.
Modified:
stable/8/sys/dev/ata/ata-pci.h
stable/8/sys/dev/ata/chipsets/ata-ace
On Wednesday 03 March 2010 2:05:52 pm Ed Schouten wrote:
> * Gleb Smirnoff wrote:
> > Log:
> > Remove C99 initializer, since dominant style is to use non-C99
initializers.
> >
> > Requested by: jhb
>
> Maybe I'm flogging a dead horse, but this is 2010. Whether or not a
> compiler supp
Author: mav
Date: Wed Mar 3 19:12:53 2010
New Revision: 204652
URL: http://svn.freebsd.org/changeset/base/204652
Log:
MFC r204250:
Fix recursive lock attempt on hot-plug event in non-ATA_CAM mode.
Modified:
stable/8/sys/dev/ata/ata-all.c
Directory Properties:
stable/8/sys/ (props chang
Author: mav
Date: Wed Mar 3 19:11:39 2010
New Revision: 204651
URL: http://svn.freebsd.org/changeset/base/204651
Log:
MFC r204210, r204216:
Add Intel PCH SATA controller IDs.
Modified:
stable/8/sys/dev/ata/chipsets/ata-intel.c
Directory Properties:
stable/8/sys/ (props changed)
stabl
* Gleb Smirnoff wrote:
> Log:
> Remove C99 initializer, since dominant style is to use non-C99 initializers.
>
> Requested by: jhb
Maybe I'm flogging a dead horse, but this is 2010. Whether or not a
compiler supports C99 is no longer an issue. We're already far beyond
the point of go
Author: glebius
Date: Wed Mar 3 18:49:15 2010
New Revision: 204650
URL: http://svn.freebsd.org/changeset/base/204650
Log:
Remove C99 initializer, since dominant style is to use non-C99 initializers.
Requested by: jhb
Modified:
head/share/man/man9/driver.9
Modified: head/share/man/man9/
.
#
+# 20100303: actual removal of utmp.h
+OLD_FILES+=usr/include/utmp.h
# 20100227: [ia64] removed and
.if ${TARGET_ARCH} == "ia64"
OLD_FILES+=usr/include/machine/sapicreg.h
Modified: head/include/Makefile
=
Author: mav
Date: Wed Mar 3 17:58:41 2010
New Revision: 204648
URL: http://svn.freebsd.org/changeset/base/204648
Log:
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 two command slots
Author: yongari
Date: Wed Mar 3 17:56:52 2010
New Revision: 204647
URL: http://svn.freebsd.org/changeset/base/204647
Log:
Remove programming LED register and enable 25MHz TX clock for
88E1149 PHY. This will fix intermittent watchdog timeouts as well
as very slow network performance on 88E80
Author: joel (doc committer)
Date: Wed Mar 3 17:55:51 2010
New Revision: 204646
URL: http://svn.freebsd.org/changeset/base/204646
Log:
The NetBSD Foundation has granted permission to remove clause 3 and 4 from
the software.
Obtained from:NetBSD
Modified:
head/sys/amd64/include
Author: rpaulo
Date: Wed Mar 3 17:42:39 2010
New Revision: 204645
URL: http://svn.freebsd.org/changeset/base/204645
Log:
Introduce ath_hal_setInterrupts(), a macro for ah_setInterrupts().
Pointed out by: sam
Modified:
head/sys/dev/ath/ath_hal/ah_internal.h
head/sys/dev/ath/ath_h
Author: rpaulo
Date: Wed Mar 3 17:32:32 2010
New Revision: 204644
URL: http://svn.freebsd.org/changeset/base/204644
Log:
Replace Id keyword with FreeBSD keyword and set the svn props correctly.
No functional change.
Modified:
head/sys/dev/ath/ath_hal/ah_debug.h (contents, props changed)
Author: attilio
Date: Wed Mar 3 17:13:29 2010
New Revision: 204641
URL: http://svn.freebsd.org/changeset/base/204641
Log:
Improving the clocks auto-tunning by firstly checking if the atrtc may be
correctly initialized and just then assign to softclock/profclock.
Right now, some atrtc seems
Author: joel (doc committer)
Date: Wed Mar 3 17:07:02 2010
New Revision: 204640
URL: http://svn.freebsd.org/changeset/base/204640
Log:
The NetBSD Foundation has granted permission to remove clause 3 and 4 from
their software.
Obtained from:NetBSD
Modified:
head/lib/libc/sparc6
On Wednesday 03 March 2010 11:18:05 am John Baldwin wrote:
> Author: jhb
> Date: Wed Mar 3 16:18:04 2010
> New Revision: 204638
> URL: http://svn.freebsd.org/changeset/base/204638
>
> Log:
> Allow lseek(SEEK_END) to work on disk devices by using the DIOCGMEDIASIZE
> to determine the media siz
Author: lulf
Date: Wed Mar 3 16:45:58 2010
New Revision: 204639
URL: http://svn.freebsd.org/changeset/base/204639
Log:
- Include CURDIR in case the makefile is not run from the same directory.
Modified:
head/usr.bin/csup/Makefile
Modified: head/usr.bin/csup/Makefile
Author: jhb
Date: Wed Mar 3 16:18:04 2010
New Revision: 204638
URL: http://svn.freebsd.org/changeset/base/204638
Log:
Allow lseek(SEEK_END) to work on disk devices by using the DIOCGMEDIASIZE
to determine the media size.
Submitted by: nox
MFC after:1 week
Modified:
head/sys/kern
Author: jh
Date: Wed Mar 3 16:06:43 2010
New Revision: 204637
URL: http://svn.freebsd.org/changeset/base/204637
Log:
MFC r204276:
Fix expansion of \W in prompt strings when the working directory is "/".
The prompt string was truncated after \W when the working directory was "/".
PR:
Author: jh
Date: Wed Mar 3 15:43:26 2010
New Revision: 204636
URL: http://svn.freebsd.org/changeset/base/204636
Log:
In reallocf(3), free the memory only when size != 0. Otherwise, when the
System V compatibility option (malloc "V" flag) is in effect a zero sized
reallocf() could cause a do
Author: gnn
Date: Wed Mar 3 15:05:58 2010
New Revision: 204635
URL: http://svn.freebsd.org/changeset/base/204635
Log:
Add support for hwpmc(4) on the MIPS 24K, 32 bit, embedded processor.
Add macros for properly accessing coprocessor 0 registers that
support performance counters.
Re
Author: ivoras
Date: Wed Mar 3 13:29:39 2010
New Revision: 204633
URL: http://svn.freebsd.org/changeset/base/204633
Log:
Make the comment follow style(9) format.
Spotted by: jhb
Modified:
head/sys/sys/systm.h
Modified: head/sys/sys/systm.h
==
On Tuesday 02 March 2010 10:19:43 pm Maxim Sobolev wrote:
> Xin LI wrote:
> > On Tue, Mar 2, 2010 at 6:05 PM, Maxim Sobolev wrote:
> >> Author: sobomax
> >> Date: Wed Mar 3 02:05:09 2010
> >> New Revision: 204615
> >> URL: http://svn.freebsd.org/changeset/base/204615
> >>
> >> Log:
> >> Teach ne
Author: joel (doc committer)
Date: Wed Mar 3 10:18:03 2010
New Revision: 204632
URL: http://svn.freebsd.org/changeset/base/204632
Log:
The NetBSD Foundation has granted permission to remove clause 3 and 4 from
their software.
Obtained from:NetBSD
Modified:
head/sys/dev/usb/con
On 7:26 02-03-10, Ulf Lilleengen wrote:
> Author: lulf
> Date: Tue Mar 2 07:26:07 2010
> New Revision: 204556
> URL: http://svn.freebsd.org/changeset/base/204556
>
> Log:
> - Move csup away from contrib/ and into usr.bin/. Software is no longer
> contributed, and main development is happen
Author: lulf
Date: Wed Mar 3 08:24:15 2010
New Revision: 204629
URL: http://svn.freebsd.org/changeset/base/204629
Log:
- Remove unused include path.
Modified:
head/usr.bin/csup/Makefile
Modified: head/usr.bin/csup/Makefile
Author: lulf
Date: Wed Mar 3 08:23:19 2010
New Revision: 204628
URL: http://svn.freebsd.org/changeset/base/204628
Log:
- Revert Makefile to revision r203368, as the svn mv from contrib/csup
replaced
the Makefile with a broken version.
Modified:
head/usr.bin/csup/Makefile
Modified: head
75 matches
Mail list logo