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

2010-02-15 Thread Marcel Moolenaar
Author: marcel Date: Tue Feb 16 06:47:00 2010 New Revision: 203950 URL: http://svn.freebsd.org/changeset/base/203950 Log: Unbreak ia64: tls_model("initial-exec") is invalid, because it assumes the static TLS model, which is fundamentally different from the dynamic TLS model. The consequence

svn commit: r203949 - stable/8/sys/geom/virstor

2010-02-15 Thread Xin LI
Author: delphij Date: Tue Feb 16 06:34:44 2010 New Revision: 203949 URL: http://svn.freebsd.org/changeset/base/203949 Log: MFC r203408: Prevent NULL deference by checking return value of gctl_get_asciiparam. Modified: stable/8/sys/geom/virstor/g_virstor.c Directory Properties: stable

svn commit: r203947 - head/libexec/rtld-elf

2010-02-15 Thread Marcel Moolenaar
Author: marcel Date: Tue Feb 16 02:48:11 2010 New Revision: 203947 URL: http://svn.freebsd.org/changeset/base/203947 Log: Improve TLS variant I: o Use obj->tlsinitsize to determine whether there's initialized data. o If obj->tlssize > obj->tlsinitsize, then bzero uninitialized data. o

svn commit: r203946 - head/lib/libc/gen

2010-02-15 Thread Marcel Moolenaar
Author: marcel Date: Tue Feb 16 02:22:59 2010 New Revision: 203946 URL: http://svn.freebsd.org/changeset/base/203946 Log: The static TLS size as given by tls_static_space includes TLS_TCB_SIZE bytes of TCB in variant I. Modified: head/lib/libc/gen/tls.c Modified: head/lib/libc/gen/tls.c ==

svn commit: r203945 - in head: share/man/man4 sys/dev/bwn sys/modules/bwn

2010-02-15 Thread Weongyo Jeong
Author: weongyo Date: Tue Feb 16 01:44:14 2010 New Revision: 203945 URL: http://svn.freebsd.org/changeset/base/203945 Log: adds bwn(4) driver for supporting Broadcom BCM43xx chipsets. o uses v4 firmware instead of v3. A port will be committed to create the bwn firmware module.

svn commit: r203944 - head/sys/dev/siba

2010-02-15 Thread Weongyo Jeong
Author: weongyo Date: Tue Feb 16 01:22:33 2010 New Revision: 203944 URL: http://svn.freebsd.org/changeset/base/203944 Log: supports SPROM rev8 informations properly which are used to support low-power PHY of bwn(4) and LDO voltage adjustments. Modified: head/sys/dev/siba/siba_core.c head/

svn commit: r203943 - head/etc/ppp

2010-02-15 Thread Jung-uk Kim
Author: jkim Date: Tue Feb 16 01:07:06 2010 New Revision: 203943 URL: http://svn.freebsd.org/changeset/base/203943 Log: Remove COMPILATIONDATE from the default section. This string is no longer being substituted since r162063. PR: bin/143976 MFC after:1 month Modified:

Re: svn commit: r203758 - in head/sys: amd64/conf arm/conf i386/conf ia64/conf mips/conf pc98/conf powerpc/conf sparc64/conf sun4v/conf

2010-02-15 Thread M. Warner Losh
In message: <4b79ce84.3060...@freebsd.org> Andriy Gapon writes: : At least in the i386/amd64 kernel config files typically we have: : optionsOPTION : And it is the case for the quoted above amd64 context. That's the standard way to add options in all kernel config files, although ther

svn commit: r203940 - head/sys/mips/cavium

2010-02-15 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Feb 16 00:08:42 2010 New Revision: 203940 URL: http://svn.freebsd.org/changeset/base/203940 Log: - Clean-up output of memory banks info Modified: head/sys/mips/cavium/octeon_machdep.c Modified: head/sys/mips/cavium/octeon_machdep.c

svn commit: r203938 - in head/sys: amd64/conf arm/conf conf i386/conf ia64/conf mips/conf pc98/conf powerpc/conf sun4v/conf

2010-02-15 Thread Attilio Rao
Author: attilio Date: Mon Feb 15 23:44:48 2010 New Revision: 203938 URL: http://svn.freebsd.org/changeset/base/203938 Log: Adjust style (following the already existing rules) for the newly introduced option DEADLKRES. Reported by: danfe, julian, avg Modified: head/sys/amd64/conf/GENER

