svn commit: r254717 - head/sys/kern

2013-08-23 Thread Jung-uk Kim
Author: jkim Date: Fri Aug 23 16:54:38 2013 New Revision: 254717 URL: http://svnweb.freebsd.org/changeset/base/254717 Log: Fix a whitespace. Modified: head/sys/kern/vfs_cluster.c Modified: head/sys/kern/vfs_cluster.c ===

svn commit: r254663 - head/sys/pc98/pc98

2013-08-22 Thread Jung-uk Kim
Author: jkim Date: Thu Aug 22 16:39:59 2013 New Revision: 254663 URL: http://svnweb.freebsd.org/changeset/base/254663 Log: MFi386: r254619 Reimplement atomic_load_acq_64() and atomic_store_rel_64() for i386. Noticed by: tinderbox Modified: head/sys/pc98/pc98/machdep.

svn commit: r254623 - in head/sys: amd64/include i386/include

2013-08-21 Thread Jung-uk Kim
Author: jkim Date: Wed Aug 21 22:40:29 2013 New Revision: 254623 URL: http://svnweb.freebsd.org/changeset/base/254623 Log: Reimplement atomic operations on PDEs and PTEs in pmap.h. This change significantly reduces duplicate code and make it easier to read. Reviewed by: alc, bde Modifi

svn commit: r254620 - head/sys/i386/include

2013-08-21 Thread Jung-uk Kim
Author: jkim Date: Wed Aug 21 22:30:11 2013 New Revision: 254620 URL: http://svnweb.freebsd.org/changeset/base/254620 Log: Implement atomic_cmpset_64() and atomic_swap_64() for i386. Modified: head/sys/i386/include/atomic.h Modified: head/sys/i386/include/atomic.h ===

svn commit: r254619 - in head/sys/i386: i386 include

2013-08-21 Thread Jung-uk Kim
Author: jkim Date: Wed Aug 21 22:27:42 2013 New Revision: 254619 URL: http://svnweb.freebsd.org/changeset/base/254619 Log: Reimplement atomic_load_acq_64() and atomic_store_rel_64() for i386. These functions are now real functions rather than function pointers. Supposedly, it is faster for

svn commit: r254618 - in head/sys: amd64/include i386/include

2013-08-21 Thread Jung-uk Kim
Author: jkim Date: Wed Aug 21 22:05:58 2013 New Revision: 254618 URL: http://svnweb.freebsd.org/changeset/base/254618 Log: Remove empty lines before return statements for style consistency. Modified: head/sys/amd64/include/atomic.h head/sys/i386/include/atomic.h Modified: head/sys/amd64/in

svn commit: r254617 - in head: share/man/man9 sys/amd64/include sys/i386/include

2013-08-21 Thread Jung-uk Kim
Author: jkim Date: Wed Aug 21 22:03:06 2013 New Revision: 254617 URL: http://svnweb.freebsd.org/changeset/base/254617 Log: Implement atomic_swap() and atomic_testandset(). Reviewed by: arch, bde, jilles, kib Modified: head/share/man/man9/atomic.9 head/sys/amd64/include/atomic.h head

svn commit: r254614 - in head/sys: amd64/include i386/include

2013-08-21 Thread Jung-uk Kim
Author: jkim Date: Wed Aug 21 21:30:06 2013 New Revision: 254614 URL: http://svnweb.freebsd.org/changeset/base/254614 Log: - Remove the "a" constraint from main output operand for atomic_cmpset(). - Use "+" modifier for the "expect" because it is also an output (unused). Modified: head/sys/

svn commit: r254612 - in head/sys: amd64/include i386/include

2013-08-21 Thread Jung-uk Kim
Author: jkim Date: Wed Aug 21 21:14:16 2013 New Revision: 254612 URL: http://svnweb.freebsd.org/changeset/base/254612 Log: Use '+' modifier for a memory operand that is both an input and an output. It was actually done in r86301 but reverted in r150182 because GCC 3.x was not able to handle

svn commit: r254611 - in head/sys: amd64/include i386/include

2013-08-21 Thread Jung-uk Kim
Author: jkim Date: Wed Aug 21 20:49:46 2013 New Revision: 254611 URL: http://svnweb.freebsd.org/changeset/base/254611 Log: Remove bogus labels. No functional change. Modified: head/sys/amd64/include/atomic.h head/sys/i386/include/atomic.h Modified: head/sys/amd64/include/atomic.h

svn commit: r254610 - in head/sys: amd64/include i386/include

2013-08-21 Thread Jung-uk Kim
Author: jkim Date: Wed Aug 21 20:43:50 2013 New Revision: 254610 URL: http://svnweb.freebsd.org/changeset/base/254610 Log: Use consistent style. No functional change. Modified: head/sys/amd64/include/atomic.h head/sys/i386/include/atomic.h Modified: head/sys/amd64/include/atomic.h ===

svn commit: r254384 - head/sys/i386/i386

2013-08-15 Thread Jung-uk Kim
Author: jkim Date: Thu Aug 15 21:09:05 2013 New Revision: 254384 URL: http://svnweb.freebsd.org/changeset/base/254384 Log: Simplify check for CMPXCHG8B instruction. Note CMPXCHG8B instruction is always available for Rise mP6 processors although it is not set by CPUID. Modified: head/sys/i3

svn commit: r254379 - head/sys/dev/iir

2013-08-15 Thread Jung-uk Kim
Author: jkim Date: Thu Aug 15 20:03:22 2013 New Revision: 254379 URL: http://svnweb.freebsd.org/changeset/base/254379 Log: Avoid potential redefinition of the macro. Modified: head/sys/dev/iir/iir.c head/sys/dev/iir/iir.h head/sys/dev/iir/iir_ctrl.c head/sys/dev/iir/iir_pci.c Modified:

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

