46973 Commits

Author SHA1 Message Date
Jérôme Duval
343751a96c pci: takes into account the 64bit address type
* when the 64bit address type is used, it means a BAR takes the size of two.
For the moment we just set the next base_registers to the high address
and skip to the next valid BAR. The struct is now zeroed on creation.
* the pci device information is more correct now, though it would be easier
to have BAR address and size with a 64bit types in the struct pci_info.
hrev45772
2013-06-19 21:04:36 +02:00
Ingo Weinhold
2551c12bec Update wonderbrush package 2013-06-19 05:07:27 +02:00
Jérôme Duval
e2a87acacd pci: for io address use the corresponding mask for flags. hrev45771 2013-06-18 18:39:25 +02:00
Jérôme Duval
786a38f555 scsi: typo adapaters=>adapters 2013-06-18 18:39:25 +02:00
Ingo Weinhold
b6163fd2ae Update openssh package 2013-06-18 11:57:29 +02:00
Ingo Weinhold
01293f6a5d OptionalPackages: fix syntax errors 2013-06-18 11:40:12 +02:00
Ingo Weinhold
56c3ef1d73 Disable xz-utils optional package for gcc 2 2013-06-18 11:32:23 +02:00
Ingo Weinhold
7f453e3b5f Update packages vision, wpa_supplicant, wqy_microhei, yasm 2013-06-18 11:29:00 +02:00
Ingo Weinhold
e31d588184 Update several packages
* neon
* openssh
* p7zip
* pe
* subversion
* tar
* timgmsoundfont
* wonderbrush
2013-06-18 05:06:54 +02:00
Ingo Weinhold
676cc5aafe Update packages mercurial, mkdepend 2013-06-17 21:22:28 +02:00
Ingo Weinhold
98c399b8c8 Update packages keymapswitcher, libedit, libxml2, libpcre 2013-06-17 21:06:31 +02:00
Ingo Weinhold
0ac19e7d42 Update several packages
* bzip2
* ca_root_certificates
* cdrtools
* cmake
* ctags
* curl
* cvs
* doxygen
* freetype
* git
* groff
* libsolv
* man
* nano
* readline
* sqlite
* python
2013-06-17 19:18:05 +02:00
Alexander von Gluck IV
cf671c0cf8 Route: Redesign command output
* Route flags now single characters to save
  space.
* Align addresses to columns based on maximum
  size of family address. We can easily pre-loop
  over routes at a future date and choose
  the smallest address width if needed.
* Moved interface device to last column as width
  can vary a lot.
hrev45770
2013-06-16 12:54:23 -05:00
Alexander von Gluck IV
47f91726cd Route: Group together printer families.
* Only check th family of the first incoming
  route entry as the list_routes function is
  called with the family pre-determined on
  the socket.
2013-06-16 12:04:58 -05:00
Rene Gollent
0c2d190d67 Fix incorrect handling when starting new teams.
When building the launch string for starting a new team via the GUI,
enclose the executable path in quotes to ensure paths with spaces are
handled properly.
hrev45769
2013-06-16 11:09:57 -04:00
Stephan Aßmus
b4c8efacea WebPositive: Removed wrong license text from all files ...
... which were technically never distributed by Apple nor
 are derived from code distributed by Apple. Only BrowserApp
 and BrowserWindow were originally derived from code that used
 to be part of WebKit and was distributed by Apple.
hrev45768
2013-06-16 14:21:10 +02:00
Stephan Aßmus
9d33da6ca4 WebPositive: Fixed untranslated empty tab region tool-tip. hrev45767 2013-06-16 14:14:23 +02:00
Stephan Aßmus
2fd5f1736a WebPositive: Now that it lives in the tree, get rid of the copied shared code. hrev45766 2013-06-16 14:06:16 +02:00
Ingo Weinhold
8d1a9545a9 Update apr[_util], be_book, bepdf, jam packages 2013-06-16 03:54:50 +02:00
Stephan Aßmus
3d319aec26 WebPositive - TabManager - fixed off by one error in seemingly unused code. hrev45765 2013-06-15 23:52:36 +02:00
Ingo Weinhold
46792e5997 Update basic development packages 2013-06-15 23:03:59 +02:00
Rene Gollent
607d59a103 ExceptionConfigWindow: detect current exception status...
...on startup by seeing if the breakpoints for the exception functions
are already installed or not.
hrev45764
2013-06-15 14:51:19 -04:00
Rene Gollent
7287380095 BreakpointListView/SourceView: ignore hidden breakpoints. 2013-06-15 14:51:19 -04:00
Rene Gollent
468c8dfab7 Extend UserInterfaceListener to allow marking...
...breakpoints as hidden. Adjust TeamDebugger accordingly.
2013-06-15 14:51:18 -04:00
Rene Gollent
b9461dc8cd Add hidden attribute to UserBreakpoint.
Marks a breakpoint as one that should not be exposed in the UI's normal
breakpoint management interface. Adjust settings management to
preserve/restore appropriately.
2013-06-15 14:51:17 -04:00
Rene Gollent
41bf99064c Implement throw exception breakpoints.
The exception thrown checkbox now tries to set/clear breakpoints for
gcc2/4's respective exception throwing functions. Some tweaking still
needs to be done in order that these aren't visible in the breakpoints
list like normal user set breakpoints.
2013-06-15 14:51:16 -04:00
Rene Gollent
944297b82b Add hooks for actually showing/managing exception config window. 2013-06-15 14:51:16 -04:00
Rene Gollent
f4d95e0e19 Slightly rearrange BreakpointsView.
Line up the buttons along the bottom rather than the side.
Add button to invoke exception configuration window.
2013-06-15 14:51:15 -04:00
Rene Gollent
55fc8da143 Initial implementation of exception configuration window.
Doesn't actually take any actions yet, just presents a UI.
2013-06-15 14:51:14 -04:00
Jérôme Duval
6121ae660c device_manager: init DMAResource::fScratchVecs. hrev45763 2013-06-15 16:26:50 +02:00
Jérôme Duval
fc68c4cb59 scsi: fixed header guard comment in wrapper.h 2013-06-15 16:26:48 +02:00
Jérôme Duval
e01b1808b3 ahci: fixed typo and narrowing conversion warning.
* completition -> completion.
2013-06-15 16:26:47 +02:00
Alexander von Gluck IV
24110ddab5 Route: Don't call null function pointers
* Regression from hrev38233 (2010 baby!)
* If no netmask, don't print anything
  vs showing uninitialized data.
