François Revol
466805c501
Fix off-by-one window resizing (I really thought it was correct)
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18003 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-07-01 22:08:03 +00:00
François Revol
bdc29e6a6e
Add my ESound Daemon Sink media node source code.
...
I need it on an other box anyway...
Currently uses hardcoded server IP.
Jamfile likely doesn't work (needs net libs);
and requires ZETA due to TextParameter (for server IP but unused yet; I think Haiku should have it too) will need some ifdefs
Use the provided makefile for now.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17886 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-06-20 22:17:12 +00:00
François Revol
e108c13902
Ditto, doesn't build yet.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17665 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-05-31 13:27:14 +00:00
François Revol
e61dfc9edb
Start of a cirrus gfx driver (for qemu), mostly a copy of skel for now.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17664 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-05-31 13:23:52 +00:00
François Revol
0e6b0daca9
display errors
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17663 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-05-31 00:04:24 +00:00
François Revol
84aae13f6d
Fix null deref; include \0 when copying paths
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17662 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-05-31 00:01:01 +00:00
François Revol
aa908102ba
dump driver name and device path to test some ioctls
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17659 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-05-30 20:47:57 +00:00
François Revol
7e6e175b9e
the source code for the best KDL game ever (yet), hangman.
...
WIP, doesn't compile atm, must be changed to a module
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17658 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-05-30 20:09:07 +00:00
François Revol
8be1739f45
- change the check_pending_repeats from a thread to a kernel_daemon, one less.
...
- add loading of kernel debugger/ modules
- add a kgets() exported func for use by nasty modules =)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17657 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-05-30 19:54:37 +00:00
François Revol
b3baad129f
- reordered ioctls cases to match Driver.h
...
- implemented B_GET_PATH_FOR_DEVICE
- reject 3 legacy ioctls from R5 (*FIXED_DRIVER, NEXT_OPEN)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17656 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-05-30 19:52:32 +00:00
François Revol
6210a1dd4c
Add an ioctl B_GET_PATH_FOR_DEVICE,
...
this should simplify big times implementing ttyname() for ex, and could be handy anyway.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17655 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-05-30 19:52:19 +00:00
François Revol
f428e7ad4a
Don't use a tab size that we might just later enlarge when calculating maxTabPos...
...
Fixes bug #643
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17653 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-05-30 15:03:02 +00:00
François Revol
3860abe353
(unitialized) make sure Terminal doesn't start fullscreen (what, you didn't like it ?)
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17651 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-05-30 12:14:48 +00:00
François Revol
886b8922d9
DP 83815 driver from BeBits, fixed to build in Haiku, courtesy of Urias McCullough <umccullough AT gmail DOT com>
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17608 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-05-27 13:15:02 +00:00
François Revol
265fea4ad4
Add a --fullscreen option to start fullscreened.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17588 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-05-25 13:23:47 +00:00
François Revol
11893e477d
Add the poke driver to the image, someone will have to write the poke app :)
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17582 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-05-24 23:41:20 +00:00
François Revol
382084bd0a
The return of the long awaited for Sliding Tabs, that even Linux users envy!
...
Needs some cleanup, passed values should be inside [0:1].
Need to make sure changing the title doesn't reset the tab to left.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17571 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-05-24 00:42:34 +00:00
François Revol
f146dc9614
allow compiling of things using find_directory on ZETA, so I can test Terminal
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17562 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-05-23 09:41:43 +00:00
François Revol
0a36b17ec0
Use B_ENTER instead of hardcoded \n
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17555 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-05-22 21:44:25 +00:00
François Revol
289ca930ab
Added a Fullscreen shortcut (ALT-ENTER).
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17554 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-05-22 21:43:02 +00:00
François Revol
548cead6a1
- Handle args in the form /pathto/file[:line[:column]][:] so you can double-click
...
on a gcc error in the terminal, type open and right-click to edit at the buggy line.
Discard last : form gcc errors to avoid having to type backspace.
Works with Pe for the line at least, BeIDE doesn't seem to handle it though the
documentations says it should. Others apps welcome to handle the be:line and be:column
int32s on B_REFS_RECEIVED :)
- Updated copyright.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17546 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-05-22 20:10:41 +00:00
François Revol
c2be814ab5
added an Haiku-specific RLIMIT (NumOpenVnodeMONitors) (UNIMPLEMENTED yet) (we might want to renumber it),
...
and used that one and NOFILE to implement R5 private calls _kset_[fd|mon]_limit_()
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17545 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-05-22 19:37:40 +00:00
François Revol
3ad603ace4
implement sbrk() by calling hoard's version, through sbrk_hook (fct pointer was named this way in R5).
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17540 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-05-22 18:04:20 +00:00
François Revol
9847757f59
Add Radeon 9600 AS detection (by Adam K Kirchhoff <adamk AT voicenet DOT com>)
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16460 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-02-18 16:18:39 +00:00
François Revol
edeb640ab0
discart "File not found" errors for app sigs; make sure the shell gets any error
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14788 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-11-09 13:46:50 +00:00
François Revol
a08cbb1fa8
superseded by README, so remove it for poor windows users with case insensitive fs.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14633 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-11-02 10:55:43 +00:00
François Revol
05f8437878
- fix ioctl args (varargs sux)
...
- add -b(lock) -u(nblock) tray to prevent eject
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13982 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-08-19 10:20:14 +00:00
François Revol
1903443af7
revert last change, as the one before seems to work and doesn't require the select trick.
...
never assume a bug in a release isn't fixed in HEAD :)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13891 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-08-03 13:27:50 +00:00
François Revol
7c993b4bf1
makes some strange smtp server like 1und1.de to work. Those send the helo reply in 2 parts, the AUTH=PLAIN... being in the 2nd one which we didn't read... ending up to no login.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13889 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-08-03 12:07:34 +00:00
François Revol
3f53434673
that ioctl is only to check for writev, not readv, doesn't make much sense anyway
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11748 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-03-14 23:24:26 +00:00
François Revol
5d3df182ae
Fix typo
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11747 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-03-14 23:21:28 +00:00
François Revol
92e13ebb34
these headers needed to compile in R5.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11746 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-03-14 23:06:42 +00:00
François Revol
b1bfc5c69f
if you want to return something at least be consistent with the version of usleep which returns an int... (return -1 and set errno)
...
see http://www.die.net/doc/linux/man/man3/usleep.3.html
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11510 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-02-28 11:41:39 +00:00
François Revol
c8cfedef94
undo showing major/minor (hmm that's a very bad idea...)
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11402 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-02-17 13:37:37 +00:00
François Revol
1c5ea92404
don't mangle UTF-8 chars for __BEOS__, from the GG patch
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11398 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-02-17 10:39:40 +00:00
François Revol
5bea2b386b
we don't use major/minor, but that's not a reason to change the display. device sizes as reported by stat() are always 0 anyway.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11397 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-02-17 10:15:46 +00:00
François Revol
382acc8035
add --restore option (acts as untrash)
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10970 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-01-22 23:00:57 +00:00
François Revol
45410cd710
trash *g* unused var (fd)
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10968 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-01-22 22:49:48 +00:00
François Revol
9ea9670834
handle pseudo-team 1 in listimage as well; (pets Axel) addr_t is nice but that ain't compile in R5; added search by team name in listarea as well
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10916 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-01-20 22:38:37 +00:00
François Revol
1b7055aacd
#ifdef on fs_volume so it still compiles in R5 if you define that
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10856 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-01-18 23:02:21 +00:00
François Revol
a583b8b54d
added a script to build the table from setmime; fix (c)
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10581 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-01-04 10:38:32 +00:00
François Revol
d9574bb892
A kernel mime_table module, so not every fs will bundle its own.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10580 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-01-04 10:08:27 +00:00
François Revol
e189e3d779
header for a kernel mime_table module, so not every fs will bundle its own.
...
The API makes it possible to later use faster indexed search on the table.
The table could probably also be regenerated by running a script on setmime -dump.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10579 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-01-04 10:03:05 +00:00
François Revol
8a90bc6132
puni is already pointing outside of the string, no need for +1 here!
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10578 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-01-04 09:21:21 +00:00
François Revol
11ad2d6866
because uni_str is incremented in utf8_to_u_hostendian() UNICODE is moved inside the loop in _utf8_to_sjis_bendian() to avoid crashing. (it points to a single unicode char!!) (other option is to not increment uni_str, but it's kept for consistency).
...
some cosmetic changes
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10575 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-01-03 22:37:46 +00:00
François Revol
a565beb2d9
report error correctly (*len = 0) when read()ing a dir; some comments; don't tell BEOS:TYPE changed for folders since they don't have it.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10572 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-01-03 15:27:18 +00:00
François Revol
7508daf790
Added trash --list and untrash --all
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10491 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-12-19 01:09:21 +00:00
François Revol
03136b8b3c
Use BPath to normalise paths so [un]trash foo/ actually works
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10490 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-12-19 00:35:16 +00:00
François Revol
8c0d307dcb
don't use system("hey") but the Clean Way(tm).
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10489 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-12-19 00:25:04 +00:00
François Revol
b03a7f8292
[un]trash command, to trash (eh) files, and get them back. Could be useful with alias rm=trash :)
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10488 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-12-19 00:17:36 +00:00
François Revol
d24299a52d
update doc url since bedriven is no more
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10461 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-12-14 23:37:38 +00:00
François Revol
bcc306b637
10000l do return somethng from main (how the hell did I forgot that ? I always do it usually) :)
...
Also dump some usage for --help
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10460 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-12-14 23:36:03 +00:00
François Revol
64829f93ff
add find_directory to libroot build... someone test it ?
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10170 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-22 15:28:51 +00:00
François Revol
390738c37c
Use correct syscall for Haiku; better error reporting; testing code
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10169 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-22 15:27:08 +00:00
François Revol
722a8c5d4d
#define OSDIR to "beos" and use it, so we can later just change that
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10164 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-22 09:23:54 +00:00
François Revol
d457be4f45
make use of COMPILE_FOR_R5, make some things static.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10163 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-22 09:04:53 +00:00
François Revol
04495f1467
C version of find_directory, still needs some rework.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10162 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-22 08:55:46 +00:00
François Revol
f9081c794e
Some more meat, by Oscar Lesta <BiPolar AT SoftHome.net>
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10019 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-19 14:08:06 +00:00
François Revol
d288a106d4
Now I know why I didn't put it in, it's not finished. Anyone who wanna help, see linux' hdparm (identify) for the struct
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9987 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-17 10:58:47 +00:00
François Revol
a1572167ed
Add ideinfo, idestatus to the build
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9986 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-17 10:49:28 +00:00
François Revol
e27cd67efe
I rewrote them long ago but thought they were in already. We'll probably use less obscure ioctls in Haiku though...
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9985 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-17 10:47:47 +00:00
François Revol
d55b4e24f8
don't complain about missing file for app sigs :)
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9677 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-10-31 12:23:32 +00:00
François Revol
018d52f277
missing List.h include
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9676 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-10-31 12:11:45 +00:00
François Revol
5ed1284994
Make it so open application/foo file opens file with foo,
...
and don't open foo again if it's running and we have files to give it.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9675 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-10-31 12:10:01 +00:00
François Revol
93b4337b18
handle proto:foo urls instead of only proto://foo, allowing for open telnet:localhost
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9628 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-10-28 22:29:12 +00:00
François Revol
b019492c62
Terminal patch by Cian Duffy <myob87 AT gmail.com>: licence update, default window sizes.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9505 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-10-25 16:51:48 +00:00
François Revol
4a02ef9f55
notify_select_event moved to headers/os/drivers/Drivers.h where it belong
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9138 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-09-30 23:47:40 +00:00
François Revol
d9b7e039ef
use another proto for notify_select_event
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9137 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-09-30 23:46:02 +00:00
François Revol
d3a2714980
hmm 5 seconds is 5 seconds.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9125 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-09-30 17:07:18 +00:00
François Revol
1b9aa3e9f8
Add 2 BONE ioctls not to colide with; Add GETIFTYPE for my own stuff, but I'm not sure how I'll use that yet.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9124 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-09-30 16:40:42 +00:00
François Revol
6f3c0b6c34
Added missing R5 select stuff. Fixed a typo.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9123 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-09-30 16:33:03 +00:00
François Revol
4c7651ac24
finddir: added -l option; removed DOS CRLF; fixed coding style.
...
sysinfo: dump port info too by default
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8632 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-08-24 15:59:10 +00:00
François Revol
6c29244a56
Add select() support, required for OpenSSH.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8614 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-08-20 22:31:05 +00:00
François Revol
1b19c97c63
new tool: draggers: shows/sets draggers state (shown/hidden) ; typo in sysinfo
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8589 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-08-16 09:44:39 +00:00
François Revol
da69157621
Stupid cvs didn't add finddir.c on last commit.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8585 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-08-15 16:44:42 +00:00
François Revol
d7063d6e64
open now also handles urls; adds finddir which was lost on my hdd.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8584 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-08-15 16:37:30 +00:00
François Revol
32b68b5f10
avoid getting it under Deskbar when it's set as always-on-top.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6505 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-02-05 15:40:10 +00:00
François Revol
bdb2cb7960
Added licence notice; anyone knows better ?
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6393 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-28 19:45:20 +00:00
François Revol
a8e7c82fd7
fix a warning.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6392 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-28 19:42:17 +00:00
François Revol
837c5110d1
Found top.c in some public source from R3... that's the original one,
...
with a pointer to a mirror.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6391 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-28 19:40:10 +00:00
François Revol
40492c28e8
More warning fixes; fixed Axel's mess (thanks anyway :)
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6344 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-27 08:36:31 +00:00
François Revol
4d8c3e52a9
Fixed prototype names
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6302 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-25 20:31:53 +00:00
François Revol
32e3f99972
Debug Inode ctor/dctor; fix printf args warnigns
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6285 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-25 13:36:13 +00:00
François Revol
91e6897c63
Added obfsinode kernel debugger command.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6262 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-25 00:11:34 +00:00
François Revol
429ed0178f
where are my icons gone ? ;)
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5669 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-15 21:19:11 +00:00
François Revol
9086fcb60c
PC floppy driver, initial rev.
...
supports reading 1.44M, 720K, 2 drives.
no write support yet.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5668 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-15 20:00:04 +00:00
François Revol
0380884167
new command 'driveinfo' to dump block device information from ioctl, to help debugging drivers
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5662 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-12 21:12:58 +00:00
François Revol
1a1ac7a563
fgets() coz Axel wants it :p
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5661 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-12 14:39:26 +00:00
François Revol
4cba418c34
fix buffer overflow on prompt, conditionalized floppy support.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5660 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-12 12:47:33 +00:00
François Revol
ccd79dfdce
fixed mp3 identification, skip ID3s
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5287 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-08 20:26:29 +00:00
François Revol
7639fe5225
better messages strings
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5225 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-01 01:36:03 +00:00
François Revol
0443cf316f
changed the class VCButton to MediaReplicant because the Media preferences
...
asks for that name when removing it, and the view name must match the class name.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5224 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-01 01:24:29 +00:00
François Revol
5e69d7c826
warning cleanup
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5223 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-31 23:45:09 +00:00
François Revol
0e14e818cb
Added forgoten File.h; sorted headers
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5222 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-31 23:36:36 +00:00
François Revol
b5903e59f8
small fix for focus follows mouse users
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5221 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-31 20:10:06 +00:00
François Revol
b7c866b485
added --list and --remove (all desklink entries) options
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5220 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-31 19:59:00 +00:00
François Revol
9326cb6d82
better error report from BDeskbar::RemoveItem(), though OpenDeskbar should be fixed too
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5219 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-31 19:53:37 +00:00
François Revol
5622c96e08
- fixed a possible div by 0
...
- don't let the volume knob move if the mixer isn't there.
- "don't beep" option
- other option: which gain to act on (mixer or phys output)
- now has a settings file
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5218 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-31 18:49:08 +00:00
François Revol
dd9cf102be
- use the Mixer volume
...
- update volume when sliding
- FocusFollowsMouse fixes
- media_server restart fix
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5217 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-31 16:42:05 +00:00
François Revol
8881c2584e
Repport sizes in KB as the R5 version. Added --human (-h) to make reading sizes easier.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4995 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-12 00:47:52 +00:00