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: 2005-08-19 to 2005-08-14 (Commits 10397-10446 of 10846)
Don't count, math is hard
2 lines of code changed in:
revised documentation on what is needed to build on windows.
111 lines of code changed in:
remove the version number from the uname-s output.
2 lines of code changed in:
rename defaults file for cygwin to remove version code.
13 lines of code changed in:
adjustments to run scripts on windows, using 128.95 networks.
818 lines of code changed in:
canonicalize windows if names to linux ones.
4 lines of code changed in:
added HIGHMEM, etc. for 2.6.12 kernels.
1 lines of code changed in:
use new STF_INLINE code.
21 lines of code changed in:
added STF_INLINE for the situation where crypto is done
by parent.
2 lines of code changed in:
Remove spaces from ARCH, since Apple uses "Power Macintosh" as uname -m
2 lines of code changed in:
Patch from mt@suse.de for xauth compile time dependancies
9 lines of code changed in:
Patch from mt@suse.de to ignore slave interfaces
3 lines of code changed in:
Patch from mt@suse.de for sing sigemptyset instead of sigsetmask
4 lines of code changed in:
Patch from mt@suse.de to check if files exist in /proc before opening
11 lines of code changed in:
Patch from mt@suse.de for GCC4 compiler warnings
2 lines of code changed in:
Patch from mt@suse.de to avoid GCC warnings with system() calls
30 lines of code changed in:
Remove +
2 lines of code changed in:
Patch from mt@suse.de for --random support
2 lines of code changed in:
Finished fixing the smaller issues for UML tests
15 lines of code changed in:
Some minor changes to the uml tests so I can rerun nightly test.
11 lines of code changed in:
oops, pcap2skb is a binary, not a source.
1 lines of code changed in:
make sure that pcap2skb will build with object directories.
3 lines of code changed in:
on windows, do not check for uid==0.
3 lines of code changed in:
on windows for now, only support explicitely specified
interfaces, by IP address rather than by name.
37 lines of code changed in:
--interface can sometimes take an IP address.
3 lines of code changed in:
CYGWIN32 is the right define.
2 lines of code changed in:
notes.
2 lines of code changed in:
added example ipsec.conf using EXCONFFILE.
51 lines of code changed in:
added EXCONFFILES
8 lines of code changed in:
added OSDEP=
1 lines of code changed in:
ignore object directories.
1 lines of code changed in:
switch from using OS to OSDEP, since $OS is set by NT.
6 lines of code changed in:
More test refinements done to the UML suite.
107 lines of code changed in:
added Tcl interface boxes.
117 lines of code changed in:
do not run _startklips if we aren't going to use KLIPS.
24 lines of code changed in:
fix for gcc that can't figure out that case statement
covers all cases.
2 lines of code changed in:
change default() -> setdefault() to make
versions/builds of awk happy.
34 lines of code changed in:
fixed typo in noklips version.
10 lines of code changed in:
ignore warning about CVS version printout.
52 lines of code changed in:
mapping for $OS->`uname -s` from cygwin work.
3 lines of code changed in:
ignore build directories.
3 lines of code changed in:
refactored kernel.c such that KLIPS code can be entirely omitted.
NETKEY code may have lost some functionality.
1035 lines of code changed in:
by default, we should use object directories now.
use BUILDENV rather than OS for picking OS.
fail if there is no per-BUILDENV defaults.
6 lines of code changed in:
added "env" target to help debug makefile(s).
4 lines of code changed in:
adjustment of cast to reflect const-nature.
2 lines of code changed in:
OS->OSDEP to avoid conflicts with ${OS} set by cygwin.
4 lines of code changed in:
set OSDEP= explicitely for programs/pluto.
12 lines of code changed in:
adjustment of cast to reflect const-nature.
5 lines of code changed in:
move clean into guess as to OBJdir vs not.
8 lines of code changed in:
elide very old comments/logs.
5 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