* Introduce "worst case address length"
  information per network family.
* Fixes #9821
hrev45762
2013-06-15 01:24:15 -05:00
Niels Sascha Reedijk
819b397354 Update translations from Pootle hrev45761 2013-06-15 06:13:20 +02:00
Jerome Duval
b97ad33697 StyledEdit: fixed statistics words count.
* Bug #9822 and actual fix suggested by DanielW.
hrev45760
2013-06-14 20:42:11 +02:00
Oliver Tappe
49f8422a0d Remove whole sys-include folder when cross-compiler has been built.
* at least for gcc2, we used to leave the 'os' subfolder in there,
  which may have caused problems when Haiku's headers have changed
  since the last time the compiler was built.
(cherry picked from commit 92bb2fb33e2d0f4aa766be095057fe63ff17bc8e)
2013-06-14 19:31:20 +02:00
Oliver Tappe
de2188e964 Fix #7824: failure to build a cross-compiler on Haiku.
* force creation of a cross-compiler for both gcc2 and gcc4 when
  building on Haiku (by suffixing the build and host machine with
  '_buildhost')
(cherry picked from commit df69e209bbacd07fdfea9d9efcfc8e1c0dfedaa0)

Conflicts:
	build/scripts/build_cross_tools_gcc4
2013-06-14 19:30:55 +02:00
Oliver Tappe
92bb2fb33e Remove whole sys-include folder when cross-compiler has been built.
* at least for gcc2, we used to leave the 'os' subfolder in there,
  which may have caused problems when Haiku's headers have changed
  since the last time the compiler was built.
hrev45759
2013-06-14 16:07:06 +02:00
Oliver Tappe
df69e209bb Fix #7824: failure to build a cross-compiler on Haiku.
* force creation of a cross-compiler for both gcc2 and gcc4 when
  building on Haiku (by suffixing the build and host machine with
  '_buildhost')
2013-06-14 16:04:26 +02:00
Ingo Weinhold
12629b106e Update expat package 2013-06-14 00:48:13 +02:00
Ingo Weinhold
a20eb7f497 Update libsolv package
Also make use of new build feature rules.
2013-06-14 00:48:12 +02:00
Ingo Weinhold
1d14716b9f Some renaming of zlib related jam variables 2013-06-14 00:48:12 +02:00
Ingo Weinhold
e4bd005daf Update jpeg package
* Also make use of new build feature rules.
* Since the hacky long_jump_buffer field has been removed from the
  jpeg_error_mgr struct in the new package, the structure is now
  wrapped in the JPEGTranslator code to achieve the same behavior.
2013-06-14 00:48:11 +02:00
Ingo Weinhold
e9f440fdfd Update libpng package
Also make use of new build feature rules
2013-06-14 00:48:11 +02:00
Ingo Weinhold
29f8805f6c Update freetype package
Also use the new build feature rules
2013-06-14 00:48:10 +02:00
Ingo Weinhold
e2c74e414c Remove unused MikMod build feature 2013-06-14 00:48:09 +02:00
Ingo Weinhold
14d5e307b4 Update ffmpeg package and its requirements
Also make use of new build feature rules.
2013-06-14 00:48:09 +02:00
Ingo Weinhold
e97e4b74a0 Update glu and mesa package
Also use the new build feature rules.
2013-06-14 00:48:08 +02:00
Alexander von Gluck IV
9454a953cc PowerPC: Expand compatible platforms
* MacRISC3 and 4 are for newer PowerPC systems
hrev45758
2013-06-13 14:03:49 -05:00
John Scipione
8fc951cebb BFont docs: Clarify escapement_delta language.
Make it clear that the values provided by the escapement_delta struct are an
input to App Server which allows the user to specify extra horizontal space around each character and is not an output provided by App Server.
hrev45757
2013-06-13 14:35:03 -04:00