Re: svn commit: r209787 - head/usr.sbin/sysinstall

2010-07-08 Thread Gabor Kovesdan
Em 2010.07.08. 5:28, Randi Harper escreveu: Author: randi Date: Thu Jul 8 03:28:25 2010 New Revision: 209787 URL: http://svn.freebsd.org/changeset/base/209787 Log: Remove the ability to upgrade via sysinstall. This feature has been flaky and broken for a number of years. freebsd-update

Re: svn commit: r209763 - head/sys/amd64/include

2010-07-08 Thread Bruce Evans
On Wed, 7 Jul 2010, Rui Paulo wrote: Log: Fix style issues with the previous commit, namely use-tab-instead-of-space and don't use underscores in macro variables. Pointed out by:bde Thanks. Bruce ___ svn-src-all@freebsd.org mailing list

svn commit: r209792 - head/sys/vm

2010-07-08 Thread Konstantin Belousov
Author: kib Date: Thu Jul 8 08:37:51 2010 New Revision: 209792 URL: http://svn.freebsd.org/changeset/base/209792 Log: Make VM_ALLOC_RETRY flag mandatory for vm_page_grab(). Assert that the flag is always provided, and unconditionally retry after sleep for the busy page or failed

svn commit: r209793 - head/sys/dev/agp

2010-07-08 Thread Konstantin Belousov
Author: kib Date: Thu Jul 8 08:39:02 2010 New Revision: 209793 URL: http://svn.freebsd.org/changeset/base/209793 Log: Do not mention VM_ALLOC_RETRY in comment, and normalize the terminology (blocking - sleeping). Reviewed by: alc MFC after:3 days Modified:

Re: svn commit: r209787 - head/usr.sbin/sysinstall

2010-07-08 Thread Colin Percival
On 07/08/10 01:13, Gabor Kovesdan wrote: Em 2010.07.08. 5:28, Randi Harper escreveu: Remove the ability to upgrade via sysinstall. [...] Approved by:cperciva (mentor) Please revert. It has never been discussed in FreeBSD mailing lists, while it is mandatory before such

Re: svn commit: r209787 - head/usr.sbin/sysinstall

2010-07-08 Thread Alexey Dokuchaev
On Thu, Jul 08, 2010 at 01:53:09AM -0700, Colin Percival wrote: On 07/08/10 01:13, Gabor Kovesdan wrote: Em 2010.07.08. 5:28, Randi Harper escreveu: Remove the ability to upgrade via sysinstall. [...] Approved by:cperciva (mentor) I just used this feature yesterday to

Re: svn commit: r209787 - head/usr.sbin/sysinstall

2010-07-08 Thread Gabor Kovesdan
Em 2010.07.08. 10:53, Colin Percival escreveu: My personal feeling was that since the level of interest in sysinstall from FreeBSD developers was generally low, this would be sufficient, so I told randi to go ahead and commit without also adding noise to -arch; but if you think the

Re: svn commit: r209787 - head/usr.sbin/sysinstall

2010-07-08 Thread Gabor Kovesdan
Em 2010.07.08. 10:53, Colin Percival escreveu: I just used this feature yesterday to repair my -CURRENT installation on a netbook with an USB snapshot image. First I tried freebsd-update but it just failed to fetch the keys from the servers and was unable to produce any sensual error message

svn commit: r209794 - svnadmin/conf

2010-07-08 Thread Randall Stewart
Author: rrs Date: Thu Jul 8 11:21:11 2010 New Revision: 209794 URL: http://svn.freebsd.org/changeset/base/209794 Log: This releases JC from mentorship. He has shown an outstanding ability to work in the community and I think he is Ready ;-) Modified: svnadmin/conf/mentors Modified:

svn commit: r209795 - stable/8/sys/netinet/ipfw

2010-07-08 Thread Gleb Smirnoff
Author: glebius Date: Thu Jul 8 12:20:15 2010 New Revision: 209795 URL: http://svn.freebsd.org/changeset/base/209795 Log: Merge 209589 from head: After processing the O_SKIPTO opcode our cmd points to the next rule, and match processing at the end of inner loop would look ahead into

svn commit: r209796 - stable/8/sys/netgraph

