minix/servers/inet/generic
Lionel Sambuc 9fab85c2de Replacing timer_t by netbsd's timer_t
* Renamed struct timer to struct minix_timer
 * Renamed timer_t to minix_timer_t
 * Ensured all the code uses the minix_timer_t typedef
 * Removed ifdef around _BSD_TIMER_T
 * Removed include/timers.h and merged it into include/minix/timers.h
 * Resolved prototype conflict by renaming kernel's (re)set_timer
   to (re)set_kernel_timer.

Change-Id: I56f0f30dfed96e1a0575d92492294cf9a06468a5
2014-03-01 09:04:54 +01:00
..
arp.c Replacing timer_t by netbsd's timer_t 2014-03-01 09:04:54 +01:00
arp.h New inet with partial select implementation 2005-06-28 15:19:58 +00:00
assert.h fix inet warnings 2013-05-31 14:30:52 +00:00
buf.h INET: fix a few GCC compilation warnings 2012-02-01 13:24:28 +00:00
clock.h Replacing timer_t by netbsd's timer_t 2014-03-01 09:04:54 +01:00
eth.c INET: use libchardriver 2014-03-01 09:04:51 +01:00
eth.h retire _CONST, _VOLATILE, _SIZET, _ARGS, _VOID 2012-03-25 21:58:20 +02:00
eth_int.h Initial convertion to asynchronous sends for communicating with ethernet 2007-04-23 14:49:20 +00:00
event.c New inet with partial select implementation 2005-06-28 15:19:58 +00:00
event.h New inet with partial select implementation 2005-06-28 15:19:58 +00:00
icmp.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
icmp.h New inet with partial select implementation 2005-06-28 15:19:58 +00:00
icmp_lib.h Remove U16_t and most other similar types. Rewrite functions to ansi-style 2010-04-21 11:05:22 +00:00
io.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
io.h Initial revision 2005-04-21 14:53:53 +00:00
ip.c fix inet warnings 2013-05-31 14:30:52 +00:00
ip.h New inet with partial select implementation 2005-06-28 15:19:58 +00:00
ip_eth.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
ip_int.h This patch switches the MINIX3 ethernet driver stack from a port-based 2010-05-17 22:22:53 +00:00
ip_ioctl.c INET: use libchardriver 2014-03-01 09:04:51 +01:00
ip_lib.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
ip_ps.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
ip_read.c various warning/errorwarning fixes for gcc47 2012-08-27 16:19:18 +02:00
ip_write.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
ipr.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
ipr.h Remove U16_t and most other similar types. Rewrite functions to ansi-style 2010-04-21 11:05:22 +00:00
psip.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
psip.h New inet with partial select implementation 2005-06-28 15:19:58 +00:00
rand256.c Removing obsolete _NBSD_LIBC define 2013-02-26 09:44:24 +00:00
rand256.h Listen/accept. Read select for UDP. 2005-07-27 12:07:12 +00:00
sr.h New inet with partial select implementation 2005-06-28 15:19:58 +00:00
tcp.c INET: use libchardriver 2014-03-01 09:04:51 +01:00
tcp.h New inet with partial select implementation 2005-06-28 15:19:58 +00:00
tcp_int.h Replacing timer_t by netbsd's timer_t 2014-03-01 09:04:54 +01:00
tcp_lib.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
tcp_recv.c various warning/errorwarning fixes for gcc47 2012-08-27 16:19:18 +02:00
tcp_send.c Replacing timer_t by netbsd's timer_t 2014-03-01 09:04:54 +01:00
type.h New inet with partial select implementation 2005-06-28 15:19:58 +00:00
udp.c INET: use libchardriver 2014-03-01 09:04:51 +01:00
udp.h New inet with partial select implementation 2005-06-28 15:19:58 +00:00
udp_int.h Listen/accept. Read select for UDP. 2005-07-27 12:07:12 +00:00