Re: svn commit: r203933 - head/sys/dev/ath/ath_hal/ar5416

2010-02-15 Thread Sam Leffler
Rui Paulo wrote: Author: rpaulo Date: Mon Feb 15 18:47:42 2010 New Revision: 203933 URL: http://svn.freebsd.org/changeset/base/203933 Log: Fix KITE version check. Obtained from: //depot/user/rpaulo/80211n/... Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416reg.h Modified: head/sys/de

Re: svn commit: r203758 - in head/sys: amd64/conf arm/conf i386/conf ia64/conf mips/conf pc98/conf powerpc/conf sparc64/conf sun4v/conf

2010-02-15 Thread Attilio Rao
2010/2/15 Andriy Gapon : > on 16/02/2010 00:11 Attilio Rao said the following: >> 2010/2/10 Alexey Dokuchaev : >>> On Wed, Feb 10, 2010 at 04:30:04PM +, Attilio Rao wrote: Author: attilio Date: Wed Feb 10 16:30:04 2010 New Revision: 203758 URL: http://svn.freebsd.org/changes

Re: svn commit: r203758 - in head/sys: amd64/conf arm/conf i386/conf ia64/conf mips/conf pc98/conf powerpc/conf sparc64/conf sun4v/conf

2010-02-15 Thread Andriy Gapon
on 16/02/2010 00:11 Attilio Rao said the following: > 2010/2/10 Alexey Dokuchaev : >> On Wed, Feb 10, 2010 at 04:30:04PM +, Attilio Rao wrote: >>> Author: attilio >>> Date: Wed Feb 10 16:30:04 2010 >>> New Revision: 203758 >>> URL: http://svn.freebsd.org/changeset/base/203758 >>> >>> Log: >>>

Re: svn commit: r203758 - in head/sys: amd64/conf arm/conf i386/conf ia64/conf mips/conf pc98/conf powerpc/conf sparc64/conf sun4v/conf

2010-02-15 Thread Attilio Rao
2010/2/10 Alexey Dokuchaev : > On Wed, Feb 10, 2010 at 04:30:04PM +, Attilio Rao wrote: >> Author: attilio >> Date: Wed Feb 10 16:30:04 2010 >> New Revision: 203758 >> URL: http://svn.freebsd.org/changeset/base/203758 >> >> Log: >>   Add the options DEADLKRES (introducing the deadlock resolver

svn commit: r203936 - head/sys/dev/acpica

2010-02-15 Thread Jung-uk Kim
Author: jkim Date: Mon Feb 15 20:46:01 2010 New Revision: 203936 URL: http://svn.freebsd.org/changeset/base/203936 Log: Rename some macros to clarify their intentions and fix style nits. Modified: head/sys/dev/acpica/acpi_video.c Modified: head/sys/dev/acpica/acpi_video.c ===

svn commit: r203935 - head/sys/dev/acpica

2010-02-15 Thread Jung-uk Kim
Author: jkim Date: Mon Feb 15 19:30:28 2010 New Revision: 203935 URL: http://svn.freebsd.org/changeset/base/203935 Log: Add support for `cycle' and `zero' events for LCD brightness control. Submitted by: Daniel Walter (d dot walter at 0x90 dot at) (intial version) Modified: head/sys/dev/

svn commit: r203934 - head/sys/dev/iwn

2010-02-15 Thread Bernhard Schmidt
Author: bschmidt Date: Mon Feb 15 19:18:46 2010 New Revision: 203934 URL: http://svn.freebsd.org/changeset/base/203934 Log: Fix for the Intel WiFi Link 1000. The EEPROM image is in the OTPROM block before the last block, not in the last block itself. Approved by: rpaulo (mentor) Obtai

svn commit: r203933 - head/sys/dev/ath/ath_hal/ar5416

2010-02-15 Thread Rui Paulo
Author: rpaulo Date: Mon Feb 15 18:47:42 2010 New Revision: 203933 URL: http://svn.freebsd.org/changeset/base/203933 Log: Fix KITE version check. Obtained from://depot/user/rpaulo/80211n/... Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416reg.h Modified: head/sys/dev/ath/ath_hal