2013-08-13 Thread Jung-uk Kim
Author: jkim Date: Tue Aug 13 22:05:10 2013 New Revision: 254305 URL: http://svnweb.freebsd.org/changeset/base/254305 Log: Merge acpica_machdep.h for amd64 and i386 and move to x86. In fact, these two files were functionally identical. Added: - copied unchanged from r254304, head/sys/am

svn commit: r254300 - in head/sys: amd64/include dev/acpica/Osd i386/include ia64/include

2013-08-13 Thread Jung-uk Kim
Author: jkim Date: Tue Aug 13 21:34:03 2013 New Revision: 254300 URL: http://svnweb.freebsd.org/changeset/base/254300 Log: Tidy up global locks for ACPICA. There is no functional change. Modified: head/sys/amd64/include/acpica_machdep.h head/sys/dev/acpica/Osd/OsdSynch.c head/sys/i386/in

svn commit: r253690 - in head/sys/contrib/dev/acpica: . common compiler components/executer components/hardware components/namespace components/tables components/utilities include

2013-07-26 Thread Jung-uk Kim
@@ return from this interface. Handles a po ACPI_WAIT_FOREVER is modified by the host to be a value less than "forever". Jung-uk Kim. -Predefined name support: Add allowed/required argument type information to +Predefined name support: Add allowed/required argument type informati

svn commit: r253455 - head/usr.sbin/pciconf

2013-07-18 Thread Jung-uk Kim
Author: jkim Date: Thu Jul 18 20:59:58 2013 New Revision: 253455 URL: http://svnweb.freebsd.org/changeset/base/253455 Log: Decode PCIe ASPM capability and status. Modified: head/usr.sbin/pciconf/cap.c Modified: head/usr.sbin/pciconf/cap.c =

svn commit: r253439 - head/sys/dev/syscons

2013-07-17 Thread Jung-uk Kim
Author: jkim Date: Wed Jul 17 23:29:56 2013 New Revision: 253439 URL: http://svnweb.freebsd.org/changeset/base/253439 Log: Reload font when syscons(4) is resuming without switching mode. Reported by: adrian (more than a year ago) Prodded by: adrian (less than a month ago) Modified:

svn commit: r253102 - head/sys/dev/ixgb

2013-07-09 Thread Jung-uk Kim
Author: jkim Date: Tue Jul 9 18:15:59 2013 New Revision: 253102 URL: http://svnweb.freebsd.org/changeset/base/253102 Log: Remove redundant definitions to appease tinderbox. Modified: head/sys/dev/ixgb/if_ixgb.c head/sys/dev/ixgb/ixgb_ids.h Modified: head/sys/dev/ixgb/if_ixgb.c ===

svn commit: r252684 - head/sys/cam

2013-07-03 Thread Jung-uk Kim
Author: jkim Date: Thu Jul 4 05:58:53 2013 New Revision: 252684 URL: http://svnweb.freebsd.org/changeset/base/252684 Log: Make it little bit more C++ friendly. This explicit casting fixes some ports, emulators/virtualbox-ose and sysutils/smartmontools for example. Modified: head/sys/cam/c

svn commit: r252314 - head/share/examples/etc

2013-06-27 Thread Jung-uk Kim
Author: jkim Date: Thu Jun 27 19:47:58 2013 New Revision: 252314 URL: http://svnweb.freebsd.org/changeset/base/252314 Log: Add "amdfam10" to the supported CPU types for amd64. This complements r251691 and 251692. Modified: head/share/examples/etc/make.conf Modified: head/share/examples/et

svn commit: r252280 - in head/sys: amd64/include contrib/dev/acpica/include/platform i386/include ia64/include

2013-06-26 Thread Jung-uk Kim
Author: jkim Date: Thu Jun 27 00:22:40 2013 New Revision: 252280 URL: http://svnweb.freebsd.org/changeset/base/252280 Log: Move definitions required by userland applications out of acpica_machdep.h. Modified: head/sys/amd64/include/acpica_machdep.h head/sys/contrib/dev/acpica/include/platfo

svn commit: r252279 - in head/sys/contrib/dev/acpica: . common compiler components/debugger components/disassembler components/events components/executer components/namespace components/resources c...

2013-06-26 Thread Jung-uk Kim
Author: jkim Date: Thu Jun 27 00:16:54 2013 New Revision: 252279 URL: http://svnweb.freebsd.org/changeset/base/252279 Log: Merge ACPICA 20130626. Modified: head/sys/contrib/dev/acpica/acpica_prep.sh head/sys/contrib/dev/acpica/changes.txt (contents, props changed) head/sys/contrib/dev/a

svn commit: r252276 - in head: sys/dev/acpi_support sys/dev/acpica usr.sbin/acpi/acpidb usr.sbin/acpi/acpidump

2013-06-26 Thread Jung-uk Kim
Author: jkim Date: Wed Jun 26 23:52:10 2013 New Revision: 252276 URL: http://svnweb.freebsd.org/changeset/base/252276 Log: Consistently cast ACPICA 64-bit integer types when we print them. Modified: head/sys/dev/acpi_support/atk0110.c head/sys/dev/acpica/acpi_pcib_acpi.c head/usr.sbin/acp

svn commit: r251692 - head/share/examples/etc

2013-06-13 Thread Jung-uk Kim
Author: jkim Date: Thu Jun 13 18:33:54 2013 New Revision: 251692 URL: http://svnweb.freebsd.org/changeset/base/251692 Log: Add a missing comma. Modified: head/share/examples/etc/make.conf Modified: head/share/examples/etc/make.conf

svn commit: r251691 - head/share/examples/etc

