Commit Log (Page 116 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-05 to 2002-04-24 (Commits 5047-5096 of 10846)

mcr 2002-05-05 19:09

EXTRA35MAN should have the extensions on it.

5 lines of code changed in:

mcr 2002-05-05 19:08

be quiet (@) when doing the install:

11 lines of code changed in:

mcr 2002-05-05 19:06

install: target is not empty, but has "true" to avoid
make blurting out: "Nothing to do..."

12 lines of code changed in:

mcr 2002-05-05 19:05

introduce libexec dir
fix $FINALLIBDIR (was missing an L).

4 lines of code changed in:

mcr 2002-05-05 17:56

start of packaging tests - basic framework done.

437 lines of code changed in:

mcr 2002-05-05 17:41

functions.sh moved to testing/utils/functions.sh.

1 lines of code changed in:

mcr 2002-05-05 17:41

moved to testing/utils/functions.sh.

0 lines of code changed in:

mcr 2002-05-02 00:55

40% done.

383 lines of code changed in:

mcr 2002-04-30 22:13

rev 1 of OLS paper.

31 lines of code changed in:

mcr 2002-04-30 17:47

Moved from testing/doc/single_netjig.fig,v

98 lines of code changed in:

mcr 2002-04-30 17:47

Moved from testing/doc/multi_netjig.fig,v

161 lines of code changed in:

mcr 2002-04-30 17:47

Moved from testing/doc/testnet.ps,v

1166 lines of code changed in:

mcr 2002-04-30 17:47

Moved from testing/doc/testnet.png,v

64 lines of code changed in:

mcr 2002-04-30 17:47

Moved from testing/doc/testnet.dia,v

13 lines of code changed in:

mcr 2002-04-30 17:47

Moved from testing/doc/regression_options.txt,v

7 lines of code changed in:

mcr 2002-04-29 18:40

rename man page to proper extension.

286 lines of code changed in:

mcr 2002-04-29 18:39

added basic man page for all internal commands.

209 lines of code changed in:

mcr 2002-04-29 18:16

plot chart of regression results

24 lines of code changed in:

mcr 2002-04-29 17:52

removed reduentant 2.2 patches.

6 lines of code changed in:

dhr 2002-04-28 03:10

improve names of some source files

91 lines of code changed in:

mcr 2002-04-26 20:55

adjust location of manlink.

1 lines of code changed in:

mcr 2002-04-26 20:17

Moved from programs/pluto/main.c,v

465 lines of code changed in:

mcr 2002-04-26 20:17

Moved from programs/pluto/preshared.h,v

99 lines of code changed in:

mcr 2002-04-26 20:17

Moved from programs/pluto/kernel_comm.h,v

17 lines of code changed in:

mcr 2002-04-26 20:17

Moved from programs/pluto/kernel_comm.c,v

371 lines of code changed in:

mcr 2002-04-26 20:17

Moved from programs/pluto/preshared.c,v

1187 lines of code changed in:

mcr 2002-04-25 21:22

/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:

mcr 2002-04-25 21:22

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:

mcr 2002-04-25 21:21

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:

mcr 2002-04-25 21:19

renamed conf.proto to ipsec.conf, as it is no longer generated.

41 lines of code changed in:

mcr 2002-04-25 13:22

adjust path to manlink

5 lines of code changed in:

mcr 2002-04-25 13:04

resurrected kernel.patch.gen.sh

49 lines of code changed in:

mcr 2002-04-24 17:14

adjusted Makefile to find "errcheck" script in proper place.

10 lines of code changed in:

mcr 2002-04-24 17:10

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:

mcr 2002-04-24 17:00

one ; in $(foreach) should have been ,.

1 lines of code changed in:

mcr 2002-04-24 16:56

more sophisticated klink target.

4 lines of code changed in:

mcr 2002-04-24 16:38

moved more stuff behind $KLIPSMODULE=y to get static linking to work.

20 lines of code changed in:

mcr 2002-04-24 15:31

oops, $f is now a make variable, not a shell variable.

5 lines of code changed in:

mcr 2002-04-24 15:31

switch from shell for loops to GNU make $(foreach) loops, as they
deal with empty variables more elegantly.

12 lines of code changed in:

mcr 2002-04-24 15:30

don't edit Makefile.ver, just generate it.

3 lines of code changed in:

mcr 2002-04-24 15:08

*** empty log message ***

4 lines of code changed in:

mcr 2002-04-24 05:20

generate version.c for the kernel directly in the makefile.

2 lines of code changed in:

mcr 2002-04-24 05:17

include -DIPCOMP_PREFIX on all compiles.

1 lines of code changed in:

mcr 2002-04-24 05:16

include local Makefile.ver as well as FS_rootdir version.

5 lines of code changed in:

mcr 2002-04-24 04:50

critical patch is to set TOPDIR with :=.

3 lines of code changed in:

mcr 2002-04-24 04:49

ignore generated executables.

32 lines of code changed in:

mcr 2002-04-24 04:30

linux/Makefile will not recurse afterall.

6 lines of code changed in:

mcr 2002-04-24 04:28

SUBDIRS of linux are now "net/ipsec"

4 lines of code changed in:

mcr 2002-04-24 04:22

missing () around $KERNELSRC.

2 lines of code changed in:

mcr 2002-04-24 04:20

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