Axel Dörfler
50ef9ecfb6
Now stores the module name of the modules handling the partition.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7994 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 17:04:05 +00:00
Axel Dörfler
082a2195f0
fstat() now fills in the inode number as well.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7993 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 17:01:45 +00:00
Axel Dörfler
a1b4720e1a
load_modules() will now also load all modules that are needed to identify
...
the partitioning and file system of the boot volume.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7992 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 17:00:52 +00:00
Axel Dörfler
d88c45c6f2
Now maintains the inode field in the preloaded_image structure.
...
It will now load all modules only once by identifying them using their inode number.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7991 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 16:59:59 +00:00
Axel Dörfler
4807cd86ea
Now stores a link to the partition of a volume, and adds a new method
...
GetPartitionFor() to retrieve that information again.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7990 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 16:58:50 +00:00
Axel Dörfler
f24066f694
Now checks the kernel args structure size and version, and bails out if
...
it's not known (it currently only support the current version, of course :-).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7989 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 16:57:13 +00:00
Axel Dörfler
201b3e6fd1
Now maintains the kernel_args size and version fields.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7988 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 16:55:45 +00:00
Axel Dörfler
0e67fb5a42
Now maintains the kernel_args size and version fields.
...
Removed unused code.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7987 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 16:55:27 +00:00
Axel Dörfler
2158ae19ee
The kernel_args structure version and size can now be checked and identified
...
in the kernel.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7986 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 16:54:04 +00:00
Axel Dörfler
e07c1f2cc1
Now stores an inode number along with the other preloaded image data.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7985 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 16:53:09 +00:00
Axel Dörfler
ad3b4b1fad
The Node class can now return an inode number.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7984 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 16:52:19 +00:00
Axel Dörfler
7765cbf6f4
file_system_module_info now contains the module name as well.
...
The Partition class now maintains a module name, accessible via the new
method ModuleName().
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7983 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 16:51:33 +00:00
Axel Dörfler
995a393e12
Unfortunately, -fno-pic must be set manually, even for kernel rules.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7982 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 16:49:36 +00:00
Axel Dörfler
262923839e
Made strrchr() available in the boot loader.
...
Relocated fortunes to the standard /etc.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7981 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 16:03:35 +00:00
Axel Dörfler
67d9fe3273
Fixes fortune; it no longer crashes when there are no fortunes in the file.
...
Relocated the fortunes file to better match the usual Be locations.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7980 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 16:02:45 +00:00
Axel Dörfler
6f4ae5140d
Renamed VFS syscalls to the new scheme.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7979 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 16:00:53 +00:00
Axel Dörfler
fc44d00f56
Added 8-bit palette mode.
...
It now sets the background color correctly in all modes (in hi/true color
currently only if its a gray/black/white color).
Renamed VFS syscalls to the new style.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7978 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 15:51:41 +00:00
Axel Dörfler
b640ca789b
Renamed VFS syscalls to the new style.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7977 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 15:49:34 +00:00
Axel Dörfler
b1753651c6
Renamed VFS syscalls to the new style.
...
Improved returned types.
Removed dup2.c.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7976 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 15:42:17 +00:00
Axel Dörfler
b8599dec8e
Added needed header when tracing is enabled.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7975 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 15:40:21 +00:00
Axel Dörfler
5d5716e614
Now calls the new devfs partition (un)publishing calls.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7974 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 15:38:55 +00:00
Axel Dörfler
0d961b9fbc
The KPartition base class does not know anything about publishing.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7973 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 15:37:46 +00:00
Axel Dörfler
affbc7ade7
Renamed VFS syscalls to the new style.
...
Improved returned types.
Added and initializes Disk Device Manager.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7972 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 15:35:10 +00:00
Axel Dörfler
d96c1c567e
Added new prototypes for publishing/unpublishing partitions.
...
Made the header C++ safe.
Removed old and no longer needed bootstrap_devfs() prototype.
Removed unused includes.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7971 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 15:33:53 +00:00
Axel Dörfler
bd2d09ddc3
Added empty implementations of the new partition publish/unpublish calls.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7970 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 15:32:22 +00:00
Axel Dörfler
9a0de43e56
Added private storage headers to be able to use disk device manager headers.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7969 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 15:30:59 +00:00
Axel Dörfler
c8a8e52f79
Renamed VFS syscalls to the new style.
...
Improved returned types.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7968 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 15:29:37 +00:00
Axel Dörfler
244272ccb4
Renamed VFS syscalls to the new style.
...
Fixed read/write calls to use and update the descriptor position.
Removed the CHECK_USER_ADDR() macro; it's now using the usual (more readable) check.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7967 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 15:28:33 +00:00
Axel Dörfler
32dc7b6393
Renamed VFS syscalls to the new style.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7966 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 15:26:22 +00:00
Axel Dörfler
e878738efd
Fixed compilation with tracing turned on.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7965 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 15:25:25 +00:00
Axel Dörfler
143691ef36
New dup.c - it now contains dup() and dup2() which makes dup2.c legacy.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7964 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 15:20:38 +00:00
Axel Dörfler
734893f6d2
Renamed all VFS syscalls to the new style.
...
Improved returned types.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7963 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 15:18:04 +00:00
Axel Dörfler
57ef9ab8db
Fixed return value of some functions.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7962 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 15:11:37 +00:00
Rudolf Cornelissen
0eebe8f0cc
trying to enable AGP mode on AGP cards
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7961 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 15:01:25 +00:00
Rudolf Cornelissen
b5a5fc7da1
trying to enable AGP in max supported mode.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7960 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 14:58:31 +00:00
Jérôme Duval
74004e3aa4
Added vim
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7959 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 09:16:44 +00:00
Jérôme Duval
d0c797e894
Added vim 6.3. Lacks Runtimes.
...
Link against our libtermcap.a, this requires to use our etc/termcap !
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7958 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 09:02:28 +00:00
DarkWyrm
a3031ab19b
Added cases for Minimize buttons in decorators
...
Buttons on up-to-date decorators now work properly
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7957 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-14 20:32:21 +00:00
Rudolf Cornelissen
0468f4215d
finalized driver for 0.10.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7955 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-14 10:07:57 +00:00
Rudolf Cornelissen
26f469e283
finalized driver for 0.10
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7954 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-14 10:06:16 +00:00
Jérôme Duval
54cd1179ca
Added flex
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7953 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-14 09:20:52 +00:00
Jérôme Duval
2b7af43246
Fix to be able to build apps/bin/flex/parse.y when there is another parse.y in the tree.
...
Ingo, please change this if there is a better solution, thanks.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7952 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-14 09:20:07 +00:00
Jérôme Duval
50a3e5dda7
Added flex 2.5.4a.
...
There is a name conflict on parse.y which is in bash too.
A jam fix is provided. Jam should be rebuilt to take it into account.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7951 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-14 09:18:17 +00:00
Stefano Ceccherini
6ed18b369b
Fixes the build with gcc 3.2.2 (still has many warnings, though)
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7950 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-14 08:46:38 +00:00
shatty
c11def3bf2
liboggz-0.8.3
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7948 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-13 00:18:40 +00:00
beveloper
7b8b434fbf
added missing newline
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7947 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-12 23:15:50 +00:00
shatty
5b4e9da884
libogg-1.1
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7945 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-12 23:10:22 +00:00
beveloper
5b74faecce
removed warning
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7944 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-12 23:04:44 +00:00
beveloper
1cfaf7b6c5
fixed screensave includes
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7943 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-12 22:59:59 +00:00
beveloper
269cf3bf22
note sure if this is correct, but it fixes the build. replaced CENTER by NONE
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7942 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-12 22:58:32 +00:00