svn commit: r203932 - in head/games: bcd caesar morse number pom ppt primes random

2010-02-15 Thread Warner Losh
Author: imp Date: Mon Feb 15 18:46:02 2010 New Revision: 203932 URL: http://svn.freebsd.org/changeset/base/203932 Log: Remove the third clause for the Berkeley parts of games, per the letter in /COPYRIGHT. Modified: head/games/bcd/bcd.c head/games/caesar/caesar.c head/games/morse/morse.

svn commit: r203931 - head/sys/cam/scsi

2010-02-15 Thread Alexander Motin
Author: mav Date: Mon Feb 15 18:14:51 2010 New Revision: 203931 URL: http://svn.freebsd.org/changeset/base/203931 Log: Make CD driver a bit more robust and predictable to unreported errors. Modified: head/sys/cam/scsi/scsi_cd.c Modified: head/sys/cam/scsi/scsi_cd.c ==

svn commit: r203930 - in head/sys: conf dev/ath/ath_hal dev/ath/ath_hal/ar5416

2010-02-15 Thread Rui Paulo
Author: rpaulo Date: Mon Feb 15 17:49:49 2010 New Revision: 203930 URL: http://svn.freebsd.org/changeset/base/203930 Log: Bring back AR9285 support. This fixes most of the issues and should be pretty usable. MFC after:1 month Added: head/sys/dev/ath/ath_hal/ar5416/ar9285.c (conte

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

2010-02-15 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Feb 15 17:41:59 2010 New Revision: 203929 URL: http://svn.freebsd.org/changeset/base/203929 Log: Some rewording and language fixes. PR: docs/136918, docs/134074 Submitted by: Ben Kaduk , Haven Hash Modified: head/share/man/man9/locking.9 Modified: he

svn commit: r203928 - stable/8/share/man/man4

2010-02-15 Thread Alexander Motin
Author: mav Date: Mon Feb 15 16:41:30 2010 New Revision: 203928 URL: http://svn.freebsd.org/changeset/base/203928 Log: MFC r203124: Note added FIS-based switching support. Modified: stable/8/share/man/man4/ahci.4 Directory Properties: stable/8/share/man/man4/ (props changed) Modified:

svn commit: r203926 - in head/games/fortune: fortune strfile unstr

2010-02-15 Thread Ulrich Spoerlein
Author: uqs Date: Mon Feb 15 15:10:21 2010 New Revision: 203926 URL: http://svn.freebsd.org/changeset/base/203926 Log: fortune(6) switch to 3-clause BSDL; style(9) This reduces the diff to other *BSD and makes it possible to actually see the code differences. Approved by: ed (Co-men

svn commit: r203925 - stable/8/sys/arm/arm

2010-02-15 Thread Rafal Jaworowski
Author: raj Date: Mon Feb 15 15:00:40 2010 New Revision: 203925 URL: http://svn.freebsd.org/changeset/base/203925 Log: MFC r203637: Improve checking whether an ARM VA has a valid mapping before performing cache sync. VIPT/PIPT caches need valid VA-PA mapping in PTE for a cache operat

svn commit: r203924 - head/sys/powerpc/booke

2010-02-15 Thread Rafal Jaworowski
Author: raj Date: Mon Feb 15 14:38:30 2010 New Revision: 203924 URL: http://svn.freebsd.org/changeset/base/203924 Log: Call the proper linkup routine in PowerPC Book-E machdep. Submitted by: attilio MFC after:1 week Modified: head/sys/powerpc/booke/machdep.c Modified: head/sys/pow

svn commit: r203923 - in head/games: . bcd caesar fortune/fortune fortune/strfile fortune/unstr grdc number pom ppt random

2010-02-15 Thread Ulrich Spoerlein
Author: uqs Date: Mon Feb 15 14:32:00 2010 New Revision: 203923 URL: http://svn.freebsd.org/changeset/base/203923 Log: games: make WARNS=6 the default, remove overrides This also bumps factor, fortune, primes, and random to WARNS=6. Approved by: ed (Co-mentor) Modified: head/games/

svn commit: r203922 - head/games/fortune/fortune

