Axel Dörfler
b612edb0d7
Added a simple select() and poll() test application - it's not yet added
...
to the build because I still need to look into those build issues...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1812 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1812
2002-11-01 03:03:12 +00:00
Philippe Houdoin
41aff81700
Add ping, ifconfig, route, arp & traceroute network command line apps to the build.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1811 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1811
2002-11-01 03:01:02 +00:00
Axel Dörfler
350117ec51
Removed the "const" in the return value of strerror() to be POSIX compliant.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1810 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1810
2002-11-01 02:58:34 +00:00
Philippe Houdoin
03a92a2178
Moved rtstat & rt_tables declarations in route.c instead of posix/net/route.h 8-\
...
Update the protocols and interfaces modules names prefix to reflect the real
disk hierarchy where they lives.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1809 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1809
2002-11-01 02:58:20 +00:00
Philippe Houdoin
7d31ea94fb
Add missing extern "C" enclosures.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1808 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1808
2002-11-01 02:54:42 +00:00
Philippe Houdoin
5c3421e490
rtstat and rt_tables global variables were declared EACH time route.h was included.
...
There're now only defined here via extern, and declared in
/current/src/add-ons/kernel/network/core/route.c where they belong.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1807 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1807
2002-11-01 02:53:49 +00:00
Philippe Houdoin
2ae4404ac1
On behalf of Scott Mansfield, the 3/4 Net* classes headers are there.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1806 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1806
2002-11-01 02:49:38 +00:00
lillo
2b1e7eaca7
some more small fixes
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1805 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1805
2002-10-31 14:32:56 +00:00
lillo
5e7d6a17a0
Enabled the single ordered queue scheduler and made some little fixes
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1804 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1804
2002-10-31 13:20:00 +00:00
mahlzeit
6ac523ea9b
Stub implementation of libmidi2.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1803 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1803
2002-10-31 08:53:41 +00:00
mahlzeit
e913fbc1c2
Debug macros for the Midi Kit. Somewhat
...
stolen from the Media Kit's debug.h ;-)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1802 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1802
2002-10-31 08:50:49 +00:00
mahlzeit
75a7beab8f
The header that was committed earlier was different
...
from the one that comes with BeOS R5 Pro and PE. It
missed GetProducerID() in BMidiLocalConsumer.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1801 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1801
2002-10-31 08:48:13 +00:00
Tyler Dauwalder
c74a036794
Moved R5 suffixes into kRecentAppsTestAppSigs array instead of adding
...
them on elsewhere.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1800 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1800
2002-10-31 07:13:55 +00:00
Tyler Dauwalder
43b004ca90
- Rid the world of mutated types and signatures
...
- Accounted for incorporation of R5 suffixes in app sigs into
the kRecentAppsTestSigs array
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1799 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1799
2002-10-31 07:12:24 +00:00
Tyler Dauwalder
fde0f1b873
Implemented HandleGetRecent{Documents,Folders}()
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1798 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1798
2002-10-31 07:10:02 +00:00
Tyler Dauwalder
85c4b39407
Added RecentEntries.cpp to the build.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1797 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1797
2002-10-31 07:08:56 +00:00
Tyler Dauwalder
15a66e61ce
RecentEntries class; handles recent documents and folders.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1796 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1796
2002-10-31 07:08:25 +00:00
Philippe Houdoin
2cd1ec325f
No more conflict on /dev/netstack between net_stack_driver and net_server_driver:
...
- net_server_driver now publish a /dev/net/server entry,
- net_stack_driver still publish a /dev/net/stack entry.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1795 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1795
2002-10-30 21:06:07 +00:00
beveloper
2f344cad19
some more clean up and renaming
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1794 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1794
2002-10-30 20:59:25 +00:00
beveloper
570e196319
bugfix
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1793 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1793
2002-10-30 17:22:23 +00:00
beveloper
b282b44773
code cleanup. renamed exported socket functions as socket_ and removed void *
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1792 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1792
2002-10-30 16:40:51 +00:00
beveloper
50051aab06
might work better
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1791 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1791
2002-10-30 16:37:59 +00:00
mahlzeit
37192de9c0
Added the beginnings of the midi_server
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1790 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1790
2002-10-30 15:37:29 +00:00
beveloper
24a8c5cfe1
fix for two bugs
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1788 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1788
2002-10-30 14:06:52 +00:00
Stefano Ceccherini
4ac7fa15ed
Added some more tests (for IFind* functions)
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1787 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1787
2002-10-30 14:05:00 +00:00
Philippe Houdoin
d8d42f5a47
Some comments updated to the net_userstack_driver -> net_server_driver shift.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1786 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1786
2002-10-30 08:47:22 +00:00
Philippe Houdoin
046f3eec6c
Fix an assignment to 'uint32' from 'float' warning.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1785 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1785
2002-10-30 08:39:06 +00:00
Philippe Houdoin
6b94eecd7c
net_userstack_driver renamed into net_server_driver,
...
and net_server_driver is now build too.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1784 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1784
2002-10-30 08:24:00 +00:00
Philippe Houdoin
b1db9598c9
Add the picture tests to build
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1783 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1783
2002-10-30 07:57:22 +00:00
Axel Dörfler
e7825532f5
Fixed a small possible bug in the R5 select() implementation for the net kit.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1782 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1782
2002-10-30 03:44:52 +00:00
Axel Dörfler
dbf1da160b
Userland implementations for select(), pselect(), and poll().
...
Not yet added to the build because other stuff is missing, and there is
a problem with jam I have to sort out before I add the missing things.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1781 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1781
2002-10-30 02:33:16 +00:00
Axel Dörfler
7ed765a7f9
Added syscalls for select(), and poll().
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1780 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1780
2002-10-30 02:29:05 +00:00
Axel Dörfler
2dc3fee59d
Nicer parameter names in sys/select.h.
...
Added a comment in sys/time.h.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1779 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1779
2002-10-30 02:28:09 +00:00
beveloper
089a062916
avoid building too long command lines (still not perfect)
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1778 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1778
2002-10-30 02:13:21 +00:00
beveloper
8bcfda04d9
might work better
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1777 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1777
2002-10-30 02:10:06 +00:00
beveloper
42415555d3
after many changes, the network stack can now be build
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1776 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1776
2002-10-30 01:21:54 +00:00
beveloper
7d9ef5af20
avoid collision with <netinet/in.h>
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1775 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1775
2002-10-29 23:38:46 +00:00
Axel Dörfler
9844285a44
Changed the kmalloc()/kfree() calls to malloc()/free().
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1774 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1774
2002-10-29 23:08:35 +00:00
Axel Dörfler
41691b996a
Replaced kmalloc(), kfree(), and kstrdup() with the POSIX equivalents.
...
Implemented realloc().
Adapted all other sources, some minor cleanups in some files as well.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1773 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1773
2002-10-29 23:07:06 +00:00
Axel Dörfler
f2e04b5fa6
Removed the kmalloc(), kfree(), and kstrdup() prototypes.
...
You now need to include malloc.h (or stdlib.h) and use malloc(), free(),
and strdup().
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1772 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1772
2002-10-29 23:03:47 +00:00
ejakowatz
c1983bad48
Rewrote the "adding more data" section to deal with missing destructor
...
problem.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1771 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1771
2002-10-29 21:27:44 +00:00
beveloper
0e2e5d7f76
added EHOSTDOWN, required by the net kit.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1770 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1770
2002-10-29 20:33:01 +00:00
beveloper
c16715cb44
removed
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1769 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1769
2002-10-29 20:15:21 +00:00
beveloper
a115b7c3f1
moved some things from sys/socketvar.h
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1768 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1768
2002-10-29 20:12:42 +00:00
beveloper
890892471a
moved some things into private/net_socket.h
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1767 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1767
2002-10-29 20:11:48 +00:00
beveloper
6e70991c56
moved from posix/sys
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1766 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1766
2002-10-29 20:07:00 +00:00
beveloper
8b7eabec3f
moved
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1765 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1765
2002-10-29 20:05:41 +00:00
beveloper
cd6ec71536
to stay compatible, ListItem.h now also declares BStringItem
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1764 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1764
2002-10-29 19:52:00 +00:00
Stefano Ceccherini
af1732a6d4
Fixed to compile
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1763 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1763
2002-10-29 19:09:59 +00:00
Stefano Ceccherini
f68e12e5ed
Tests are a developer's best friends :)) Fixed an incorrect implementation of the private function _FindAfter.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1762 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev1762
2002-10-29 19:09:27 +00:00