2013-06-13 Thread Jung-uk Kim
Author: jkim Date: Thu Jun 13 18:31:09 2013 New Revision: 251691 URL: http://svnweb.freebsd.org/changeset/base/251691 Log: - Document GCC support for AMD Family 10h processors (amdfam10). - Document Clang support for AMD Jaguar processors (btver2). Modified: head/share/examples/etc/make.con

svn commit: r251690 - head/share/mk

2013-06-13 Thread Jung-uk Kim
Author: jkim Date: Thu Jun 13 18:26:12 2013 New Revision: 251690 URL: http://svnweb.freebsd.org/changeset/base/251690 Log: Add a new CPUTYPE supported by Clang 3.3 for AMD Jaguar processors (btver2). Modified: head/share/mk/bsd.cpu.mk Modified: head/share/mk/bsd.cpu.mk ==

svn commit: r251468 - in head: gnu/usr.bin/diff gnu/usr.bin/grep usr.bin/grep

2013-06-06 Thread Jung-uk Kim
Author: jkim Date: Thu Jun 6 11:59:38 2013 New Revision: 251468 URL: http://svnweb.freebsd.org/changeset/base/251468 Log: Adjust CFLAGS to pick up correct regex.h and posix/regex.h. Note this actually reverts r250860 and r250861. Reported by: gjb, tinderbox Modified: head/gnu/usr.bi

svn commit: r251436 - head/contrib/libgnuregex

2013-06-05 Thread Jung-uk Kim
Author: jkim Date: Wed Jun 5 21:27:04 2013 New Revision: 251436 URL: http://svnweb.freebsd.org/changeset/base/251436 Log: Add GNU regex from glibc 2.17. Added: head/contrib/libgnuregex/ - copied from r251435, vendor/libregex/dist/ ___ svn-src-

svn commit: r251438 - in head/gnu: lib/libregex lib/libregex/posix usr.bin/diff usr.bin/grep

2013-06-05 Thread Jung-uk Kim
Author: jkim Date: Wed Jun 5 21:31:06 2013 New Revision: 251438 URL: http://svnweb.freebsd.org/changeset/base/251438 Log: Connect libgnuregex 2.17 to the build. Deleted: head/gnu/lib/libregex/FREEBSD-upgrade head/gnu/lib/libregex/posix/ head/gnu/lib/libregex/regcomp.c head/gnu/lib/libr

svn commit: r251437 - head/contrib/libgnuregex

2013-06-05 Thread Jung-uk Kim
Author: jkim Date: Wed Jun 5 21:28:33 2013 New Revision: 251437 URL: http://svnweb.freebsd.org/changeset/base/251437 Log: Fix build for FreeBSD. We do not have alloca.h. Modified: head/contrib/libgnuregex/regex_internal.h Modified: head/contrib/libgnuregex/regex_internal.h

svn commit: r251186 - head/usr.sbin/acpi/acpidump

2013-05-31 Thread Jung-uk Kim
Author: jkim Date: Fri May 31 17:23:38 2013 New Revision: 251186 URL: http://svnweb.freebsd.org/changeset/base/251186 Log: Fix a long standing logic bug introduced in r167814. The code was added to get RSDP from loader(8) hint via kenv(2) but the bug nullified the new code and we always fel

svn commit: r250926 - in head: contrib/openbsm/bin/auditdistd usr.bin/ar usr.bin/bc usr.bin/m4 usr.bin/mklocale usr.sbin/bluetooth/bthidd usr.sbin/config usr.sbin/jail

2013-05-22 Thread Jung-uk Kim
Author: jkim Date: Thu May 23 05:42:35 2013 New Revision: 250926 URL: http://svnweb.freebsd.org/changeset/base/250926 Log: Work around build breakages with GCC 4.2. Reported by: tinderbox Modified: head/contrib/openbsm/bin/auditdistd/token.l head/usr.bin/ar/acplex.l head/usr.bin/bc/

Re: svn commit: r250881 - in head: . sys/sys usr.bin/lex usr.bin/lex/lib

2013-05-22 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-05-22 13:45:57 -0400, Glen Barber wrote: > On Tue, May 21, 2013 at 07:32:36PM +0000, Jung-uk Kim wrote: >> Author: jkim Date: Tue May 21 19:32:35 2013 New Revision: 250881 >> URL: http://svnweb.freebsd.org/changeset/base/25

svn commit: r250914 - head/sbin/hastd

2013-05-22 Thread Jung-uk Kim
Author: jkim Date: Wed May 22 17:47:45 2013 New Revision: 250914 URL: http://svnweb.freebsd.org/changeset/base/250914 Log: Improve compatibility with old flex and fix build with GCC. Modified: head/sbin/hastd/hast.h head/sbin/hastd/parse.y head/sbin/hastd/token.l Modified: head/sbin/hast

svn commit: r250881 - in head: . sys/sys usr.bin/lex usr.bin/lex/lib

2013-05-21 Thread Jung-uk Kim
Author: jkim Date: Tue May 21 19:32:35 2013 New Revision: 250881 URL: http://svnweb.freebsd.org/changeset/base/250881 Log: Connect flex 2.5.37 to the build and bump __FreeBSD_version. Added: head/usr.bin/lex/initparse.c (contents, props changed) head/usr.bin/lex/initparse.h (contents, p

svn commit: r250879 - head/contrib/flex

2013-05-21 Thread Jung-uk Kim
Author: jkim Date: Tue May 21 19:23:49 2013 New Revision: 250879 URL: http://svnweb.freebsd.org/changeset/base/250879 Log: Enable GNU m4 compatibility mode. Modified: head/contrib/flex/main.c Modified: head/contrib/flex/main.c =

svn commit: r250878 - head/contrib/flex

2013-05-21 Thread Jung-uk Kim
Author: jkim Date: Tue May 21 19:22:42 2013 New Revision: 250878 URL: http://svnweb.freebsd.org/changeset/base/250878 Log: Allow YY_NO_UNPUT to disable unput() for backward compatibility. Modified: head/contrib/flex/flex.skl Modified: head/contrib/flex/flex.skl ==