2010-02-15 Thread Ulrich Spoerlein
Author: uqs Date: Mon Feb 15 14:31:30 2010 New Revision: 203922 URL: http://svn.freebsd.org/changeset/base/203922 Log: fortune(6) make WARNS=6 clean Fixes taken mostly from DragonflyBSD. Approved by: ed (Co-mentor) Modified: head/games/fortune/fortune/fortune.c Modified: head/game

svn commit: r203921 - head/games/morse

2010-02-15 Thread Ulrich Spoerlein
Author: uqs Date: Mon Feb 15 14:31:05 2010 New Revision: 203921 URL: http://svn.freebsd.org/changeset/base/203921 Log: morse(6) make WARNS=6 clean Approved by: ed (Co-mentor) Modified: head/games/morse/morse.c Modified: head/games/morse/morse.c =

svn commit: r203920 - head/games/grdc

2010-02-15 Thread Ulrich Spoerlein
Author: uqs Date: Mon Feb 15 14:30:37 2010 New Revision: 203920 URL: http://svn.freebsd.org/changeset/base/203920 Log: grdc(6) make WARNS=6 clean and bump accordingly Approved by: ed (Co-mentor) Modified: head/games/grdc/Makefile head/games/grdc/grdc.c Modified: head/games/gr

svn commit: r203919 - head/usr.sbin/arp

2010-02-15 Thread Ruslan Ermilov
Author: ru Date: Mon Feb 15 14:29:17 2010 New Revision: 203919 URL: http://svn.freebsd.org/changeset/base/203919 Log: Show when an ARP entry expires. MFC after:1 week Modified: head/usr.sbin/arp/arp.c Modified: head/usr.sbin/arp/arp.c

svn commit: r203918 - in head/lib: libc_r libkse

2010-02-15 Thread Ruslan Ermilov
Author: ru Date: Mon Feb 15 14:14:13 2010 New Revision: 203918 URL: http://svn.freebsd.org/changeset/base/203918 Log: Though these libraries are disconnected from the build and don't currently build, they should be kept. [1] Unbreak their makefiles by removing the support for the long go

svn commit: r203917 - head/sbin/sysctl

2010-02-15 Thread Ulrich Spoerlein
Author: uqs Date: Mon Feb 15 14:08:06 2010 New Revision: 203917 URL: http://svn.freebsd.org/changeset/base/203917 Log: sysctl(8): make WARNS=3 clean Fixes inspired by work done in DragonflyBSD. PR: bin/140016 Approved by: ed (Co-mentor) Modified: head/sbin/sysctl/Makefi

svn commit: r203916 - in head: bin/rmail sbin/devd sbin/devfs sbin/ffsinfo sbin/gbde sbin/mknod sbin/mount_std sbin/sunlabel

2010-02-15 Thread Ulrich Spoerlein
Author: uqs Date: Mon Feb 15 14:07:40 2010 New Revision: 203916 URL: http://svn.freebsd.org/changeset/base/203916 Log: Bump WARNS where possible. Checked by: make universe Approved by: ed (co-mentor) Modified: head/bin/rmail/Makefile head/sbin/devd/Makefile head/sbin/devfs/Makef

svn commit: r203915 - svnadmin/conf

2010-02-15 Thread Ed Schouten
Author: ed Date: Mon Feb 15 12:17:20 2010 New Revision: 203915 URL: http://svn.freebsd.org/changeset/base/203915 Log: Dibs on uqs! Approved by: philip Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors ===

svn commit: r203914 - in stable/8/tools: . regression/lib/msun regression/usr.bin/pkill tools/ath/common tools/termcap

2010-02-15 Thread Ruslan Ermilov
Author: ru Date: Mon Feb 15 11:29:27 2010 New Revision: 203914 URL: http://svn.freebsd.org/changeset/base/203914 Log: MFC: r202969: Actualize. Modified: stable/8/tools/make_libdeps.sh Directory Properties: stable/8/tools/ (props changed) stable/8/tools/kerneldoc/subsys/ (props changed

svn commit: r203913 - head/sys/net

2010-02-15 Thread Pawel Jakub Dawidek
Author: pjd Date: Mon Feb 15 09:19:07 2010 New Revision: 203913 URL: http://svn.freebsd.org/changeset/base/203913 Log: Mark various sysctls also as tunables. Reviewed by: rwatson MFC after:1 week Modified: head/sys/net/netisr.c Modified: head/sys/net/netisr.c