haiku/src/servers
Axel Dörfler fd95a7e124 * The net_server now accepts messages from the outside that want to configure
an interface (I don't remember why I didn't want this earlier, but well).
* ifconfig now has an auto-config option that will trigger DHCP.
* Also, it will now remove the IFF_AUTO_CONFIGURED and IFF_CONFIGURING flags
  if an address is specified (any on-going auto-configuration should check for
  these and abort if they aren't there anymore).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28831 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-12-28 22:18:21 +00:00
..
app Correct a small style violation noted by Axel, and add a TODO note. 2008-12-10 14:41:10 +00:00
bluetooth - Implement retrieval of Device Classes. 2008-12-13 23:41:32 +00:00
cddb_daemon - Added handling for the table of contents (toc) attribute. Now it is ready to 2008-08-25 17:43:10 +00:00
debug zuMi created a pretty awesome icon for the debug server. It could be improved 2008-10-07 21:48:37 +00:00
input added get_modifier_key() as proposed by Olivier Cortes. Thanks. 2008-12-14 14:43:49 +00:00
mail zuMi was at it again and created a cool icon for the mail_daemon. Almost a pity 2008-10-10 19:14:20 +00:00
media * BMediaRoster::GetAudio*() should return B_NAME_NOT_FOUND when nothing is set 2008-10-23 21:30:19 +00:00
media_addon made several inherited methods virtual 2008-10-12 13:07:01 +00:00
midi CID 930: Fix memory leak in error case. 2008-09-13 15:22:30 +00:00
net * The net_server now accepts messages from the outside that want to configure 2008-12-28 22:18:21 +00:00
power Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
print Fixing CID 1305: the null check of fPageFormatText on line 483 was redundant 2008-09-12 04:13:30 +00:00
registrar Adjust the thread counting to use atomic adds. This should prevent the previous scenario where many more threads than the limit could actually be spawned. 2008-12-04 03:28:19 +00:00
services_daemon Added app restart capabilities 2007-01-06 13:20:01 +00:00
syslog_daemon * Added Syslog daemon icon by zuMi. Slight tweaks by myself. 2008-10-04 17:29:17 +00:00
Jamfile - Added skeleton for new cddb_server. 2008-08-21 02:33:19 +00:00