Re: svn commit: r194540 - head/sys/dev/drm

2009-06-20 Thread Andriy Gapon
for cure. -- Andriy Gapon ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org

Re: svn commit: r194540 - head/sys/dev/drm

2009-06-20 Thread Andriy Gapon
on 20/06/2009 20:39 Andriy Gapon said the following: on 20/06/2009 19:56 Daniel Eischen said the following: On Sat, 20 Jun 2009, Robert Noland wrote: Author: rnoland Date: Sat Jun 20 16:45:14 2009 New Revision: 194540 URL: http://svn.freebsd.org/changeset/base/194540 Log: The G45 docs

svn commit: r194850 - head/sys/cddl/dev/dtrace/amd64

2009-06-24 Thread Andriy Gapon
Author: avg Date: Wed Jun 24 16:03:57 2009 New Revision: 194850 URL: http://svn.freebsd.org/changeset/base/194850 Log: dtrace/amd64: fix virtual address checks On amd64 KERNBASE/kernbase does not mean start of kernel memory. This should fix a KASSERT panic in dtrace_copycheck when

svn commit: r194946 - in stable/7/contrib/gdb: . gdb

2009-06-25 Thread Andriy Gapon
Author: avg Date: Thu Jun 25 09:17:50 2009 New Revision: 194946 URL: http://svn.freebsd.org/changeset/base/194946 Log: MFC r194061: gdb: make 'thread apply all bt' always work on all threads Modified: stable/7/contrib/gdb/ (props changed) stable/7/contrib/gdb/gdb/stack.c Modified:

svn commit: r195188 - head/sys/amd64/amd64

2009-06-30 Thread Andriy Gapon
Author: avg Date: Tue Jun 30 11:16:32 2009 New Revision: 195188 URL: http://svn.freebsd.org/changeset/base/195188 Log: remove unused/unneeded extern declarations This should result in no changes to compiled code. Reviewed by: alc Approved by: re (kib) MFC after:1 day

svn commit: r195193 - in stable/7/sys: . amd64/amd64 arm/arm contrib/pf i386/i386 ia64/ia64 sparc64/sparc64

2009-06-30 Thread Andriy Gapon
Author: avg Date: Tue Jun 30 14:11:43 2009 New Revision: 195193 URL: http://svn.freebsd.org/changeset/base/195193 Log: MFC 179229 (alc), 195188: The VM system no longer uses setPQL2(). Remove it and its helpers. Drop unused extern declarations in amd64 that seem to have been related.

svn commit: r195197 - in stable/7/sys: . amd64/amd64 amd64/include contrib/pf dev/coretemp dev/hwpmc i386/cpufreq i386/i386 i386/include

2009-06-30 Thread Andriy Gapon
Author: avg Date: Tue Jun 30 17:10:08 2009 New Revision: 195197 URL: http://svn.freebsd.org/changeset/base/195197 Log: MFC 185295, 185341, 185343: cpu identification improvements Goal of this MFC is to minimize unnecessary code differences between head and the branch, and to improve/fix

svn commit: r195198 - in stable/7/sys: . amd64/amd64 contrib/pf

2009-06-30 Thread Andriy Gapon
Author: avg Date: Tue Jun 30 17:19:11 2009 New Revision: 195198 URL: http://svn.freebsd.org/changeset/base/195198 Log: MFC 185460 (mav): improve invariant TSC detection for Intel CPUs Nod from: mav Modified: stable/7/sys/ (props changed) stable/7/sys/amd64/amd64/identcpu.c

svn commit: r195199 - in stable/7/sys: . amd64/amd64 contrib/pf

2009-06-30 Thread Andriy Gapon
Author: avg Date: Tue Jun 30 17:27:53 2009 New Revision: 195199 URL: http://svn.freebsd.org/changeset/base/195199 Log: MFC 185561 (ganbold): Remove unused variable. Modified: stable/7/sys/ (props changed) stable/7/sys/amd64/amd64/intr_machdep.c stable/7/sys/contrib/pf/ (props

Re: svn commit: r195197 - in stable/7/sys: . amd64/amd64 amd64/include contrib/pf dev/coretemp dev/hwpmc i386/cpufreq i386/i386 i386/include

2009-07-08 Thread Andriy Gapon
function it appears in.) /usr/src/sys/modules/coretemp/../../dev/coretemp/coretemp.c:98: error: 'CPU_VENDOR_INTEL' undeclared (first use in this function) *** Error code 1 Stop in /usr/src/sys/modules/coretemp. *** Error code 1 -- Andriy Gapon

Re: svn commit: r195197 - in stable/7/sys: . amd64/amd64 amd64/include contrib/pf dev/coretemp dev/hwpmc i386/cpufreq i386/i386 i386/include

2009-07-08 Thread Andriy Gapon
on 08/07/2009 13:03 Max Brazhnikov said the following: On Wed, 08 Jul 2009 11:27:33 +0300, Andriy Gapon wrote: on 08/07/2009 10:04 Max Brazhnikov said the following: buildkernel fails for me with latest stable: I almost missed your message - so much of the original commit message you quoted

svn commit: r195710 - in head/sys/cddl/dev/dtrace: amd64 i386

