File: ChangeLog

package info (click to toggle)
kernel-package 12.036%2Bnmu1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,848 kB
  • ctags: 657
  • sloc: perl: 2,887; sh: 840; makefile: 219
file content (180 lines) | stat: -rw-r--r-- 6,226 bytes parent folder | download | duplicates (3)
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
171
172
173
174
175
176
177
178
179
180
2008-11-15  Manoj Srivastava  <srivasta@debian.org>

	* amd64.mk (kelfimagedest): master: When building a current kernel
		  with the in-kernel xen code enabled on amd64,
		  kernel-package does not recognize this correctly because
		  it matches on a config variable which apparently
		  is no longer set (or maybe even was never used
		  in the in-kernel xen code). Add an extra clause to cater
		  to the in kernel xen code.

2007-11-30  Manoj Srivastava  <srivasta@debian.org>

	* i386.mk (DEBCONFIG):
		  srivasta@debian.org--lenny/kernel-package--devel--11.0--patch-13
		  use DEB_HOST_ARCH_OS, not DEB_HOST_GNU_SYSTEM 

	* amd64.mk (KERNEL_ARCH):
		  srivasta@debian.org--lenny/kernel-package--devel--11.0--patch-13
		  use DEB_HOST_ARCH_OS, not DEB_HOST_GNU_SYSTEM

2007-02-25  Manoj Srivastava  <srivasta@debian.org>

	* armel.mk (DEBCONFIG): New architecture make snippet for the armel arch

2006-06-16  Manoj Srivastava  <srivasta@debian.org>

	* what_is_ppc_called_today.mk:
		  srivasta@debian.org--etch/kernel-package--devel--9.0--patch-158
		  New file with the powerpc kernel arch determination code

	* powerpc.mk:
		  srivasta@debian.org--etch/kernel-package--devel--9.0--patch-158
		  Moved out the bit of code that determines what the
		  kernel arch is, based on version and subarch.  

2006-05-02  Manoj Srivastava  <srivasta@debian.org>

	* sparc.mk:
		  srivasta@debian.org--etch/kernel-package--devel--9.0--patch-153
		  Do not set ARCH_IN_NAME if append to version is nul 

2006-04-30  Manoj Srivastava  <srivasta@debian.org>

	* powerpc.mk (ARCH):
		  srivasta@debian.org--etch/kernel-package--devel--9.0--patch-152
		  Provide $(EXTRAV_ARG) and  $(CROSS_ARG)  to the inage
		  post processing script

	* amd64.mk (KERNEL_ARCH):
		  srivasta@debian.org--etch/kernel-package--devel--9.0--patch-151
		  The correct kernel  configuration var to check for is
		  CONFIG_X86_64_XEN, not CONFIG_X86_XEN.  

2006-04-20  Manoj Srivastava  <srivasta@debian.org>

	* amd64.mk (target):
		  srivasta@debian.org--etch/kernel-package--devel--9.0--patch-148
		  Added untested support for Xen on amd64, based on i386
		  changes 

2006-04-13  Manoj Srivastava  <srivasta@debian.org>

	* powerpc.mk (INSTALL_MKVMLINUZ_PATH):
		  srivasta@debian.org--etch/kernel-package--devel--9.0--patch-144
		  Specify the post-processing to be done at the point we
		  indicate something is needed.  Also, change processing
		  for new kernels.

2006-04-12  Manoj Srivastava  <srivasta@debian.org>

	* i386.mk:
		  srivasta@debian.org--etch/kernel-package--devel--9.0--patch-142
		  Add in separate stanzas for a subarch Xen, versus the
		  normal i386  build. We change boot loader definitions,
		  dependencies, targets, and image destinations.  

2006-01-28  Manoj Srivastava  <srivasta@debian.org>

	* armeb.mk (target): Added support for armeb

2005-12-31  Manoj Srivastava  <srivasta@debian.org>

	* powerpc.mk (INSTALL_MKVMLINUZ_PATH):
		  srivasta@debian.org--etch/kernel-package--devel--9.0--patch-105
		  Set it to a value relative to the top of the image
		  package, instead of an absolute path, and use the stem

2005-12-28  Manoj Srivastava  <srivasta@debian.org>

	* powerpc.mk:
		  srivasta@debian.org--etch/kernel-package--devel--9.0--patch-103
		  New, consolidated snippet for powerpc, which sets kernel
		  arch based on kernel versions. Removed ppc.mk and
		  powerpc.mk

2005-12-26  Manoj Srivastava  <srivasta@debian.org>

	* powerpc.mk (KERNEL_ARCH):
		  srivasta@debian.org--etch/kernel-package--devel--9.0--patch-99
		  if the subarch is powerpc or powerpc32, the kernel arch
		  is really ppc. 

2005-12-25  Manoj Srivastava  <srivasta@debian.org>

	* powerpc.mk:
		  srivasta@debian.org--etch/kernel-package--devel--9.0--patch-99
		  New file, for >2.6.15 kernels. 

2005-12-09  Manoj Srivastava  <srivasta@debian.org>

	* arm.mk: Added missing arm.mk. Somehow, this file had gone
		  missing. 

2005-11-02  Manoj Srivastava  <srivasta@debian.org>

	* xen.mk:
		  srivasta@debian.org--etch/kernel-package--devel--9.0--patch-53
		  New file to handle the architecture specific variables.  

	* uml.mk:
		  srivasta@debian.org--etch/kernel-package--devel--9.0--patch-53
		  New file to handle the architecture specific variables.  

	* sparc.mk:
		  srivasta@debian.org--etch/kernel-package--devel--9.0--patch-53
		  New file to handle the architecture specific variables. 

	* s390.mk:
		  srivasta@debian.org--etch/kernel-package--devel--9.0--patch-53
		  New file to handle the architecture specific variables. 

	* ppc64.mk:
		  srivasta@debian.org--etch/kernel-package--devel--9.0--patch-53
		  New file to handle the architecture specific variables. 

	* ppc.mk:
		  srivasta@debian.org--etch/kernel-package--devel--9.0--patch-53
		  New file to handle the architecture specific variables.  

	* mipsel.mk:
		  srivasta@debian.org--etch/kernel-package--devel--9.0--patch-53
		  New file to handle the architecture specific variables. 

	* mips.mk:
		  srivasta@debian.org--etch/kernel-package--devel--9.0--patch-53
		  New file to handle the architecture specific variables. 

	* m68k.mk:
		  srivasta@debian.org--etch/kernel-package--devel--9.0--patch-53
		  New file to handle the architecture specific variables. 

	* m32r.mk:
		  srivasta@debian.org--etch/kernel-package--devel--9.0--patch-53
		  New file to handle the architecture specific variables. 

	* ia64.mk:
		  srivasta@debian.org--etch/kernel-package--devel--9.0--patch-53
		  New file to handle the architecture specific variables. 

	* i386.mk:
		  srivasta@debian.org--etch/kernel-package--devel--9.0--patch-53
		  New file to handle the architecture specific variables. 

	* hppa.mk:
		  srivasta@debian.org--etch/kernel-package--devel--9.0--patch-53
		  New file to handle the architecture specific variables. 

	* amd64.mk:
		  srivasta@debian.org--etch/kernel-package--devel--9.0--patch-53
		  New file to handle the architecture specific variables.

	* alpha.mk:
		  srivasta@debian.org--etch/kernel-package--devel--9.0--patch-53
		  New file to handle the architecture specific variables. 

2005-11-01  Manoj Srivastava  <srivasta@debian.org>

	* README.txt: New file. Describes what the files in this directory
		  do.