2010-07-08 Thread Gleb Smirnoff
Author: glebius Date: Thu Jul 8 12:21:25 2010 New Revision: 209796 URL: http://svn.freebsd.org/changeset/base/209796 Log: Merge 209633, 209722 from head: The struct ipfw_rule_ref follows the struct m_tag. Deal with this correctly. This fixes breakage of ng_ipfw(4) in r201527.

svn commit: r209797 - head/sys/netinet/ipfw

2010-07-08 Thread Gleb Smirnoff
Author: glebius Date: Thu Jul 8 13:07:40 2010 New Revision: 209797 URL: http://svn.freebsd.org/changeset/base/209797 Log: Since r209216 bpf(4) searches for mbuf_tags(9) and thus will not work with a stub m_hdr instead of a full mbuf. PR: kern/148050 Modified:

svn commit: r209798 - in stable/7/etc: . rc.d

2010-07-08 Thread John Baldwin
Author: jhb Date: Thu Jul 8 13:34:01 2010 New Revision: 209798 URL: http://svn.freebsd.org/changeset/base/209798 Log: MFC 175676: Implement a quiet prefix, which will disable some diagnostics. The fast prefix also implies quiet. During boot we use either fast or quiet. For shutdown we

svn commit: r209799 - head/sys/dev/ath

2010-07-08 Thread Adrian Chadd
Author: adrian Date: Thu Jul 8 14:08:03 2010 New Revision: 209799 URL: http://svn.freebsd.org/changeset/base/209799 Log: Extend the ath debugging a little to log the interface name. Some devices have 1 atheros card and the current debug prints make it impossible to tell which interface

svn commit: r209800 - head/sys/dev/iicbus

2010-07-08 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu Jul 8 14:19:52 2010 New Revision: 209800 URL: http://svn.freebsd.org/changeset/base/209800 Log: Fix iicbus_get_addr() on 64-bit big-endian systems. The bus accessor passes a uintptr_t, not a uint32_t. Modified: head/sys/dev/iicbus/iicbus.c Modified:

svn commit: r209801 - in head/sys: dev/ofw powerpc/ofw

2010-07-08 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu Jul 8 14:29:23 2010 New Revision: 209801 URL: http://svn.freebsd.org/changeset/base/209801 Log: Change the argument type to OF_call_method to take an array of cell_t instead of unsigned longs to prepare for platforms where they are not the same. Modified:

svn commit: r209802 - head/sys/mips/atheros

2010-07-08 Thread Adrian Chadd
Author: adrian Date: Thu Jul 8 14:34:15 2010 New Revision: 209802 URL: http://svn.freebsd.org/changeset/base/209802 Log: Introduce a sysctl block for if_arge and, for now, a blank debug sysctl placeholder for later. Add in a missing FreeBSD ID string. Modified:

svn commit: r209803 - head/sys/powerpc/ofw

2010-07-08 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu Jul 8 14:35:35 2010 New Revision: 209803 URL: http://svn.freebsd.org/changeset/base/209803 Log: Fix several bugs in the real-mode Open Firmware implementation and provide a virtual-mode version for use on 64-bit systems, which have 32-bit firmware

svn commit: r209804 - head/sys/powerpc/ofw

2010-07-08 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu Jul 8 14:40:46 2010 New Revision: 209804 URL: http://svn.freebsd.org/changeset/base/209804 Log: Make ofw_syscons work on 64-bit systems. Modified: head/sys/powerpc/ofw/ofw_syscons.c Modified: head/sys/powerpc/ofw/ofw_syscons.c

svn commit: r209805 - in head/sys/mips: include mips

2010-07-08 Thread Jayachandran C.
Author: jchandra Date: Thu Jul 8 14:49:55 2010 New Revision: 209805 URL: http://svn.freebsd.org/changeset/base/209805 Log: Merge jmallett@'s n64 work into HEAD - changeset 8 Updated PTE/PDE macros from http://svn.freebsd.org/base/user/jmallett/octeon Introduce pmap_segshift() macro, use

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

2010-07-08 Thread Jayachandran C.
Author: jchandra Date: Thu Jul 8 14:56:42 2010 New Revision: 209806 URL: http://svn.freebsd.org/changeset/base/209806 Log: Fix minor issue in sys/mips/mips/cache_mipsNN.c, using int type for virtual addr will break on 64 bit, change to vm_offset_t. Reviewed by: imp@ Approved by: rrs

