haiku/src/kernel
Ingo Weinhold 6fef29ae45 * Changed return value of read_port[_etc] from status_t to ssize_t. That's
not how it is declared in R5, but it is what actually is returned.
* Fixed _user_read_port_etc(): It didn't copy the message code back to
  userland, if the message had a size > 0.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10759 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-01-15 21:43:07 +00:00
..
apps Added a small program to control the cache (using the generic syscall mechanism). 2005-01-10 08:08:14 +00:00
boot Added driver_settings support: it will now read in the vesa kernel driver 2005-01-10 07:41:01 +00:00
core * Changed return value of read_port[_etc] from status_t to ssize_t. That's 2005-01-15 21:43:07 +00:00
drivers Replaced SYS_MAX_PATH_LEN with B_PATH_NAME_LENGTH. 2004-12-13 23:15:25 +00:00
glue Now initializes some global variable defined in libroot_init.c. 2004-07-05 18:50:20 +00:00
ldscripts Added boot_loader.ld file (same as stage2.ld for ppc). 2004-04-22 00:53:55 +00:00
libroot Added fs_info.c functions to the kernel (next_dev, fs_stat_dev, ...). 2005-01-15 14:36:31 +00:00
vm2/tests Removing old VM2, starting to integrate new VM. 2003-07-30 11:48:09 +00:00
Jamfile Added strcasecmp(), strlcat(), and strtol() to the boot loader in order to 2005-01-10 07:26:50 +00:00
TODO It is accomplished ... 2002-07-09 12:24:59 +00:00