of the box. This shouldn't be required on trunk as it has been updated there to
work differently.
git-svn-id: file:///srv/svn/repos/haiku/haiku/branches/releases/r1alpha1@33104 a95241bf-73f2-0310-859d-f6bbb57e9c96
Rewrote scsi.h. This should be the last missing header.
git-svn-id: file:///srv/svn/repos/haiku/haiku/branches/releases/r1alpha1@33102 a95241bf-73f2-0310-859d-f6bbb57e9c96
Add ideinfo and idestatus only when building with the IDE stack.
git-svn-id: file:///srv/svn/repos/haiku/haiku/branches/releases/r1alpha1@33083 a95241bf-73f2-0310-859d-f6bbb57e9c96
Force uid and gid to 0 when building the CD. This avoids taking over foreign
user and group ids on build platforms that support them. Fixes #4458.
git-svn-id: file:///srv/svn/repos/haiku/haiku/branches/releases/r1alpha1@33067 a95241bf-73f2-0310-859d-f6bbb57e9c96
* DHCPClient now passes communication problems with NetServer on to caller,
as a result failed DHPC-requests will no longer result in bogus static
configurations (but an auto-config IP-address will be picked instead)
git-svn-id: file:///srv/svn/repos/haiku/haiku/branches/releases/r1alpha1@33064 a95241bf-73f2-0310-859d-f6bbb57e9c96
format in the multi audio add-on and adds a bit of debug output to HDA.
git-svn-id: file:///srv/svn/repos/haiku/haiku/branches/releases/r1alpha1@33063 a95241bf-73f2-0310-859d-f6bbb57e9c96
* Applied patch by Matt to change command/option behaviour to mimic the
American.keymap. This closes ticket #4396.
git-svn-id: file:///srv/svn/repos/haiku/haiku/branches/releases/r1alpha1@33053 a95241bf-73f2-0310-859d-f6bbb57e9c96
r33004 and r33010 as requested by Marcus. I can confirm that at least ATAPI
works on all systems here that it worked on before and at least one problem
with another system I have is fixed (system stalls for a very long time before
continuing to boot if IDE DMA is not disabled).
git-svn-id: file:///srv/svn/repos/haiku/haiku/branches/releases/r1alpha1@33027 a95241bf-73f2-0310-859d-f6bbb57e9c96
supposed to bring the nVidia in sync with trunk, I am going to check and make
sure in a minute.
git-svn-id: file:///srv/svn/repos/haiku/haiku/branches/releases/r1alpha1@33016 a95241bf-73f2-0310-859d-f6bbb57e9c96
* fixed precedence problem in jam rule that caused an if to evaluate to true, no matter
if a cd or an image was being built
git-svn-id: file:///srv/svn/repos/haiku/haiku/branches/releases/r1alpha1@33006 a95241bf-73f2-0310-859d-f6bbb57e9c96
* opendir() is supposed to return ENOTDIR if the given path is not
a directory, we returned EINVAL instead, which caused Perl's internal
glob() implementation to fail prematurely
git-svn-id: file:///srv/svn/repos/haiku/haiku/branches/releases/r1alpha1@33000 a95241bf-73f2-0310-859d-f6bbb57e9c96
(all the CommandPipe and Installer changes).
* Merged changeset r32968 (Haiku Guide).
* Merged changesets r32969, r32983, r32984 and r32992 (OptionalPackages).
* Merged changeset r32995 (Installer links fixes).
* Merged changeset r32996 (unzipping of packages at install time)
* Updated OptionalPackages warnings about packages that still need to be
rebuilt.
git-svn-id: file:///srv/svn/repos/haiku/haiku/branches/releases/r1alpha1@32997 a95241bf-73f2-0310-859d-f6bbb57e9c96
media_server when booting from CD. This allows the media_server to find the
media_addon_server and therefore allows it to work when running in LiveCD mode.
git-svn-id: file:///srv/svn/repos/haiku/haiku/branches/releases/r1alpha1@32917 a95241bf-73f2-0310-859d-f6bbb57e9c96
* Since it's usefulness it at least questionable, I wouldn't mind removing it
from trunk as well -- we can resurrect always it if the need arises.
git-svn-id: file:///srv/svn/repos/haiku/haiku/branches/releases/r1alpha1@32887 a95241bf-73f2-0310-859d-f6bbb57e9c96
media by inserting delays to prevent concurrent disk access. This is of course
quite non-elegant and the delays are hardcoded and do not depend on the hardware
but todays CD-ROM drives have more likely similar speeds than be very different.
And of course this solution on the other hand does solve quite a serious
problem. Especially the time from where the rocket icon lights up (start of
the Bootscript) to where the blue desktop background shows is dramatically
reduced (over four minutes down to half a minute). The net_server start is
delayed until the user has opted for the Live-CD mode. Running the Installer
is now the default choice. Once a more elegant solution is presented, the
Bootscript should be cleaned up again. This is more so that we have something
until the deadline...
git-svn-id: file:///srv/svn/repos/haiku/haiku/branches/releases/r1alpha1@32871 a95241bf-73f2-0310-859d-f6bbb57e9c96