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-08-12 to 2002-08-05 (Commits 5597-5646 of 10846)
kernpatch tests were never permitted to succeed,
because "success" was not initialized to "true"
5 lines of code changed in:
ignore OUTPUT dir.
1 lines of code changed in:
permitting spaces before klips_debug messages moved
a couple more lines in east-trap*-01.
16 lines of code changed in:
when using poll(2), the invalid timeout value is -1,
not 0 as with select.
13 lines of code changed in:
added eof handling to playscript
8 lines of code changed in:
when looking for klips_debug messages, ignore any leading whitespace
1 lines of code changed in:
fix test for unsupported flags
7 lines of code changed in:
removed "set -x" from rpm test case
fixed pluto's "install_file_list" to reflect new location of _adns
4 lines of code changed in:
_pluto_adns moved to $LIBDIR
3 lines of code changed in:
only emit PR# if it is non-zero
4 lines of code changed in:
make sure that PR# stuff goes into HTMLFILE, not stdout
2 lines of code changed in:
document proposing IPSECKEY Resource Record
109 lines of code changed in:
removed trailing comments from #endif lines.
5 lines of code changed in:
changed clean: target to clean:: so that it can be overridden
locally
1 lines of code changed in:
added clean:: target to remove "setup" even though it
isn't the value set in PROGRAM
8 lines of code changed in:
more 64-bit cleaning
6 lines of code changed in:
updated kernel patch files for 2.4 (includes version.c)
16 lines of code changed in:
updated kernel patch files.
16 lines of code changed in:
use BASH indirect evaluation instead of eval.
9 lines of code changed in:
added version.c patch output.
1 lines of code changed in:
removed netsyms.c patch - not needed on 2.0.39 kernels.
2 lines of code changed in:
pulled up 1.98,1.98b notes
45 lines of code changed in:
adjust Configure.help patch for 2.0 kernels.
4 lines of code changed in:
patches now have "linux/" in front of them, so the patcher
needs to have "-p1" on the popts.
3 lines of code changed in:
optimization: tail exec
3 lines of code changed in:
Add support for --show and --showonly (hairy!)
171 lines of code changed in:
Document and improve --show and --showonly options.
27 lines of code changed in:
Accept and pass on --show and --showonly.
Handle logger failure more gracefully.
18 lines of code changed in:
have to backslash the /'s in the patterns
2 lines of code changed in:
ignore mounting of /testing and /usr/src
2 lines of code changed in:
add pending Phase 2 negotiations to status output
33 lines of code changed in:
move to dynamic impairments
demonstrate another race condition
71 lines of code changed in:
fix assertion failure
13 lines of code changed in:
always make a local copy, even if it isn't a symlink.
5 lines of code changed in:
when building the UML environment, make the $FREESWANSRCDIR
available as /usr/src, and the $FREESWANSRCDIR/testing as /testing.
7 lines of code changed in:
the "make clean" script should ignore comments in the TESTLIST.
5 lines of code changed in:
freeswan/packaging/utils/manlink
12 lines of code changed in:
removed KLIPS version info from console output to enable
module testing.
2 lines of code changed in:
XISP install will use /lib/ipsec instead of /libexec/ipsec.
1 lines of code changed in:
some errant pid=0 that should not be pid=987.
2 lines of code changed in:
move _pluto_adns to LIBDIR, and make sure that pluto finds
it by following $IPSEC_LIBDIR rather than IPSEC_DIR.
4 lines of code changed in:
adjust invotation of pluto so that it is found in the EXECDIR
properly, while _plutoload is found properly in the LIBDIR.
5 lines of code changed in:
make X.in -> X substitution depend upon Makefile.ver so that
when we do "cvs update", the scripts get rebuilt with the new
version information.
1 lines of code changed in:
changed processing of cvs.datemark so that Makefile.ver is
recreated under more circumstances - anytime that we do cvs
update, and then make, not just when we happen to invoke
a make target that depends upon "verset"
8 lines of code changed in:
make impairment selection at run-time, not compile-time
146 lines of code changed in:
some pfkey (userland and kernel) code has (pid=XXX). This was
not caught, but is now by the sanitizing routines.
26 lines of code changed in:
removed klips version string from console output.
This is now removed by kern-list-sanitize, since module boot
has the klips version in a different place.
8 lines of code changed in:
invoke all klips tests for KLIPS_MODULE=-module as well.
2 lines of code changed in:
lib -> libexec switch
45 lines of code changed in:
hard bytes lifetime test - probably not perfect yet.
11 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