Pages: « Previous 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 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 Next »
Summary Period: 2002-05-05 to 2002-04-24 (Commits 5047-5096 of 10846)
EXTRA35MAN should have the extensions on it.
5 lines of code changed in:
be quiet (@) when doing the install:
11 lines of code changed in:
install: target is not empty, but has "true" to avoid
make blurting out: "Nothing to do..."
12 lines of code changed in:
introduce libexec dir
fix $FINALLIBDIR (was missing an L).
4 lines of code changed in:
start of packaging tests - basic framework done.
437 lines of code changed in:
functions.sh moved to testing/utils/functions.sh.
1 lines of code changed in:
moved to testing/utils/functions.sh.
0 lines of code changed in:
40% done.
383 lines of code changed in:
rev 1 of OLS paper.
31 lines of code changed in:
Moved from testing/doc/single_netjig.fig,v
98 lines of code changed in:
Moved from testing/doc/multi_netjig.fig,v
161 lines of code changed in:
Moved from testing/doc/testnet.ps,v
1166 lines of code changed in:
Moved from testing/doc/testnet.png,v
64 lines of code changed in:
Moved from testing/doc/testnet.dia,v
13 lines of code changed in:
Moved from testing/doc/regression_options.txt,v
7 lines of code changed in:
rename man page to proper extension.
286 lines of code changed in:
added basic man page for all internal commands.
209 lines of code changed in:
plot chart of regression results
24 lines of code changed in:
removed reduentant 2.2 patches.
6 lines of code changed in:
improve names of some source files
91 lines of code changed in:
adjust location of manlink.
1 lines of code changed in:
Moved from programs/pluto/main.c,v
465 lines of code changed in:
Moved from programs/pluto/preshared.h,v
99 lines of code changed in:
Moved from programs/pluto/kernel_comm.h,v
17 lines of code changed in:
Moved from programs/pluto/kernel_comm.c,v
371 lines of code changed in:
Moved from programs/pluto/preshared.c,v
1187 lines of code changed in:
/usr/local/sbin/ipsec will look in /usr/local/lib/ipsec and
/usr/local/libexec/ipsec for sub-commands.
15 lines of code changed in:
while tracking down a missing (not installed) /etc/ipsec.conf,
MCR has decided that it is not okay for each program subdir to have
some subset (determined with -f) of possible files.
Each subdir that defines $PROGRAM, MUST have a PROGRAM.8 file as well as a PROGRAM file.
Optional PROGRAM.5 files have been added to the makefiles.
Also added substitions for IPSEC_LIBEXECDIR and IPSEC_LIBDIR.
12 lines of code changed in:
while tracking down a missing (not installed) /etc/ipsec.conf,
MCR has decided that it is not okay for each program subdir to have
some subset (determined with -f) of possible files.
Each subdir that defines $PROGRAM, MUST have a PROGRAM.8 file as well as a PROGRAM file.
Optional PROGRAM.5 files have been added to the makefiles.
321 lines of code changed in:
renamed conf.proto to ipsec.conf, as it is no longer generated.
41 lines of code changed in:
adjust path to manlink
5 lines of code changed in:
resurrected kernel.patch.gen.sh
49 lines of code changed in:
adjusted Makefile to find "errcheck" script in proper place.
10 lines of code changed in:
tricky to get the right combination of ; and \.
foreach itself needs the \. Trailing ; is needed because the
foreach expands into multiple commands, which need to have ; between
them. Trailing ; on foreach that is empty, confuses since it expands
to ";", an invalid command.
15 lines of code changed in:
one ; in $(foreach) should have been ,.
1 lines of code changed in:
more sophisticated klink target.
4 lines of code changed in:
moved more stuff behind $KLIPSMODULE=y to get static linking to work.
20 lines of code changed in:
oops, $f is now a make variable, not a shell variable.
5 lines of code changed in:
switch from shell for loops to GNU make $(foreach) loops, as they
deal with empty variables more elegantly.
12 lines of code changed in:
don't edit Makefile.ver, just generate it.
3 lines of code changed in:
*** empty log message ***
4 lines of code changed in:
generate version.c for the kernel directly in the makefile.
2 lines of code changed in:
include -DIPCOMP_PREFIX on all compiles.
1 lines of code changed in:
include local Makefile.ver as well as FS_rootdir version.
5 lines of code changed in:
critical patch is to set TOPDIR with :=.
3 lines of code changed in:
ignore generated executables.
32 lines of code changed in:
linux/Makefile will not recurse afterall.
6 lines of code changed in:
SUBDIRS of linux are now "net/ipsec"
4 lines of code changed in:
missing () around $KERNELSRC.
2 lines of code changed in:
added stdlib.h to get proper prototype for exit(2).
2 lines of code changed in:
Pages: « Previous 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 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 Next »
Generated by StatCVS 0.2.2