svn commit: r209807 - head/sys/mips/atheros

2010-07-08 Thread Adrian Chadd
Author: adrian Date: Thu Jul 8 14:59:32 2010 New Revision: 209807 URL: http://svn.freebsd.org/changeset/base/209807 Log: Address PR kern/148307 - fix if_ath TX mbuf alignment/size constraint checks The existing code only checked the alignment of the first mbuf and didn't enforce the

svn commit: r209808 - in head/sys/mips/rmi: . dev/xlr

2010-07-08 Thread Jayachandran C.
Author: jchandra Date: Thu Jul 8 15:05:23 2010 New Revision: 209808 URL: http://svn.freebsd.org/changeset/base/209808 Log: 64 bit compilation support XLR platform code. Mostly changes to make casting between int and pointer and printing 64bit values safe for 32 and 64 bit compile.

svn commit: r209809 - head/sys/mips/atheros

2010-07-08 Thread Adrian Chadd
Author: adrian Date: Thu Jul 8 15:20:57 2010 New Revision: 209809 URL: http://svn.freebsd.org/changeset/base/209809 Log: Add TX-path aligned/unaligned stats for if_arge. Modified: head/sys/mips/atheros/if_arge.c head/sys/mips/atheros/if_argevar.h Modified: head/sys/mips/atheros/if_arge.c

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

2010-07-08 Thread Jayachandran C.
Author: jchandra Date: Thu Jul 8 15:22:46 2010 New Revision: 209810 URL: http://svn.freebsd.org/changeset/base/209810 Log: Enable KX bit, which is needed for 64 bit access, in status register for XLR. Update exception handlers and other functions which set/change status registers to

svn commit: r209812 - in head/sys/powerpc: aim booke powerpc

2010-07-08 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu Jul 8 15:38:55 2010 New Revision: 209812 URL: http://svn.freebsd.org/changeset/base/209812 Log: Replace the existing PowerPC busdma implementation with the one from amd64 (with slight modifications). This provides support for bounce buffers, which are required

svn commit: r209814 - in head/sys: conf mips/conf

2010-07-08 Thread Jayachandran C.
Author: jchandra Date: Thu Jul 8 16:06:58 2010 New Revision: 209814 URL: http://svn.freebsd.org/changeset/base/209814 Log: 64 bit ld script for mips, and configuration file for 64 bit compilation on XLR Approved by: rrs Added: head/sys/conf/ldscript.mips.64 (contents, props

svn commit: r209815 - head/sys/mips/conf

2010-07-08 Thread Jayachandran C.
Author: jchandra Date: Thu Jul 8 16:11:06 2010 New Revision: 209815 URL: http://svn.freebsd.org/changeset/base/209815 Log: Fix XLR64, the previous version had the contents of file duplicated. Modified: head/sys/mips/conf/XLR64 Modified: head/sys/mips/conf/XLR64

Re: svn commit: r209787 - head/usr.sbin/sysinstall

2010-07-08 Thread M. Warner Losh
In message: 4c3591f5.2040...@freebsd.org Colin Percival cperc...@freebsd.org writes: : On 07/08/10 01:13, Gabor Kovesdan wrote: : Em 2010.07.08. 5:28, Randi Harper escreveu: : Remove the ability to upgrade via sysinstall. [...] : : Approved by:cperciva (mentor) : :

svn commit: r209816 - head/sys/kern

2010-07-08 Thread Jaakko Heinonen
Author: jh Date: Thu Jul 8 16:53:19 2010 New Revision: 209816 URL: http://svn.freebsd.org/changeset/base/209816 Log: Assert that low and high are = 0. The allocator doesn't support the negative range. Modified: head/sys/kern/subr_unit.c Modified: head/sys/kern/subr_unit.c

svn commit: r209817 - head/sys/dev/ofw

2010-07-08 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu Jul 8 18:15:06 2010 New Revision: 209817 URL: http://svn.freebsd.org/changeset/base/209817 Log: Missed a file in r209803: this header contains a definition of OFW_STD_32BIT. Pointy hat to:me Modified: head/sys/dev/ofw/openfirm.h Modified:

