Set inverted CPU affinity
[netsniff-ng.git] / Changelog
blob8619c2de51cfbcc4a3667f424f70f96dabc6fda0
1 Version 0.5.1 (08.08.2009)
2 ==========================
3 * Initial, unofficial release
5 Version 0.5.2 (06.09.2009)
6 ==========================
7 * Initial, official release
8 * Fixed some race condition in netsniff-ng.c
10 Version 0.5.3 (06.12.2009)
11 ==========================
12 * Added Makefile
13 * Added Manpage
14 * Documentation
15 * (Debian packaging)
16 * Some less code refractorings in netsniff-ng.c and 
17   check_packets.c
19 Version 0.5.3.1 (16.12.2009)
20 ============================
21 * check_packets.c has been put into src/clients/ due 
22   to not officially supporting it anymore. It is just 
23   a simple unix domain socket client example for netsniff-ng,
24   but nothing more.
26 Version 0.5.4.0 (???)
27 ============================
28 * Added high-resolution timer
29 * Fixed some small bugs / mem-leaks
30 * Some code refactorings
31 * Added SIGHUP ignorance, so for instance netsniff-ng keeps 
32   alive on ssh-sessions
33 * Added pid output during start
34 * Better packet visualization on -C mode
35 * Locking of RX_RING due to make it non-swappable
36 * futex locking of critical paths instead of mutex
37 * Added setpriority() for notifying the scheduler to make use 
38   of the full timeslice
39 * Setting process affinity to specific CPU on demand (via Param)
40   This can be useful for a patched init proc, so that on demand
41   netsniff-ng can be the only process for a single CPU
42 * -C option can now be switched on and off during runtime via SIGUSR2