svn commit: r250877 - head/contrib/flex

2013-05-21 Thread Jung-uk Kim
Author: jkim Date: Tue May 21 19:21:26 2013 New Revision: 250877 URL: http://svnweb.freebsd.org/changeset/base/250877 Log: Define yy_current_buffer for backward compatibility. Modified: head/contrib/flex/flex.skl Modified: head/contrib/flex/flex.skl ==

svn commit: r250876 - head/contrib/flex

2013-05-21 Thread Jung-uk Kim
Author: jkim Date: Tue May 21 19:20:03 2013 New Revision: 250876 URL: http://svnweb.freebsd.org/changeset/base/250876 Log: Do not use log10(3) to get rid of libm dependency. It is really not useful. Modified: head/contrib/flex/buf.c head/contrib/flex/flexdef.h head/contrib/flex/main.c M

svn commit: r250875 - head/contrib/flex

2013-05-21 Thread Jung-uk Kim
Author: jkim Date: Tue May 21 19:17:02 2013 New Revision: 250875 URL: http://svnweb.freebsd.org/changeset/base/250875 Log: Reduce compiler warnings. Modified: head/contrib/flex/buf.c head/contrib/flex/filter.c head/contrib/flex/flex.skl head/contrib/flex/flexint.h head/contrib/flex/ge

svn commit: r250874 - head/contrib/flex

2013-05-21 Thread Jung-uk Kim
Author: jkim Date: Tue May 21 19:11:11 2013 New Revision: 250874 URL: http://svnweb.freebsd.org/changeset/base/250874 Log: Apply still relevant local changes. r124183: Work around a `label defined but not used' warning. r179549: De-register declarations. r179657: De-regis

svn commit: r250873 - head/contrib/flex

2013-05-21 Thread Jung-uk Kim
Author: jkim Date: Tue May 21 19:09:30 2013 New Revision: 250873 URL: http://svnweb.freebsd.org/changeset/base/250873 Log: Add flex 2.5.37 from flex.sourceforge.net to contrib. Added: head/contrib/flex/ - copied from r250869, vendor/flex/dist/ Deleted: head/contrib/flex/ABOUT-NLS hea

Re: svn commit: r247086 - head/sys/x86/isa

2013-05-21 Thread Jung-uk Kim
ing the verbose logging of > the suspension time, but maybe acpi utilities give that. /etc/rc.{suspend,resume} already do that. So, yes, the "feature" is redundant. Jung-uk Kim -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.20 (FreeBSD) iQEcBAEBAgAGBQJRm662AAoJ

svn commit: r250838 - in head: sys/conf sys/contrib/dev/acpica sys/contrib/dev/acpica/common sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/components/debugger sys/contrib/dev/acpica/compon...

2013-05-20 Thread Jung-uk Kim
Author: jkim Date: Mon May 20 23:52:49 2013 New Revision: 250838 URL: http://svnweb.freebsd.org/changeset/base/250838 Log: Merge ACPICA 20130517. Added: head/sys/contrib/dev/acpica/compiler/asloptions.c - copied, changed from r250758, vendor-sys/acpica/dist/source/compiler/asloptions.c

svn commit: r250834 - head/sys/dev/acpica/Osd

2013-05-20 Thread Jung-uk Kim
Author: jkim Date: Mon May 20 22:18:18 2013 New Revision: 250834 URL: http://svnweb.freebsd.org/changeset/base/250834 Log: - Prefer ACPI_COMPARE_NAME(a, b) macro over strncmp(a, b, ACPI_NAME_SIZE). - Make sure the predefined name is a string type. - Return slightly more useful errors. Modif

svn commit: r250833 - head/sys/dev/acpica/Osd

2013-05-20 Thread Jung-uk Kim
Author: jkim Date: Mon May 20 22:10:01 2013 New Revision: 250833 URL: http://svnweb.freebsd.org/changeset/base/250833 Log: Fix white spaces. Modified: head/sys/dev/acpica/Osd/OsdTable.c Modified: head/sys/dev/acpica/Osd/OsdTable.c =

svn commit: r250615 - head/sys/dev/atkbdc

2013-05-13 Thread Jung-uk Kim
Author: jkim Date: Mon May 13 20:03:59 2013 New Revision: 250615 URL: http://svnweb.freebsd.org/changeset/base/250615 Log: Remove a bogus re-assignment. MFC after:3 days Modified: head/sys/dev/atkbdc/psm.c Modified: head/sys/dev/atkbdc/psm.c =

svn commit: r250341 - head/sys/contrib/dev/acpica/components/namespace

2013-05-07 Thread Jung-uk Kim
Author: jkim Date: Wed May 8 00:20:35 2013 New Revision: 250341 URL: http://svnweb.freebsd.org/changeset/base/250341 Log: MFV: r250336 Fix for _INI regression introduced in version 20130328. Modified: head/sys/contrib/dev/acpica/components/namespace/nsinit.c Directory Properties: hea

svn commit: r250227 - in head: contrib/binutils/binutils contrib/binutils/ld lib/libc/net lib/libipsec sbin/devd usr.bin/ar usr.bin/csup usr.bin/xlint/lint1 usr.sbin/apmd usr.sbin/config usr.sbin/j...

2013-05-03 Thread Jung-uk Kim
Author: jkim Date: Fri May 3 23:51:32 2013 New Revision: 250227 URL: http://svnweb.freebsd.org/changeset/base/250227 Log: Improve compatibility with recent flex from flex.sourceforge.net. Modified: head/contrib/binutils/binutils/arlex.l head/contrib/binutils/ld/ldlex.l head/lib/libc/net/

svn commit: r250226 - in head/usr.bin/m4: . TEST

