Re: svn commit: r204648 - head/sys/dev/ciss

2010-03-03 Thread Alexander Motin
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

svn commit: r204701 - stable/7/bin/kill

2010-03-03 Thread Konstantin Belousov
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

svn commit: r204700 - stable/8/lib/libc/gen

2010-03-03 Thread Konstantin Belousov
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

svn commit: r204699 - stable/8/bin/kill

2010-03-03 Thread Konstantin Belousov
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

svn commit: r204697 - head/usr.bin/ncal

2010-03-03 Thread Edwin Groothuis
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

svn commit: r204694 - head/sys/powerpc/aim

2010-03-03 Thread Nathan Whitehorn
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

svn commit: r204692 - head/sys/powerpc/powermac

2010-03-03 Thread Nathan Whitehorn
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

svn commit: r204691 - head/lib/libsm

2010-03-03 Thread Gregory Neil Shapiro
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

svn commit: r204690 - head/sys/mips/include

2010-03-03 Thread Neel Natu
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 ==

Re: svn commit: r194266 - head/usr.bin/chpass

2010-03-03 Thread Ed Schouten
* 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

svn commit: r204689 - in head/sys/mips: include mips sibyte

2010-03-03 Thread Neel Natu
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

Re: svn: head/sbin/newfs

2010-03-03 Thread Maxim Sobolev
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'

svn commit: r204687 - head/libexec/rtld-elf/mips

2010-03-03 Thread Warner Losh
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.

svn commit: r204685 - head/gnu/usr.bin/binutils/ld

2010-03-03 Thread Warner Losh
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

Re: svn commit: r194266 - head/usr.bin/chpass

2010-03-03 Thread Scott Long
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

Re: svn commit: r204672 - head/sbin/newfs

2010-03-03 Thread M. Warner Losh
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

Re: svn commit: r204672 - head/sbin/newfs

2010-03-03 Thread Garrett Cooper
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

Re: svn commit: r204672 - head/sbin/newfs

2010-03-03 Thread Max Laier
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

Re: svn commit: r204672 - head/sbin/newfs

2010-03-03 Thread Garrett Cooper
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

svn commit: r204677 - head/usr.sbin/jail

2010-03-03 Thread Xin LI
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 ===

Re: svn commit: r204648 - head/sys/dev/ciss

2010-03-03 Thread Scott Long
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

Re: svn commit: r204657 - in head/sys/dev: bwn siba

2010-03-03 Thread Weongyo Jeong
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

Re: svn commit: r204665 - head/sbin/gvinum

2010-03-03 Thread Niclas Zeising
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

Re: svn commit: r204413 - head/sys/kern

2010-03-03 Thread Jilles Tjoelker
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

svn commit: r204675 - head/sys/fs/msdosfs

2010-03-03 Thread Konstantin Belousov
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

svn commit: r204674 - head/lib/csu/mips

2010-03-03 Thread Warner Losh
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 =

Re: svn commit: r204650 - head/share/man/man9

2010-03-03 Thread Dag-Erling Smørgrav
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 -

svn commit: r204673 - head/lib/csu/mips

2010-03-03 Thread Warner Losh
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 ===

Re: svn commit: r204654 - in head: sbin/newfs usr.bin/truncate

2010-03-03 Thread K. Macy
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

svn commit: r204672 - head/sbin/newfs

2010-03-03 Thread Warner Losh
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 =

svn commit: r204671 - stable/8/lib/libc/rpc

2010-03-03 Thread Brooks Davis
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_

svn commit: r204670 - head/sys/kern

2010-03-03 Thread Randall Stewart
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

svn commit: r204669 - head/sys/conf

2010-03-03 Thread Weongyo Jeong
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

svn commit: r204666 - head/sys/mips/mips

2010-03-03 Thread Warner Losh
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

svn commit: r204665 - head/sbin/gvinum

2010-03-03 Thread Ulf Lilleengen
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

svn commit: r204664 - head/usr.bin/csup

2010-03-03 Thread Ulf Lilleengen
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

Re: svn commit: r204648 - head/sys/dev/ciss

2010-03-03 Thread Attila Nagy
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

svn commit: r204662 - head/sys/conf

2010-03-03 Thread Weongyo Jeong
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 ===

svn commit: r204661 - head

2010-03-03 Thread Warner Losh
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

Re: svn commit: r204648 - head/sys/dev/ciss

