41976 Commits

Author SHA1 Message Date
John Scipione
156eeb439b Reverse logic when checking if dirst points to a directory. 2012-03-06 17:08:36 -05:00
John Scipione
a38ff2d402 Check if flags bitmap != 0, not that it does == 0 2012-03-06 16:37:53 -05:00
Humdinger
0a1b16486b Small cosmetics of the boot loader.
* Updated copyright to 2012.
* Corrected capitalization of "Welcome To The..."
* Added info for serial debug "(115200, 8N1)"
hrev43828
2012-03-06 18:38:48 +01:00
Alexander von Gluck IV
628e4c98bd radeon_hd: Better tracing for dig transmitter setup
* Help troubleshoot #8331
* Whitespace cleanup
hrev43827
2012-03-06 10:54:18 -06:00
John Scipione
19d28b2205 Fix configure script to correctly detect case-sensitive file system 2012-03-05 23:13:13 -05:00
Alexander von Gluck IV
33e204adee jam: Add binary bootloader for Raspberry Pi
* Version 17-02-2012
* Used to initialize the Raspberry Pi GPU and boot it
* License is permissive, I've also included the
  confirmation email on this license.
* Little bootloader documentation.
* Still nothing to get excited about, preliminary.
hrev43826
2012-03-05 20:44:54 -06:00
John Scipione
b51d823d92 Error if unsupported flag is passed to fstatat() 2012-03-05 20:23:43 -05:00
John Scipione
8c7f0a8967 Cleanup the flags and make them the same as FreeBSD 2012-03-05 20:17:26 -05:00
John Scipione
0ee852ad55 Explicitly check path against NULL instead of relying on boolality. Yes, I just made that word up. 2012-03-05 20:04:21 -05:00
John Scipione
95dd0de5ea Rename to and from to old and new in order to be consistant with Linux. 2012-03-05 20:00:53 -05:00
John Scipione
c8dd9f3e8c Fix memory leak for the full path including fd directory. 2012-03-05 19:47:25 -05:00
John Scipione
a598261fea Implement linkat() 2012-03-05 19:24:58 -05:00
John Scipione
263ac66935 Implement renameat() 2012-03-05 18:56:59 -05:00
John Scipione
46804eff55 Remove extraneous line where I called just unlinkat() 2012-03-05 18:22:02 -05:00
John Scipione
6f0d1fc94a Implement unlinkat() 2012-03-05 18:21:13 -05:00
John Scipione
8e094e5a5b Implement symlinkat() 2012-03-05 18:09:34 -05:00
John Scipione
02e902bf28 Implement readlinkat() 2012-03-05 18:02:54 -05:00
Alexander von Gluck IV
b44d24c0ad network status: Add notifications for major network events
* Add a notification if the network interface monitored by
  the system tray icon has a major state change.
* This gives users a little feedback on connection state.
* User is only prompted once on each state change.
* TODO: change system tray icons to vector so we can scale
  them up better.
hrev43825
2012-03-05 16:30:27 -06:00
John Scipione
9970cc92bf Implemented eaccess(), the AT_EACCESS flag of faccessat(), fchmodat(), fchownat(), fstatat(), mkdirat(), mkfifoat(), mknodat(), and futimesat(). 2012-03-05 17:15:41 -05:00
Humdinger
935af17a2f Recompiled gcc2 version of optional package Clockwerk. hrev43824 2012-03-04 20:25:18 +01:00
Michael Lotz
a16d549ade Add scripting property for toggling fullscreen. hrev43823 2012-03-04 15:26:05 +01:00
Alexander von Gluck IV
fe4fdaad2e jam: Add board definition for Raspberry Pi
* used by HAIKU_BOOT_BOARD.
* gcc machine options from Raspberry Pi wiki.
* don't get too excited, or expect any Haiku
  love for it anytime soon.
hrev43822
2012-03-04 07:44:27 -06:00
Stephan Aßmus
a0e9f8e205 Fixed wrong assert and locking when using Workspace objects.
* The assert in the Workspace constructor was definitely for the
  wrong lock. One should be holding the all window lock either
  in read or write mode. The Desktop message loop lock should be
  unrelated.
* Added boolean to the constructor which controls the assert.
* Added documentation to Workspace class, since it's not at
  all obvious how this is intended to be used.
* Fixed ServerApp to lock the Desktop correctly when using
  Workspace desktop colors.
hrev43821
2012-03-04 14:32:07 +01:00
Adrien Destugues - PulkoMandy
d41ac61f73 The display line length constraint is different on <= G35 cards.
* Decide which constraint to use depending on the card model.
 * May fix #8001, only tested on my hardware which already worked...
hrev43820
2012-03-04 09:14:38 +01:00
John Scipione
62540ce5eb Check to see that fd points to a directory before resolving the full path. 2012-03-03 17:24:05 -05:00
Adrien Destugues - PulkoMandy
2d80a54724 Window title in Expanded Deskbar update properly
* Regression introduced by r43195
 * Fixes #8126