2013-05-03 Thread Jung-uk Kim
Author: jkim Date: Fri May 3 23:29:38 2013 New Revision: 250226 URL: http://svnweb.freebsd.org/changeset/base/250226 Log: Reduce diff with upstream. Modified: head/usr.bin/m4/TEST/ack.m4 head/usr.bin/m4/TEST/hanoi.m4 head/usr.bin/m4/TEST/hash.m4 head/usr.bin/m4/TEST/sqroot.m4 head/us

svn commit: r249821 - head/usr.sbin/acpi/acpidb

2013-04-23 Thread Jung-uk Kim
Author: jkim Date: Tue Apr 23 19:42:45 2013 New Revision: 249821 URL: http://svnweb.freebsd.org/changeset/base/249821 Log: Fix declarations to slightly increase WARNS level. Modified: head/usr.sbin/acpi/acpidb/Makefile head/usr.sbin/acpi/acpidb/acpidb.c Modified: head/usr.sbin/acpi/acpidb/

svn commit: r249818 - head/usr.sbin/acpi/iasl

2013-04-23 Thread Jung-uk Kim
Author: jkim Date: Tue Apr 23 19:29:49 2013 New Revision: 249818 URL: http://svnweb.freebsd.org/changeset/base/249818 Log: Clean up generated files added in r233250. Modified: head/usr.sbin/acpi/iasl/Makefile Modified: head/usr.sbin/acpi/iasl/Makefile

svn commit: r249816 - in head/sys/dev: acpi_support bktr drm

2013-04-23 Thread Jung-uk Kim
Author: jkim Date: Tue Apr 23 18:30:33 2013 New Revision: 249816 URL: http://svnweb.freebsd.org/changeset/base/249816 Log: Fix white spaces. Modified: head/sys/dev/acpi_support/acpi_toshiba.c head/sys/dev/bktr/bktr_core.c head/sys/dev/drm/mach64_dma.c Modified: head/sys/dev/acpi_support/

svn commit: r249663 - in head: sys/conf sys/contrib/dev/acpica sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/components/debugger sys/contrib/dev/acpica/components/events sys/contrib/dev/ac...

2013-04-19 Thread Jung-uk Kim
Author: jkim Date: Fri Apr 19 23:49:34 2013 New Revision: 249663 URL: http://svnweb.freebsd.org/changeset/base/249663 Log: Merge ACPICA 20130418. Added: head/sys/contrib/dev/acpica/components/namespace/nsarguments.c - copied, changed from r249661, vendor-sys/acpica/dist/source/component

svn commit: r249432 - head/sys/conf

2013-04-12 Thread Jung-uk Kim
Author: jkim Date: Fri Apr 12 23:10:56 2013 New Revision: 249432 URL: http://svnweb.freebsd.org/changeset/base/249432 Log: Unbreak tinderbox build after r249420. Modified: head/sys/conf/files.amd64 head/sys/conf/files.i386 Modified: head/sys/conf/files.amd64 ===

svn commit: r249177 - head/lib/libpam/modules/pam_unix

2013-04-05 Thread Jung-uk Kim
Author: jkim Date: Fri Apr 5 23:41:34 2013 New Revision: 249177 URL: http://svnweb.freebsd.org/changeset/base/249177 Log: Fix declaration vs. definition inconsistency. No functional change. Modified: head/lib/libpam/modules/pam_unix/pam_unix.c Modified: head/lib/libpam/modules/pam_unix/pam

svn commit: r249112 - in head: sys/conf sys/contrib/dev/acpica sys/contrib/dev/acpica/common sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/components/debugger sys/contrib/dev/acpica/compon...

2013-04-04 Thread Jung-uk Kim
errors from AcpiOsAcquireMutex. Check for error +return from this interface. Handles a possible timeout case if +ACPI_WAIT_FOREVER is modified by the host to be a value less than +"forever". Jung-uk Kim. + +Predefined name support: Add allowed/required argument type information to +

svn commit: r248799 - head/sys/dev/fb

2013-03-27 Thread Jung-uk Kim
Author: jkim Date: Wed Mar 27 18:06:28 2013 New Revision: 248799 URL: http://svnweb.freebsd.org/changeset/base/248799 Log: Limit the amount of video memory we map for the driver to the maximum value. This basically restores the spirit of r203535, which was partially reverted in r205557, whil

Re: svn commit: r248777 - head/usr.sbin/config

2013-03-26 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-03-26 19:58:13 -0400, Jung-uk Kim wrote: > Author: jkim Date: Tue Mar 26 23:58:13 2013 New Revision: 248777 > URL: http://svnweb.freebsd.org/changeset/base/248777 > > Log: Loosen restrictions for quoted strings. Now we

svn commit: r248777 - head/usr.sbin/config

2013-03-26 Thread Jung-uk Kim
Author: jkim Date: Tue Mar 26 23:58:13 2013 New Revision: 248777 URL: http://svnweb.freebsd.org/changeset/base/248777 Log: Loosen restrictions for quoted strings. Now we can use more complex strings and "escaped" quote characters. MFC after:1 month Modified: head/usr.sbin/config/m

svn commit: r248479 - head/sys/dev/atkbdc

2013-03-18 Thread Jung-uk Kim
Author: jkim Date: Mon Mar 18 23:31:22 2013 New Revision: 248479 URL: http://svnweb.freebsd.org/changeset/base/248479 Log: List TrackPoint device before generic model. Modified: head/sys/dev/atkbdc/psm.c Modified: head/sys/dev/atkbdc/psm.c

svn commit: r248478 - in head: share/man/man4 sys/dev/atkbdc sys/sys usr.sbin/moused