2010-03-03 Thread Alexander Motin
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

Re: svn commit: r204648 - head/sys/dev/ciss

2010-03-03 Thread Attila Nagy
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; >

svn commit: r204660 - stable/8/sys/modules/ath

2010-03-03 Thread Rui Paulo
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 ==

svn commit: r204659 - stable/8/sys/modules/ath

2010-03-03 Thread Rui Paulo
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

svn commit: r204658 - stable/8/sys/modules/ath

2010-03-03 Thread Rui Paulo
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

svn commit: r204657 - in head/sys/dev: bwn siba

2010-03-03 Thread Weongyo Jeong
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

svn commit: r204656 - head/sys/modules/ath

2010-03-03 Thread Rui Paulo
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 ===

Re: svn commit: r204650 - head/share/man/man9

2010-03-03 Thread Ed Schouten
* 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

svn commit: r204655 - head/share/man/man4

2010-03-03 Thread Alexander Motin
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

svn commit: r204654 - in head: sbin/newfs usr.bin/truncate

2010-03-03 Thread Maxim Sobolev
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

svn commit: r204653 - in stable/8/sys/dev/ata: . chipsets

2010-03-03 Thread Alexander Motin
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

Re: svn commit: r204650 - head/share/man/man9

2010-03-03 Thread John Baldwin
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

svn commit: r204652 - stable/8/sys/dev/ata

2010-03-03 Thread Alexander Motin
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

svn commit: r204651 - stable/8/sys/dev/ata/chipsets

2010-03-03 Thread Alexander Motin
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

Re: svn commit: r204650 - head/share/man/man9

2010-03-03 Thread Ed Schouten
* 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

svn commit: r204650 - head/share/man/man9

2010-03-03 Thread Gleb Smirnoff
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/

svn commit: r204649 - in head: . include

2010-03-03 Thread Ed Schouten
. # +# 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 =

svn commit: r204648 - head/sys/dev/ciss

2010-03-03 Thread Alexander Motin
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

svn commit: r204647 - head/sys/dev/mii

2010-03-03 Thread Pyun YongHyeon
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

svn commit: r204646 - in head/sys: amd64/include dev/hme dev/le dev/mii i386/include ia64/include mips/include mips/malta mips/rmi powerpc/include sparc64/include sparc64/sbus sun4v/include sys

2010-03-03 Thread Joel Dahl
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

svn commit: r204645 - in head/sys/dev/ath/ath_hal: . ar5212

2010-03-03 Thread Rui Paulo
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

svn commit: r204644 - in head/sys/dev/ath/ath_hal: . ar5210 ar5211 ar5212 ar5312

2010-03-03 Thread Rui Paulo
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)

svn commit: r204641 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include x86/isa

2010-03-03 Thread Attilio Rao
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

svn commit: r204640 - in head: lib/libc/sparc64/fpu sys/powerpc/aim sys/powerpc/fpu sys/powerpc/include

2010-03-03 Thread Joel Dahl
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

Re: svn commit: r204638 - head/sys/kern

2010-03-03 Thread John Baldwin
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

svn commit: r204639 - head/usr.bin/csup

2010-03-03 Thread Ulf Lilleengen
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

svn commit: r204638 - head/sys/kern

2010-03-03 Thread John Baldwin
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

svn commit: r204637 - stable/8/bin/sh

2010-03-03 Thread Jaakko Heinonen
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:

svn commit: r204636 - head/lib/libc/stdlib

2010-03-03 Thread Jaakko Heinonen
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

svn commit: r204635 - in head: lib/libpmc sys/conf sys/dev/hwpmc sys/mips/include sys/sys

2010-03-03 Thread George V. Neville-Neil
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

svn commit: r204633 - head/sys/sys

2010-03-03 Thread Ivan Voras
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 ==

Re: svn commit: r204615 - head/sbin/newfs

2010-03-03 Thread John Baldwin
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

svn commit: r204632 - in head/sys/dev/usb: . controller input serial

2010-03-03 Thread Joel Dahl
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

Re: svn commit: r204556 - in head: contrib/csup usr.bin/csup

2010-03-03 Thread Joel Dahl
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

svn commit: r204629 - head/usr.bin/csup

2010-03-03 Thread Ulf Lilleengen
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

svn commit: r204628 - head/usr.bin/csup

2010-03-03 Thread Ulf Lilleengen
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