2009-07-15 Thread Andriy Gapon
Author: avg Date: Wed Jul 15 17:07:39 2009 New Revision: 195710 URL: http://svn.freebsd.org/changeset/base/195710 Log: dtrace_gethrtime: improve scaling of TSC ticks to nanoseconds Currently dtrace_gethrtime uses formula similar to the following for converting TSC ticks to nanoseconds:

svn commit: r196399 - head/usr.bin/fstat

2009-08-20 Thread Andriy Gapon
Author: avg Date: Thu Aug 20 10:57:14 2009 New Revision: 196399 URL: http://svn.freebsd.org/changeset/base/196399 Log: fstat: fix fsid comparison when executed on systems with 64-bit long This affects only fstat on zfs and devfs, only on 64-bit systems and only when fsid is greater than

svn commit: r196400 - stable/8/usr.bin/fstat

2009-08-20 Thread Andriy Gapon
Author: avg Date: Thu Aug 20 11:04:31 2009 New Revision: 196400 URL: http://svn.freebsd.org/changeset/base/196400 Log: MFC 196399: fstat: fix fsid comparison when executed on systems with 64-bit long This affects only fstat on zfs and devfs, only on 64-bit systems and only when fsid is

Re: svn commit: r197072 - in head/sys: dev/ichwd netsmb

2009-09-10 Thread Andriy Gapon
. Put a message behind bootverbose as ichwd0: Intel ICH6M watchdog timer on isa0 ichwd0: Intel ICH6M watchdog timer (ICH6 or equivalent) does not make a lot of sense. MFC after: 1 week Looks like you have committed an unrelated change in netsmb. -- Andriy

svn commit: r197077 - head/sys/dev/pci

2009-09-10 Thread Andriy Gapon
Author: avg Date: Thu Sep 10 19:27:53 2009 New Revision: 197077 URL: http://svn.freebsd.org/changeset/base/197077 Log: pci: remove definitions of duplicate constants Suggested by: jhb Reviewed by: jhb MFC after:1 week Modified: head/sys/dev/pci/pcireg.h

Re: svn commit: r197072 - in head/sys: dev/ichwd netsmb

2009-09-10 Thread Andriy Gapon
it attaches; why shouldn't ichwd0 do so? So, a possible answer is above :) -- Andriy Gapon ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org

svn commit: r197099 - head/sys/dev/pci

2009-09-11 Thread Andriy Gapon
Author: avg Date: Fri Sep 11 18:48:49 2009 New Revision: 197099 URL: http://svn.freebsd.org/changeset/base/197099 Log: pci(4): don't perform maximum register number check Different sub-kinds of PCI buses may have different rules and thus it is up for the bus backends to do proper input

svn commit: r197128 - head/sys/pci

2009-09-12 Thread Andriy Gapon
Author: avg Date: Sat Sep 12 18:24:31 2009 New Revision: 197128 URL: http://svn.freebsd.org/changeset/base/197128 Log: intpm: add support for smbus controller found in AMD SB700 According to the specifications AMD/ATI SMBus controller is very similar to SMBus controller found in PIIX4.

svn commit: r197270 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/ciss dev/pci dev/xen/xenpci

2009-09-17 Thread Andriy Gapon
Author: avg Date: Thu Sep 17 12:41:27 2009 New Revision: 197270 URL: http://svn.freebsd.org/changeset/base/197270 Log: MFC r197077: pci: remove definitions of duplicate constants Suggested by: jhb Reviewed by: jhb Approved by: re (kib) Modified: stable/8/sys/ (props changed)

svn commit: r197271 - in stable/7/sys: . contrib/pf dev/pci

2009-09-17 Thread Andriy Gapon
Author: avg Date: Thu Sep 17 12:44:58 2009 New Revision: 197271 URL: http://svn.freebsd.org/changeset/base/197271 Log: MFC r197077: pci: remove definitions of duplicate constants Suggested by: jhb Reviewed by: jhb Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/

svn commit: r197311 - in stable/7/sys: . contrib/pf dev/pci

2009-09-18 Thread Andriy Gapon
Author: avg Date: Fri Sep 18 14:12:40 2009 New Revision: 197311 URL: http://svn.freebsd.org/changeset/base/197311 Log: MFC r197099: pci(4): don't perform maximum register number check Different sub-kinds of PCI buses may have different rules and thus it is up for the bus backends to do

svn commit: r197324 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/ciss dev/pci dev/xen/xenpci

2009-09-19 Thread Andriy Gapon
Author: avg Date: Sat Sep 19 08:13:10 2009 New Revision: 197324 URL: http://svn.freebsd.org/changeset/base/197324 Log: MFC r197099: pci(4): don't perform maximum register number check Different sub-kinds of PCI buses may have different rules and thus it is up for the bus backends to do

svn commit: r197325 - head/sys/pci

2009-09-19 Thread Andriy Gapon
Author: avg Date: Sat Sep 19 08:56:28 2009 New Revision: 197325 URL: http://svn.freebsd.org/changeset/base/197325 Log: intpm/sb700: force polling mode if configured interrupt is SMI instead of failing to attach Modified: head/sys/pci/intpm.c Modified: head/sys/pci/intpm.c

