- Sep 28, 2013
-
-
Jose Pedro Oliveira authored
-
Jose Pedro Oliveira authored
-
Jose Pedro Oliveira authored
-
- Sep 19, 2013
-
-
Jose Pedro Oliveira authored
-
Jose Pedro Oliveira authored
-
- Sep 18, 2013
-
-
Zi Shen Lim authored
getopt returns an 'int', so use change datatype of 'c' to match it. Otherwise, 'c' may hold a value of 255 (0xff), and fail the comparison with -1 (0xffffffff): while ((c = getopt(...)) != -1) This bug was uncovered on Ubuntu 13.04 running on ARM, using arm-linux-gnueabihf-gcc4.7.
-
- Jul 15, 2013
-
-
Vitaliy Ivanov authored
-
- Apr 10, 2013
-
-
Bob Lantz authored
fixes #127
-
- Jul 07, 2012
-
-
Bob Lantz authored
-
- Apr 14, 2012
- Mar 14, 2010
-
-
Bob Lantz authored
-
Bob Lantz authored
I've changed the way things work a bit: 1. netns is replaced by mnexec, a general-purpose mininet helper. 2. For interactive commands, we now use mnexec -p, which prints out the pid, so we can kill it when someone hits control-C! 3. We close file descriptors for subshells. This might save memory, but who knows. 4. We detach our subshells from the tty using mnexec -s; thus control-C should not terminate everything. 5. Given 4, mn -c is now necessary if you kill mininet.
-
Bob Lantz authored
I've changed the way things work a bit: 1. netns is replaced by mnexec, a general-purpose mininet helper. 2. For interactive commands, we now use mnexec -p, which prints out the pid, so we can kill it when someone hits control-C! 3. We close file descriptors for subshells. This might save memory, but who knows. 4. We detach our subshells from the tty using mnexec -s; thus control-C should not terminate everything. 5. Given 4, mn -c is now necessary if you kill mininet.
-