2013-03-18 Thread Jung-uk Kim
Author: jkim Date: Mon Mar 18 23:22:47 2013 New Revision: 248478 URL: http://svnweb.freebsd.org/changeset/base/248478 Log: Add preliminary support for IBM/Lenovo TrackPoint. PR: kern/147237 (based on the initial patch for 8.x) Tested by:glebius (device detection and suspend/

Re: svn commit: r246856 - head/etc

2013-03-07 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-03-07 03:19:07 -0500, Gleb Smirnoff wrote: > On Thu, Mar 07, 2013 at 12:07:56PM +0400, Gleb Smirnoff wrote: T> > On Wed, Mar 06, 2013 at 01:42:54PM -0500, Jung-uk Kim wrote: T> J> > You know, I disagreed with the above change

Re: svn commit: r246856 - head/etc

2013-03-06 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-03-06 10:01:33 -0500, Gleb Smirnoff wrote: > Jung-uk, > > On Fri, Feb 15, 2013 at 10:58:44PM +0000, Jung-uk Kim wrote: J> > Author: jkim J> Date: Fri Feb 15 22:58:44 2013 J> New Revision: > 246856 J> URL: http://s

svn commit: r247861 - head/sbin/mount_udf

2013-03-05 Thread Jung-uk Kim
Author: jkim Date: Wed Mar 6 00:36:33 2013 New Revision: 247861 URL: http://svnweb.freebsd.org/changeset/base/247861 Log: Use build_iovec() to make it less cryptic. This also fixes warnings. Modified: head/sbin/mount_udf/Makefile head/sbin/mount_udf/mount_udf.c Modified: head/sbin/mount_

svn commit: r247860 - in head/sbin: mount_ext2fs mount_reiserfs mount_std

2013-03-05 Thread Jung-uk Kim
Author: jkim Date: Tue Mar 5 23:53:37 2013 New Revision: 247860 URL: http://svnweb.freebsd.org/changeset/base/247860 Log: GC unused mount_* directories. mount_reiserfs was disconnected from build with r158666. mount_ext2fs and mount_std were disconnected with r164527. Deleted: head/sbin/

svn commit: r247859 - head/sbin/mount_cd9660

2013-03-05 Thread Jung-uk Kim
Author: jkim Date: Tue Mar 5 23:05:43 2013 New Revision: 247859 URL: http://svnweb.freebsd.org/changeset/base/247859 Log: Update the manual page to reflect reality. With r138509 and r152355, "nostrictjoliet" option for mount_cd9660(8) was completely replaced with "brokenjoliet" somehow.

svn commit: r247856 - in head/sbin: mount_cd9660 mount_msdosfs mount_nfs mount_nullfs mount_reiserfs mount_std mount_udf mount_unionfs

2013-03-05 Thread Jung-uk Kim
Author: jkim Date: Tue Mar 5 22:41:35 2013 New Revision: 247856 URL: http://svnweb.freebsd.org/changeset/base/247856 Log: GC unused variables. Prefer NULL over 0 for pointers. Modified: head/sbin/mount_cd9660/mount_cd9660.c head/sbin/mount_msdosfs/mount_msdosfs.c head/sbin/mount_nfs/mou

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

2013-02-20 Thread Jung-uk Kim
> splsofttty, splsofttq and splstatclock. > > Other used spl functions to follow. ... Hallelujah! 12 years... Jung-uk Kim -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.19 (FreeBSD) iQEcBAEBAgAGBQJRJVqMAAoJECXpabHZMqHOgAYIALzL7aNILn4jH545V/fnmvK/ VWKuEdKI5t1Ewp4sU8Zf2HOzZRYLExQIrW1YKTRxij9

svn commit: r246856 - head/etc

2013-02-15 Thread Jung-uk Kim
Author: jkim Date: Fri Feb 15 22:58:44 2013 New Revision: 246856 URL: http://svnweb.freebsd.org/changeset/base/246856 Log: Revert r227528 and r227787. This hack is no longer necessary since r233580. Modified: head/etc/rc.resume Modified: head/etc/rc.resume ==

svn commit: r246855 - in head/sys: amd64/acpica amd64/amd64 i386/acpica i386/i386 i386/xen

2013-02-15 Thread Jung-uk Kim
Author: jkim Date: Fri Feb 15 22:43:08 2013 New Revision: 246855 URL: http://svnweb.freebsd.org/changeset/base/246855 Log: Consistently use round_page(x) rather than roundup(x, PAGE_SIZE). There is no functional change. Modified: head/sys/amd64/acpica/acpi_machdep.c head/sys/amd64/amd64/

svn commit: r246849 - in head: sys/conf sys/contrib/dev/acpica sys/contrib/dev/acpica/common sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/components/debugger sys/contrib/dev/acpica/compon...

2013-02-15 Thread Jung-uk Kim
object in the list. Actually +provides a small performance enhancement for hosts that use the local +ACPICA cache manager. Jung-uk Kim. + +Example Code and Data Size: These are the sizes for the OS-independent +acpica.lib produced by the Microsoft Visual C++ 9.0 32-bit compiler. The +debug

svn commit: r246771 - head/crypto/openssl/doc/apps

2013-02-13 Thread Jung-uk Kim
Author: jkim Date: Wed Feb 13 22:38:20 2013 New Revision: 246771 URL: http://svnweb.freebsd.org/changeset/base/246771 Log: Change "the the" to "the". It is a continuation of r226436 and missed in r237658. Approved by: benl (maintainer, implicit) Modified: head/crypto/openssl/doc/app

svn commit: r246042 - in head/sys/dev/acpica: . Osd

2013-01-28 Thread Jung-uk Kim
Author: jkim Date: Mon Jan 28 21:10:35 2013 New Revision: 246042 URL: http://svnweb.freebsd.org/changeset/base/246042 Log: Fix two misusages of return_*() macros for ACPICA. Noticed by: avg Modified: head/sys/dev/acpica/Osd/OsdSchedule.c head/sys/dev/acpica/acpi_pcib.c Modified: hea