svn commit: r197450 - in head/sys: amd64/pci dev/pci i386/pci

2009-09-24 Thread Andriy Gapon
Author: avg Date: Thu Sep 24 07:11:23 2009 New Revision: 197450 URL: http://svn.freebsd.org/changeset/base/197450 Log: number of cleanups in i386 and amd64 pci md code o introduce PCIE_REGMAX and use it instead of ad-hoc constant o where 'reg' parameter/variable is not already unsigned,

svn commit: r197641 - head/sys/kern

2009-09-30 Thread Andriy Gapon
Author: avg Date: Wed Sep 30 11:14:13 2009 New Revision: 197641 URL: http://svn.freebsd.org/changeset/base/197641 Log: print_caddr_t: drop incorrect __unused attribute from parameter seems like a purely cosmetic change Reviewed by: jhb, kib MFC after:1 week Modified:

Re: svn commit: r198151 - in head/sys/dev: pci usb/controller

2009-10-15 Thread Andriy Gapon
to Hans for a lot of help. -- Andriy Gapon ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org

svn commit: r198271 - head/sys/i386/conf

2009-10-20 Thread Andriy Gapon
Author: avg Date: Tue Oct 20 09:31:57 2009 New Revision: 198271 URL: http://svn.freebsd.org/changeset/base/198271 Log: add amdtemp to i386 NOTES essentially this is a MFamd64 Nod from: rpaulo Modified: head/sys/i386/conf/NOTES Modified: head/sys/i386/conf/NOTES

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

2009-10-20 Thread Andriy Gapon
Author: avg Date: Tue Oct 20 09:32:22 2009 New Revision: 198272 URL: http://svn.freebsd.org/changeset/base/198272 Log: ichwd.4: remove a stray line Nod from: des MFC after:3 days Modified: head/share/man/man4/ichwd.4 Modified: head/share/man/man4/ichwd.4

svn commit: r198279 - in head: share/man/man4 sys/modules

2009-10-20 Thread Andriy Gapon
Author: avg Date: Tue Oct 20 13:22:54 2009 New Revision: 198279 URL: http://svn.freebsd.org/changeset/base/198279 Log: minor: fix sorting of some amd* entries in some makefiles MFC after:1 week Modified: head/share/man/man4/Makefile head/sys/modules/Makefile Modified:

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

2009-10-20 Thread Andriy Gapon
Author: avg Date: Tue Oct 20 14:06:07 2009 New Revision: 198288 URL: http://svn.freebsd.org/changeset/base/198288 Log: ichwd.4: fix r198272, restore watchdogd(8) reference In r198272 I didn't notice that watchdog(8) and watchdogd(8) are different things and instead of fixing watchdogd

Re: svn commit: r198316 - head/sbin/tunefs

2009-10-21 Thread Andriy Gapon
:) Booting with alternative root (possibly from alternative media)? -- Andriy Gapon ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org

Re: svn commit: r198486 - head/sys/dev/ata

2009-10-26 Thread Andriy Gapon
more then 5s to spin-up. Can't it be factored out into a macro so one does not have to make a bunch of those identical changes over several files shall it be required to adjust timeout again some time in the future? If this is to happen, then I'd like them to become sysctls too. -- Andriy

Re: svn commit: r198431 - head/sys/dev/pci

2009-10-26 Thread Andriy Gapon
not sure if hardware for the platforms you listed has PCI *HCI controllers. Besides, only code execution is now disabled, the code itself is still present, which also can be considered as a form of bloat. Perhaps #if defined (arch1) ... would be more appropriate here? I am not sure. -- Andriy

svn commit: r198749 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci pci

2009-11-01 Thread Andriy Gapon
Author: avg Date: Sun Nov 1 11:34:13 2009 New Revision: 198749 URL: http://svn.freebsd.org/changeset/base/198749 Log: MFC r197128,197325: add support for smbus controller found in AMD SB700 Modified: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed)

svn commit: r198751 - in stable/7/sys: . contrib/pf pci

2009-11-01 Thread Andriy Gapon
Author: avg Date: Sun Nov 1 11:41:20 2009 New Revision: 198751 URL: http://svn.freebsd.org/changeset/base/198751 Log: MFC r197128,197325: add support for smbus controller found in AMD SB700 Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed)

svn commit: r198755 - stable/7/usr.bin/fstat

2009-11-01 Thread Andriy Gapon
Author: avg Date: Sun Nov 1 17:15:38 2009 New Revision: 198755 URL: http://svn.freebsd.org/changeset/base/198755 Log: MFC 196399: fstat: fix fsid comparison on systems with 64-bit long Modified: stable/7/usr.bin/fstat/ (props changed) stable/7/usr.bin/fstat/fstat.c

svn commit: r198756 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci kern

2009-11-01 Thread Andriy Gapon
Author: avg Date: Sun Nov 1 17:36:36 2009 New Revision: 198756 URL: http://svn.freebsd.org/changeset/base/198756 Log: MFC 197641: print_caddr_t: drop incorrect __unused from parameter Modified: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed)

svn commit: r198757 - in stable/7/sys: . contrib/pf kern

