haiku/src
Ingo Weinhold e6f3010336 A whole bunch of changes to make the fs_shell build (and work) under
Linux:
* Corrected use of error code. We consequently use the errors we
  defined to be compatible with BeOS and translate error code to and from
  the build platform where necessary.
* Consequently use the structs my_stat and my_dirent and the type
  fs_off_t when dealing with the guest FS. my_dirent had to be adjusted
  to be BeOS compatible.
  We wrap the platform fstat() now to translate the struct stat to the
  BeOS representation.
* Fixed a bug introduced with the last checkin: The fs_shell crashed after
  executing a command.
* Fixed printf() format warnings under Linux.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11565 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-03-03 23:32:35 +00:00
..
add-ons Fixed warnings: possibly uninitialized variable, missing friend classifier (struct/class). 2005-03-03 06:18:12 +00:00
apps added binary keymap loading. Now you can type 'keymap -b /etc/Keymap/French' 2005-03-01 14:30:29 +00:00
data updated timezone files from ftp://elsie.nci.nih.gov/pub/tzdata2005c.tar.gz 2005-02-02 21:58:42 +00:00
kernel added an implementation for strptime from FreeBSD (1.35, 1.25, 1.11) 2005-03-03 15:51:05 +00:00
kits Looks like I _HAD_ screwed something. Fixed some wrong stuff about printjob's settings, implemented more functions. Communication with the print_server should be ok, and also settings. Now comes the hard part: setting up the spool file. Any hint ? 2005-03-02 14:03:28 +00:00
libs Don't link against the libfreetype.so in ~/config/lib as we don't build it 2005-01-19 14:23:43 +00:00
prefs added usb devices and vendors list from NetBSD version 1.395 2005-02-18 20:27:26 +00:00
servers Fixed a couple of crashes. app_server nicely quits now. 2005-03-03 23:21:36 +00:00
tests A whole bunch of changes to make the fs_shell build (and work) under 2005-03-03 23:32:35 +00:00
tools * Don't use int32 in sources to be compiled for the build platform 2005-02-25 22:30:50 +00:00
Jamfile Added data directory, it should contain generated data files 2004-11-19 19:25:44 +00:00