svn commit: r246041 - in head/sys/dev/acpica: . Osd

2013-01-28 Thread Jung-uk Kim
Author: jkim Date: Mon Jan 28 21:06:20 2013 New Revision: 246041 URL: http://svnweb.freebsd.org/changeset/base/246041 Log: Fix white spaces for style consistency. Modified: head/sys/dev/acpica/Osd/OsdSchedule.c head/sys/dev/acpica/acpi_pcib.c Modified: head/sys/dev/acpica/Osd/OsdSchedule.c

svn commit: r246040 - in head/sys/contrib/dev/acpica: components/utilities include

2013-01-28 Thread Jung-uk Kim
Author: jkim Date: Mon Jan 28 20:37:32 2013 New Revision: 246040 URL: http://svnweb.freebsd.org/changeset/base/246040 Log: Merge two bug fixes from the vendor branch. Reported by: pjd Modified: head/sys/contrib/dev/acpica/components/utilities/utcache.c head/sys/contrib/dev/acpica/incl

svn commit: r245748 - head/sys/contrib/dev/acpica/include

2013-01-21 Thread Jung-uk Kim
Author: jkim Date: Mon Jan 21 21:26:42 2013 New Revision: 245748 URL: http://svnweb.freebsd.org/changeset/base/245748 Log: Fix another build breakage for ia64. Modified: head/sys/contrib/dev/acpica/include/acglobal.h Modified: head/sys/contrib/dev/acpica/include/acglobal.h ==

svn commit: r245636 - head/sys/contrib/dev/acpica/components/disassembler

2013-01-18 Thread Jung-uk Kim
Author: jkim Date: Sat Jan 19 00:37:17 2013 New Revision: 245636 URL: http://svnweb.freebsd.org/changeset/base/245636 Log: Work around build breakage with GCC 4.2. Modified: head/sys/contrib/dev/acpica/components/disassembler/dmresrc.c Modified: head/sys/contrib/dev/acpica/components/disasse

Re: svn commit: r243846 - in head/share: examples/etc mk

2012-12-03 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-12-03 19:37:17 -0500, Jung-uk Kim wrote: > Author: jkim Date: Tue Dec 4 00:37:17 2012 New Revision: 243846 > URL: http://svnweb.freebsd.org/changeset/base/243846 > > Log: Tidy up bsd.cpu.mk for X86 CPUs: > > - D

svn commit: r243847 - head/share/mk

2012-12-03 Thread Jung-uk Kim
Author: jkim Date: Tue Dec 4 00:44:31 2012 New Revision: 243847 URL: http://svnweb.freebsd.org/changeset/base/243847 Log: Fix typos in the previous commit. Modified: head/share/mk/bsd.cpu.mk Modified: head/share/mk/bsd.cpu.mk =

svn commit: r243846 - in head/share: examples/etc mk

2012-12-03 Thread Jung-uk Kim
Author: jkim Date: Tue Dec 4 00:37:17 2012 New Revision: 243846 URL: http://svnweb.freebsd.org/changeset/base/243846 Log: Tidy up bsd.cpu.mk for X86 CPUs: - Do not limit recent processors to "prescott" class for i386 target. There is no reason for this hack because clang is default now.

svn commit: r243831 - in head: share/examples/etc share/mk usr.bin/make

2012-12-03 Thread Jung-uk Kim
Author: jkim Date: Mon Dec 3 19:27:31 2012 New Revision: 243831 URL: http://svnweb.freebsd.org/changeset/base/243831 Log: Remove fictitious support for 80386-class CPUs from bsd.cpu.mk and make(1). It was removed from head more than 8 years ago (see r137784 and r137785). Reviewed by: im

svn commit: r243737 - in head/sys: amd64/pci i386/pci

2012-11-30 Thread Jung-uk Kim
Author: jkim Date: Sat Dec 1 00:56:19 2012 New Revision: 243737 URL: http://svnweb.freebsd.org/changeset/base/243737 Log: Remove duplicate code. Reduce diff between amd64 and i386. Modified: head/sys/amd64/pci/pci_cfgreg.c head/sys/i386/pci/pci_cfgreg.c Modified: head/sys/amd64/pci/pci_c

svn commit: r243712 - in head/sys: amd64/pci i386/pci

2012-11-30 Thread Jung-uk Kim
Author: jkim Date: Fri Nov 30 20:15:01 2012 New Revision: 243712 URL: http://svnweb.freebsd.org/changeset/base/243712 Log: Use volatile keywords properly. Modified: head/sys/amd64/pci/pci_cfgreg.c head/sys/i386/pci/pci_cfgreg.c Modified: head/sys/amd64/pci/pci_cfgreg.c

svn commit: r243685 - in head/sys: amd64/pci i386/pci

2012-11-29 Thread Jung-uk Kim
Author: jkim Date: Fri Nov 30 00:59:37 2012 New Revision: 243685 URL: http://svnweb.freebsd.org/changeset/base/243685 Log: Tidy up inline assembly. No functional change. Modified: head/sys/amd64/pci/pci_cfgreg.c head/sys/i386/pci/pci_cfgreg.c Modified: head/sys/amd64/pci/pci_cfgreg.c

svn commit: r243347 - in head: sys/conf sys/contrib/dev/acpica sys/contrib/dev/acpica/common sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/components/debugger sys/contrib/dev/acpica/compon...

2012-11-20 Thread Jung-uk Kim
Author: jkim Date: Tue Nov 20 21:01:59 2012 New Revision: 243347 URL: http://svnweb.freebsd.org/changeset/base/243347 Log: Merge ACPICA 20121114. Added: head/sys/contrib/dev/acpica/components/disassembler/dmdeferred.c - copied, changed from r243045, vendor-sys/acpica/dist/source/compone