2009-11-01 Thread Andriy Gapon
Author: avg Date: Sun Nov 1 17:37:03 2009 New Revision: 198757 URL: http://svn.freebsd.org/changeset/base/198757 Log: MFC 197641: print_caddr_t: drop incorrect __unused from parameter Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed)

svn commit: r198758 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci kern

2009-11-01 Thread Andriy Gapon
Author: avg Date: Sun Nov 1 17:40:05 2009 New Revision: 198758 URL: http://svn.freebsd.org/changeset/base/198758 Log: MFC 197658: print machine in kernel boot version string PR: kern/126926 Modified: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props

svn commit: r198759 - in stable/7/sys: . contrib/pf kern

2009-11-01 Thread Andriy Gapon
Author: avg Date: Sun Nov 1 17:42:59 2009 New Revision: 198759 URL: http://svn.freebsd.org/changeset/base/198759 Log: MFC 197658: print machine in kernel boot version string PR: kern/126926 Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed)

svn commit: r198760 - in stable/8/sys: . amd64/include amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci i386/include

2009-11-01 Thread Andriy Gapon
Author: avg Date: Sun Nov 1 17:45:37 2009 New Revision: 198760 URL: http://svn.freebsd.org/changeset/base/198760 Log: MFC 197647: cpufunc.h: unify/correct style of c extension names Modified: stable/8/sys/ (props changed) stable/8/sys/amd64/include/cpufunc.h

svn commit: r198762 - in stable/7/sys: . contrib/pf i386/conf

2009-11-01 Thread Andriy Gapon
Author: avg Date: Sun Nov 1 17:54:49 2009 New Revision: 198762 URL: http://svn.freebsd.org/changeset/base/198762 Log: MFC 198271: add amdtemp to i386 NOTES Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed) stable/7/sys/i386/conf/NOTES Modified:

svn commit: r198763 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci modules

2009-11-01 Thread Andriy Gapon
Author: avg Date: Sun Nov 1 17:56:45 2009 New Revision: 198763 URL: http://svn.freebsd.org/changeset/base/198763 Log: MFC 198279: fix sorting of some amd* entries in some makefiles Modified: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed)

svn commit: r198764 - in stable/7/sys: . contrib/pf modules

2009-11-01 Thread Andriy Gapon
Author: avg Date: Sun Nov 1 17:58:56 2009 New Revision: 198764 URL: http://svn.freebsd.org/changeset/base/198764 Log: MFC 198279: fix sorting of some amd* entries in some makefiles Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed)

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

2009-11-01 Thread Andriy Gapon
Author: avg Date: Sun Nov 1 18:16:55 2009 New Revision: 198766 URL: http://svn.freebsd.org/changeset/base/198766 Log: MFC 198272, 198288: fix watchdogd(8) reference Modified: stable/8/share/man/man4/ (props changed) stable/8/share/man/man4/ichwd.4 Modified:

svn commit: r198767 - stable/7/share/man/man4

2009-11-01 Thread Andriy Gapon
Author: avg Date: Sun Nov 1 18:19:00 2009 New Revision: 198767 URL: http://svn.freebsd.org/changeset/base/198767 Log: MFC 198272, 198288: fix watchdogd(8) reference Modified: stable/7/share/man/man4/ (props changed) stable/7/share/man/man4/ichwd.4 Modified:

svn commit: r198769 - in stable/8/sys: . amd64/include/xen amd64/pci cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/pci dev/xen/xenpci i386/pci

2009-11-01 Thread Andriy Gapon
Author: avg Date: Sun Nov 1 18:39:26 2009 New Revision: 198769 URL: http://svn.freebsd.org/changeset/base/198769 Log: MFC 197450: number of cleanups in i386 and amd64 pci md code Modified: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed)

svn commit: r198770 - in stable/7/sys: . amd64/pci contrib/pf dev/pci i386/pci

2009-11-01 Thread Andriy Gapon
Author: avg Date: Sun Nov 1 18:40:03 2009 New Revision: 198770 URL: http://svn.freebsd.org/changeset/base/198770 Log: MFC 197450: number of cleanups in i386 and amd64 pci md code Modified: stable/7/sys/ (props changed) stable/7/sys/amd64/pci/pci_cfgreg.c stable/7/sys/contrib/pf/

svn commit: r199015 - in head/sys: dev/ichwd modules/ichwd

2009-11-07 Thread Andriy Gapon
Author: avg Date: Sat Nov 7 11:41:23 2009 New Revision: 199015 URL: http://svn.freebsd.org/changeset/base/199015 Log: ichwd: don't attach to isa pnp device(s) by accident Reviewed by: imp, des MFC after:1 week Modified: head/sys/dev/ichwd/ichwd.c

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

2009-11-07 Thread Andriy Gapon
Author: avg Date: Sat Nov 7 11:46:38 2009 New Revision: 199016 URL: http://svn.freebsd.org/changeset/base/199016 Log: acpi: remove 'magic' ivar o acpi_hpet: auto-added 'wildcard' devices can be identified by non-NULL handle attribute. o acpi_ec: auto-add 'wildcard' devices can be

svn commit: r199184 - in head/sys: amd64/amd64 i386/i386 i386/xen