svn commit: r209818 - head/sys/dev/sge

2010-07-08 Thread Pyun YongHyeon
Author: yongari Date: Thu Jul 8 18:22:49 2010 New Revision: 209818 URL: http://svn.freebsd.org/changeset/base/209818 Log: Remove enabling RX checksum offloading in RX filter setup. RX checksum is enabled in sge_init_locked(). While I'm here do not set RX checksum bits in RX descriptor

svn commit: r209819 - in head/sys: kern sys

2010-07-08 Thread John Baldwin
Author: jhb Date: Thu Jul 8 19:15:26 2010 New Revision: 209819 URL: http://svn.freebsd.org/changeset/base/209819 Log: - Various style and whitespace fixes. - Make sugid_coredump and kern_logsigexit private to kern_sig.c. Submitted by: bde (partially) MFC after:1 month Modified:

svn commit: r209820 - head/usr.sbin/jls

2010-07-08 Thread Jamie Gritton
Author: jamie Date: Thu Jul 8 19:22:52 2010 New Revision: 209820 URL: http://svn.freebsd.org/changeset/base/209820 Log: Properly recognize a number followed by non-digits as a jail name. Call 0 a name because zero is used to indicate no specified jid. MFC after:3 days Modified:

svn commit: r209821 - stable/8/sys/dev/bwi

2010-07-08 Thread Weongyo Jeong
Author: weongyo Date: Thu Jul 8 19:36:38 2010 New Revision: 209821 URL: http://svn.freebsd.org/changeset/base/209821 Log: MFC r209597: Fixes NULL pointer reference that it's occurred when the state is changed to RUN because ic-ic_newassoc isn't set anywhere now. In the previous

svn commit: r209822 - stable/8/sys/dev/bwi

2010-07-08 Thread Weongyo Jeong
Author: weongyo Date: Thu Jul 8 19:40:09 2010 New Revision: 209822 URL: http://svn.freebsd.org/changeset/base/209822 Log: MFC r209598: Initializes the ratectl for a node when the state is changed to RUN. This prevents a kernel fault by dividing with zero because the initial rate

svn commit: r209823 - stable/8/sys/sys

2010-07-08 Thread Andriy Gapon
Author: avg Date: Thu Jul 8 20:17:56 2010 New Revision: 209823 URL: http://svn.freebsd.org/changeset/base/209823 Log: MFC r209056: vnode.h: expand debug macros to non-empty void statements when DEBUG_VFS_LOCKS is disabled Modified: stable/8/sys/sys/vnode.h Directory Properties:

svn commit: r209824 - stable/7/sys/sys

2010-07-08 Thread Andriy Gapon
Author: avg Date: Thu Jul 8 20:18:52 2010 New Revision: 209824 URL: http://svn.freebsd.org/changeset/base/209824 Log: MFC r209056: vnode.h: expand debug macros to non-empty void statements when DEBUG_VFS_LOCKS is disabled Modified: stable/7/sys/sys/vnode.h Directory Properties:

svn commit: r209825 - in stable/8/sys: dev/acpica dev/usb fs/procfs geom kern

2010-07-08 Thread Andriy Gapon
Author: avg Date: Thu Jul 8 20:38:48 2010 New Revision: 209825 URL: http://svn.freebsd.org/changeset/base/209825 Log: MFC r209062: fix a few cases where a string is passed via format argument instead of via %s Note: no MFC to stable/7 Modified: stable/8/sys/dev/acpica/acpi_thermal.c

svn commit: r209826 - stable/8/sys/fs/udf

2010-07-08 Thread Andriy Gapon
Author: avg Date: Thu Jul 8 20:40:57 2010 New Revision: 209826 URL: http://svn.freebsd.org/changeset/base/209826 Log: MFC r209425: udf_vnops: cosmetic followup to r208671 Modified: stable/8/sys/fs/udf/udf_vnops.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r209827 - stable/7/sys/fs/udf

2010-07-08 Thread Andriy Gapon
Author: avg Date: Thu Jul 8 20:43:20 2010 New Revision: 209827 URL: http://svn.freebsd.org/changeset/base/209827 Log: MFC r209425: udf_vnops: cosmetic followup to r208671 Modified: stable/7/sys/fs/udf/udf_vnops.c Directory Properties: stable/7/sys/ (props changed)

