Commit Log (Page 115 of 217)

back to main page

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-13 to 2002-05-05 (Commits 5097-5146 of 10846)

mcr 2002-05-13 13:28

removed uml_netjig, and added rc.d scripts to list of installed files

8 lines of code changed in:

mcr 2002-05-13 13:21

mkdep dies when given a -I to a directory that does not exist.
arch/${ARCH}/include is for UM arch only, so include it for that
ARCH only.

8 lines of code changed in:

rgb 2002-05-13 12:44

random bug reports...

7 lines of code changed in:

mcr 2002-05-12 15:46

don't patch in .cvsignore files.

2 lines of code changed in:

mcr 2002-05-12 15:46

ignore the results directory that is produced when one
runs "make check" without $REGRESSRESULTS set.

1 lines of code changed in:

mcr 2002-05-12 15:45

uml_netjig is no longer installed by default.

0 lines of code changed in:

mcr 2002-05-10 16:08

need to set LC_ALL to get sort to work consistently.

2 lines of code changed in:

mcr 2002-05-08 16:24

this is now uml_netjig version 2.
It has a command protocol (--cmdproto) which permits one to
invoke some functions as desired.
Without this option, it acts like version 1.

660 lines of code changed in:

mcr 2002-05-08 16:22

uml_netjig is now only build for the "checkprograms" target.

4 lines of code changed in:

mcr 2002-05-07 23:21

added $TEST_TYPE for common "runme.sh" script

1 lines of code changed in:

mcr 2002-05-07 11:44

adjusted usage of manlink for "make snapready" usage.

4 lines of code changed in:

dhr 2002-05-06 22:00

correct -I flags

4 lines of code changed in:

mcr 2002-05-06 21:42

do not install any files to $CONFDIR or $CONFDDIR if the
target already exists. (Applies to /etc/ipsec.conf only for
now)

2 lines of code changed in:

mcr 2002-05-06 21:38

added overwrite-install-01 test to test for overwriting
of critical files during a second install.

211 lines of code changed in:

mcr 2002-05-06 21:37

added REF_FILE_CONTENTS and POST_INSTALL targets to mkinsttest.

28 lines of code changed in:

mcr 2002-05-06 21:36

use $(INST???FLAGS) for all stock installs of programs.

7 lines of code changed in:

mcr 2002-05-06 21:31

documented the new "mkinsttest" target type.

47 lines of code changed in:

mcr 2002-05-06 21:31

script to produce kernelpatch format file.

30 lines of code changed in:

mcr 2002-05-06 21:29

added basic kernel patch target.

13 lines of code changed in:

mcr 2002-05-06 17:34

Moved from linux/README,v

205 lines of code changed in:

mcr 2002-05-06 17:34

Moved to linux/README.freeswan,v

0 lines of code changed in:

mcr 2002-05-06 17:28

taroldinstall needs --ignore-failed-read.
removed "backup" target.

2 lines of code changed in:

mcr 2002-05-06 17:23

basic-uninstall test - install everything, then uninstall it,
and make sure that one has an empty directory list at the end.

10 lines of code changed in:

mcr 2002-05-06 17:23

adjustment of INSTALLFLAGS->INSTALL_FLAGS parameter.

2 lines of code changed in:

mcr 2002-05-06 17:22

renamed INSTALLFLAGS -> INSTALL_FLAGS.
Introduced uninstall target.
_FLAGS must contain "install" and "uninstall" as appopriate.

12 lines of code changed in:

mcr 2002-05-06 17:21

when making the install_file_list, make sure to pass the entire
makeflags (in particular, DESTDIR=) in, or we get it wrong.

3 lines of code changed in:

mcr 2002-05-06 17:20

manlink -n idea is a fail. It depended upon being able to
read the man page at the installed location, which isn't going
to work consistently. manlink now just generates a list of links
that should be made, leaving the Makefile script to decide what
to do with them. Further, it now processes the files found in the
repository, rather than the ones installed.

35 lines of code changed in:

mcr 2002-05-06 15:21

enabled XISP-inspired install test case.

6 lines of code changed in:

mcr 2002-05-06 15:20

set TEST_PURPOSE on install tests to "goal"

2 lines of code changed in:

mcr 2002-05-06 15:17

added install_file_list target to gather list of all files that
would be installed by "make install" (for PR#65).
manlink has new "-n" option to just print which files would be
created rather than actually doing it.

119 lines of code changed in:

mcr 2002-05-06 14:49

init.d scripts were not properly installed.

42 lines of code changed in:

mcr 2002-05-06 14:29

ignore common UMLPOOL dirrectory.

1 lines of code changed in:

mcr 2002-05-06 14:29

kernel target of "bzImage" is very i386 specific, let it default
to whatever is appropriate.

2 lines of code changed in:

mcr 2002-05-06 14:28

path that was added was based upon the wrong substituted variable.

2 lines of code changed in:

mcr 2002-05-05 23:19

xisp-style (root-disk) install test.

147 lines of code changed in:

mcr 2002-05-05 23:19

replace /usr/local/sbin with ${IPSEC_SBINDIR} in $PATHS.

3 lines of code changed in:

mcr 2002-05-05 23:18

added SBINDIR expansion for .in shell files.
added dependancy for .in files on Makefile.inc

3 lines of code changed in:

mcr 2002-05-05 19:29

use stock testing Makefile

49 lines of code changed in:

mcr 2002-05-05 19:27

added packaging subdir.

2 lines of code changed in:

mcr 2002-05-05 19:26

files need to be sorted to be compared consistently.

91 lines of code changed in:

mcr 2002-05-05 19:19

ignore files.

2 lines of code changed in:

mcr 2002-05-05 19:18

ignore the umlsetup.sh file.

1 lines of code changed in:

mcr 2002-05-05 19:18

setup.sh script for packaging tests.

1 lines of code changed in:

mcr 2002-05-05 19:17

/usr/local install list.

139 lines of code changed in:

mcr 2002-05-05 19:17

remove target root directory before installing into it.

2 lines of code changed in:

mcr 2002-05-05 19:12

adjusted variables to standard $REF_ type.

7 lines of code changed in:

mcr 2002-05-05 19:12

runme.sh script now common for all test types.

22 lines of code changed in:

mcr 2002-05-05 19:11

basic install test parameters.

6 lines of code changed in:

mcr 2002-05-05 19:11

moved runme.sh script to utils dir.

0 lines of code changed in:

mcr 2002-05-05 19:10

added documentation of $TEST_TYPE variable.

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