2009-11-11 Thread Andriy Gapon
Author: avg Date: Wed Nov 11 14:21:31 2009 New Revision: 199184 URL: http://svn.freebsd.org/changeset/base/199184 Log: reflect that pg_ps_enabled is a tunable, not just a read-only sysctl Nod from: jhb Modified: head/sys/amd64/amd64/pmap.c head/sys/i386/i386/pmap.c

svn commit: r199352 - in stable/8/sys: dev/ichwd modules/ichwd

2009-11-17 Thread Andriy Gapon
Author: avg Date: Tue Nov 17 09:35:13 2009 New Revision: 199352 URL: http://svn.freebsd.org/changeset/base/199352 Log: MFC r199015: ichwd: don't attach to isa pnp device(s) by accident Modified: stable/8/sys/dev/ichwd/ichwd.c stable/8/sys/modules/ichwd/Makefile Directory Properties:

svn commit: r199353 - in stable/7/sys: dev/ichwd modules/ichwd

2009-11-17 Thread Andriy Gapon
Author: avg Date: Tue Nov 17 09:37:43 2009 New Revision: 199353 URL: http://svn.freebsd.org/changeset/base/199353 Log: MFC r199015: ichwd: don't attach to isa pnp device(s) by accident Modified: stable/7/sys/dev/ichwd/ichwd.c stable/7/sys/modules/ichwd/Makefile Directory Properties:

Re: svn commit: r198659 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/pci dev/usb/controller dev/xen/xenpci

2009-11-17 Thread Andriy Gapon
are handled; 3. disable USB in BIOS. Depending on your goals one choice may suite better than the others. Does this make sense? -- Andriy Gapon ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any

svn commit: r206385 - stable/8/usr.bin/indent

2010-04-07 Thread Andriy Gapon
Author: avg Date: Wed Apr 7 22:19:46 2010 New Revision: 206385 URL: http://svn.freebsd.org/changeset/base/206385 Log: MFC r205988: indent(1): correctly handle case/label at the very start of a function Modified: stable/8/usr.bin/indent/indent.c Directory Properties:

svn commit: r206393 - stable/8/lib/libc/db/man

2010-04-08 Thread Andriy Gapon
Author: avg Date: Thu Apr 8 07:43:15 2010 New Revision: 206393 URL: http://svn.freebsd.org/changeset/base/206393 Log: MFC r206177: hash.3: fix a factual mistake in the man page Modified: stable/8/lib/libc/db/man/hash.3 Directory Properties: stable/8/lib/libc/ (props changed)

svn commit: r206394 - stable/7/lib/libc/db/man

2010-04-08 Thread Andriy Gapon
Author: avg Date: Thu Apr 8 07:45:42 2010 New Revision: 206394 URL: http://svn.freebsd.org/changeset/base/206394 Log: MFC r206177: hash.3: fix a factual mistake in the man page Modified: stable/7/lib/libc/db/man/hash.3 Directory Properties: stable/7/lib/libc/ (props changed)

svn commit: r206502 - stable/8/sys/fs/msdosfs

2010-04-12 Thread Andriy Gapon
Author: avg Date: Mon Apr 12 20:53:17 2010 New Revision: 206502 URL: http://svn.freebsd.org/changeset/base/206502 Log: MFC r206098: mountmsdosfs: reject too high value of bytes per cluster Modified: stable/8/sys/fs/msdosfs/msdosfs_vfsops.c Directory Properties: stable/8/sys/ (props

svn commit: r206503 - stable/7/sys/fs/msdosfs

2010-04-12 Thread Andriy Gapon
Author: avg Date: Mon Apr 12 20:54:56 2010 New Revision: 206503 URL: http://svn.freebsd.org/changeset/base/206503 Log: MFC r206098: mountmsdosfs: reject too high value of bytes per cluster Modified: stable/7/sys/fs/msdosfs/msdosfs_vfsops.c Directory Properties: stable/7/sys/ (props

Re: svn commit: r206098 - head/sys/fs/msdosfs

2010-04-12 Thread Andriy Gapon
on 02/04/2010 18:22 Andriy Gapon said the following: Author: avg Date: Fri Apr 2 15:22:23 2010 New Revision: 206098 URL: http://svn.freebsd.org/changeset/base/206098 Log: mountmsdosfs: reject too high value of bytes per cluster Bytes per cluster are calcuated as bytes per sector

svn commit: r206505 - stable/7/usr.bin/indent

2010-04-12 Thread Andriy Gapon
Author: avg Date: Mon Apr 12 21:05:36 2010 New Revision: 206505 URL: http://svn.freebsd.org/changeset/base/206505 Log: MFC r205989: indent(1): new option, -ta, to treat all *_t identifiers as types Modified: stable/7/usr.bin/indent/args.c stable/7/usr.bin/indent/indent.1

svn commit: r206506 - stable/8/sys/ufs/ffs

2010-04-12 Thread Andriy Gapon
Author: avg Date: Mon Apr 12 21:07:58 2010 New Revision: 206506 URL: http://svn.freebsd.org/changeset/base/206506 Log: MFC r206128: ffs_mount: remove redundant assignment of to devvp.v_bufobj Modified: stable/8/sys/ufs/ffs/ffs_vfsops.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r206507 - stable/7/sys/ufs/ffs

