Axel Dörfler
0c9a17ce08
Added a simple (and completely non-reliable) C implementation for atomic_set(),
...
and atomic_test_and_set() for userland testing purposes.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1987 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1987
2002-11-18 01:16:27 +00:00
Axel Dörfler
7781a5df6b
Now uses block_run::MergeableWith() in Inode::GrowStream() - that also fixes
...
the bug where a block_run could get a zero length after merging it...
Updated a comment in Inode::Remove().
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1986 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1986
2002-11-18 01:14:30 +00:00
Axel Dörfler
2afbd5e712
Added new method block_run::MergeableWith() which checks if two different
...
block_runs can be merged together.
Added a constant for the maximum length of a block_run.
Added a flag constant to the inode that prevents freeing up its space
after it has been removed - this is only useful for the "chkbfs" stuff.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1985 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1985
2002-11-18 01:12:56 +00:00
Axel Dörfler
8ea2f57ddd
Added some more type identifying methods and constants (i.e. Inode::IsAttribute()).
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1984 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1984
2002-11-18 01:10:31 +00:00
Daniel Reinhold
68e8d1f65e
libroot/posix/signal is back in the build
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1983 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1983
2002-11-18 00:42:48 +00:00
Daniel Reinhold
453532db1c
moved the string table definition to libroot where it belonged
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1982 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1982
2002-11-18 00:39:41 +00:00
mahlzeit
f19d3dedbe
Fixed compilation errors.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1981 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1981
2002-11-17 16:01:25 +00:00
mahlzeit
899a694818
Added MidiPortConsumer.cpp to the Jamfile
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1980 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1980
2002-11-17 16:00:56 +00:00
beveloper
725e25d182
unlock the spinlock
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1979 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1979
2002-11-17 13:32:05 +00:00
Daniel Reinhold
03a21dd59a
removed libroot/posix/signal from the build temporarily
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1978 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1978
2002-11-17 11:49:35 +00:00
Daniel Reinhold
ead782086a
the beginnings of signal support in libroot
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1977 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1977
2002-11-17 05:04:08 +00:00
Daniel Reinhold
062dc34181
the signal string table was fixed to contain proper
...
output strings -- the old debug table is still there,
now renamed 'sigstr[]'
MAX_SIGNO replaces 32 in several spots
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1976 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1976
2002-11-17 04:49:14 +00:00
Daniel Reinhold
c69a62db20
several fixups:
...
a new typedef for signal handlers - sig_func_t
(the old one is kept around for backwards compatibility)
a new macro MAX_SIGNO to get rid of magic 32's all about
two more functions (sigemptyset and sigfillset) are now
defined inline as well
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1975 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1975
2002-11-17 04:43:13 +00:00
Axel Dörfler
cc4445505e
Fixed some issues in int.c.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1974 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1974
2002-11-17 01:59:31 +00:00
Axel Dörfler
d5bb31991f
Checked one of Marcus' comments in int.c, and changed the list initialization
...
to use the newly provided function for this.
module.c now also uses the initque() function, some minor cleanups.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1973 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1973
2002-11-17 01:38:35 +00:00
Axel Dörfler
ab25550f8e
Added a initque() inline function.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1972 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1972
2002-11-17 01:35:01 +00:00
beveloper
b795251564
This code seems to have some issues. Please check.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1971 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1971
2002-11-17 00:52:43 +00:00
DarkWyrm
eb8218b543
Added StringWidth() and StringHeight() calls
...
Removed redundant DrawChar() implementation from ScreenDriver
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1970 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1970
2002-11-17 00:52:40 +00:00
beveloper
42acb44c35
added a couple of debugging checks into the spinlock functions
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1969 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1969
2002-11-17 00:28:32 +00:00
DarkWyrm
9177ec787d
Removed a cast warning from StrokeArc
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1968 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1968
2002-11-16 23:26:43 +00:00
Matthew Wilber
78b736e8bc
I'm not sure why that return was there in the first place
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1967 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1967
2002-11-16 22:06:03 +00:00
Matthew Wilber
0f2c902adb
I'm not sure what that return was doing there in the first place
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1966 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1966
2002-11-16 22:05:26 +00:00
shatty
cfc7b456d2
added missing E-mail header and updated os_includes
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1965 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1965
2002-11-16 21:58:48 +00:00
shatty
80b7a8e57c
added 3 missing conversions - mysterious!
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1964 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1964
2002-11-16 21:36:29 +00:00
shatty
bdde99f147
missing 'til now...
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1963 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1963
2002-11-16 21:00:08 +00:00
Ingo Weinhold
14911e19ca
Added Matt Armstrong's header caching (based on an implementation by Craig McPheeters).
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1962 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1962
2002-11-16 18:52:35 +00:00
Ingo Weinhold
4ed788defa
Changes to the original Jam version.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1961 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1961
2002-11-16 18:48:41 +00:00
Axel Dörfler
0fe40cc315
Added the time module to the build.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1960 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1960
2002-11-16 17:47:34 +00:00
Axel Dörfler
d3243d719b
Added an empty time() implementation (just returns zero) to let the kernel
...
build again.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1959 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1959
2002-11-16 17:43:28 +00:00
jerl1
75660c7bca
Previous version were updated by error sorry.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1958 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1958
2002-11-16 16:42:26 +00:00
jerl1
f9493271b8
Made correction asked to me
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1957 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1957
2002-11-16 16:38:59 +00:00
Matthew Wilber
42010ad93f
made some minor style changes, added test for deleting default BTranslatorRoster
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1956 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1956
2002-11-16 08:01:58 +00:00
jerl1
d30512e906
BMidiPort is complete, just need some testing, compile and work with Midi_Player_Replacement (All other BMidi class from libmidi).
...
BMidiPortConsumer act like a filter for sending data from new MidiKit to old MidiKit.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1955 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1955
2002-11-16 00:24:16 +00:00
Axel Dörfler
6c45733119
The traps of copy & paste - this time it should really work...
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1954 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1954
2002-11-15 22:52:49 +00:00
Axel Dörfler
90b31eb333
Before starting to implement a function, you should know what to do ;-)
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1953 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1953
2002-11-15 22:48:14 +00:00
Axel Dörfler
0dd93a6eb7
Implemented utime().
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1952 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1952
2002-11-15 22:44:08 +00:00
Axel Dörfler
2935bff656
Added utime.h.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1951 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1951
2002-11-15 22:34:27 +00:00
Ingo Weinhold
f0261ccddf
`resources' subdir containing the test data for BResources and BResourceStrings is now also linked to R5 test dir.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1950 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1950
2002-11-15 21:00:28 +00:00
Ingo Weinhold
f788b9354b
Reverted to previous version. The tests do compile and link again.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1949 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1949
2002-11-15 20:23:51 +00:00
Ingo Weinhold
dd9f80626c
* Removed invocations of SetupIncludes for the unit tests and removed the
...
`-nostdinc' flag from the CCFLAGS and C++FLAGS in R5Objects. The R5 tests
must be compiled with the system header.
* Introduced SetupR5Includes which simply clears HDRS.
* Fixed rule Filter.
* Removed some unnecessary `""' in CCFLAGS and C++FLAGS assignments.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1948 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1948
2002-11-15 20:22:35 +00:00
Ingo Weinhold
8a425955c5
The header is now compatible with R5's libroot.so.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1947 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1947
2002-11-15 17:37:55 +00:00
ejakowatz
202ed890a9
Some bug fixing on BString and it's unit tests. Should now pass all
...
current tests! Now included in the build.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1946 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1946
2002-11-15 03:36:17 +00:00
shadow303
8f3cf68703
Added extra pixel setting routines
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1945 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1945
2002-11-15 00:12:33 +00:00
shadow303
a27f9ebd60
Fix value of ANGLE_PI
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1944 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1944
2002-11-15 00:11:32 +00:00
Ingo Weinhold
50a2831740
Use a known target (the symlink in ~/config/lib) for LinkSharedOSLibs instead of the anonymous `freetype'.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1943 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1943
2002-11-14 23:12:55 +00:00
Ingo Weinhold
d743a3455a
Library symlink is created in ~/config/lib.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1942 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1942
2002-11-14 23:10:08 +00:00
Ingo Weinhold
d391d2eb6e
Added AbsSymLink rule.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1941 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1941
2002-11-14 23:09:18 +00:00
Stefano Ceccherini
1d5bd6c9d9
Fixed the building of BString tests
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1940 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1940
2002-11-14 19:14:30 +00:00
Stefano Ceccherini
5f6935dc8c
Fixed the build again. It seems that BGA Utf8_char_lenght() function really works :)
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1939 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1939
2002-11-14 19:14:08 +00:00
jerl1
396c9650a5
Correct a bug that be added when I correct a bug :-)
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1938 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1938
2002-11-14 18:54:33 +00:00