ƒ«\26000 236 216 180 172 164 132 287 239 109 155 163 146 122 137 122 122 183 119 142 257 452 202 154 124 138 124 157 318 238 162 117 108 185 226 240 181 168 168 120 136 123 146 170 190 149 124 186 445 147 180 155 160 280 147 149 144 221 169 192 153 150 130 347 485 125 143 374 238 177 129 143 203 117 147 220 151 130 155 193 156 371 244 181 166 465 117 111 118 179 229 167 164 152 191 141 98 135 337 275 153 160 388 240 229 248 246 194 163 184 484 164 315 201 195 163 227 137 200 158 246 121 240 294 240 176 121 240 160 132 169 185 166 164 131 173 130 3042 127 134 222 231 167 264 354 166 384 114 187 186 179 98 136 672 150 121 116 441 940 944 249 1617 145 123 157 123 128 135 151 151 547 202 144 171 329 162 339 124 239 172 236 892 129 239 172 370 220 201 272 176 171 98 113 161 316 185 197 164 188 103 139 246 150 97 169 157 135 186 343 238 113 172 238 113 124 165 238 155 148 238 113 325 238 481 228 140 145 146 156 144 144 445 490 642 192 127 645 238 K 10 svn:author V 3 phk K 8 svn:date V 27 1997-05-22T07:29:24.000000Z K 7 svn:log V 123 Don't apply 5V when we want 3.3V. Kludge around the case where the PCIC refuses to use 5V because it knows better than us. END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-05-22T07:30:55.000000Z K 7 svn:log V 88 Shrink struct inode by 20 bytes, so that malloc wastes less space. Pointed out by: bde END K 10 svn:author V 6 msmith K 8 svn:date V 27 1997-05-22T08:47:40.000000Z K 7 svn:log V 77 Add the 'wl' ISA Wavelan driver. Obtained from: Jim Binkley END K 10 svn:author V 6 msmith K 8 svn:date V 27 1997-05-22T08:50:14.000000Z K 7 svn:log V 69 Add 'wl' Wavelan driver. Obtained from: Jim Binkley END K 10 svn:author V 6 msmith K 8 svn:date V 27 1997-05-22T08:52:23.000000Z K 7 svn:log V 37 Manpage for the 'wl' Wavelan driver. END K 10 svn:author V 6 msmith K 8 svn:date V 27 1997-05-22T08:58:18.000000Z K 7 svn:log V 191 This is a program for configuring the Parameter Storage Area on ISA Wavelan cards via the 'wl' driver. It can be used to set the IRQ, and discover all manner of odd things about the device. END K 10 svn:author V 6 msmith K 8 svn:date V 27 1997-05-22T08:58:18.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r26005, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 6 msmith K 8 svn:date V 27 1997-05-22T08:59:41.000000Z K 7 svn:log V 14 Add wlconfig. END K 10 svn:author V 6 fenner K 8 svn:date V 27 1997-05-22T20:52:56.000000Z K 7 svn:log V 60 Disallow writing raw IP packets shorter than the IP header. END K 10 svn:author V 6 fenner K 8 svn:date V 27 1997-05-22T20:53:36.000000Z K 7 svn:log V 68 Merge rev 1.46; disallow raw IP packets shorter than the IP header. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-05-22T21:26:11.000000Z K 7 svn:log V 54 Adjust config variables to more closely match rc.conf END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-05-22T21:26:48.000000Z K 7 svn:log V 30 rc.conf changes from -current END K 10 svn:author V 3 imp K 8 svn:date V 27 1997-05-22T21:40:08.000000Z K 7 svn:log V 45 Fix buffer overload that might lead to root. END K 10 svn:author V 3 imp K 8 svn:date V 27 1997-05-22T21:41:35.000000Z K 7 svn:log V 30 MFG->2.2: Fix buffer overflow END K 10 svn:author V 3 imp K 8 svn:date V 27 1997-05-22T21:42:19.000000Z K 7 svn:log V 30 MFC->2.1: Fix buffer overflow END K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-05-22T22:04:45.000000Z K 7 svn:log V 90 Make the default for NINTR really large (ie 64). We just ran across one with 38+ entries. END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-05-22T22:11:17.000000Z K 7 svn:log V 27 Missing argument to printf END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-05-22T22:13:54.000000Z K 7 svn:log V 50 Merge from -current: add missing printf argument. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-05-22T22:15:39.000000Z K 7 svn:log V 162 Introduce a third queue per interface, serving only PPP control protocol packets. This queue is the only one being enabled until network phase has been reached. END K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-05-22T22:35:42.000000Z K 7 svn:log V 358 Convert all: panic( "xxxxx\n" ); to: printf( "xxxxx\n" ); panic( "\n" ); For some as yet undetermined reason the argument to panic() is often NOT printed, and the system sometimes hangs before reaching the panic printout. So we hopefully at least print some useful info before the hang, as oppossed to leaving the user clueless as to what has happened. END K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-05-22T22:55:05.000000Z K 7 svn:log V 108 Made 'options NINTR' greater of 24 and calculated value. This coincides with changing kernel default to 64. END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-05-23T00:14:27.000000Z K 7 svn:log V 62 Restore backwards compatible default behavior for requirehome END K 10 svn:author V 6 msmith K 8 svn:date V 27 1997-05-23T03:21:36.000000Z K 7 svn:log V 29 Add wl.4 Reminded by: joerg END K 10 svn:author V 6 msmith K 8 svn:date V 27 1997-05-23T04:04:17.000000Z K 7 svn:log V 43 Make it build under 3.x Submitted by: fsmp END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-05-23T04:17:44.000000Z K 7 svn:log V 32 Add the new doc-all collection. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-05-23T04:18:46.000000Z K 7 svn:log V 65 Merge from main branch 1.18 -> 1.19: Add the doc-all collection. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-05-23T04:41:31.000000Z K 7 svn:log V 223 Create the alias library. This is currently only used by ppp (or will be shortly). Natd can now be updated to use this library rather than carrying its own version of the code. Submitted by: Charles Mott END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-05-23T04:41:31.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r26026, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1997-05-23T04:41:32.000000Z K 7 svn:log V 66 This commit was manufactured by cvs2svn to create tag 'alias_2_1'. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-05-23T04:46:49.000000Z K 7 svn:log V 23 Hook in alias library. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-05-23T04:48:23.000000Z K 7 svn:log V 14 Add LIBALIAS. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-05-23T04:54:03.000000Z K 7 svn:log V 91 Use the latest alias engine - now in libalias. Submitted by: Charles Mott END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-05-23T05:22:48.000000Z K 7 svn:log V 131 Add SO_REUSEADDR socket opt in case the last telnet connection is in a time_wait. Submitted by: Brian Campbell END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-05-23T05:24:21.000000Z K 7 svn:log V 145 YAMFC: Add SO_REUSEADDR socket opt in case the last telnet connection is in a time_wait. Submitted by: Brian Campbell END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-05-23T05:34:15.000000Z K 7 svn:log V 87 Finish updating for the latest alias code. Submitted by: Charles Mott END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-05-23T06:13:23.000000Z K 7 svn:log V 71 Spelling correction (`1 bytes' is now printed `1 byte'), PR: bin/3376 END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-05-23T06:17:21.000000Z K 7 svn:log V 71 Add -fno-for-scope to CFLAGS, required by gcc (see NEWS). PR: gnu/3585 END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-05-23T06:22:47.000000Z K 7 svn:log V 23 typo (Cyirx -> Cyrix). END K 10 svn:author V 3 max K 8 svn:date V 27 1997-05-23T07:26:04.000000Z K 7 svn:log V 44 Merge the EN version changes, 1.18 -> 1.19. END K 10 svn:author V 3 max K 8 svn:date V 27 1997-05-23T07:29:25.000000Z K 7 svn:log V 31 Merge from -current, Rev.1.19. END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-05-23T07:45:06.000000Z K 7 svn:log V 52 Typo (${.DESTDIR} -> ${DESTDIR}). Reviewed by: bde END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-05-23T07:45:42.000000Z K 7 svn:log V 76 Add ${DESTDIR} to absolute pathnames of required sources. Reviewed by: bde END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-05-23T07:47:07.000000Z K 7 svn:log V 96 Add ${DESTDIR} to absolute pathnames of required sources. (Pretty much MFC.) Reviewed by: bde END K 10 svn:author V 3 jmg K 8 svn:date V 27 1997-05-23T07:58:15.000000Z K 7 svn:log V 57 YAMFC: slight rewording of HISTORY section (rev 1.{8,9}) END K 10 svn:author V 3 jmg K 8 svn:date V 27 1997-05-23T08:03:09.000000Z K 7 svn:log V 32 YAMFC: don't require a terminal END K 10 svn:author V 3 jmg K 8 svn:date V 27 1997-05-23T08:06:23.000000Z K 7 svn:log V 94 YAMFC: comment more about termcap brokeness, also make tput not fail under certain conditions END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-05-23T08:19:19.000000Z K 7 svn:log V 349 Updated some wording for 3.x. Added MASTER_STIE_LOCAL and updated it's location. Added -N to diff options to ensure the diff includes new files. Mentioned that USENET news ports should use ${PREFIX}/news. Refromatted some of the comments w/in the sample Makefile so they wouldn't wrap in the latin1 format. General updating and minor word changes. END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-05-23T08:24:00.000000Z K 7 svn:log V 53 Use ${DESTDIR} correctly in front of absolute paths. END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-05-23T08:30:37.000000Z K 7 svn:log V 86 (Sort of) MFC: use ${DESTDIR} correctly in front of absolute paths. Reviewed by: bde END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-05-23T08:33:59.000000Z K 7 svn:log V 61 Add ${DESTDIR} in front of absolute paths. Reviewed by: bde END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-05-23T08:35:10.000000Z K 7 svn:log V 66 MFC: add ${DESTDIR} in front of absolute paths. Reviewed by: bde END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-05-23T08:38:46.000000Z K 7 svn:log V 185 Change CXXINCLUDES to use "g++" explicitly. CXXINCLUDES was defined with ${CXX} at the end; the only problem was, the directory name is "g++" and ${CXX} is defined as "c++" in sys.mk. END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-05-23T08:39:54.000000Z K 7 svn:log V 53 MFC: don't use ${CXX} inside CXXINCLUDES definition. END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-05-23T08:43:27.000000Z K 7 svn:log V 55 Typo fix: ${.DESTDIR} -> ${DESTDIR}. Reviewed by: bde END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-05-23T08:44:03.000000Z K 7 svn:log V 50 MFC: ${.DESTDIR} -> ${DESTDIR}. Reviewed by: bde END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-05-23T09:53:24.000000Z K 7 svn:log V 127 Add default flags for named since FreeBSD have its configuration in non-default place Add daemon to screen savers list comment END K 10 svn:author V 3 jmg K 8 svn:date V 27 1997-05-23T09:58:43.000000Z K 7 svn:log V 77 a bunch of formatting (\t -> \t\t) changes... so I was board one night.. :) END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-05-23T10:11:04.000000Z K 7 svn:log V 99 Synchronize with sys/i386/conf/files.i386 and options.i386 revisions 1.161 and 1.45, respectively. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-05-23T10:12:10.000000Z K 7 svn:log V 60 Synchronize with sys/i386/conf/Makefile.i386 revision 1.97. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-05-23T10:17:05.000000Z K 7 svn:log V 57 Synchronize with sys/i386/i386/machdep.c revision 1.242. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-05-23T12:07:33.000000Z K 7 svn:log V 36 wl.4 was missing from the MAN4 list END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-05-23T12:46:52.000000Z K 7 svn:log V 253 Fix "daemon" class, Apache not works from /etc/rc otherwise. Among bumping several limits, most interesting thing is that Apache requires than "filesize=64M" restriction must be removed. I think it is due to mmap() usage in apache, but I am not shure. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-05-23T12:55:14.000000Z K 7 svn:log V 390 Disconnect the FAQ and handbook from the makefiles and remove the files. The FAQ and handbook have been repository copied to their own top-level ("doc") directory in the cvs tree which will not be branched so as to avoid the syncing problems. At some point, the sgml text will require formatting tools that will be from ports rather than the main source tree. Requested by: jfieber, jkh END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-05-23T12:57:37.000000Z K 7 svn:log V 32 Merge named_flags from -current END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-05-23T12:59:16.000000Z K 7 svn:log V 50 Merge "daemon" class limits bumping from -current END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-05-23T14:48:05.000000Z K 7 svn:log V 279 Import a slightly newer version of 1.9.9 (as at 970523) that has fixed a few more memory leaks and cleaned up getopt usage. These were done shortly after the last one I imported. Very little has changed other than that. (except for some doc updates) Obtained from: cyclic.com END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-05-23T14:48:05.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r26065, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1997-05-23T14:48:06.000000Z K 7 svn:log V 81 This commit was manufactured by cvs2svn to create tag 'cvs-vendor-v1_9_9_970523'. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-05-23T14:52:34.000000Z K 7 svn:log V 35 Merge conflicts from 970523 import END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-05-23T14:55:31.000000Z K 7 svn:log V 49 forgot to mention that the vms source was pruned END K 10 svn:author V 3 sos K 8 svn:date V 27 1997-05-23T16:22:04.000000Z K 7 svn:log V 110 Fix support for the Hitachi CDR7730 IDE cdrom drive. Patch from pr1730. Tested on our IDE cdrom drive farm... END K 10 svn:author V 3 dfr K 8 svn:date V 27 1997-05-23T17:07:00.000000Z K 7 svn:log V 25 Typo in previous change. END K 10 svn:author V 3 dfr K 8 svn:date V 27 1997-05-23T17:07:40.000000Z K 7 svn:log V 55 Use realpath on the source as well as the destination. END K 10 svn:author V 3 dfr K 8 svn:date V 27 1997-05-23T17:50:35.000000Z K 7 svn:log V 127 Add "-assert pure-text" to the link line. The warnings about RRS relocations in text sections are now dependant on this flag. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-05-23T18:46:52.000000Z K 7 svn:log V 59 Incorporate some improvements for the XiG install section. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-05-23T18:54:29.000000Z K 7 svn:log V 38 Merge from 2.2 - XiG support updates. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-05-23T18:54:57.000000Z K 7 svn:log V 63 Whoops - remove the daemon screen saver which crept into here. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-05-23T20:40:15.000000Z K 7 svn:log V 99 Fix a couple of log()'s that came out with the wrong (default) log level, as opposed to LOG_DEBUG. END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-05-23T21:18:00.000000Z K 7 svn:log V 63 Move libmd after all libraries to keep natural libraries order END K 10 svn:author V 6 julian K 8 svn:date V 27 1997-05-23T22:33:16.000000Z K 7 svn:log V 275 submitted by: archie@whistle.com Don't search for interface addresses matching interface "NULL" it's likely to cause a page fault.. this can be triggered by the ipfw code rejecting a locally generated packet (e.g. you decide to make some network unreachable by local users) END K 10 svn:author V 6 julian K 8 svn:date V 27 1997-05-23T23:56:01.000000Z K 7 svn:log V 148 Submitted by: archie@whistle.com When ipfw rejects a locally generated packet the icmp code shouldn't core dump because there is no rcv interface. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1997-05-24T01:44:39.000000Z K 7 svn:log V 86 Flip the daemon at the edge of the screen. Submitted by: Sandro Sigala, Chris Shenton END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1997-05-24T01:44:40.000000Z K 7 svn:log V 70 This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-05-24T05:39:19.000000Z K 7 svn:log V 370 Bootstrap aid from older releases.. 'make world' can't build xinstall until the includes are installed, and it doesn't install the includes until xinstall is built (the previous xinstall binary may not have -C). As a bandaid, define MAP_FAILED ourselves if didn't. Perhaps it would be safer to simply disable mmap if all the prerequisites are not there. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-05-24T09:03:28.000000Z K 7 svn:log V 25 Add -lalias for ppp now. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-05-24T10:24:03.000000Z K 7 svn:log V 17 Include libalias END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-05-24T10:27:06.000000Z K 7 svn:log V 24 YAMFC: Include LIBALIAS END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-05-24T10:29:28.000000Z K 7 svn:log V 85 YAMFC: Bring the alias stuff up to date. Submitted by: Charles Mott END K 10 svn:author V 6 davidn K 8 svn:date V 27 1997-05-24T10:41:49.000000Z K 7 svn:log V 133 Fixes skeleton directory test-it-is-a-directory logic. PR: 3666 Reviewed by: Submitted by: iaint@css.tuu.utas.edu.au Obtained from: END K 10 svn:author V 6 davidn K 8 svn:date V 27 1997-05-24T10:43:09.000000Z K 7 svn:log V 72 MFC: Bugfix for -k. PR: 3666 Reviewed by: Submitted by: Obtained from: END K 10 svn:author V 6 davidn K 8 svn:date V 27 1997-05-24T10:46:02.000000Z K 7 svn:log V 69 MFC: fix for -k. PR: 3666 Reviewed by: Submitted by: Obtained from: END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-05-24T10:57:20.000000Z K 7 svn:log V 60 Add libalias stuff here too, since it's now been tagged in. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-05-24T11:29:59.000000Z K 7 svn:log V 99 Allow local configuration to override this file. Submitted by: Russell Vincent END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-05-24T11:31:56.000000Z K 7 svn:log V 49 Make firewall comment a little more explanatory. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-05-24T11:32:06.000000Z K 7 svn:log V 7 YAMFC. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-05-24T12:23:44.000000Z K 7 svn:log V 41 The wavelan driver doesn't even compile! END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-05-24T17:23:11.000000Z K 7 svn:log V 242 Attempt to convert the ip_divert code to use the new-style protocol request switch. I needed 'LINT' to compile for other reasons so I kinda got the blood on my hands. Note: I don't know how to test this, I don't know if it works correctly. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-05-24T17:32:16.000000Z K 7 svn:log V 182 Merge from main branch 1.12 -> 1.13: Move "-lmd" to the end of the linker line. This solves the ``Undefined symbol "_MD4Init"'' messages from the dynamic linker when s/key is used. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-05-24T17:32:42.000000Z K 7 svn:log V 59 Fix the reconnect option, and add an explanation to vars.h END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-05-24T17:34:57.000000Z K 7 svn:log V 66 YAMFC: Fix the reconnect option, and add an explanation to vars.h END K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-05-24T18:35:44.000000Z K 7 svn:log V 294 Move the printing of "cpu#%d" to AFTER the general panic argument string. When a panic occurs early in the SMP boot process 'cpunumber()' hangs, causing the panic string to be lost. Now the system appears to hang in 'breakpoint()', but at least the user sees the panic string before the hang. END K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-05-24T18:48:53.000000Z K 7 svn:log V 146 Now that panic() is properly printing messages for early SMP panics all the 'printf("..."); panic("\n")' sections are returned to 'panic("...")'. END K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-05-24T18:59:02.000000Z K 7 svn:log V 135 Delay mp_start() till after the msgbuf is mapped. We really want to delay it till even later but tss setup prevents that right now... END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-05-24T20:15:13.000000Z K 7 svn:log V 155 Add rules for building doc back into releases, conditionalized on NODOC. Also clean up some of the comments at the top. It's 12 o'clock, and that is all. END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-05-24T21:04:55.000000Z K 7 svn:log V 151 Make sh(1) less aware of the bit fields returned by wait by using the WIF* macros in sys/wait.h. PR: bin/3668 Submitted by: dholland@eecs.harvard.edu END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-05-24T21:45:55.000000Z K 7 svn:log V 100 When no last file specified for % command user barf(error diagnostic) instead of segmentation fault END K 10 svn:author V 3 jmg K 8 svn:date V 27 1997-05-24T22:19:16.000000Z K 7 svn:log V 71 YAMFC: merge in support for cdrom drives that return BCD track numbers END K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-05-25T02:43:42.000000Z K 7 svn:log V 91 Minor cleanup. Comment about expanded use of NAPICIDS. Change default NINTR from 64 to 48. END K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-05-25T02:49:03.000000Z K 7 svn:log V 390 Broke up parse_mp_table() into 2 passes: - The 1st (preparse_mp_table()) counts the number of cpus, busses, etc. and records the LOCAL and IO APIC addresses. - The 2nd pass (parse_mp_table()) does the actual parsing of info and recording into the incore MP table. This will allow us to defer the 2nd pass untill malloc() & private pages are available (but thats for another day!). END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-05-25T04:04:20.000000Z K 7 svn:log V 70 match the #include opt_ file with options.i386 (it has opt_wavelan.h) END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-05-25T04:13:27.000000Z K 7 svn:log V 220 Fix(?) two volatile cast warnings. The buffer is volatile within the function so as to avoid compiler side effects, but functions calling it shouldn't be affected (gcc shouldn't cache memory scope past a function call) END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-05-25T04:50:02.000000Z K 7 svn:log V 106 Fix some warnings (missing prototypes, wrong "generic" args etc) umapfs uses one of nullfs's functions... END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-05-25T04:57:11.000000Z K 7 svn:log V 100 Fix warnings (from LINT). Missing static prototype, missing vm includes for vnode_pager_setsize(). END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-05-25T06:09:23.000000Z K 7 svn:log V 69 Connect the ipdivert div_usrreqs struct to the ip proto switch table END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-05-25T07:17:02.000000Z K 7 svn:log V 132 Make the multicast code compile under -current. This has not been reviewed or tested yet. Mike may want to make some adjustments. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-05-25T07:18:22.000000Z K 7 svn:log V 43 uncomment wl again now that it compiles... END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-05-25T08:36:20.000000Z K 7 svn:log V 107 Remove some quite bogus code that tried to find subnet names but instead spammed named with bogus queries. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-05-25T12:43:06.000000Z K 7 svn:log V 64 Add a `strip' target which remove the ^H from plain text files. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-05-25T14:20:28.000000Z K 7 svn:log V 151 Add an entry for the Epson scanners since some of them repsond to more than one LUN: Submitted by: simokawa@sat.t.u-tokyo.ac.jp (Hidetoshi Shimokawa) END K 10 svn:author V 7 darrenr K 8 svn:date V 27 1997-05-25T15:45:04.000000Z K 7 svn:log V 25 Import version 3.2alpha7 END K 10 svn:author V 7 darrenr K 8 svn:date V 27 1997-05-25T15:45:04.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r26119, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 7 darrenr K 8 svn:date V 27 1997-05-25T15:49:17.000000Z K 7 svn:log V 197 Import version 3.2alpha7 (they're currently in src/contrib/ipfilter/ipfilter/ by mistake, if someone from core would like to delete that directory with three files as I'm not meant to do that :) END K 10 svn:author V 7 darrenr K 8 svn:date V 27 1997-05-25T15:49:17.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r26121, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1997-05-25T15:49:18.000000Z K 7 svn:log V 80 This commit was manufactured by cvs2svn to create tag 'ipfilter-vendor-v3-2-a7'. END K 10 svn:author V 7 darrenr K 8 svn:date V 27 1997-05-25T15:50:46.000000Z K 7 svn:log V 25 Import version 3.2alpha7 END K 10 svn:author V 7 darrenr K 8 svn:date V 27 1997-05-25T15:50:46.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r26124, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1997-05-25T15:50:47.000000Z K 7 svn:log V 64 This commit was manufactured by cvs2svn to create tag 'v3-2-a7'. END K 10 svn:author V 7 darrenr K 8 svn:date V 27 1997-05-25T15:56:18.000000Z K 7 svn:log V 36 Add lines for new files in ipfilter END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-05-25T16:06:29.000000Z K 7 svn:log V 74 Fixed up ssigala@globalnet.it's "Jumping Daemon" screen saver for < v3.0. END K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-05-25T16:55:26.000000Z K 7 svn:log V 92 Made the array vec[] a global. This allows the APIC code to reorder the vectors at runtime. END K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-05-25T16:58:03.000000Z K 7 svn:log V 73 Removed global hwisrs, replacing it with vec (formerly static to icu.s). END K 10 svn:author V 3 max K 8 svn:date V 27 1997-05-25T18:47:33.000000Z K 7 svn:log V 72 Typo fix. PR: 3684 Submitted by: Kazuo Horikawa END K 10 svn:author V 3 max K 8 svn:date V 27 1997-05-25T18:48:48.000000Z K 7 svn:log V 39 Merge typo fix from -current: rev.1.5. END K 10 svn:author V 3 max K 8 svn:date V 27 1997-05-25T19:11:26.000000Z K 7 svn:log V 81 Typo: .SH --> .Sh. PR: 3683 Submitted by: Kazuo Horikawa END K 10 svn:author V 3 max K 8 svn:date V 27 1997-05-25T19:12:57.000000Z K 7 svn:log V 38 Merge typo fix from current: Rev.1.4. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-05-25T19:49:33.000000Z K 7 svn:log V 2946 This commit adds support to ypbind(8) for binding to non-local servers. The standard SunOS ypbind(8) (and, until now, the FreeBSD ypbind) only selects servers based on whether or not they respond to clnt_broadcast(). Ypbind(8) broadcasts to the YPPROC_DOMAIN_NONACK procedure and waits for answers; whichever server answers first is the one ypbind uses for the local client binding. This mechanism fails when binding across subnets is desired. In order for a client on one subnet to bind to a server on another subnet, the gateway(s) between the client and server must be configured to forward broadcasts. If this is not possible, then a slave server must be installed on the remote subnet. If this is also not possible, you have to force the client to bind to the remote server with ypset(8). Unfortunately, this last option is less than ideal. If the remote server becomes unavailable, ypbind(8) will lose its binding and revert to its broadcast-based search behavior. Even if there are other servers available, or even if the original server comes back up, ypbind(8) will not be able to create a new binding since all the servers are on remote subnets where its broadcasts won't be heard. If the administrator isn't around to run ypset(8) again, the system is hosed. In some Linux NIS implementations, there exists a yp.conf file where you can explicitly specify a server address and avoid the use of ypbind altogether. This is not desireable since it removes the possibility of binding to an alternate server in the event that the one specified in yp.conf crashes. Some people have mentioned to me how they though the 'restricted mode' operation (using the -S flag) could be used as a solution for this problem since it allows one to specify a list of servers. In fact, this is not the case: the -S flag just tells ypbind(8) that when it listens for replies to its broadcasts, it should only honor them if the replying hosts appear in the specified restricted list. This behavior has now been changed. If you use the -m flag in conjunction with the -S flag, ypbind(8) will use a 'many-cast' instead of a broadcast for choosing a server. In many-cast mode, ypbind(8) will transmit directly to the YPPROC_DOMAIN_NONACK procedure of all the servers specified in the restricted mode list and then wait for a reply. As with the broadcast method, whichever server from the list answers first is used for the local binding. All other behavior is the same: ypbind(8) continues to ping its bound server every 60 seconds to insure it's still alive and will many-cast again if the server fails to respond. The code used to achieve this is in yp_ping.c; it includes a couple of modified RPC library routines. Note that it is not possible to use this mechanism without using the restricted list since we need to know the addresses of the available NIS servers ahead of time in order to transmit to them. Most-recently-requested by: Tom Samplonius END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-05-25T19:49:44.000000Z K 7 svn:log V 33 Include , not "alias.h" END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-05-25T19:51:05.000000Z K 7 svn:log V 40 YAMFC: Include , not "alias.h" END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-05-25T20:23:59.000000Z K 7 svn:log V 129 Merge bugfix from main branch 1.26 -> 1.27: Set the pathname of the dynamic linker so that it comes out right in error messages. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-05-25T20:29:54.000000Z K 7 svn:log V 138 Partial merge from main branch 1.40 -> 1.41: Set the dynamic linker name when necessary, to work around a bug in some versions of crt0.o. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-05-25T20:32:52.000000Z K 7 svn:log V 75 Merge from main branch 1.2 -> 1.3: Add defines for RTLD_LAZY and RTLD_NOW. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-05-25T21:30:58.000000Z K 7 svn:log V 168 Seems my previous attempt at commiting the "Jumping Daemon" screen saver for 2.2-STABLE only established the branch, but didn't get my changes. So here they are again. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-05-26T00:44:10.000000Z K 7 svn:log V 259 De-couple ppp from libalias. If libalias isn't there, the alias commands simply won't work. Only root may specify the location of the alias lib (otherwise, it's hard-coded). Make logprintf silently fail if LogOpen hasn't been called. Suggested by: eivind END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1997-05-26T00:44:11.000000Z K 7 svn:log V 70 This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-05-26T00:52:27.000000Z K 7 svn:log V 289 YAMFC: De-couple ppp from libalias. If libalias isn't there, the alias commands simply won't work. Only root may specify the location of the alias lib (otherwise, it's hard-coded). Make logprintf silently fail if LogOpen hasn't been called. Suggested by: eivind END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-05-26T00:54:49.000000Z K 7 svn:log V 20 Correct dlopen arg. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1997-05-26T01:02:41.000000Z K 7 svn:log V 92 Corrected accidental breakage in the last commit. Pointed out by: Steve Passe, smp@csn.net END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-05-26T03:33:48.000000Z K 7 svn:log V 92 Uninitialised inp variable in div_bind(). Submitted by: Ã…ge Røbekk END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-05-26T04:57:42.000000Z K 7 svn:log V 87 Make some improvements to the CDE installation. Cosmetic tweaks to registration form. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-05-26T04:57:56.000000Z K 7 svn:log V 7 YAMF22 END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-05-26T04:59:47.000000Z K 7 svn:log V 44 Now that the daemon saver is in 2.2, merge. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-05-26T05:15:29.000000Z K 7 svn:log V 577 One of the new cvs's features is to be able to run a checker on the log messages after they've been entered. This is more flexible than using the editinfo script since it works for all log message types and doesn't have to deal with trying to run the editor for the user. The problem is that the verifymsg script can't modify the file like editinfo can, which makes it useless for cleaning up the message (as is needed for remote commits etc). This change causes the verifymsg handler to read back the message after the verify script has run and returned an "OK" exit code. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-05-26T05:27:37.000000Z K 7 svn:log V 56 make beforeinstall in libalias from the includes target END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-05-26T05:33:03.000000Z K 7 svn:log V 29 Whups! Correct a lame typo. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-05-26T05:33:16.000000Z K 7 svn:log V 24 Lame typo fix here too. END K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-05-26T09:23:30.000000Z K 7 svn:log V 347 Added a test called 'LATE_START'. This is now the default, it delays most of the MP startup to the function machdep.c:cpu_startup(). It should be possible to move the 2 functions found there (mp_start() & mp_announce()) even further down the path once we know exactly where that should be... Help from: Peter Wemm END K 10 svn:author V 2 se K 8 svn:date V 27 1997-05-26T14:37:43.000000Z K 7 svn:log V 848 Add support for shared interrupts to the kernel. This code is meant be (eventually) architecture independent. It provides an emulation of the ISA interrupt registration function register_intr(), but that function does no longer manipulated the interrupt controller and interrupt descriptor table, but calls the architecture dependent function setup_icu() for that purpose. After theISA/EISA bus code has been modified to directly call the new interrupt registartion functions (intr_create() and intr_connect()), the emulation of register_intr() should be dropped. The C level interrupt handler function should take a (void*) argument, and the function pointer type (inthand2_t) should defined in some other place than isa_device.h. This commit is a pre-requisite for the removal of the PCI specific shared interrupt code. Reviewed by: dfr,bde END K 10 svn:author V 2 se K 8 svn:date V 27 1997-05-26T14:42:24.000000Z K 7 svn:log V 852 Add support for shared interrupts to the kernel. This code is meant be (eventually) architecture independent. It provides an emulation of the ISA interrupt registration function register_intr(), but that function does no longer manipulated the interrupt controller and interrupt descriptor table, but calls the architecture dependent function setup_icu() for that purpose. After the ISA/EISA bus code has been modified to directly call the new interrupt registartion functions (intr_create() and intr_connect()), the emulation of register_intr() should be dropped. The C level interrupt handler function should take a (void*) argument, and the function pointer type (inthand2_t) should defined in some other place than isa_device.h. This commit is a pre-requisite for the removal of the PCI specific shared interrupt code. Reviewed by: dfr,bde END K 10 svn:author V 2 se K 8 svn:date V 27 1997-05-26T14:46:23.000000Z K 7 svn:log V 157 Add kern/kern_intr.c as a standard kernel component. This file contains the new interrupt registration code, which is meant to be architecture indeppendent. END K 10 svn:author V 2 se K 8 svn:date V 27 1997-05-26T15:08:43.000000Z K 7 svn:log V 1524 Completely replace the PCI bus driver code to make it better reflect reality. There will be a new call interface, but for now the file pci_compat.c (which is to be deleted, after all drivers are converted) provides an emulation of the old PCI bus driver functions. The only change that might be visible to drivers is, that the type pcici_t (which had been meant to be just a handle, whose exact definition should not be relied on), has been converted into a pcicfgregs* . The Tekram AMD SCSI driver bogusly relied on the definition of pcici_t and has been converted to just call the PCI drivers functions to access configuration space register, instead of inventing its own ... This code is by no means complete, but assumed to be fully operational, and brings the official code base more in line with my development code. A new generic device descriptor data type has to be agreed on. The PCI code will then use that data type to provide new functionality: 1) userconfig support 2) "wired" PCI devices 3) conflicts checking against ISA/EISA 4) maps will depend on the command register enable bits 5) PCI to Anything bridges can be defined as devices, and are probed like any "standard" PCI device. The following features are currently missing, but will be added back, soon: 1) unknown device probe message 2) suppression of "mirrored" devices caused by ancient, broken chip-sets This code relies on generic shared interrupt support just commited to kern_intr.c (plus the modifications of isa.c and isa_device.h). END K 10 svn:author V 2 se K 8 svn:date V 27 1997-05-26T15:15:59.000000Z K 7 svn:log V 54 This file has been made obsolete by the new PCI code. END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1997-05-26T16:37:23.000000Z K 7 svn:log V 27 Synchronize with -current. END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1997-05-26T16:43:01.000000Z K 7 svn:log V 61 Synchronize with -current (depreciate broken latex support). END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1997-05-26T16:45:36.000000Z K 7 svn:log V 27 Turn off FAQ and handbook. END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1997-05-26T16:46:30.000000Z K 7 svn:log V 32 Remove the FAQ (now in doc/FAQ) END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1997-05-26T16:48:31.000000Z K 7 svn:log V 39 Remove handbook (now in doc/handbook). END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1997-05-26T16:53:23.000000Z K 7 svn:log V 55 Disconnect ja_JP.EUC subdirectory (now doc/ja_JP.EUC). END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1997-05-26T16:55:19.000000Z K 7 svn:log V 55 Remove japanese handbook (now doc/ja_JP.EUC/handbook). END K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-05-26T17:58:27.000000Z K 7 svn:log V 453 Split vector.s into UP and SMP specific files: - vector.s <- stub called by i386/exception.s - icu_vector.s <- UP - apic_vector.s <- SMP Split icu.s into UP and SMP specific files: - ipl.s <- stub called by i386/exception.s (formerly icu.s) - icu_ipl.s <- UP - apic_ipl.s <- SMP This was done in preparation for massive changes to the SMP INTerrupt mechanisms. More fine tuning, such as merging ipl.s into exception.s, may be appropriate. END K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-05-26T18:00:34.000000Z K 7 svn:log V 108 Changed inclusion of isa/icu.s to isa/ipl.s. This is part of the breakup of UP/SMP specific INTerrupt code. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-05-26T18:27:20.000000Z K 7 svn:log V 52 Add support for a post-installation script for CDE. END K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-05-26T18:40:45.000000Z K 7 svn:log V 78 Fix breakage from my last commit where mp_start() was missing from UP builds. END K 10 svn:author V 2 se K 8 svn:date V 27 1997-05-26T21:11:05.000000Z K 7 svn:log V 237 Set enable bit when writing the configuration address in configuration mode 1. Omission of this bit makes all config register accesses fail in on recent chip sets ... (The problem was reported and debug output provided by: Steve Passe) END K 10 svn:author V 2 se K 8 svn:date V 27 1997-05-26T21:25:24.000000Z K 7 svn:log V 71 Fix previous fix: The enable bit is bit 31 (0x8000000) and not bit 15. END K 10 svn:author V 2 se K 8 svn:date V 27 1997-05-26T21:52:41.000000Z K 7 svn:log V 247 Yet another fix for configuration mechanism 1 register accesses: Adjust the data port address by adding the two low order bits of the register number. The address port takes only a word address (i.e. ignores the two low order bits written to it). END K 10 svn:author V 6 fenner K 8 svn:date V 27 1997-05-27T00:01:12.000000Z K 7 svn:log V 29 Virgin import of libpcap 0.3 END K 10 svn:author V 6 fenner K 8 svn:date V 27 1997-05-27T00:01:12.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r26175, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1997-05-27T00:01:13.000000Z K 7 svn:log V 76 This commit was manufactured by cvs2svn to create tag 'libpcap-vendor-v0_3'. END K 10 svn:author V 6 fenner K 8 svn:date V 27 1997-05-27T00:05:23.000000Z K 7 svn:log V 140 Merge libpcap 0.3 Update FREEBSD-upgrade to mention bumping library version number. Suggested-by: Chris Timmons END K 10 svn:author V 6 fenner K 8 svn:date V 27 1997-05-27T00:08:01.000000Z K 7 svn:log V 796 Bump minor version number. Add -I${PCAP_DISTDIR}/bpf to CFLAGS since our is out of date. Remove -Wall and -Dlint. DHAVE_ETHER_HOSTTON=1 -DHAVE_STRERROR=1 \ -DHAVE_SOCKADDR_SA_LEN=1 -DLBL_ALIGN=1 CFLAGS+=-I. -Dyylval=pcap_lval ${DEFS} SHLIB_MAJOR=2 SHLIB_MINOR=2 # # Magic to grab sources out of src/contrib # PCAP_DISTDIR?=${.CURDIR}/../../contrib/libpcap CFLAGS+=-I${PCAP_DISTDIR} -I${PCAP_DISTDIR}/lbl -I${PCAP_DISTDIR}/bpf .PATH: ${PCAP_DISTDIR} .PATH: ${PCAP_DISTDIR}/bpf/net beforeinstall: .for i in pcap.h pcap-namedb.h ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${PCAP_DISTDIR}/$i \ ${DESTDIR}/usr/include .endfor tokdefs.h grammar.c: grammar.y ${YACC} ${YACCFLAGS} -d ${PCAP_DISTDIR}/grammar.y mv y.tab.c grammar.c mv y.tab.h tok/home/ncvs/CVSROOT/commitcheck END K 10 svn:author V 6 fenner K 8 svn:date V 27 1997-05-27T02:11:31.000000Z K 7 svn:log V 34 Virgin import of LBL tcpdump v3.3 END K 10 svn:author V 6 fenner K 8 svn:date V 27 1997-05-27T02:11:31.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r26180, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1997-05-27T02:11:32.000000Z K 7 svn:log V 76 This commit was manufactured by cvs2svn to create tag 'tcpdump-vendor-v3_3'. END K 10 svn:author V 6 fenner K 8 svn:date V 27 1997-05-27T02:17:42.000000Z K 7 svn:log V 274 Merge tcpdump 3.3. The print_nfs.c changes are pretty extensive; this is partially because LBL did a lot of cleanup and partially because I removed lots of pointless changes away from the LBL style. PR: 3371 mostly-Submitted by: Chris Timmons END K 10 svn:author V 6 fenner K 8 svn:date V 27 1997-05-27T02:20:36.000000Z K 7 svn:log V 124 Get rid of the T2CHECK() macro, since it duplicates functionality available from TCHECK(), TCHECK2(), TTEST() and TTEST2(). END K 10 svn:author V 6 fenner K 8 svn:date V 27 1997-05-27T02:21:28.000000Z K 7 svn:log V 105 Update Makefile to build tcpdump-3.3 . PR: 3371 Submitted by: Chris Timmons END K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-05-27T04:09:01.000000Z K 7 svn:log V 178 Add support for APIC_IO to pci IRQ configuration. The support for APIC_IO was lost in the new set of pci modules. This patch restores the ability to build SMP/APIC_IO kernels. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-05-27T06:17:22.000000Z K 7 svn:log V 79 prevent `struct proc' from being declared inside parameter list. PR: kern/3548 END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-05-27T07:13:40.000000Z K 7 svn:log V 79 Correct small typo in moused clause. Spotted-By: Tom Jackson END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-05-27T07:17:12.000000Z K 7 svn:log V 7 YAMF22 END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-05-27T07:19:36.000000Z K 7 svn:log V 21 sysconfig -> rc.conf END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-05-27T07:19:57.000000Z K 7 svn:log V 69 sysconfig -> rc.conf Submitted by: Igor Vinokurov END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-05-27T10:00:08.000000Z K 7 svn:log V 221 An overhaul of style.9 to clear up some of the ambiguities. A number of things are explicitly stated now rather than being implied by example. Obtained from: Quite a few people over the last few weeks Reviewed by: core END K 10 svn:author V 6 yokota K 8 svn:date V 27 1997-05-27T11:55:41.000000Z K 7 svn:log V 90 scprobe() referred to the psm_softc structure even after it was freed ;-< PR: kern/3694 END K 10 svn:author V 6 yokota K 8 svn:date V 27 1997-05-27T12:00:15.000000Z K 7 svn:log V 101 scprobe() referred to the psm_softc structure even after it was freed ;-< PR: kern/3694 END K 10 svn:author V 3 max K 8 svn:date V 27 1997-05-27T13:46:40.000000Z K 7 svn:log V 72 Typo fix. PR: 3693 Submitted by: Kazuo Horikawa END K 10 svn:author V 3 max K 8 svn:date V 27 1997-05-27T13:48:38.000000Z K 7 svn:log V 96 Merge the typo fix from -current. PR: 3693 Submitted by: Kazuo Horikawa END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-05-27T16:26:39.000000Z K 7 svn:log V 11 Staticize. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-05-27T16:41:52.000000Z K 7 svn:log V 47 Correct SNAP server paths. Bring in CDE fixes. END K 10 svn:author V 2 se K 8 svn:date V 27 1997-05-27T18:28:08.000000Z K 7 svn:log V 154 Fix problem introduced in the CMD640 workaround which could lead to a NULL pointer dereference. PR: kern/3696 Submitted by: Joel.Faedi@esial.u-nancy.fr END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-05-27T18:56:03.000000Z K 7 svn:log V 58 Always write out rc.conf, regardless of status. PR: 3698 END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-05-27T18:56:16.000000Z K 7 svn:log V 6 YAMFC END K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-05-27T19:24:36.000000Z K 7 svn:log V 76 Minor cleanup of APIC_IO code. Submitted by: Stefan Esser END K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-05-27T19:28:10.000000Z K 7 svn:log V 64 Nuke the printing of the unredirect message unless bootverbose. END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-05-27T23:40:47.000000Z K 7 svn:log V 42 - add includes for csu/i386 and libalias. END K 10 svn:author V 4 alex K 8 svn:date V 27 1997-05-28T00:47:27.000000Z K 7 svn:log V 93 Define NPRIMES in terms of the number of elements in 'primes' (as opposed to hardcoding it). END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-05-28T04:35:55.000000Z K 7 svn:log V 248 Hold onto your hats folks, here it comes: the first stage of the Secure RPC import I've been threatening. This step adds some necessary protocol definition files and headers to rpcsvc, including the ones needed for NIS+. Reviewed by: Mark Murray END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-05-28T04:35:55.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r26206, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-05-28T04:38:30.000000Z K 7 svn:log V 19 Resolve conflicts. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-05-28T04:42:53.000000Z K 7 svn:log V 78 Step two: import Secure RPC changes to include/rpc. Reviewed by: Mark Murray END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-05-28T04:42:53.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r26209, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-05-28T04:45:15.000000Z K 7 svn:log V 19 Resolve conflicts. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-05-28T04:46:38.000000Z K 7 svn:log V 30 Add new files in include/rpc. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-05-28T04:51:09.000000Z K 7 svn:log V 71 Step three: update librpcsvc for Secure RPC. Reviewed by: Mark Murray END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-05-28T04:51:09.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r26213, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-05-28T04:53:07.000000Z K 7 svn:log V 61 Fix conflicts (this one is easy: there's just the Makefile). END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-05-28T04:55:37.000000Z K 7 svn:log V 54 Now update the XDR library. Reviewed by: Mark Murray END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-05-28T04:55:37.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r26216, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-05-28T04:57:39.000000Z K 7 svn:log V 19 Resolve conflicts. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-05-28T05:00:11.000000Z K 7 svn:log V 230 Now the biggest step: import the changes to the main RPC code. Note: you'll need to rinstalkl all your includes before compiling libc the next time you update your sources in order for all this to work. Reviewed by: Mark Murray END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-05-28T05:00:11.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r26219, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-05-28T05:05:31.000000Z K 7 svn:log V 386 Resolve conflicts. This concludes tonight's entertainment. Once I'm sure I haven't destroyed the world with all these changes, I'll import the utilities. Everything should continue to work as before. If it doesn't let me know. Special thanks to Mark Murray for running a test 'make world' for me to shake out the bugs, which, hopefully, I have fixed. (And there was much rejoicing.) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-05-28T05:34:00.000000Z K 7 svn:log V 135 Note that we now have secure RPC. Bill - please feel free to elaborate on (or correct) my one-liner description if you wish. Thanks. END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-05-28T07:49:21.000000Z K 7 svn:log V 46 Make all the info dir entries line up neatly. END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-05-28T07:56:25.000000Z K 7 svn:log V 51 MFC: make all the info dir entries line up neatly. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-05-28T09:04:26.000000Z K 7 svn:log V 53 Synchronize with sys/i386/isa/clock.c revision 1.84. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-05-28T09:16:19.000000Z K 7 svn:log V 63 Synchronize with sys/i386/i386/machdep.c revision up to 1.245. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-05-28T09:18:23.000000Z K 7 svn:log V 51 Synchronize with sys/i386/isa/isa.c revision 1.85. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-05-28T09:19:35.000000Z K 7 svn:log V 51 Synchronize with sys/i386/isa/wd.c revision 1.130. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-05-28T09:23:00.000000Z K 7 svn:log V 351 Synchronize with following files: > Revision Changes Path > 1.65 +3 -3 src/sys/i386/boot/biosboot/boot.c > 1.18 +1 -5 src/sys/i386/boot/biosboot/boot.h > 1.26 +7 -6 src/sys/i386/boot/biosboot/disk.c > 1.22 +4 -2 src/sys/i386/boot/biosboot/io.c > 1.20 +12 -9 src/sys/i386/boot/biosboot/sys.c END K 10 svn:author V 2 se K 8 svn:date V 27 1997-05-28T10:01:03.000000Z K 7 svn:log V 398 Two minor changes to the code that builds the pci map array: 1) Stop at the first map register that contains a zero value. 2) When testing for the map size work up from low values, since this works around a bug in some BusLogic SCSI card, which has the 16 upper port base address bits hardwired to zero. The config register dump printed in the bootverbose case has been slightly rearranged. END K 10 svn:author V 2 se K 8 svn:date V 27 1997-05-28T10:10:02.000000Z K 7 svn:log V 550 Add consistency check to the functions that map port or memory ranges: Return failure, if the enable bit corresponding to the map type has not been set in the command register. This feature was requested by Justin Gibbs, who pointed out that some early PCI to PCI bridges do not correctly support memory windows (I assume because of the risk of deadlocks that have been taken care of in the PCI 2.2 spec) and that some BIOS clears the memory address decode enable bit in the command register of the PCI device, if it finds them behind such a bridge. END K 10 svn:author V 2 se K 8 svn:date V 27 1997-05-28T11:15:18.000000Z K 7 svn:log V 100 Define command register enable bits, which are required for a consitency test added to pci_compat.c END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-05-28T15:08:03.000000Z K 7 svn:log V 34 YAMFC - Fix for promiscuous mode. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-05-28T15:44:22.000000Z K 7 svn:log V 550 Import of the keyserv daemon needed for Secure RPC. This version supports both the keyserv v1 and v2 protocols. It uses the new AF_LOCAL transport so that only local processes can use it for storing/retrieving keys, and it uses the SCM_CREDS kernel hack for authentication. With these two modifications, we don't need the keyenvoy program normally used with RPC 4.0. Note that if libdes.so.3.x is present on the system when keyserv is started, Secure RPC will run with normal DES encryption. If not, everything falls back to RC4 with a 40 bit key. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-05-28T15:44:22.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r26234, which included commits to RCS files with non-trunk default branches. END