2010-04-12 Thread Andriy Gapon
Author: avg Date: Mon Apr 12 21:09:13 2010 New Revision: 206507 URL: http://svn.freebsd.org/changeset/base/206507 Log: MFC r206128: ffs_mount: remove redundant assignment to devvp.v_bufobj Modified: stable/7/sys/ufs/ffs/ffs_vfsops.c Directory Properties: stable/7/sys/ (props changed)

svn commit: r206508 - stable/8/lib/libc/db/hash

2010-04-12 Thread Andriy Gapon
Author: avg Date: Mon Apr 12 21:12:03 2010 New Revision: 206508 URL: http://svn.freebsd.org/changeset/base/206508 Log: MFC r206178: ibc/db/hash: cap auto-tuned block size Modified: stable/8/lib/libc/db/hash/hash.c stable/8/lib/libc/db/hash/hash.h Directory Properties: stable/8/lib/libc/

svn commit: r206509 - stable/7/lib/libc/db/hash

2010-04-12 Thread Andriy Gapon
Author: avg Date: Mon Apr 12 21:13:03 2010 New Revision: 206509 URL: http://svn.freebsd.org/changeset/base/206509 Log: MFC r206178: ibc/db/hash: cap auto-tuned block size Modified: stable/7/lib/libc/db/hash/hash.c stable/7/lib/libc/db/hash/hash.h Directory Properties: stable/7/lib/libc/

svn commit: r206511 - stable/7/share/examples/indent

2010-04-12 Thread Andriy Gapon
Author: avg Date: Mon Apr 12 21:29:04 2010 New Revision: 206511 URL: http://svn.freebsd.org/changeset/base/206511 Log: MFC r206102,206103,206175,206176: add example indent.pro file Added: stable/7/share/examples/indent/ - copied from r206102, head/share/examples/indent/ Modified:

Re: svn commit: r206640 - in stable/8/cddl/contrib/opensolaris: cmd/zfs lib/libzfs/common

2010-04-14 Thread Andriy Gapon
zfs_prop = zfs_name_to_prop(nvpair_name(curr)); + nvpair_t *next = nvlist_next_nvpair(zhp-zfs_props, curr); + + if (props[zfs_prop] == B_FALSE) zfs_prop can be -1 here, remember? -- Andriy Gapon ___ svn-src-all@freebsd.org mailing

Re: svn commit: r206642 - in stable/8/cddl/contrib/opensolaris: cmd/zfs lib/libzfs/common

2010-04-14 Thread Andriy Gapon
props[zfs_prop] == B_FALSE) (void) nvlist_remove(zhp-zfs_props, nvpair_name(curr), nvpair_type(curr)); curr = next; -- Andriy Gapon ___ svn-src-all@freebsd.org mailing list http

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

2010-04-15 Thread Andriy Gapon
Author: avg Date: Thu Apr 15 08:29:14 2010 New Revision: 206648 URL: http://svn.freebsd.org/changeset/base/206648 Log: scsi_cd: CD_FLAG_VALID_MEDIA is sufficient to set d_sectorsize and d_mediasize CD_FLAG_VALID_TOC is not required for setting those media properties. PR:

svn commit: r206650 - head/sys/geom

2010-04-15 Thread Andriy Gapon
Author: avg Date: Thu Apr 15 08:39:56 2010 New Revision: 206650 URL: http://svn.freebsd.org/changeset/base/206650 Log: g_io_check: respond to zero pp-mediasize with ENXIO Previsouly this condition was reported with EIO by bio_offset mediasize check. Perhaps that check should be

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

2010-04-15 Thread Andriy Gapon
Author: avg Date: Thu Apr 15 09:22:14 2010 New Revision: 206651 URL: http://svn.freebsd.org/changeset/base/206651 Log: scsi_cd: CD_FLAG_VALID_MEDIA is sufficient to set d_sectorsize and d_mediasize [Forced commit to correct PR number.] CD_FLAG_VALID_TOC is not required for setting

svn commit: r206687 - head/usr.bin/indent

2010-04-15 Thread Andriy Gapon
Author: avg Date: Thu Apr 15 21:41:07 2010 New Revision: 206687 URL: http://svn.freebsd.org/changeset/base/206687 Log: indent(1): don't treat bare '_t' as a type name when -ta is used It seems that identifier _t is sometimes used as a variable name, even in our tree. Not that I endorse

svn commit: r206751 - stable/8/sys/kern

2010-04-17 Thread Andriy Gapon
Author: avg Date: Sat Apr 17 11:06:42 2010 New Revision: 206751 URL: http://svn.freebsd.org/changeset/base/206751 Log: MFC r205860,206097: correctly set b_offset for getblk(devvp) Modified: stable/8/sys/kern/vfs_bio.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r206752 - stable/7/sys/kern

2010-04-17 Thread Andriy Gapon
Author: avg Date: Sat Apr 17 11:12:20 2010 New Revision: 206752 URL: http://svn.freebsd.org/changeset/base/206752 Log: MFC r205860,206097: correctly set b_offset for getblk(devvp) Modified: stable/7/sys/kern/vfs_bio.c Directory Properties: stable/7/sys/ (props changed)

