45138 Commits

Author SHA1 Message Date
Jerome Duval
4f5a4183de freebsd network compat layer: a mutex type is actually a bitmap
* should fix #9368
hrev45146
2013-01-10 23:03:56 +01:00
Jerome Duval
af5a895fa4 ralinkwifi: takes rt2860 into account, untested
* remove ralink2860 driver
* added firmware for RT2860, get it onto the image
* added interrupt handler case for rt2860 devices.
hrev45145
2013-01-10 21:40:49 +01:00
Siarzhuk Zharski
c7e76f70bc Support x86_64 platform in makefile-engine hrev45144 2013-01-09 21:51:44 +01:00
Siarzhuk Zharski
c7087c9183 Implement "be:caret_position" document file attribute.
* Use "be:caret_position"document file attribute instead of
  "be:line" and "be:selection_{length|offset}" file attributes;
* Fixed code style violations. Thanks to Axel for pointing it out!
2013-01-09 21:51:33 +01:00
Adrien Destugues
2b67e9a3a7 Merge changes from Fonzoterm :
- Report the terminal as xterm-color instead of just xterm, since we handle that fine.
 - Tweak the SGR handler a bit to use bright rather than bold in some cases
 - Change the color palette so the result is still readable (white on white doesn't work so well) with the default colorscheme.
hrev45143
2013-01-09 19:56:26 +01:00
Pawel Dziepak
9c1d983eab nfs4: Avoid using empty string for RootInode name 2013-01-08 23:57:24 +01:00
Pawel Dziepak
2d96a2b303 nfs4: Minor improvements to memory deallocation in few places 2013-01-08 23:57:14 +01:00
Pawel Dziepak
9f12d1353a nfs4: Prevent OpenState::_ReclaimLocks from being called recursively
When server reboots again when share reservations or locks are being
reclaimed there is a risk that HandleErrors will invoke Reclaim(( again
making it crash due to some double locks and more importantly making
these two attempts to reclaim resources conflict and cause some much harder
to recover from server errors.

Instead all that, when server is rebooted again while recovering from previous
reboot the recovery is aborted, the client retries its original request and
then proper recovery occurs completly on a new server instance.
2013-01-08 23:10:56 +01:00
Jérôme Duval
713f1b8c05 added rdc driver based on vte FreeBSD driver
* built as is.
* untested, some interrupt handler changes might be needed.
hrev45142
2013-01-08 22:45:31 +01:00
Jerome Duval
d997b26243 ipro1000: Haiku changes to have it compiled again.
* a lot of gcc2 specific changes...
2013-01-08 22:45:31 +01:00
Jérôme Duval
648db7333e Update FreeBSD network drivers with the 9.1 release 2013-01-08 22:45:30 +01:00
Pawel Dziepak
bd19f23cec nfs4: Fix connection recovery code 2013-01-08 20:07:56 +01:00
Pawel Dziepak
fea92e7bb3 nfs4: Save open mode in case of open reclaimation 2013-01-08 18:57:14 +01:00
Pawel Dziepak
d710e73de5 nfs4: Indentation fixes 2013-01-08 05:54:42 +01:00
Pawel Dziepak
b8982d12b7 nfs4: Do not increment open owner sequence number when reusing lock owner 2013-01-08 05:52:12 +01:00
Pawel Dziepak
e4cd963ff1 nfs4: Use default request timeout if FileSystem not given 2013-01-08 05:48:08 +01:00
Alexander von Gluck IV
82ee340110 virtualmemory: Fix wording of auto swap management
* Fixes #9136
* Setting this also assumes the boot partition.
* "Automatic swap management" is more generalized
hrev45141
2013-01-07 23:54:22 +00:00
Stefano Ceccherini
e4a05be459 Use close_module_list() to free the list.
There are a pair of Coverity CIDs for these two.
hrev45140
2013-01-07 21:17:52 +01:00
Dancsó Róbert
fc11b68310 Corrected system name translation.
Signed-off-by: Humdinger <humdingerb@gmail.com>
hrev45139
2013-01-07 19:47:04 +01:00
Humdinger
6dc9cf7480 Forgot the signature change in Chart's Jamfile... hrev45138 2013-01-07 17:54:06 +01:00
Dancsó Róbert
7ca7486f06 Corrected system name translation.
Signed-off-by: Humdinger <humdingerb@gmail.com>
hrev45137
2013-01-07 17:45:42 +01:00
Dancsó Róbert
0556919cd7 Corrected system name translation.
Signed-off-by: Humdinger <humdingerb@gmail.com>
2013-01-07 17:45:30 +01:00
Humdinger
41b920bce2 Reordered includes, removed unneeded comment hrev45136 2013-01-07 11:32:34 +01:00
Humdinger
f92bcd1938 Sentence casing, improved alert text, buttons, ESC shortcut 2013-01-07 11:21:37 +01:00
Dancsó Róbert
7c17855919 Added localization support for Playground app.
Signed-off-by: Humdinger <humdingerb@gmail.com>
2013-01-07 11:05:23 +01:00
Alexander von Gluck IV
042344329e radeon_hd: Improve displayport support
* Modified patch submitted by Bill Randle.
* DisplayPort aux communications now working.
* DP Link Training still not functioning properly.
* The DP edid data isn't used yet as we still use
  the vesa edid during the mode setting.
hrev45135
2013-01-06 20:25:41 -06:00
Humdinger
45f77dcd70 Renamed Tracker option "Don't move files to Trash" (#9352)
Renamed that option as it is the only negatively phrased to
"Move deleted files to Trash first" and also the option below
that to "Ask before deleting for good".
Also renamed every function name etc. in that regard and also
settings string of the Tracker settings file.
hrev45134
2013-01-06 20:04:07 +01:00
Michal Siwek
c0bc9998d1 Add MIME type for XAR archives (GCI work) hrev45133 2013-01-06 17:48:38 +01:00
Rene Gollent
dcce0a030b Adapt x86-64 to also use udis86-based instruction analysis. hrev45132 2013-01-06 11:43:41 -05:00
Rene Gollent
59fcd81013 Return an error if no frames were created. 2013-01-06 11:42:58 -05:00
Jerome Duval
89deb8f273 Flurry screensaver: fix signature for consistency with others hrev45131 2013-01-05 15:58:34 +01:00
Niels Sascha Reedijk
b215515c15 Update translations from Pootle hrev45130 2013-01-05 07:35:01 +01:00
Pawel Dziepak
ad1a84af93 nfs4: Make request time limit adjustable 2013-01-04 22:39:40 +01:00
Pawel Dziepak
dadd844f36 nfs4: Multiple style fixes 2013-01-04 22:25:21 +01:00
Pawel Dziepak
4d12040737 nfs4: Remove CacheRevalidator
There is no point in periodically revalidating all existing directory caches.
Directory snapshot can be revalidated when readdir is invoked.
2013-01-04 20:05:15 +01:00
Sergei Reznikov
7f4d1af49d Compilation fixes for x86_64.
Added quite a few missing components to image:

alert arp bc CortexAddOnHost

CDPlayer CharacterMap DeskCalc
Devices DiskUsage Expander LaunchBox MediaConverter NetworkStatus
PoorMan Pulse Screenshot ShowImage SoundRecorder TV Workspaces

DataTranslations Media Printers ScreenSaver

BSnow Cortex FontDemo OverlayImage Pairs

cddb_daemon midi_server power_daemon print_server print_addon_server

Canon LIPS3 Compatible Canon LIPS4 Compatible Gutenprint
PCL5 Compatible PCL6 Compatible PDF Writer PS Compatible

libgame.so libmedia.so

Signed-off-by: Alex Smith <alex@alex-smith.me.uk>
hrev45129
2013-01-04 18:45:22 +00:00
Pawel Dziepak
332621d196 nfs4: Use DoublyLinkedList instead of custom FileSystem list implementation 2013-01-04 16:03:36 +01:00
Matt Madia
f5d95ad616 Ensure the cross-tool's strip command is passed via HaikuCD. hrev45128 2013-01-04 13:13:25 +00:00
Matt Madia
35f3908149 Use strip provided by the cross-tools.
This allows a 32-bit host to successfully build x86_64.
hrev45127
2013-01-04 12:42:26 +00:00
Stefano Ceccherini
7845676a3e Merge branch 'master' of ssh://git.haiku-os.org/haiku hrev45126 2013-01-04 00:07:38 +01:00
Stefano Ceccherini
7e75e564f8 Use av_alloc_put_byte() instead of ffio_init_context() since the
latter expects an already allocated AVIOContext.
BeScreenCapture works again, and should fix also #8299.
2013-01-04 00:04:17 +01:00
Alexander von Gluck IV
d6b2fbac19 libglu: Make sure glu.h gets placed into image
* Resolves #9323
hrev45125
2013-01-03 16:54:35 -06:00
Hamish Morrison
a0e655bff1 Fix BWindow::DecoratorFrame for top-titled windows.
Also take into account the border width for the edge with the title.
Fixes #8614.
hrev45124
2013-01-03 20:11:03 +00:00
Pawel Dziepak
d72bdcc88a nfs4: Do not remove RootInode too soon 2013-01-03 15:37:36 +01:00
Matt Madia
1565964a11 Show Installer on all workspaces when Tracker isn't running.
This applies to the EULA window as well. Addresses #9287:comment:5
hrev45123
2013-01-03 08:26:20 +00:00
Pawel Dziepak
e8ef557a56 nfs4: Fix double delete rpc when WaitCall fails 2013-01-03 03:25:50 +01:00
Pawel Dziepak
6136b82b1e nfs4: Fix handling of retried CLOSE requests 2013-01-03 03:25:34 +01:00
Pawel Dziepak
345a659337 nfs4: Do not create new Inode object when deleting a vnode 2013-01-02 20:18:32 +01:00
Pawel Dziepak
47e68f1c7a nfs4: Avoid conflicts between threads attempting to repair TCP connection 2013-01-02 20:17:57 +01:00
Pawel Dziepak
8837efd025 nfs4: FileSystem may be destroyed before setting RPCServer private data 2013-01-02 16:40:23 +01:00