svn commit: r209828 - stable/8/sys/dev/sound/pcm

2010-07-08 Thread Andriy Gapon
Author: avg Date: Thu Jul 8 20:46:55 2010 New Revision: 209828 URL: http://svn.freebsd.org/changeset/base/209828 Log: MFC r209193: sound/pcm: use non-const string with SYSCTL_STRING Modified: stable/8/sys/dev/sound/pcm/feeder_eq.c stable/8/sys/dev/sound/pcm/feeder_rate.c

svn commit: r209829 - stable/8/etc

2010-07-08 Thread Andriy Gapon
Author: avg Date: Thu Jul 8 20:57:07 2010 New Revision: 209829 URL: http://svn.freebsd.org/changeset/base/209829 Log: MFC r209228: device.hints: do install when WITHOUT_BOOT is set Modified: stable/8/etc/Makefile Directory Properties: stable/8/etc/ (props changed) Modified:

svn commit: r209830 - stable/7/etc

2010-07-08 Thread Andriy Gapon
Author: avg Date: Thu Jul 8 20:57:37 2010 New Revision: 209830 URL: http://svn.freebsd.org/changeset/base/209830 Log: MFC r209228: device.hints: do install when WITHOUT_BOOT is set Modified: stable/7/etc/Makefile Directory Properties: stable/7/etc/ (props changed) Modified:

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

2010-07-08 Thread Andriy Gapon
Author: avg Date: Thu Jul 8 21:02:31 2010 New Revision: 209831 URL: http://svn.freebsd.org/changeset/base/209831 Log: MFC r209247: lock_profile_release_lock: do not compare unsigned with zero Note: no MFC to stable/7 Modified: stable/8/sys/kern/subr_lock.c Directory Properties:

Re: svn commit: r209829 - stable/8/etc

2010-07-08 Thread Andriy Gapon
on 08/07/2010 23:57 Andriy Gapon said the following: Author: avg Date: Thu Jul 8 20:57:07 2010 New Revision: 209829 URL: http://svn.freebsd.org/changeset/base/209829 Log: MFC r209228: device.hints: do install when WITHOUT_BOOT is set do NOT install - stupid mistake in the original

svn commit: r209832 - head/usr.sbin/sysinstall

2010-07-08 Thread Randi Harper
Author: randi Date: Thu Jul 8 21:26:26 2010 New Revision: 209832 URL: http://svn.freebsd.org/changeset/base/209832 Log: Revert r209787 pending further discussion. Approved by: cperciva (mentor) Added: head/usr.sbin/sysinstall/installUpgrade.c - copied unchanged from r209786,

Re: svn commit: r209832 - head/usr.sbin/sysinstall

2010-07-08 Thread Gabor Kovesdan
Em 2010.07.08. 23:26, Randi Harper escreveu: Author: randi Date: Thu Jul 8 21:26:26 2010 New Revision: 209832 URL: http://svn.freebsd.org/changeset/base/209832 Log: Revert r209787 pending further discussion. Approved by: cperciva (mentor) Thanks! As I mentioned on IRC, I'll also try

svn commit: r209833 - stable/8/contrib/binutils/binutils/doc

2010-07-08 Thread Andriy Gapon
Author: avg Date: Thu Jul 8 21:34:18 2010 New Revision: 209833 URL: http://svn.freebsd.org/changeset/base/209833 Log: MFC r209413: readelf.1: remove duplicate -u/--unwind option description Modified: stable/8/contrib/binutils/binutils/doc/readelf.1 Directory Properties:

svn commit: r209834 - stable/7/contrib/binutils/binutils/doc

2010-07-08 Thread Andriy Gapon
Author: avg Date: Thu Jul 8 21:35:57 2010 New Revision: 209834 URL: http://svn.freebsd.org/changeset/base/209834 Log: MFC r209413: readelf.1: remove duplicate -u/--unwind option description Modified: stable/7/contrib/binutils/binutils/doc/readelf.1 Directory Properties:

Re: svn commit: r209832 - head/usr.sbin/sysinstall