svn commit: r206753 - stable/8/sys/kern

2010-04-17 Thread Andriy Gapon
Author: avg Date: Sat Apr 17 11:25:30 2010 New Revision: 206753 URL: http://svn.freebsd.org/changeset/base/206753 Log: MFC r206129: vn_stat: use va_blocksize when setting st_blksize Modified: stable/8/sys/kern/vfs_vnops.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r206754 - stable/7/sys/kern

2010-04-17 Thread Andriy Gapon
Author: avg Date: Sat Apr 17 11:38:18 2010 New Revision: 206754 URL: http://svn.freebsd.org/changeset/base/206754 Log: MFC r206129: vn_stat: use va_blocksize when setting st_blksize Modified: stable/7/sys/kern/vfs_vnops.c Directory Properties: stable/7/sys/ (props changed)

svn commit: r206756 - stable/8/sys/geom

2010-04-17 Thread Andriy Gapon
Author: avg Date: Sat Apr 17 11:57:41 2010 New Revision: 206756 URL: http://svn.freebsd.org/changeset/base/206756 Log: MFC r206130: g_vfs_open: allow only one mount per device vnode Modified: stable/8/sys/geom/geom_vfs.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r206757 - stable/7/sys/geom

2010-04-17 Thread Andriy Gapon
Author: avg Date: Sat Apr 17 12:01:50 2010 New Revision: 206757 URL: http://svn.freebsd.org/changeset/base/206757 Log: MFC r206130: g_vfs_open: allow only one mount per device vnode Modified: stable/7/sys/geom/geom_vfs.c Directory Properties: stable/7/sys/ (props changed)

svn commit: r206996 - in head: etc/mtree share/examples

2010-04-21 Thread Andriy Gapon
Author: avg Date: Wed Apr 21 12:17:01 2010 New Revision: 206996 URL: http://svn.freebsd.org/changeset/base/206996 Log: indent.pro example: actually install the sample file Modified: head/etc/mtree/BSD.usr.dist head/share/examples/Makefile Modified: head/etc/mtree/BSD.usr.dist

Re: svn commit: r206996 - in head: etc/mtree share/examples

2010-04-21 Thread Andriy Gapon
on 21/04/2010 15:17 Andriy Gapon said the following: Author: avg Date: Wed Apr 21 12:17:01 2010 New Revision: 206996 URL: http://svn.freebsd.org/changeset/base/206996 Log: indent.pro example: actually install the sample file Modified: head/etc/mtree/BSD.usr.dist head/share

svn commit: r207059 - stable/8/sys/cam/scsi

2010-04-22 Thread Andriy Gapon
Author: avg Date: Thu Apr 22 11:46:42 2010 New Revision: 207059 URL: http://svn.freebsd.org/changeset/base/207059 Log: MFC r206648,206651: scsi_cd: CD_FLAG_VALID_MEDIA is sufficient to set d_sectorsize and d_mediasize PR: kern/138789 Modified: stable/8/sys/cam/scsi/scsi_cd.c

svn commit: r207060 - stable/7/sys/cam/scsi

2010-04-22 Thread Andriy Gapon
Author: avg Date: Thu Apr 22 12:12:52 2010 New Revision: 207060 URL: http://svn.freebsd.org/changeset/base/207060 Log: MFC r206648,206651: scsi_cd: CD_FLAG_VALID_MEDIA is sufficient to set d_sectorsize and d_mediasize Note that there is a redundant assignment of d_maxsize. PR:

svn commit: r207061 - stable/8/sys/geom

2010-04-22 Thread Andriy Gapon
Author: avg Date: Thu Apr 22 12:24:59 2010 New Revision: 207061 URL: http://svn.freebsd.org/changeset/base/207061 Log: MFC r206650: g_io_check: respond to zero pp-mediasize with ENXIO Modified: stable/8/sys/geom/geom_io.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r207062 - stable/7/sys/geom

2010-04-22 Thread Andriy Gapon
Author: avg Date: Thu Apr 22 12:50:01 2010 New Revision: 207062 URL: http://svn.freebsd.org/changeset/base/207062 Log: MFC r206650: g_io_check: respond to zero pp-mediasize with ENXIO Modified: stable/7/sys/geom/geom_io.c Directory Properties: stable/7/sys/ (props changed)

Re: svn commit: r207061 - stable/8/sys/geom

2010-04-22 Thread Andriy Gapon
on 22/04/2010 15:24 Andriy Gapon said the following: Author: avg Date: Thu Apr 22 12:24:59 2010 New Revision: 207061 URL: http://svn.freebsd.org/changeset/base/207061 Log: MFC r206650: g_io_check: respond to zero pp-mediasize with ENXIO Modified: stable/8/sys/geom/geom_io.c

svn commit: r207063 - stable/8/usr.bin/indent

2010-04-22 Thread Andriy Gapon
Author: avg Date: Thu Apr 22 13:16:18 2010 New Revision: 207063 URL: http://svn.freebsd.org/changeset/base/207063 Log: MFC r206687: indent(1): don't treat bare '_t' as a type name with -ta Modified: stable/8/usr.bin/indent/lexi.c Directory Properties: stable/8/usr.bin/indent/ (props

