Merge branch 'master' of ssh://git.haiku-os.org/haiku

This commit is contained in:
Adrien Destugues - PulkoMandy
2012-07-23 21:32:24 +02:00
150 changed files with 1721 additions and 890 deletions
+1 -1
View File
@@ -467,7 +467,7 @@ if [ IsOptionalHaikuImagePackageAdded WebPositive ] {
HAIKU_BUILD_FEATURE_WEBKIT = 1 ; HAIKU_BUILD_FEATURE_WEBKIT = 1 ;
} }
HAIKU_WEBKIT_FILE = haikuwebkit-1.1.2-x86-gcc4-2012-07-11.zip ; HAIKU_WEBKIT_FILE = haikuwebkit-1.1.3-x86-gcc4-2012-07-20-1.zip ;
if $(HAIKU_BUILD_FEATURE_WEBKIT) { if $(HAIKU_BUILD_FEATURE_WEBKIT) {
if $(TARGET_ARCH) != x86 { if $(TARGET_ARCH) != x86 {
+1 -1
View File
@@ -10,7 +10,7 @@ OptionalPackageDependencies ArmyKnife : TagLib ;
OptionalPackageDependencies Beam : LibIconv LibLayout OpenSSL PCRE ; OptionalPackageDependencies Beam : LibIconv LibLayout OpenSSL PCRE ;
OptionalPackageDependencies BeHappy : BeBook NetSurf ; OptionalPackageDependencies BeHappy : BeBook NetSurf ;
OptionalPackageDependencies BurnItNow : CDRecord ; OptionalPackageDependencies BurnItNow : CDRecord ;
OptionalPackageDependencies CDRecord : LibIconv ; OptionalPackageDependencies CDRecord : GetText LibIconv ;
OptionalPackageDependencies Curl : OpenSSL ; OptionalPackageDependencies Curl : OpenSSL ;
OptionalPackageDependencies DevelopmentBase : CDRecord DevelopmentMin Yasm ; OptionalPackageDependencies DevelopmentBase : CDRecord DevelopmentMin Yasm ;
OptionalPackageDependencies Development : DevelopmentBase Perl ; OptionalPackageDependencies Development : DevelopmentBase Perl ;
+4 -4
View File
@@ -409,12 +409,12 @@ if [ IsOptionalHaikuImagePackageAdded CDRecord ] {
Echo "No optional package CDRecord available for $(TARGET_ARCH)" ; Echo "No optional package CDRecord available for $(TARGET_ARCH)" ;
} else if $(HAIKU_GCC_VERSION[1]) >= 4 { } else if $(HAIKU_GCC_VERSION[1]) >= 4 {
InstallOptionalHaikuImagePackage InstallOptionalHaikuImagePackage
cdrtools-3.01a06-x86-gcc4-2012-06-19.zip cdrtools-3.01a07-x86-gcc4-2012-06-19.zip
: $(baseURL)/cdrtools-3.01a06-x86-gcc4-2012-06-19.zip ; : $(baseURL)/cdrtools-3.01a07-x86-gcc4-2012-07-19.zip ;
} else { } else {
InstallOptionalHaikuImagePackage InstallOptionalHaikuImagePackage
cdrtools-3.01a06-x86-gcc2-2012-06-20.zip cdrtools-3.01a07-x86-gcc2-2012-07-19-r2.zip
: $(baseURL)/cdrtools-3.01a06-x86-gcc2-2012-06-20.zip ; : $(baseURL)/cdrtools-3.01a07-x86-gcc2-2012-07-19-r2.zip ;
} }
} }
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2003-2010 Haiku Inc. All Rights Reserved. * Copyright 2003-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _ALLOCA_H #ifndef _ALLOCA_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2008-2010 Haiku Inc. All Rights Reserved. * Copyright 2008-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _ARCH_SETJMP_H_ #ifndef _ARCH_SETJMP_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2008-2010 Haiku Inc. All Rights Reserved. * Copyright 2008-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _ARCH_SIGNAL_H_ #ifndef _ARCH_SIGNAL_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2007-2010 Haiku Inc. All Rights Reserved. * Copyright 2007-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _ARCH_SETJMP_H_ #ifndef _ARCH_SETJMP_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2010 Haiku Inc. All Rights Reserved. * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _ARCH_SIGNAL_H_ #ifndef _ARCH_SIGNAL_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2008-2010 Haiku Inc. All Rights Reserved. * Copyright 2008-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _ARCH_SETJMP_H_ #ifndef _ARCH_SETJMP_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2008-2010 Haiku Inc. All Rights Reserved. * Copyright 2008-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _ARCH_SIGNAL_H_ #ifndef _ARCH_SIGNAL_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2005-2010 Haiku Inc. All Rights Reserved. * Copyright 2005-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _ARCH_SETJMP_H_ #ifndef _ARCH_SETJMP_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2010 Haiku Inc. All Rights Reserved. * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _ARCH_SIGNAL_H_ #ifndef _ARCH_SIGNAL_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2005-2010 Haiku Inc. All Rights Reserved. * Copyright 2005-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _ARCH_SETJMP_H_ #ifndef _ARCH_SETJMP_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2010 Haiku Inc. All Rights Reserved. * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _ARCH_SIGNAL_H_ #ifndef _ARCH_SIGNAL_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2005-2010 Haiku Inc. All Rights Reserved. * Copyright 2005-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _ARCH_SETJMP_H_ #ifndef _ARCH_SETJMP_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2010 Haiku Inc. All Rights Reserved. * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _ARCH_SIGNAL_H_ #ifndef _ARCH_SIGNAL_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2009-2010 Haiku Inc. All Rights Reserved. * Copyright 2009-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _INET_H_ #ifndef _INET_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2006-2010 Haiku Inc. All Rights Reserved. * Copyright 2006-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2004-2010 Haiku Inc. All Rights Reserved. * Copyright 2004-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _ASSERT_H_ #ifndef _ASSERT_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2005-2010 Haiku Inc. All Rights Reserved. * Copyright 2005-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2010 Haiku Inc. All Rights Reserved. * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _COMPAT_SYS_STAT_H_ #ifndef _COMPAT_SYS_STAT_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2003-2010 Haiku Inc. All Rights Reserved. * Copyright 2003-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _CTYPE_H #ifndef _CTYPE_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2010 Haiku Inc. All Rights Reserved. * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _DIRENT_H #ifndef _DIRENT_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2010 Haiku Inc. All Rights Reserved. * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _DIV_T_H_ #ifndef _DIV_T_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2003-2010 Haiku Inc. All Rights Reserved. * Copyright 2003-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _DLFCN_H #ifndef _DLFCN_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2003-2010 Haiku Inc. All rights reserved. * Copyright 2003-2012 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _ENDIAN_H_ #ifndef _ENDIAN_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2010 Haiku Inc. All Rights Reserved. * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _POSIX_ERRNO_H #ifndef _POSIX_ERRNO_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2010 Haiku Inc. All Rights Reserved. * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _FCNTL_H #ifndef _FCNTL_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2004-2010 Haiku Inc. All Rights Reserved. * Copyright 2004-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _GETOPT_H #ifndef _GETOPT_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2004-2010 Haiku Inc. All Rights Reserved. * Copyright 2004-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _GRP_H_ #ifndef _GRP_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2010 Haiku Inc. All rights reserved. * Copyright 2002-2012 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _INTTYPES_H_ #ifndef _INTTYPES_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2008-2010 Haiku Inc. All Rights Reserved. * Copyright 2008-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _IOVEC_H #ifndef _IOVEC_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2010 Haiku Inc. All Rights Reserved. * Copyright 2010-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _LANGINFO_H_ #ifndef _LANGINFO_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2009-2010 Haiku Inc. All Rights Reserved. * Copyright 2009-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _LIBGEN_H #ifndef _LIBGEN_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2001-2012 Haiku Inc. All rights reserved. * Copyright 2001-2012 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _LIBC_LIMITS_H_ #ifndef _LIBC_LIMITS_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2010 Haiku Inc. All Rights Reserved. * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _LOCALE_H_ #ifndef _LOCALE_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2010 Haiku Inc. All Rights Reserved. * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _MALLOC_H #ifndef _MALLOC_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2010 Haiku Inc. All Rights Reserved. * Copyright 2010-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef MALLOC_DEBUG_H #ifndef MALLOC_DEBUG_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2001-2010 Haiku Inc. All Rights Reserved. * Copyright 2001-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _MATH_H_ #ifndef _MATH_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2005-2010 Haiku Inc. All Rights Reserved. * Copyright 2005-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2010 Haiku Inc. All Rights Reserved. * Copyright 2010-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _MONETARY_H_ #ifndef _MONETARY_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2006-2010 Haiku Inc. All Rights Reserved. * Copyright 2006-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _NET_IF_H #ifndef _NET_IF_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2006-2010 Haiku Inc. All Rights Reserved. * Copyright 2006-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _NET_IF_DL_H #ifndef _NET_IF_DL_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2007-2010 Haiku Inc. All Rights Reserved. * Copyright 2007-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _NET_IF_MEDIA_H #ifndef _NET_IF_MEDIA_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2006-2010 Haiku Inc. All Rights Reserved. * Copyright 2006-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _NET_IF_TYPES_H #ifndef _NET_IF_TYPES_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2006-2010 Haiku Inc. All Rights Reserved. * Copyright 2006-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _NET_ROUTE_H #ifndef _NET_ROUTE_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2010 Haiku Inc. All Rights Reserved. * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2010 Haiku Inc. All Rights Reserved. * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _NETINET_IN_H_ #ifndef _NETINET_IN_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2006-2010 Haiku Inc. All Rights Reserved. * Copyright 2006-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef NETINET_TCP_H #ifndef NETINET_TCP_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2006-2010 Haiku Inc. All Rights Reserved. * Copyright 2006-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _NETINET6_IN6_H_ #ifndef _NETINET6_IN6_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2010 Haiku Inc. All Rights Reserved. * Copyright 2010-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _NL_TYPES_H_ #ifndef _NL_TYPES_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2008 Haiku Inc. All Rights Reserved. * Copyright 2008-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _NULL_H #ifndef _NULL_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2010 Haiku Inc. All Rights Reserved. * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _POLL_H #ifndef _POLL_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2010 Haiku Inc. All Rights Reserved. * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _PWD_H_ #ifndef _PWD_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2009-2010 Haiku Inc. All Rights Reserved. * Copyright 2009-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2008-2010 Haiku Inc. All rights reserved. * Copyright 2008-2012 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT license. * Distributed under the terms of the MIT license.
*/ */
#ifndef _SCHED_H_ #ifndef _SCHED_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2008-2010 Haiku Inc. All Rights Reserved. * Copyright 2008-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _SEARCH_H_ #ifndef _SEARCH_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2008-2010 Haiku Inc. * Copyright 2008-2012 Haiku, Inc.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _SEMAPHORE_H_ #ifndef _SEMAPHORE_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2004-2010 Haiku Inc. * Copyright 2004-2012 Haiku, Inc.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _SETJMP_H_ #ifndef _SETJMP_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2008-2010 Haiku Inc. All Rights Reserved. * Copyright 2008-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _SHADOW_H_ #ifndef _SHADOW_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2008-2010 Haiku Inc. All Rights Reserved. * Copyright 2008-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _SIZE_T_H_ #ifndef _SIZE_T_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2003-2010 Haiku Inc. All Rights Reserved. * Copyright 2003-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _STDINT_H_ #ifndef _STDINT_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2004-2010 Haiku Inc. All Rights Reserved. * Copyright 2004-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _STDIO_H_ #ifndef _STDIO_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2008-2010 Haiku Inc. All Rights Reserved. * Copyright 2008-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _STDIO_EXT_H_ #ifndef _STDIO_EXT_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2003-2010 Haiku Inc. All Rights Reserved. * Copyright 2003-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _STDIO_POST_H_ #ifndef _STDIO_POST_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2003-2010 Haiku Inc. All Rights Reserved. * Copyright 2003-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _STDIO_PRE_H_ #ifndef _STDIO_PRE_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2011 Haiku Inc. All Rights Reserved. * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _STDLIB_H_ #ifndef _STDLIB_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2004-2010 Haiku Inc. All Rights Reserved. * Copyright 2004-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _STRING_H_ #ifndef _STRING_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2008-2010 Haiku Inc. All Rights Reserved. * Copyright 2008-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _SYS_FILE_H #ifndef _SYS_FILE_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2006-2010 Haiku Inc. All Rights Reserved. * Copyright 2006-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _SYS_IOCTL_H #ifndef _SYS_IOCTL_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2008-2010 Haiku Inc. All Rights Reserved. * Copyright 2008-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _SYS_IPC_H #ifndef _SYS_IPC_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2008-2010 Haiku Inc. All Rights Reserved. * Copyright 2008-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _SYS_MMAN_H #ifndef _SYS_MMAN_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2008-2010 Haiku Inc. All Rights Reserved. * Copyright 2008-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _SYS_MSG_H #ifndef _SYS_MSG_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2010 Haiku Inc. All Rights Reserved. * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _SYS_PARAM_H #ifndef _SYS_PARAM_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2008-2010 Haiku Inc. All Rights Reserved. * Copyright 2008-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _SYS_POLL_H #ifndef _SYS_POLL_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2003-2010 Haiku Inc. All Rights Reserved. * Copyright 2003-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _SYS_RESOURCE_H #ifndef _SYS_RESOURCE_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2010 Haiku Inc. All Rights Reserved. * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _SYS_SELECT_H #ifndef _SYS_SELECT_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2008-2010 Haiku Inc. All Rights Reserved. * Copyright 2008-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _SYS_SEM_H #ifndef _SYS_SEM_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2010 Haiku Inc. All Rights Reserved. * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _SYS_SOCKET_H #ifndef _SYS_SOCKET_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2010 Haiku Inc. All Rights Reserved. * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _SYS_SOCKIO_H #ifndef _SYS_SOCKIO_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2010 Haiku Inc. All Rights Reserved. * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _SYS_STAT_H_ #ifndef _SYS_STAT_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2005-2010 Haiku Inc. All Rights Reserved. * Copyright 2005-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _STAT_VFS_H_ #ifndef _STAT_VFS_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2010 Haiku Inc. All Rights Reserved. * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _SYS_TIME_H #ifndef _SYS_TIME_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2010 Haiku Inc. All Rights Reserved. * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _SYS_TIMEB_H #ifndef _SYS_TIMEB_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2010 Haiku Inc. All Rights Reserved. * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _SYS_TIMES_H #ifndef _SYS_TIMES_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2010 Haiku Inc. All Rights Reserved. * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _SYS_TYPES_H #ifndef _SYS_TYPES_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2010 Haiku Inc. All Rights Reserved. * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _SYS_UIO_H #ifndef _SYS_UIO_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2006-2010 Haiku Inc. All Rights Reserved. * Copyright 2006-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _SYS_UN_H #ifndef _SYS_UN_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2004-2010 Haiku Inc. All Rights Reserved. * Copyright 2004-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _SYS_UTSNAME_H #ifndef _SYS_UTSNAME_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2003-2010 Haiku Inc. All Rights Reserved. * Copyright 2003-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _SYSLOG_H_ #ifndef _SYSLOG_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2004-2010 Haiku Inc. All Rights Reserved. * Copyright 2004-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _TERMIOS_H_ #ifndef _TERMIOS_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2010 Haiku Inc. All Rights Reserved. * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _UTIME_H_ #ifndef _UTIME_H_
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2008-2011 Haiku Inc. All Rights Reserved. * Copyright 2008-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _WCHAR_H #ifndef _WCHAR_H
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2008-2010 Haiku Inc. All Rights Reserved. * Copyright 2008-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2005-2011 Haiku Inc. All Rights Reserved. * Copyright 2005-2012 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _WCTYPE_H_ #ifndef _WCTYPE_H_
+2 -2
View File
@@ -385,9 +385,8 @@ protected:
virtual void DoLayout(); virtual void DoLayout();
private: private:
void _Init(bool showHorizontalScrollbar); void _Init();
void _GetChildViewRects(const BRect& bounds, void _GetChildViewRects(const BRect& bounds,
bool showHorizontalScrollBar,
BRect& titleRect, BRect& outlineRect, BRect& titleRect, BRect& outlineRect,
BRect& vScrollBarRect, BRect& vScrollBarRect,
BRect& hScrollBarRect); BRect& hScrollBarRect);
@@ -404,6 +403,7 @@ private:
bool fSortingEnabled; bool fSortingEnabled;
float fLatchWidth; float fLatchWidth;
border_style fBorderStyle; border_style fBorderStyle;
bool fShowingHorizontalScrollBar;
}; };
#endif // _COLUMN_LIST_VIEW_H #endif // _COLUMN_LIST_VIEW_H
+53
View File
@@ -0,0 +1,53 @@
/*
* Copyright 2007-2012, Ingo Weinhold, [email protected].
* Distributed under the terms of the MIT License.
*/
#ifndef _ARGUMENT_VECTOR_H
#define _ARGUMENT_VECTOR_H
#include <SupportDefs.h>
namespace BPrivate {
class ArgumentVector {
public:
enum ParseError {
NO_ERROR,
NO_MEMORY,
UNTERMINATED_QUOTED_STRING,
TRAILING_BACKSPACE
};
public:
ArgumentVector();
~ArgumentVector();
int32 ArgumentCount() const { return fCount; }
const char* const* Arguments() const { return fArguments; }
char** DetachArguments();
// Caller must free() -- it's all one big allocation at the
// returned pointer.
ParseError Parse(const char* commandLine,
const char** _errorLocation = NULL);
private:
struct Parser;
private:
char** fArguments;
int32 fCount;
};
} // namespace BPrivate
using BPrivate::ArgumentVector;
#endif // _ARGUMENT_VECTOR_H
@@ -4,10 +4,16 @@
* *
* Copyright (c) 2003 by Siarzhuk Zharski <[email protected]> * Copyright (c) 2003 by Siarzhuk Zharski <[email protected]>
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*
* Authors:
* Alexander von Gluck IV, [email protected]
*/ */
#include "FTDI.h" #include "FTDI.h"
#include "FTDIRegs.h" #include "FTDIRegs.h"
FTDIDevice::FTDIDevice(usb_device device, uint16 vendorID, uint16 productID, FTDIDevice::FTDIDevice(usb_device device, uint16 vendorID, uint16 productID,
const char *description) const char *description)
: SerialDevice(device, vendorID, productID, description), : SerialDevice(device, vendorID, productID, description),
@@ -46,7 +52,7 @@ FTDIDevice::AddDevice(const usb_configuration_info *config)
} }
if (pipesSet >= 3) { if (pipesSet >= 3) {
if (ProductID() == PRODUCT_FTDI_8U100AX) if (ProductID() == 0x8372) // AU100AX
fHeaderLength = 1; fHeaderLength = 1;
else else
fHeaderLength = 0; fHeaderLength = 0;
@@ -84,7 +90,8 @@ FTDIDevice::SetLineCoding(usb_cdc_line_coding *lineCoding)
lineCoding->databits); lineCoding->databits);
int32 rate = 0; int32 rate = 0;
if (ProductID() == PRODUCT_FTDI_8U100AX) { if (ProductID() == 0x8372) {
// AU100AX
switch (lineCoding->speed) { switch (lineCoding->speed) {
case 300: rate = ftdi_sio_b300; break; case 300: rate = ftdi_sio_b300; break;
case 600: rate = ftdi_sio_b600; break; case 600: rate = ftdi_sio_b600; break;
@@ -4,16 +4,24 @@
* *
* Copyright (c) 2003 by Siarzhuk Zharski <[email protected]> * Copyright (c) 2003 by Siarzhuk Zharski <[email protected]>
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*
* Authors:
* Alexander von Gluck IV, [email protected]
*/ */
#ifndef _USB_FTDI_H_ #ifndef _USB_FTDI_H_
#define _USB_FTDI_H_ #define _USB_FTDI_H_
#include "SerialDevice.h" #include "SerialDevice.h"
/* supported vendor and product ids */ /* supported vendor and product ids */
#define VENDOR_FTDI 0x0403 #define VENDOR_FTDI 0x0403
#define PRODUCT_FTDI_8U100AX 0x8372
#define PRODUCT_FTDI_8U232AM 0x6001 const usb_serial_device kFTDIDevices[] = {
{VENDOR_FTDI, 0x8372, "FTDI 8U100AX serial converter"},
{VENDOR_FTDI, 0x6001, "FTDI 8U232AM serial converter"}
};
#define FTDI_BUFFER_SIZE 64 #define FTDI_BUFFER_SIZE 64
@@ -40,4 +48,5 @@ private:
uint8 fStatusLSR; uint8 fStatusLSR;
}; };
#endif //_USB_FTDI_H_ #endif //_USB_FTDI_H_
@@ -14,6 +14,7 @@ KernelAddon usb_serial :
ACM.cpp ACM.cpp
FTDI.cpp FTDI.cpp
KLSI.cpp KLSI.cpp
Option.cpp
Prolific.cpp Prolific.cpp
Silicon.cpp Silicon.cpp
; ;

Some files were not shown because too many files have changed in this diff Show More