Changeset 1181 for trunk/batman
- Timestamp:
- 01/13/09 22:19:36 (20 months ago)
- Location:
- trunk/batman
- Files:
-
- 37 modified
-
INSTALL (modified) (1 diff)
-
Makefile (modified) (1 diff)
-
allocate.c (modified) (1 diff)
-
allocate.h (modified) (1 diff)
-
batman.c (modified) (1 diff)
-
batman.h (modified) (1 diff)
-
bitarray.c (modified) (1 diff)
-
bitarray.h (modified) (1 diff)
-
hash.c (modified) (1 diff)
-
hash.h (modified) (1 diff)
-
linux/kernel.c (modified) (1 diff)
-
linux/modules/compat26.h (modified) (1 diff)
-
linux/modules/gateway.c (modified) (1 diff)
-
linux/modules/gateway.h (modified) (1 diff)
-
linux/modules/gateway24.c (modified) (1 diff)
-
linux/modules/gateway24.h (modified) (1 diff)
-
linux/modules/hash.h (modified) (1 diff)
-
linux/modules/mod_batman.c (modified) (1 diff)
-
linux/route.c (modified) (1 diff)
-
linux/tun.c (modified) (1 diff)
-
list-batman.c (modified) (1 diff)
-
list-batman.h (modified) (1 diff)
-
list.c (modified) (1 diff)
-
originator.c (modified) (1 diff)
-
originator.h (modified) (1 diff)
-
os.h (modified) (1 diff)
-
posix/init.c (modified) (1 diff)
-
posix/posix.c (modified) (1 diff)
-
posix/tunnel.c (modified) (1 diff)
-
posix/unix_socket.c (modified) (1 diff)
-
profile.c (modified) (1 diff)
-
profile.h (modified) (1 diff)
-
ring_buffer.c (modified) (1 diff)
-
ring_buffer.h (modified) (1 diff)
-
schedule.c (modified) (1 diff)
-
schedule.h (modified) (1 diff)
-
vis-types.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/batman/INSTALL
r1180 r1181 14 14 your machine, if you use a PC with Linux. On embedded devices 15 15 both may not be installed in order to save space. 16 17 The *BSD and Mac OS operating systems are currently unmaintained, 18 make targets are still available but will most probably not work. 19 If you're interested in porting and maintaining B.A.T.M.A.N. for 20 these systems, please contact us. We would appreciate your help. 16 21 17 22 Compiling -
trunk/batman/Makefile
r1166 r1181 1 1 # 2 # Copyright (C) 2006-200 8 BATMANcontributors2 # Copyright (C) 2006-2009 B.A.T.M.A.N. contributors 3 3 # 4 4 # This program is free software; you can redistribute it and/or -
trunk/batman/allocate.c
r1167 r1181 1 1 /* 2 * Copyright (C) 2006 B.A.T.M.A.N. contributors: 2 * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: 3 * 3 4 * Thomas Lopatic, Corinna 'Elektra' Aichele, Axel Neumann, Marek Lindner 5 * 4 6 * This program is free software; you can redistribute it and/or 5 7 * modify it under the terms of version 2 of the GNU General Public -
trunk/batman/allocate.h
r255 r1181 1 1 /* 2 * Copyright (C) 2006 B.A.T.M.A.N. contributors: 2 * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: 3 * 3 4 * Thomas Lopatic, Corinna 'Elektra' Aichele, Axel Neumann, Marek Lindner 5 * 4 6 * This program is free software; you can redistribute it and/or 5 7 * modify it under the terms of version 2 of the GNU General Public -
trunk/batman/batman.c
r1172 r1181 1 1 /* 2 * Copyright (C) 2006 B.A.T.M.A.N. contributors: 2 * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: 3 * 3 4 * Thomas Lopatic, Corinna 'Elektra' Aichele, Axel Neumann, 4 5 * Felix Fietkau, Marek Lindner -
trunk/batman/batman.h
r1177 r1181 1 1 /* 2 * Copyright (C) 2006 B.A.T.M.A.N. contributors: 2 * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: 3 * 3 4 * Thomas Lopatic, Corinna 'Elektra' Aichele, Axel Neumann, Marek Lindner 5 * 4 6 * This program is free software; you can redistribute it and/or 5 7 * modify it under the terms of version 2 of the GNU General Public -
trunk/batman/bitarray.c
r1150 r1181 1 1 /* 2 * Copyright (C) 2006 B.A.T.M.A.N. contributors: 2 * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: 3 * 3 4 * Simon Wunderlich, Axel Neumann, Marek Lindner 5 * 4 6 * This program is free software; you can redistribute it and/or 5 7 * modify it under the terms of version 2 of the GNU General Public -
trunk/batman/bitarray.h
r385 r1181 1 1 /* 2 * Copyright (C) 2006 B.A.T.M.A.N. contributors: 2 * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: 3 * 3 4 * Simon Wunderlich, Axel Neumann, Marek Lindner 5 * 4 6 * This program is free software; you can redistribute it and/or 5 7 * modify it under the terms of version 2 of the GNU General Public -
trunk/batman/hash.c
r1150 r1181 1 /* Copyright (C) 2006 B.A.T.M.A.N. contributors: 1 /* 2 * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: 3 * 2 4 * Simon Wunderlich, Marek Lindner 3 5 * -
trunk/batman/hash.h
r691 r1181 1 /* Copyright (C) 2006 B.A.T.M.A.N. contributors: 1 /* 2 * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: 3 * 2 4 * Simon Wunderlich, Marek Lindner 3 5 * -
trunk/batman/linux/kernel.c
r1171 r1181 1 1 /* 2 * Copyright (C) 2006 BATMAN contributors: 2 * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: 3 * 3 4 * Thomas Lopatic 5 * 4 6 * This program is free software; you can redistribute it and/or 5 7 * modify it under the terms of version 2 of the GNU General Public -
trunk/batman/linux/modules/compat26.h
r1149 r1181 1 1 /* 2 * Copyright (C) 2008 BATMAN contributors: 2 * Copyright (C) 2008-2009 B.A.T.M.A.N. contributors: 3 * 3 4 * Thomas Lopatic, Corinna 'Elektra' Aichele, Axel Neumann, Marek Lindner, Andreas Langer 4 5 * This program is free software; you can redistribute it and/or -
trunk/batman/linux/modules/gateway.c
r1167 r1181 1 1 /* 2 * Copyright (C) 2006 BATMAN contributors: 2 * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: 3 * 3 4 * Thomas Lopatic, Corinna 'Elektra' Aichele, Axel Neumann, Marek Lindner, Andreas Langer 4 5 * This program is free software; you can redistribute it and/or -
trunk/batman/linux/modules/gateway.h
r1046 r1181 1 1 /* 2 * Copyright (C) 2006 BATMAN contributors: 2 * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: 3 * 3 4 * Thomas Lopatic, Corinna 'Elektra' Aichele, Axel Neumann, Marek Lindner, Andreas Langer 4 5 * This program is free software; you can redistribute it and/or -
trunk/batman/linux/modules/gateway24.c
r1167 r1181 1 1 /* 2 * Copyright (C) 2006 BATMAN contributors: 2 * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: 3 * 3 4 * Thomas Lopatic, Corinna 'Elektra' Aichele, Axel Neumann, Marek Lindner, Andreas Langer 4 5 * This program is free software; you can redistribute it and/or -
trunk/batman/linux/modules/gateway24.h
r950 r1181 1 1 /* 2 * Copyright (C) 2006 BATMAN contributors: 2 * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: 3 * 3 4 * Thomas Lopatic, Corinna 'Elektra' Aichele, Axel Neumann, Marek Lindner, Andreas Langer 4 5 * This program is free software; you can redistribute it and/or -
trunk/batman/linux/modules/hash.h
r1120 r1181 1 1 /* 2 * Copyright (C) 2006-2008 B.A.T.M.A.N. contributors: 2 * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: 3 * 3 4 * Simon Wunderlich, Marek Lindner 5 * 4 6 * This program is free software; you can redistribute it and/or 5 7 * modify it under the terms of version 2 of the GNU General Public -
trunk/batman/linux/modules/mod_batman.c
r1117 r1181 1 1 /* 2 * Copyright (C) 2006 BATMAN contributors: 2 * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: 3 * 3 4 * Marek Lindner 5 * 4 6 * This program is free software; you can redistribute it and/or 5 7 * modify it under the terms of version 2 of the GNU General Public -
trunk/batman/linux/route.c
r1172 r1181 1 1 /* 2 * Copyright (C) 2006 BATMAN contributors: 2 * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: 3 * 3 4 * Marek Lindner 5 * 4 6 * This program is free software; you can redistribute it and/or 5 7 * modify it under the terms of version 2 of the GNU General Public -
trunk/batman/linux/tun.c
r731 r1181 1 1 /* 2 * Copyright (C) 2006 BATMAN contributors: 2 * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: 3 * 3 4 * Marek Lindner 5 * 4 6 * This program is free software; you can redistribute it and/or 5 7 * modify it under the terms of version 2 of the GNU General Public -
trunk/batman/list-batman.c
r1167 r1181 1 /* Copyright (C) 2006 B.A.T.M.A.N. contributors: 1 /* 2 * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: 3 * 2 4 * Marek Lindner 3 5 * -
trunk/batman/list-batman.h
r1152 r1181 1 /* Copyright (C) 2006 B.A.T.M.A.N. contributors: 1 /* 2 * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: 3 * 2 4 * Marek Lindner 3 5 * -
trunk/batman/list.c
r142 r1181 1 1 /* 2 * Copyright (C) 2006 BATMAN contributors: 2 * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: 3 * 3 4 * Thomas Lopatic 5 * 4 6 * This program is free software; you can redistribute it and/or 5 7 * modify it under the terms of version 2 of the GNU General Public -
trunk/batman/originator.c
r1167 r1181 1 /* Copyright (C) 2006 B.A.T.M.A.N. contributors: 1 /* 2 * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: 3 * 2 4 * Simon Wunderlich, Marek Lindner 3 5 * -
trunk/batman/originator.h
r1167 r1181 1 /* Copyright (C) 2006 B.A.T.M.A.N. contributors: 1 /* 2 * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: 3 * 2 4 * Simon Wunderlich, Marek Lindner 3 5 * -
trunk/batman/os.h
r1171 r1181 1 1 /* 2 * Copyright (C) 2006 BATMAN contributors: 2 * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: 3 * 3 4 * Thomas Lopatic, Marek Lindner 5 * 4 6 * This program is free software; you can redistribute it and/or 5 7 * modify it under the terms of version 2 of the GNU General Public -
trunk/batman/posix/init.c
r1178 r1181 1 1 /* 2 * Copyright (C) 2006 BATMAN contributors: 2 * Copyright (C) 2006-2009 BATMAN contributors: 3 * 3 4 * Thomas Lopatic, Marek Lindner 5 * 4 6 * This program is free software; you can redistribute it and/or 5 7 * modify it under the terms of version 2 of the GNU General Public -
trunk/batman/posix/posix.c
r1169 r1181 1 1 /* 2 * Copyright (C) 2006 BATMAN contributors: 2 * Copyright (C) 2006-2009 BATMAN contributors: 3 * 3 4 * Thomas Lopatic, Marek Lindner 5 * 4 6 * This program is free software; you can redistribute it and/or 5 7 * modify it under the terms of version 2 of the GNU General Public -
trunk/batman/posix/tunnel.c
r1172 r1181 1 1 /* 2 * Copyright (C) 2006 BATMAN contributors: 2 * Copyright (C) 2006-2009 BATMAN contributors: 3 * 3 4 * Marek Lindner 5 * 4 6 * This program is free software; you can redistribute it and/or 5 7 * modify it under the terms of version 2 of the GNU General Public -
trunk/batman/posix/unix_socket.c
r1168 r1181 1 1 /* 2 * Copyright (C) 2006 BATMAN contributors: 2 * Copyright (C) 2006-2009 BATMAN contributors: 3 * 3 4 * Marek Lindner 5 * 4 6 * This program is free software; you can redistribute it and/or 5 7 * modify it under the terms of version 2 of the GNU General Public -
trunk/batman/profile.c
r1168 r1181 1 /* Copyright (C) 2006 B.A.T.M.A.N. contributors: 1 /* 2 * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: 3 * 2 4 * Simon Wunderlich, Marek Lindner 3 5 * -
trunk/batman/profile.h
r1167 r1181 1 /* Copyright (C) 2006 B.A.T.M.A.N. contributors: 1 /* 2 * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: 3 * 2 4 * Simon Wunderlich, Marek Lindner 3 5 * -
trunk/batman/ring_buffer.c
r983 r1181 1 /* Copyright (C) 2007 B.A.T.M.A.N. contributors: 1 /* 2 * Copyright (C) 2007-2009 B.A.T.M.A.N. contributors: 3 * 2 4 * Marek Lindner 3 5 * -
trunk/batman/ring_buffer.h
r983 r1181 1 /* Copyright (C) 2007 B.A.T.M.A.N. contributors: 1 /* 2 * Copyright (C) 2007-2009 B.A.T.M.A.N. contributors: 3 * 2 4 * Marek Lindner 3 5 * -
trunk/batman/schedule.c
r1150 r1181 1 /* Copyright (C) 2006 B.A.T.M.A.N. contributors: 1 /* 2 * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: 3 * 2 4 * Simon Wunderlich, Marek Lindner 3 5 * -
trunk/batman/schedule.h
r1150 r1181 1 /* Copyright (C) 2006 B.A.T.M.A.N. contributors: 1 /* 2 * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: 3 * 2 4 * Simon Wunderlich, Marek Lindner 3 5 * -
trunk/batman/vis-types.h
r1133 r1181 1 1 /* 2 * vis-types.h2 * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: 3 3 * 4 * Copyright (C) 2006 Marek Lindner: 5 * 4 * Marek Lindner 6 5 * 7 6 * This program is free software; you can redistribute it and/or
