haiku/headers/os
Ingo Weinhold 1fbe3ccd4e * Reformatted to honor 80 chars/line limit.
* Renamed a few parameters of the FS module hooks:
  - *file in the attribute functions to *vnode
  - v to vnode
  - I could barely restrain myself from renaming the "_*" parameters. I
    understand this marks return parameters, but I'd prefer a nicer prefix
    or suffix (that doesn't makes you think this is a private/internal
    identifier) like "out", "ret", "return", "result", or something similar.

I'd also like to propose renaming {read,write}_link() to
{read,write}_symlink(). Er, and do we need write_link() at all?


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20226 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-02-24 23:05:18 +00:00
..
add-ons drop old fsproto.h 2006-09-01 08:01:38 +00:00
app * The BHandler observer mechanism was completely broken in Haiku for remote targets; 2007-02-01 16:08:01 +00:00
arch
be_apps Added the public header to allow apps to take advantage of the services daemon's app restart capabilities 2007-01-06 02:27:52 +00:00
device
drivers * Reformatted to honor 80 chars/line limit. 2007-02-24 23:05:18 +00:00
game cleanup 2006-08-26 09:16:56 +00:00
interface * Implemented BDragger::{Show|Hide}AllDraggers() and its backend in the app_server. 2007-02-21 07:57:21 +00:00
kernel merge both commpage.h into the private header 2007-02-20 00:21:45 +00:00
mail
media Added a stub BTextParameter as in Dano, I'd need that for ESDSink at least. 2007-02-16 23:40:49 +00:00
midi code style update to match ours (kind of) 2006-06-19 13:24:04 +00:00
midi2 style cleanup 2006-09-21 13:04:59 +00:00
net * Fixed build of libnetapi.so - it probably won't work for now, though, have a look 2006-08-29 00:19:23 +00:00
opengl updated mesa to 6.5.2 2007-02-15 23:40:43 +00:00
storage * added new icon specific verions of GetIcon and SetIcon 2006-11-16 00:12:15 +00:00
support Added missing B_ATOM_TYPE AND B_ATOMREF_TYPE. 2007-02-23 23:16:31 +00:00
translation Added another GetStyledText() function to force a specific encoding. 2007-01-17 12:04:02 +00:00
AppKit.h
Be.h
BeBuild.h
DeviceKit.h
GameKit.h
InterfaceKit.h
KernelKit.h
MailKit.h
MediaKit.h
MidiKit.h
NetKit.h
NetworkKit.h
OpenGLKit.h
StorageKit.h
SupportKit.h
TranslationKit.h