File: CHANGELOG

package info (click to toggle)
libsysactivity 0.6.5-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 676 kB
  • ctags: 1,043
  • sloc: ansic: 5,893; sh: 89; makefile: 42
file content (99 lines) | stat: -rw-r--r-- 4,444 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99

libsysactivity 0.6.5 (released 2013-09-24)
* Replacing all fflush() with fclose()+fopen()
* Only use FLTO on release builds.
* The kinfo_proc2 interface has been removed from OpenBSD so use the correct replacement: kinfo_proc
* Removed useless visibility attributes

libsysactivity 0.6.4 (released 2012-10-22)
* Linux version of sa_reset_net_interfaces() was not realoading data.

libsysactivity 0.6.3 (released 2012-05-21)
 * Minor fixes in linux/network and test code.

libsysactivity 0.6.2 (released 2011-06-01)
 * Added kernel 3.x compatibility.
 * Linux/cpu: Now the code is hot-plug and hot-remove safe.
 * tests: Don't suppose there are any swap device.
 * Stress tests updated.

libsysactivity 0.6.1 (released 2011-04-13)
 * Added __restrict__ keyword.
 * Remove SA_SPECIFIC_* macros.
 * Added common/global.h
 * Linux version for sa_get_disks_ids() was not counting the number of disks properly. Fixed.
 * Fixed an error on parsing the disk statistics from linux sys filesystem.

libsysactivity 0.6.0 (released 2011-02-18)
 * Added full support for DragonFly (>= 2.8.2).
 * API: "data_storage" identifier renamed to just "disk".
 * API: struct process split on struct process and struct process_activity. Added function sa_get_processes_activity(). See the documentation for more details.
 * API: Removed sa_get_processes().
 * API: Changing type of dst_size and written in process funtions from pid_t to uint32_t.
 * API: Swap code moved to swap.h and swap.c files.
 * API: Added sa_reset_x(). It should be called everytime you want fresh statistics.
 * API: Added sa_get_x_ids().
 * tests: Don't need to install the library in order to execute the tests anymore.
 * tests: Don't exit() on error so it's possible to detect following errors.
 * tests: Added tests for fields: nice, sys_time and user_time.
 * GCC: Added function attributes: hot and nonnull.
 * GCC: Added flags: -flto and -Wlogical-op when available (>= 4.5).
 * FreeBSD: A process can be created between two contiguous sysctl() calls. Fixed.
 * *BSD: Found a bug on machines with big memory.
 * Linux: Fixed a bug when tring to get all swaps (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593018).
 * Some minor fixes.

libsysactivity 0.5.4 (released 2010-07-25)
 * Added unit tests. See TEST file for instructions.
 * *BSD: percentages() replaced by a 3-clause BSD version.
 * docs: added detailed information about the returned error codes.
 * Linux/networking: selfmade strlcpy was null-terminating before the rest of data was parsed. Fixed.

libsysactivity 0.5.3 (released 2010-06-01)
 * Added support for Debian GNU/kFreeBSD. It's almost the same code as FreeBSD.
 * Linux: Now the kernel version is obtained at startup and checked on each open_XXX
 * *scanf and *printf are too slow. Manual parsing instead.
 * Linux: Many small code optimizations.
 * Linux: Avoid to seek() to a hard-coded position.
 * strncpy is not safe enough so now using own strlcpy.
 * Added stress tests so it's easier to measure how fast is the code.

libsysactivity 0.5.2 (released 2010-05-15)
 * Changed FSF address to the new one (Thanks to Niels Thykier).
 * Added LIB_SUFFIX to the installation path.
 * Better documentation schema.
 * Added cmake configuration and version files so the package can be properly found.

libsysactivity 0.5.1 (released 2010-04-08)
 * Device names length fixed to system limits.
 * Added visibility attributes to functions, structs, enums...
 * Now CMAKE_INSTALL_PREFIX is correctly handled.

libsysactivity 0.5.0 (released 2010-02-25)
 * Added script release.sh
 * Various optimizations and fixes in thread-storage initializations.
 * Added sa_get_processes_ids() for better processes retrieval.
 * OpenBSD and NetBSD: Improved keys handling.
 * NetBSD: Calling realloc() only when needed.
 * OpenBSD support completed.

libsysactivity 0.4.0 (released 2010-01-14)
 * Finished support for NetBSD
 * Fixed compilation under some OS

libsysactivity 0.3.1 (released 2010-01-04)
 * Improved count_X API
 * Better support for NetBSD
 * Improved building structure

libsysactivity 0.3.0 (released 2009-09-30)
 * Restructured CMakeList files
 * Added support for SunOS.
 * Fixed compilation under FreeBSD

libsysactivity 0.2.1 (released 2009-09-20)
 * Gathered headers into libsysactivity.h
 * Documentation written for doxygen.
 * CMakeLists.txt splitted.
 * Linux: fixed compilation under 64 bits.
 * Added sa_ prefix to function and structure names.