~dannf/ubuntu/trusty/numactl/arm64

« back to all changes in this revision

Viewing changes to CHANGES

  • Committer: Bazaar Package Importer
  • Author(s): Ian Wienand
  • Date: 2006-11-03 10:31:24 UTC
  • mfrom: (1.2.1 upstream) (3.1.3 edgy)
  • Revision ID: james.westby@ubuntu.com-20061103103124-9dy65897wxq3g7ku
add powerpc.patch; fix FTBFS due to typo on PowerPC

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[Note: newer entries are at the bottom]
 
2
 
 
3
Early prehistory:
 
4
 
1
5
- Fix some warnings
2
6
- Add const to global variables and prototypes
3
7
- Document numa_warn
100
104
- support valgrind in testsuite
101
105
- other minor changes
102
106
 
 
107
0.9.1
 
108
- Make automatic selection of lib64 vs lib more robust. Now should work
 
109
even on ppc32 with a lib64 directory. Architecture lists are hardcoded now
 
110
unfortunately.
 
111
 
 
112
0.9.2
 
113
- Fix compilation on architectures with gcc 3.3+ but without TLS
 
114
(MIPS, Alpha, Sparc) 
 
115
- Add warning against using of MPOL_F_NODE
 
116
- numa.3 improvements from Michael Kerrisk
 
117
- Support page migration (migratepages, manpages) from Christoph
 
118
Lameter. Requires 2.6.16+ kernels
 
119
 
 
120
0.9.3
 
121
- Some more manpage fixes
 
122
- install migratepages manpage in make install
 
123
- Build fix for Debian make from Ian Wienand
 
124
 
 
125
0.9.4:
 
126
- Remove syscall manpages. They're in main man-pages now.
 
127
- More migrate fixes from C.Lameter
 
128
 
 
129
0.9.5:
 
130
- Fix parsing of cpumap in sysfs from Doug Chapman
 
131
 
 
132
0.9.6:
 
133
- Fix make install again
 
134
 
 
135
0.9.7
 
136
- Fix cpumap parsing fix to not corrupt memory (Doug Chapman) 
 
137
- Small optimization to cpumap parsing
 
138
- Create target directories for Debian (Ian Wienand)
 
139
 
 
140
0.9.8
 
141
- Fix cpumap parsing again (Doug Chapman)
 
142
 
 
143
0.9.9 (aka "Will 1.0 ever happen?") 
 
144
- Fix sizing of cpu buffers for affinity syscalls
 
145
- Don't corrupt errno in numa_run_on_node_mask. This fixes
 
146
numactl cpubind issues on some systems.
 
147
- Print cpus belonging to nodes in numactl --hardware
 
148
- Rewrite cpumap parser to be simpler and hopefully finally work
 
149
in all cases
 
150
- add testcases for cpu affinity and topology discovery
 
151
- Add make test target to run regression test easier and fix up
 
152
test/README
 
153
 
 
154
Lots of fixes thanks to thorough testing by Noriyuki Taniuchi:
 
155
- Better command line parsing in numactl and fix various documentation bugs
 
156
- Wrong arguments to --prefered don't crash numactl anymore
 
157
- Fix --cpunodebind=all
 
158
- Auto collect short option list in numactl - a couple were missing.
 
159
- Fix documentation of numa_set_localalloc. It doesn't have a flag. 
 
160
- Fix numa_run_on_node(-1)
 
161
- numa_get_run_node_mask(): Fix documentation, don't warn
 
162
 
 
163
0.9.10:
 
164
- Fix cpumap parsing bug when NR_CPUS < 32 (dean gaudet)  
 
165
 
 
166
0.9.11
 
167
- Fix usage output for --shmid (Noriyuki Taniuchi)
 
168
- Use correct syscall number for migrate_pages() on PPC
 
169
 
 
 
b'\\ No newline at end of file'