hrev43819
2012-03-03 22:59:55 +01:00
Adrien Destugues - PulkoMandy
5e8f4256fe Revert part of r43092.
* Caching of CountItems() to avoid calling it at each loop iteration
 * Use of strcasecmp when comparing strings for exact equality
hrev43818
2012-03-03 22:44:35 +01:00
Niels Sascha Reedijk
ef3aa6274d Initial sync of 'el' from Pootle hrev43817 2012-03-03 20:37:12 +01:00
Niels Sascha Reedijk
7d6033e13a Initial import of nb to Pootle hrev43816 2012-03-03 20:32:40 +01:00
Jérôme Duval
38d688ccbe BHandler: hopefully fixes a regression introduced in hrev43777.
* BHandler scripting handles bad scripting syntax by returning the Messenger property.
* Thanks to Siarzhuk Zharski for pointing this out.
hrev43815
2012-03-03 20:09:30 +01:00
Niels Sascha Reedijk
79a6d5e3f9 Weekly updates of translations from Pootle. hrev43814 2012-03-03 19:59:45 +01:00
Rene Gollent
8f5079af02 When changing the tab height, also update the layout insets if needed.
Fixes #8374.
hrev43813
2012-03-03 08:32:05 -05:00
JackBurton
9289418325 Fix Indentation 2012-03-03 10:24:06 +01:00
JackBurton
417c123cc4 Fix indentation 2012-03-03 10:06:42 +01:00
John Scipione
f0d84745df Implement a basic faccessat method. There are still a few missing pieces to it. 2012-03-02 21:04:05 -05:00
John Scipione
c72a1d4e6a Don't return 0 for the unimplemented *at() functions, set errno to ENOSYS (not implemented) and return -1 instead. 2012-03-02 21:04:04 -05:00
John Scipione
00f72094a1 Move futimesat() from fs.cpp to fs_darwin.cpp since it is implimented on FreeBSD. It is stubbed out for now. 2012-03-02 21:04:02 -05:00
John Scipione
9d6e5fdb65 Fix build by adding some Mac OS X specific files that implement fs function missing on that OS. The functions are stubbed out currently and have not been implemented. However, it does build now. I also added a weak attribute in driver_settings.cpp that I have no idea what does but was necessary to fix the build. 2012-03-02 21:04:00 -05:00
Rene Gollent
4183675895 Move black/white color constant definitions to header.
Previously, there were two instances of the actual variables, named in
ControlLook.cpp and Utilities.cpp. This caused clashes on gcc4 builds, leading
to various crashes during initialization. Instead we now declare them as
static constants in the header itself as is done for various other interface
color constants elsewhere. Fixes ticket #8358.
hrev43812
2012-03-02 20:39:12 -05:00
Alexander von Gluck IV
7c89d968b5 radeon_hd: Ensure vramBase is at 0.
* This value is card internal framebuffer offset
* 0 is the proper value, however it was causing issues for me
* The mode setting issues I saw before are now gone, and this
  seems to make mode setting more stable now.
hrev43811
2012-03-02 16:03:35 -06:00
Alexander von Gluck IV
7dd182106a radeon_hd: Fix invalid encoder state
* This was a *big* oops on my part.
* We were missing initial setup call for
  Kaleidoscope and DP Bridge encoders.
* If you were having radeon HD mode setting
  issues, try this change.
* Potential fix for #5722, #7397, #8059, #8151, #8282,
  #8289, #8310, #8322, #8331
hrev43810
2012-03-01 07:11:28 -06:00
Alexander von Gluck IV
ccb23a1eee radeon_hd: Improve dig encoder picking 2012-03-01 06:12:56 -06:00
Axel Dörfler
e7985acc3c Build fix -- accidently committed stuff that doesn't exist yet.
* Also removed debug leftover from register_additional_commands().
hrev43809
2012-03-01 09:34:46 +01:00
Jerome Duval
7633665c77 multi_audio: Changes to please GCC2
* avoid template function pointers
* use a default function pointer
hrev43808
2012-03-01 00:45:12 +01:00
Axel Dörfler
e9091262c5 Added "checkfs" as additional command for the bfs_shell. hrev43807 2012-02-29 23:28:54 +01:00
Axel Dörfler
29ecf7b04e command_ioctl() leaked the root directory's file descriptor. 2012-02-29 23:27:46 +01:00
Axel Dörfler
360a644650 Implemented support for file system specific commands.
* File system specific shell implementations can now register any additional
  commands by implementing the register_additional_commands() function.
hrev43806
2012-02-29 22:12:37 +01:00
Humdinger
a697ddedc5 Cancel settings window on ESC, small cleanup. hrev43805 2012-02-29 20:21:20 +01:00
Humdinger
ddec5397e4 Now sets back its settings when closing the settings window with "Cancel".
* Pulled reading and writing settings into private functions.
* Call _ReadSettings() when canceling settings window to revert to
  original settings.
2012-02-29 19:22:07 +01:00
Humdinger
98cce525f0 Clean up. No functional change. 2012-02-29 19:19:37 +01:00