svn commit: r243315 - head/share/examples/etc

2012-11-19 Thread Jung-uk Kim
Author: jkim Date: Mon Nov 19 23:04:22 2012 New Revision: 243315 URL: http://svnweb.freebsd.org/changeset/base/243315 Log: Clean up and update comments for CPUTYPE. Requested by: rdivacky Modified: head/share/examples/etc/make.conf Modified: head/share/examples/etc/make.conf ===

svn commit: r243310 - head/share/mk

2012-11-19 Thread Jung-uk Kim
Author: jkim Date: Mon Nov 19 21:58:14 2012 New Revision: 243310 URL: http://svnweb.freebsd.org/changeset/base/243310 Log: Add x86 CPUs supported by clang on head. Reviewed by: arch (silence) X-MFC:r242624 Modified: head/share/mk/bsd.cpu.mk Modified: head/share/mk/bsd

Re: svn commit: r242715 - head/sys/conf

2012-11-07 Thread Jung-uk Kim
lar work-around: % clang -c -pg -mprofiler-epilogue test.c clang: warning: argument unused during compilation: '-mprofiler-epilogue' Jung-uk Kim -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.19 (FreeBSD) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECAAYFAlCa4o

svn commit: r241214 - in head: . lib/clang/include

2012-10-04 Thread Jung-uk Kim
Author: jkim Date: Fri Oct 5 00:35:13 2012 New Revision: 241214 URL: http://svn.freebsd.org/changeset/base/241214 Log: Do not install incomplete unwind.h from clang. This header file was meant to be a wrapper for the canonical system header file. Unfortunately, we do not have one (yet) an

svn commit: r240716 - in head/sys/contrib/dev/acpica: . common compiler components/debugger components/disassembler components/tables include

2012-09-19 Thread Jung-uk Kim
Author: jkim Date: Wed Sep 19 23:25:24 2012 New Revision: 240716 URL: http://svn.freebsd.org/changeset/base/240716 Log: Merge ACPICA 20120913. Modified: head/sys/contrib/dev/acpica/changes.txt (contents, props changed) head/sys/contrib/dev/acpica/common/dmrestag.c head/sys/contrib/dev/a

svn commit: r240476 - in head/usr.sbin/pkg_install: add lib

2012-09-13 Thread Jung-uk Kim
Author: jkim Date: Fri Sep 14 00:19:06 2012 New Revision: 240476 URL: http://svn.freebsd.org/changeset/base/240476 Log: Do not change owner, group, or mode when package database directory and its contents are created with pkg_add(1). It may happen when the packing list contains @owner, @gro

svn commit: r239340 - in head: share/man/man4 sys/conf sys/contrib/dev/acpica sys/contrib/dev/acpica/common sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/components/debugger sys/contrib/de...

2012-08-16 Thread Jung-uk Kim
Author: jkim Date: Thu Aug 16 20:54:52 2012 New Revision: 239340 URL: http://svn.freebsd.org/changeset/base/239340 Log: Merge ACPICA 20120816. Added: head/sys/contrib/dev/acpica/components/utilities/utxfinit.c - copied, changed from r239333, vendor-sys/acpica/dist/source/components/util

Re: svn commit: r238755 - head/sys/x86/x86

2012-07-25 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-07-25 14:05:37 -0400, Konstantin Belousov wrote: > On Wed, Jul 25, 2012 at 01:27:48PM -0400, Jung-uk Kim wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> On 2012-07-25 10:44:04 -0400, Bruce Evans wrote: &g

Re: svn commit: r238755 - head/sys/x86/x86

2012-07-25 Thread Jung-uk Kim
ving > fences). rmb() on amd64 uses lfence. I believe I mentioned this thread at the time: https://patchwork.kernel.org/patch/691712/ FYI, r238755 is essentially this commit for Linux: http://git.kernel.org/?p=linux/kernel/git/to

svn commit: r238412 - head

2012-07-12 Thread Jung-uk Kim
Author: jkim Date: Thu Jul 12 23:11:30 2012 New Revision: 238412 URL: http://svn.freebsd.org/changeset/base/238412 Log: Fix the previous commit. Obsolete libraries must be added to OLD_LIBS. Pointyhat to: me Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc

svn commit: r238407 - head/secure/lib/libcrypto

2012-07-12 Thread Jung-uk Kim
Author: jkim Date: Thu Jul 12 21:31:53 2012 New Revision: 238407 URL: http://svn.freebsd.org/changeset/base/238407 Log: Sort ASM definitions by crypto module for slightly easier maintenance. Specifically, GHASH_ASM belongs to crypto/modes. Modified: head/secure/lib/libcrypto/Makefile.inc M

Re: svn commit: r238405 - in head: . crypto/openssl crypto/openssl/apps crypto/openssl/apps/demoCA crypto/openssl/bugs crypto/openssl/certs/demo crypto/openssl/crypto crypto/openssl/crypto/aes crypto/

2012-07-12 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-07-12 15:44:30 -0400, Doug Barton wrote: > On 07/12/2012 12:30 PM, Jung-uk Kim wrote: >> Log: Merge OpenSSL 1.0.1c. > > Can you describe how you did the merge? There are numerous red > flags in the log. It is mostly des

svn commit: r238381 - in head: sys/conf sys/contrib/dev/acpica sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/components/debugger sys/contrib/dev/acpica/components/events sys/contrib/dev/ac...

2012-07-11 Thread Jung-uk Kim
e of the time that a +spinlock is held. Fixes issues on systems that do not allow this behavior. +Jung-uk Kim. + +Split exception code utilities and tables into a new file, utilities/utexcep.c + +Example Code and Data Size: These are the sizes for the OS-independent +acpica.lib produced by the Microsoft V

<    1   2   3   4   5   6   7   8   9   10   >