svn commit: r207117 - stable/7/usr.bin/indent

2010-04-23 Thread Andriy Gapon
Author: avg Date: Fri Apr 23 14:35:03 2010 New Revision: 207117 URL: http://svn.freebsd.org/changeset/base/207117 Log: MFC r206687: indent(1): don't treat bare '_t' as a type name with -ta Modified: stable/7/usr.bin/indent/lexi.c Directory Properties: stable/7/usr.bin/indent/ (props

svn commit: r207119 - in stable/8: etc/mtree share/examples

2010-04-23 Thread Andriy Gapon
Author: avg Date: Fri Apr 23 15:24:56 2010 New Revision: 207119 URL: http://svn.freebsd.org/changeset/base/207119 Log: MFC r206996: indent.pro example: actually install the sample file Modified: stable/8/etc/mtree/BSD.usr.dist stable/8/share/examples/Makefile Directory Properties:

svn commit: r207120 - in stable/7: etc/mtree share/examples

2010-04-23 Thread Andriy Gapon
Author: avg Date: Fri Apr 23 15:51:13 2010 New Revision: 207120 URL: http://svn.freebsd.org/changeset/base/207120 Log: MFC r206996: indent.pro example: actually install the sample file Modified: stable/7/etc/mtree/BSD.usr.dist stable/7/share/examples/Makefile Directory Properties:

Re: svn commit: r207206 - head/bin/sh

2010-04-28 Thread Andriy Gapon
support for -- array variables. Half-jokingly: why don't you just use bash (your favorite version of it) or submit your proposals to POSIX? -- Andriy Gapon ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all

Re: svn commit: r207330 - head/sys/dev/sound/pcm

2010-04-28 Thread Andriy Gapon
; - } - from /= x; - to /= x; - return (unsigned int)(((u_int64_t)v * to) / from); } -- Andriy Gapon ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail

svn commit: r207359 - head/sys/kern

2010-04-29 Thread Andriy Gapon
Author: avg Date: Thu Apr 29 09:02:21 2010 New Revision: 207359 URL: http://svn.freebsd.org/changeset/base/207359 Log: kern_ntptime: abstract time error check into a function ... to avoid code duplication MFC after:1 week Modified: head/sys/kern/kern_ntptime.c Modified:

svn commit: r207360 - head/sys/kern

2010-04-29 Thread Andriy Gapon
Author: avg Date: Thu Apr 29 09:02:46 2010 New Revision: 207360 URL: http://svn.freebsd.org/changeset/base/207360 Log: periodically save system time to hardware time-of-day clock This is done in kern_ntptime, perhaps not the best place. This is done using resettodr(). Some features:

svn commit: r207362 - head/sys/kern

2010-04-29 Thread Andriy Gapon
Author: avg Date: Thu Apr 29 09:18:36 2010 New Revision: 207362 URL: http://svn.freebsd.org/changeset/base/207362 Log: kern_ntptime: drop a comment that became stale after r207359 MFC after:1 week X-MFC after: r207359 Modified: head/sys/kern/kern_ntptime.c Modified:

svn commit: r207366 - head/sys/ufs/ffs

2010-04-29 Thread Andriy Gapon
Author: avg Date: Thu Apr 29 10:04:00 2010 New Revision: 207366 URL: http://svn.freebsd.org/changeset/base/207366 Log: ffs_vfsops: restore alphabetic order of options in ffs_opts The order was not correct only for nfsv4acls. (no prefix is ignored) MFC after:1 week Modified:

svn commit: r208293 - head/sys/ufs/ffs

2010-05-19 Thread Andriy Gapon
Author: avg Date: Wed May 19 09:32:11 2010 New Revision: 208293 URL: http://svn.freebsd.org/changeset/base/208293 Log: ffs_mount: accept and drop userland-only options that can be passed from loader(8) In r193192 loader(8) has grown an ability to pass root mount options from fstab via

svn commit: r208295 - stable/8/sys/kern

2010-05-19 Thread Andriy Gapon
Author: avg Date: Wed May 19 10:15:37 2010 New Revision: 208295 URL: http://svn.freebsd.org/changeset/base/208295 Log: MFC r207359,207362: kern_ntptime: abstract time error check into a function Modified: stable/8/sys/kern/kern_ntptime.c Directory Properties: stable/8/sys/ (props

svn commit: r208296 - stable/7/sys/kern

2010-05-19 Thread Andriy Gapon
Author: avg Date: Wed May 19 10:29:37 2010 New Revision: 208296 URL: http://svn.freebsd.org/changeset/base/208296 Log: MFC r207359,207362: kern_ntptime: abstract time error check into a function Modified: stable/7/sys/kern/kern_ntptime.c Directory Properties: stable/7/sys/ (props

svn commit: r208297 - stable/8/sys/kern

2010-05-19 Thread Andriy Gapon
Author: avg Date: Wed May 19 10:34:15 2010 New Revision: 208297 URL: http://svn.freebsd.org/changeset/base/208297 Log: MFC r207360: periodically save system time to hardware time-of-day clock Modified: stable/8/sys/kern/kern_ntptime.c Directory Properties: stable/8/sys/ (props changed)

  1   2   3   4   5   6   7   8   9   10   >