Ingo Weinhold
7c29395824
Add some missing build headers
2013-04-02 17:06:56 +00:00
Ingo Weinhold
dfb5fa8ba3
Add convenience methods BPackageInfo::ReadFromPackageFile()
2013-04-01 23:18:16 +00:00
Ingo Weinhold
df65c3118a
Add BNoErrorOutput to package kit
2013-04-01 23:17:25 +00:00
Ingo Weinhold
0816749e41
package_repo: Removes dependency to package
...
* Move StandardErrorOutput to libpackage and into proper namespace to
avoid "package_repo" having to reuse the "package" source file.
* package_repo: Fix incorrect includes of "package.h".
2013-04-01 23:06:33 +00:00
Ingo Weinhold
479ca8169c
Beginnings of the PackageKit dependency solver
...
Not functional (or tested) yet. The libsolv setup for a somewhat
simplified installation case should be more or less complete, though.
The solution conversion to to-be-created Haiku data structures and the
handling of problems is still missing, though.
2013-04-01 00:25:37 +00:00
Ingo Weinhold
10efbe6c5e
BRepositoryInfo::SetTo(): driver settings unloaded too early
...
The string pointers retrieved from the driver settings are only valid until
the settings handle is freed. The were also used afterwards, though.
2013-03-29 20:09:20 +00:00
Ingo Weinhold
9992342427
package_repo: command_create(): Fix argument count check
2013-03-29 19:44:12 +00:00
Ingo Weinhold
3f986502fd
Rebuilt packages for subversion and its dependencies
2013-03-29 02:09:20 +00:00
Ingo Weinhold
e3926e5669
haiku package info: Fix zlib provides declaration
2013-03-28 13:18:47 +00:00
Ingo Weinhold
a8026c5f57
haiku package info: List zlib in provides
2013-03-28 12:18:21 +00:00
Ingo Weinhold
dd60d4eef6
OptionalPackages: Fix CVS URL
...
Due to a copy'n'paste error the curl package was used. While at it,
use the rebuilt package.
2013-03-28 12:16:41 +00:00
Ingo Weinhold
90692f47f7
Rebuilt packages required for bootstrapping
2013-03-28 00:20:23 +00:00
Ingo Weinhold
7105134201
haiku package info: Add more provided resolvable
...
Also add a compat version to a few.
2013-03-28 00:17:37 +00:00
Ingo Weinhold
4e87ae1bbe
Repackaged xz-utils package
...
It is now declared with architecture x86_gcc2, though it probably
has been built with gcc4. That issue has to be solved for real
eventually, since the package resolver won't allow mixing of gcc2
and gcc4 packages.
2013-03-27 21:17:41 +00:00
Ingo Weinhold
403bb7a568
haiku package info: declare a few provided commands
...
sh, awk, wget, etc. are currently provided by haiku.hpkg. Declare
them accordingly, since they are already referenced by some
HaikuPorts packates. For the generic ones ("sh", "awk") I've used
version 0.0.0 for the time being; we may need to reconsider that.
2013-03-27 19:11:38 +00:00
Ingo Weinhold
c1ef23b188
PackageLinkDirectory::_Update(): Don't unlock after delete
...
When using an AutoLocker on an object, the lock must be released
explicitly before releasing the last certain reference to that object.
2011-11-05 17:20:45 +01:00
Ingo Weinhold
19ae20e67e
Merge branch 'master' into pm-flat
...
Conflicts:
build/jam/HaikuImage
build/jam/OptionalBuildFeatures
build/jam/OptionalPackages
build/jam/UserBuildConfig.sample
data/bin/installoptionalpackage
src/apps/deskbar/DeskbarMenu.cpp
src/servers/debug/DebugServer.cpp
src/system/kernel/fs/vfs.cpp
2011-11-05 17:00:01 +01:00
Adrien Destugues
dd58fc68f4
Remove this as it moved away.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43167 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-03 16:34:18 +00:00
Rene Gollent
85c30aeccb
Remove extraneous code with respect to telling a menu to close which was
...
breaking various cases where menus coexisted in a window with a view which
was using event masks:
- If one invoked the menu via, e.g. a BMenuField, and then tried to choose
an item on it, the mouse down would get captured, the menu would be
closed, and the mouse event would be thrown away without ever reaching
the event mask view.
- Furthermore, since the menu was told to terminate early, it would decide
that the user hadn't actually chosen that item (the escape key case),
and never actually invoke it.
Fixes the menu fields in the mouse preflet being broken.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43166 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-03 16:10:21 +00:00
Ingo Weinhold
bd291de302
Remove yasm check. Looks like I had accidentally (?) disabled the
...
version already.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43165 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-03 14:27:39 +00:00
Adrien Destugues
ba5e652d79
Set of patches by Pete Goodeve to imrpove the handling of audio latency.
...
Closes #7285 .
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43164 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-03 14:26:03 +00:00
Ingo Weinhold
530590d3b9
* Document that the haikuRequiredLegacyGCCVersion variable is
...
influencing this script.
* If haikuRequiredLegacyGCCVersion has not been specified, assume that
the script was called manually and just use the version string from
the gcc sources.
* Make error output a bit more consistent.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43163 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-03 14:22:31 +00:00
Rene Gollent
360504239c
Cleanup, no functional change.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43162 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-03 14:18:20 +00:00
Adrien Destugues
7034a82597
Use a tabview instead of an iconrule (without icons) in the notification preflet.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43161 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-03 13:41:23 +00:00
Rene Gollent
08f7f5744a
Factor out _StartTeamDebugger() so it can be shared between the GUI and
...
CLI initialization.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43160 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-03 13:20:11 +00:00
Adrien Destugues
e9834f35e7
* revert '43157 as the files are actually needed. I still don't understand how I managed to build everything without them ...
...
* Move the files shared between server and preflet to the server folder.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43159 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-03 12:49:18 +00:00
Rene Gollent
192c6f9689
Add command line argument to specify usage of the CLI rather than the GUI.
...
Not used yet.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43158 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-03 12:21:06 +00:00
Adrien Destugues
8f1b66b114
Turns out the "notification kit" was not actually used anywhere. So, remove it.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43157 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-03 12:18:19 +00:00
Rene Gollent
20616c59c1
Add stubs for the eventual command line interface.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43156 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-03 10:42:56 +00:00
Rene Gollent
787740e0f9
Save and restore the inspector window's frame + mode settings.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43155 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-03 10:42:05 +00:00
Rene Gollent
548716773f
Add convenience method for accessing the underlying value store.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43154 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-03 10:40:40 +00:00
Adrien Destugues
5950ebf682
"app" option to notify is renamed to "group" in new Haiku versions.
...
Note the ssh-keygen script also needs to be updated.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43153 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-03 09:40:51 +00:00
Siarzhuk Zharski
f3f68b1f92
* Multicast support added;
...
* STATISTICS switched off to prevent trashing syslog.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43152 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-03 05:30:51 +00:00
Alexander von Gluck IV
be8c82d459
* disable the beceem wimax driver, it was enabled to
...
get caught in the last scan.
* the driver hardware communication works, but the
networking bit isn't done so it's kind of pointless.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43151 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-03 03:13:11 +00:00
François Revol
a4b79a647b
Allow up to 2MB for the kernel, since it's already over 1MB.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43150 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-03 02:48:33 +00:00
François Revol
e88ace8082
Leave a bit more room for the boot drivers tgz archive, but sadly it's not enough.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43149 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-03 02:42:27 +00:00
François Revol
983b0dfa95
Fix building libroot on m68k.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43148 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-03 02:41:14 +00:00
François Revol
450297cbd1
Build fix.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43147 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-03 01:13:09 +00:00
François Revol
b29bbc9a80
Fix the bootloader build for m68k.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43146 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-03 01:09:49 +00:00
François Revol
f239fdf6b8
Some more 68k mmu definitions I forgot to commit.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43145 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-03 01:05:54 +00:00
Axel Dörfler
51b5d92eda
* ArgumentList now inherits from BObjectList instead of aggregating it.
...
* Fixed BString::ICompare() checks.
* Minor other improvements.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43144 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-02 23:15:07 +00:00
Matt Madia
9718a172b0
fixed typo.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43143 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-02 23:07:53 +00:00
Matt Madia
d49590ae84
fixed some typos. Added the user guide translation site.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43142 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-02 23:03:13 +00:00
Axel Dörfler
214853702f
* Put ServerConnection into the BPrivate namespace as it should have been.
...
* Fixed completely broken error reporting; Write()/Read() will now return the
proper error code (and ssize_t instead of int32).
* Reimplemented WaitForData() using poll() which is more efficient.
* Now uses BNetworkAddress to resolve the server address which also should now
work with IPv6.
* Removed some unused headers.
* Minor coding style cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43141 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-02 22:56:50 +00:00
François Revol
afa453ee2a
Make the page table types scalar, to make them simpler to use with atomic ops, and define the corresponding bitmasks.
...
While structs looked cleaner at first sight, it didn't really was any simpler.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43140 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-02 22:56:20 +00:00
Rene Gollent
6c59d52b62
Rework _Save/LoadSplitSettings() to generally work for split views with any number of splits.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43139 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-02 22:45:07 +00:00
Rene Gollent
0d973a90bc
Add CountItems() convenience function to BSplitView.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43138 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-02 22:41:55 +00:00
Rene Gollent
c1f96856b7
Cleanup, no functional change.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43137 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-02 22:07:20 +00:00
Ingo Weinhold
951c43ff21
Allocate VMKernelAddressRange and VMKernelArea in their own object
...
caches to reduce slab area fragmentation.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43136 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-02 22:04:37 +00:00
Rene Gollent
6877edf850
Also save/restore the image and thread splitters.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43135 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-02 21:54:46 +00:00