2010-07-08 Thread Randi Harper
On Thu, Jul 8, 2010 at 2:28 PM, Gabor Kovesdan ga...@freebsd.org wrote: Em 2010.07.08. 23:26, Randi Harper escreveu: Author: randi Date: Thu Jul  8 21:26:26 2010 New Revision: 209832 URL: http://svn.freebsd.org/changeset/base/209832 Log:   Revert r209787 pending further discussion.  

svn commit: r209835 - stable/8/sys/i386/include

2010-07-08 Thread John Baldwin
Author: jhb Date: Thu Jul 8 21:56:05 2010 New Revision: 209835 URL: http://svn.freebsd.org/changeset/base/209835 Log: MFC 208742: MFamd64: Add a new macro PCPU_XEN_FIELDS to hold XEN-specific per-CPU fields that is always included in PCPU_MD_FIELDS. The macro is empty for non-XEN

svn commit: r209836 - head/sys/kern

2010-07-08 Thread Jung-uk Kim
Author: jkim Date: Thu Jul 8 22:13:23 2010 New Revision: 209836 URL: http://svn.freebsd.org/changeset/base/209836 Log: Implement optional 'precision' for numbers. Previously, it was parsed but ignored. Some third-party modules (e.g., APCICA) prefer this format over zero padding flag '0'.

svn commit: r209837 - head/lib/libstand

2010-07-08 Thread Jung-uk Kim
Author: jkim Date: Thu Jul 8 22:21:18 2010 New Revision: 209837 URL: http://svn.freebsd.org/changeset/base/209837 Log: Sync. printf() of libstand(3) with sys/kern/subr_prf.c. CVS r1.94 jhb: Cast the integer read as the first argument for %b to an unsigned integer so it's value is

svn commit: r209838 - in stable/8/sys: kern sys

2010-07-08 Thread Attilio Rao
Author: attilio Date: Thu Jul 8 23:25:33 2010 New Revision: 209838 URL: http://svn.freebsd.org/changeset/base/209838 Log: MFC r208587: Add the support for reporting the NOCOREDUMP flag from sysctl_kern_proc_vmmap(). Sponsored by: Sandvine Incorporated Modified:

Re: svn commit: r209832 - head/usr.sbin/sysinstall

2010-07-08 Thread Doug Barton
On Thu, 8 Jul 2010, Randi Harper wrote: On Thu, Jul 8, 2010 at 2:28 PM, Gabor Kovesdan ga...@freebsd.org wrote: Em 2010.07.08. 23:26, Randi Harper escreveu: Author: randi Date: Thu Jul  8 21:26:26 2010 New Revision: 209832 URL: http://svn.freebsd.org/changeset/base/209832 Log:   Revert

svn commit: r209839 - head/sys/dev/cxgb

2010-07-08 Thread Navdeep Parhar
Author: np Date: Fri Jul 9 00:35:09 2010 New Revision: 209839 URL: http://svn.freebsd.org/changeset/base/209839 Log: Fix bufsize calculation so that cxgbtool can display information for the last I/O queue too. MFC after:3 days Modified: head/sys/dev/cxgb/cxgb_main.c Modified:

svn commit: r209840 - in head/sys/dev/cxgb: . common

2010-07-08 Thread Navdeep Parhar
Author: np Date: Fri Jul 9 00:36:35 2010 New Revision: 209840 URL: http://svn.freebsd.org/changeset/base/209840 Log: Eliminate ext_intr_task. The slow interrupt handler is already running on the adapter's task queue. Just do what the task does instead of enqueueing it. MFC after:

Re: svn commit: r209119 - head/sys/sys

2010-07-08 Thread Lawrence Stewart
On 06/18/10 11:57, Lawrence Stewart wrote: On 06/17/10 17:13, Kostik Belousov wrote: On Thu, Jun 17, 2010 at 12:38:08PM +1000, Lawrence Stewart wrote: On 06/14/10 20:43, Kostik Belousov wrote: [snip] Or, you could ditch the sum at all, indeed using ({}) and returning the result. __typeof is

svn commit: r209842 - head/lib/libstand

2010-07-08 Thread Jung-uk Kim
Author: jkim Date: Fri Jul 9 05:25:14 2010 New Revision: 209842 URL: http://svn.freebsd.org/changeset/base/209842 Log: Fix build by defining MAX() macro here. Modified: head/lib/libstand/printf.c Modified: head/lib/libstand/printf.c