-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathChangeLog.txt
More file actions
171 lines (121 loc) · 4.3 KB
/
ChangeLog.txt
File metadata and controls
171 lines (121 loc) · 4.3 KB
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
v0.2-dev-62 (2015-07-13):
- Initial steps for 'hold' operation implementation.
v0.2-dev-61 (2015-07-02):
- Fixed exit status transport (from uss to usd)
- uSched client now displays entry flags
v0.2-dev-60 (2015-07-01):
- New output for uSched Client (usc)
v0.2-dev-59 (2015-06-29):
- Serialize/Unserialize basic statistics data (usd)
v0.2-dev-58 (2015-06-28):
- Explicit blocking I/O handlers
- Included stat data in entry headers
v0.2-dev-57 (2015-05-22):
- Fixed issues with new entry signatures
- Fixed issues with 'uss' entry status
v0.2-dev-56 (2015-05-21):
- Added some metrics to uss report.
v0.2-dev-55 (2015-05-19):
- 'uss' report pipe properties are now cofigurable via 'usa' (filename, frequency and mode).
v0.2-dev-54 (2015-05-16):
- Added the reporting interface (statistics) skeleton.
v0.2-dev-53 (2015-05-14):
- Updated README and README.md
v0.2-dev-52 (2015-05-14):
- Modules are now forced to be restarted when IPC components fail for some reason (self-healing)
- Modules no longer wait to flush IPC queue when a termination is requested
v0.2-dev-51 (2015-05-14):
- Updated startup scripts
v0.2-dev-50 (2015-05-13):
- Proper privilege drops for the new IPC mechanism
v0.2-dev-49 (2015-05-13):
- Fixes and consolidations all around
v0.2-dev-48 (2015-05-13):
- Consolidation of major changes
v0.2-dev-47 (2015-05-12):
- Major IPC structural changes
- New configuration tree
v0.2-dev-46 (2015-04-24):
- Skeleton for System V Message Queues (will replace the default POSIX Message Queues)
v0.2-dev-43 (2015-04-15):
- Minor fixes
- Updated TODO and README.md
v0.2-dev-42 (2015-04-15):
- Implemented first stage of uSched Status and Statistics (uss) module.
v0.2-dev-31 (2015-04-05):
- Added use->uss interface (dispatcher)
- Additional IPC message verifications
v0.2-dev-30 (2015-04-05):
- Updated README.md and INSTALL.txt
v0.2-dev-29 (2015-04-05):
- Simplified IPC interface
v0.2-dev-28 (2015-04-04):
- Added uSched Status and Statistics module (skeleton)
- Significant changes on IPC communications.
v0.2-dev-26 (2015-04-03):
- Fixed usc(1) manpage
v0.2-dev-26 (2015-04-01):
- Updated README.md with useful documentation links
v0.2-dev-25 (2015-03-31):
- Correctly set errno for error reporting of threads
- Added the THANKS.txt file
v0.2-dev-24 (2015-03-30):
- Updated uConf parameters for SunOS and improved system shell configuration
v0.2-dev-23 (2015-03-30):
- Improved uConf
v0.2-dev-22 (2015-03-30):
- Updated INSTALL.txt and README.md
v0.2-dev-21 (2015-03-30):
- More minor fixes on uConf
v0.2-dev-20 (2015-03-30):
- Fixed minor issues on uConf
v0.2-dev-19 (2015-03-30):
- Ported 'deploy' and 'deps' scripts to uConf specific folder
v0.2-dev-18 (2015-03-30):
- Updated README.md
- New uConf revision
v0.2-dev-17 (2015-03-28):
- Fixed lots of minor issues
v0.2-dev-16 (2015-03-28):
- Added execution permissions to pre-initialization scripts during installation
- Updated uConf flags for SunOS
v0.2-dev-15 (2015-03-27):
- Included the missing netinet/in.h header on usd/conn.c
- Minor fixes on uConf
v0.2-dev-14 (2015-03-27):
- Fixed minor issues on uConf
- Added more required paths for SunOS params
v0.2-dev-13 (2015-03-27):
- More improvements to uConf to better support SunOS (and others)
- More improvements to 'deploy' and 'deps' scripts
v0.2-dev-12 (2015-03-27):
- Upgraded uConf to better support older versions of SunOS
- Improved 'deploy' and 'deps' scripts
v0.2-dev-11 (2015-03-26):
- Added timeout for IPC send calls.
- uConf parameters updated.
- Updated documentation.
v0.2-dev-10 (2015-03-26):
- Fixed minor issues.
- Updated README.md
v0.2-dev-09 (2015-03-26):
- Optional __attribute__ ((packed, aligned(x))) instead of #pragma pack to support older compilers
- Updated uConf parameters for SunOS
v0.2-dev-08 (2015-03-26):
- New uConf parameters for SunOS support
- New examples on README.md
v0.2-dev-07 (2015-03-26):
- Improved IPC code (Minix support)
v0.2-dev-06 (2015-03-26):
- Improved uConf portability on variables replacement script
v0.2-dev-05 (2015-03-25):
- Enhanced support for Minix connection handling
v0.2-dev-04 (2015-03-25):
- Changed uConf parameters
- Fixed ucred code for SunOS
v0.2-dev-03 (2015-03-25):
- Changed uConf parameters
v0.2-dev-02 (2015-03-25):
- Updated README.md
v0.2-dev-01 (2015-03-25):
- Updated README.md