‚¤19854 146 1132 205 238 158 162 929 202 154 425 180 305 172 96 135 204 576 202 409 731 169 113 169 141 240 767 158 309 240 130 240 163 149 146 178 166 919 175 263 108 161 181 256 220 134 144 295 155 122 170 154 108 131 615 225 179 533 121 108 128 97 498 187 206 147 585 299 97 1022 169 415 493 142 184 190 191 174 114 136 685 512 97 271 686 97 104 273 340 432 207 237 97 317 239 177 257 132 137 392 185 291 300 97 97 289 97 150 252 391 373 205 856 208 135 127 107 125 194 162 107 107 127 219 192 199 154 238 140 163 206 145 378 252 199 245 300 168 148 110 153 143 142 392 392 97 97 233 K 10 svn:author V 5 peter K 8 svn:date V 27 1996-11-18T21:48:29.000000Z K 7 svn:log V 1036 put on my flame resistant suit and tempt fate by attempting to fix some of the races in my previous commits here, and fix some other problems with syslogd as well. - if the child process exited early (eg: could not bind to the socket), the boot process would hang for 30 seconds. The parent was not noticing that the child had exited. (my fault) - when writing to tty devices, instead of treating them like files that need \r\n instead of \n, actually use ttymsg() which has specific code intended to write to potentially blocking ttys safely. I had a machine lock up last night because /dev/console on a serial port got flow control blocked. Setting comcontrol drainwait fixed everything but syslogd which was going into a spin trying to write to the console and completely ignoreing everything else. - fix a couple of nonsensical bits of code while here.. eg: wait3 takes a pointer to an int. There is no sense in declaring it as 'union wait', then casting the pointer to (int *), then forgetting about it. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1996-11-18T21:53:21.000000Z K 7 svn:log V 110 Import new version of rarpd from the BPF 1.1 distribution from LBL. Obtained from: LBL, BPF 1.1 distribution END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1996-11-18T21:53:21.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r19855, 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 1996-11-18T21:53:22.000000Z K 7 svn:log V 62 This commit was manufactured by cvs2svn to create tag 'rarpd'. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1996-11-18T21:53:23.000000Z K 7 svn:log V 66 This commit was manufactured by cvs2svn to create tag 'rarpd_1_1'. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1996-11-18T22:07:41.000000Z K 7 svn:log V 834 Fix up new rarpd. This includes the following changes: - Support for poking ARP entries into the local table is now built in, so the arptab.c module I hacked together is no longer needed. - rarp_process() and rarp_reply() now accept a len argument which is passed down from rarp_loop() which tells rarp_reply() exactly how long the original RARP frame was. (Usually, it's 60 bytes, which is the minimum.) Previously, the length was calculated using the sum of sizeof(struct ether_header) + sizeof(struct ether_arp) (plus the ethernet frame header, I think). The result was a total packet length of 42 bytes. Now, rarp_reply() sends out packets that are the same size as those it recieves (60 bytes). This agrees with the behavior of rarpd on SunOS (as observed with tcpdump). The unused extra bytes are zeroed. END K 10 svn:author V 3 max K 8 svn:date V 27 1996-11-18T23:06:20.000000Z K 7 svn:log V 109 Defined an entity for Japanese documentation project's mailing-list. Updated Naoki Hamada's e-mail address. END K 10 svn:author V 3 max K 8 svn:date V 27 1996-11-18T23:07:45.000000Z K 7 svn:log V 62 Use newly defined &a.doc-jp; for Japanese doc project's list. END K 10 svn:author V 3 max K 8 svn:date V 27 1996-11-18T23:14:37.000000Z K 7 svn:log V 332 Added some info about Japanese handbook in the abstract to avoid confusing Japanese readers and send queries about Japanese handbook to doc@freebsd.org in Japanese. Some cosmetic tweaks. Some improvement in translation. This change, together with recent change to jmembers.sgml and jcontrib.sgml, should definitely go into 2.2. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1996-11-18T23:32:55.000000Z K 7 svn:log V 86 Dohw! Left out one important htonl() in update_arptab(). Pointed out by: Bill Fenner END K 10 svn:author V 3 sef K 8 svn:date V 27 1996-11-19T03:32:32.000000Z K 7 svn:log V 212 Move the terminal handling code to a later location; this allows the signal handlers to be set up; it also means that a failed name lookup won't mess up the nokerninfo setting of the tty. Reviewed by: pst, nate END K 10 svn:author V 3 max K 8 svn:date V 27 1996-11-19T08:36:25.000000Z K 7 svn:log V 80 Typo. (Gee, no one knew what the correct & official name of our project was. :) END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-11-19T11:08:27.000000Z K 7 svn:log V 5 typo END K 10 svn:author V 3 max K 8 svn:date V 27 1996-11-19T11:33:33.000000Z K 7 svn:log V 43 Sync with the English version in -current. END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-11-19T14:09:02.000000Z K 7 svn:log V 107 Be explicit about the doc name (handbook) rather than inferring it from the directory name. 2.2 candidate END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-11-19T17:08:10.000000Z K 7 svn:log V 482 Fix UserConfig w/syscons. The 'getchar' function in syscons (sccngetc) is used by UserConfig to get keyboard input from the user. When it was modified to use the shared keyboard port routines it used the port passed in during the probe routine. Since the probe routine was not yet called, the port was set to 0, which is obviously not going to work. Pre-initialize sc_port to IO_KBD which is really a kludge, but it's how the previous driver did it's job. Found by: remote GDB END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-11-19T17:25:31.000000Z K 7 svn:log V 108 Go ahead and merge in the now working syscons and PS/2 mouse driver that use the new shared kbdio routines. END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-11-19T18:03:16.000000Z K 7 svn:log V 316 Do not attempt to open reverse channel until authentication phase has succeeded. Never allow the reverse channel to be to a privileged port. Cannidate for: 2.1 and 2.2 branches Reviewed by: pst (with local cleanups) Submitted by: Cy Shubert Obtained from: Jaeger via BUGTRAQ END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-11-19T18:09:41.000000Z K 7 svn:log V 634 Completely re-vamped `tzsetup': - It no longer attempts to fiddle wall-vs-UTC-in-RTC. The results were just confusing most of the time. - The program no longer contains a pre-compiled list of timezones (compiled by groveling through the tzdata source files for comments starting with `ZONE-DESCR'). Now it uses the new `zone.tab' file supplied with current versions of the timezone data files, to determine the list at run time. (It also requires the ISO 3166 table I committed some months ago.) AS A RESULT, this program will NOT work until the new timezone data files are committed (should happen sometime soon). END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-11-19T18:35:43.000000Z K 7 svn:log V 76 Add kbdio.[ch] since they are necessary for the new syscons & PS/2 drivers. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-11-19T19:09:26.000000Z K 7 svn:log V 17 Initial revision END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1996-11-19T19:09:27.000000Z K 7 svn:log V 73 This commit was manufactured by cvs2svn to create branch 'VENDOR-tzdata'. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-11-19T19:09:28.000000Z K 7 svn:log V 45 Latest timezone data files from Arthur Olson END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-11-19T19:09:28.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r19876, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-11-19T19:17:19.000000Z K 7 svn:log V 670 Update to the latest version from the vendor branch. These files are now identical with the distributed versions, which may cause some abbreviations to change for people in obscure zones. (The abbreviations can be changed again if need be.) It also changes the abbreviation of Central European Time to `CET' from its previous value of `MET' (a curious German-English hybrid). Finally, we have finally rid ourselves of those nasty ZONE-DESCR comments, which were a maintenance nightmare, in favor of the new zone.tab file. We are not using the distribution's iso3166.tab file because we have our own list. Obtained from: Arthur David Olson; ftp://elsie.nci.nih.gov END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-11-19T19:19:58.000000Z K 7 svn:log V 62 Revert `Factory' to previous message advising use of tzsetup. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-11-19T20:23:47.000000Z K 7 svn:log V 212 Latest version of SGI routed courtesy of Vern Schryver. This version adds the capability to use MD5 authentication as defined in the latest documents. Submitted by: Vernon J. Schryver END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-11-19T20:23:47.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r19880, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-11-19T20:26:54.000000Z K 7 svn:log V 34 Last import was botched. Fix it. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-11-19T20:26:54.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r19882, 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 1996-11-19T20:26:55.000000Z K 7 svn:log V 67 This commit was manufactured by cvs2svn to create tag 'vjs_961119'. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-11-19T20:42:43.000000Z K 7 svn:log V 53 Merge from vendor branch and use system MD5 library. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-11-19T21:22:18.000000Z K 7 svn:log V 50 Matching routed.h to go along with latest routed. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-11-19T23:21:52.000000Z K 7 svn:log V 84 Remove two uninitialized and unused variables that used to cause a segfault before. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1996-11-19T23:21:53.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 wpaul K 8 svn:date V 27 1996-11-19T23:57:06.000000Z K 7 svn:log V 824 Although I got rarpd to work, it was largely through kludgery. Bill Fenner was kind enough to point out the error of my ways. This incorporates diffs from him which: - Keep everything in network order. - Log the booted ether & ip address, instead of my address on that net - change several exit()'s to return()'s, so that rarpd continues running even if it thinks it's in a weird state. One small tweak by me: in rarp_bootable(), we have to make sure to construct 'ipname' in host byte order (if we don't, we have to specify /tftpboot/ with in network byte order, which is confusing). Also restored use of rather than as pointed out by bde. Also updated the man page so that the -v flag is documented. With any luck, I won't have to touch this thing again. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1996-11-20T01:07:46.000000Z K 7 svn:log V 81 do not print 'illegal shell' for pseudo users news and xten Submitted by: kuku END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-11-20T07:53:42.000000Z K 7 svn:log V 170 Got the bugger. Eric's now passing in a hint structure to dbopen() but forgot to zero the structure first, leaving hinfo.bsize undefined and causing a loop in __log2(). END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-11-20T08:21:27.000000Z K 7 svn:log V 16 Latest reality. END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-11-20T14:18:25.000000Z K 7 svn:log V 65 SLIP -> PPP Submitted by: Bob TIllman END K 10 svn:author V 3 max K 8 svn:date V 27 1996-11-20T14:49:59.000000Z K 7 svn:log V 89 Typo. Improvement in translation. Submitted by: Mitsuru IWASAKI END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-11-20T15:05:51.000000Z K 7 svn:log V 161 Merge from HEAD: don't duplicate the Posix regex stuff in libregex, it's already in libc (and both implementations clash when linking both libs simultaneously). END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-11-20T15:23:40.000000Z K 7 svn:log V 123 For some reason the merge of this file didn't get committed properly. Who has the conical hat? Make things compile again. END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-11-20T18:25:30.000000Z K 7 svn:log V 42 Syn-flood fix (for service pack update 1) END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-11-20T18:36:37.000000Z K 7 svn:log V 52 Merge in 1.11 from the main branch for 2.1.6 (SPU1) END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-11-20T20:54:28.000000Z K 7 svn:log V 198 Copy a slightly modified version of the `libgnumalloc hack' to allow us to finally phase out the 8K shared version of liby in favor of the 600-byte static one, as was done years ago for libl/libfl. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-11-20T20:55:11.000000Z K 7 svn:log V 59 Oops, we still want to build/install the static libraries. END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-11-20T21:44:09.000000Z K 7 svn:log V 30 Sync with HEAD for 2.1.6 PSU1 END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-11-20T22:12:50.000000Z K 7 svn:log V 78 Truncate argument list to avoid buffer overflows. Cannidate for: 2.1 and 2.2 END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-11-20T22:13:51.000000Z K 7 svn:log V 62 Conditionalize setsockopt IP_PORTRANGE to make ftpd portable. END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-11-20T22:25:39.000000Z K 7 svn:log V 16 Merge from head END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-11-20T22:25:57.000000Z K 7 svn:log V 39 Disable certain commands before login. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1996-11-21T06:18:33.000000Z K 7 svn:log V 520 Change the way Automatic PIO is performed in the mesgin and mesgout phases. SPIORDY should go active on any REQ of the bus, so testing for REQINIT is not necessary. It also seems that testing for SPIORDY is more robust then REQINIT since SPIORDY comes active after REQINIT and PHASEMIS seems to take some time to come true after REQ is asserted if the phase has changed. Of course, none of this is documented. This should give the code savings of my original changes, without breaking the driver on fast peripherals. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1996-11-21T06:19:13.000000Z K 7 svn:log V 130 Update comment and disable SCB paging for Rev E cards since paging, at least in its current form, will not work with these cards. END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-11-21T07:17:08.000000Z K 7 svn:log V 86 Back out Russian zones/rulez awaiting for new Paul Eggert update Reviewed by: wollman END K 10 svn:author V 6 julian K 8 svn:date V 27 1996-11-21T07:19:00.000000Z K 7 svn:log V 437 changes to make devfs more 'normal' also fixes a bug I've been chasing for a LONG TIME, due to the fact that spec_bwrite is a NOP and I didn't realise it.. old symptom: mount -t devfs devfs /mnt mount /mnt/wd0e /mnt/mnt2 umount /mnt2 there are some pretty large structural differences internal to devfs but outwards it should look the same. I have not yet tested extensively but will do so and fix 3 warnings tomorrow. END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-11-21T10:13:25.000000Z K 7 svn:log V 28 Add ru_RU as alias to ru_SU END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-11-21T10:17:45.000000Z K 7 svn:log V 15 ru_SU -> ru_RU END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-11-21T15:17:04.000000Z K 7 svn:log V 36 Don't dump core on zero-size files. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-11-21T16:51:15.000000Z K 7 svn:log V 6 YAMFC END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-11-21T19:36:09.000000Z K 7 svn:log V 401 Fix lots of non-bug questionable code: - Don't link against libkvm and don't uselessly include . - Declare constant objects as const. - Declare functions with the correct types. - Call functions with the correct parameters. Not fixed: - The sysctl parsing remains ugly (but it may be the best we can do). - atnetrange() should use strtoul() rather than sscanf() for better error checking. END K 10 svn:author V 5 guido K 8 svn:date V 27 1996-11-21T21:04:50.000000Z K 7 svn:log V 93 Fix ifconfig link flag handling Submitted by: "Jon Morgan" END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-11-22T00:03:33.000000Z K 7 svn:log V 112 Bring in the rest of the AWE sound driver changes from the HEAD. Sound support was broken w/out these changes. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-11-22T00:23:40.000000Z K 7 svn:log V 54 More missing bits from the AWE32 sound support merge. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-11-22T04:27:43.000000Z K 7 svn:log V 490 Set a more explicit #include path for building aix7xxx_asm, otherwise it uses /usr/include/sys/*, which may point to a different build tree. I'm not sure that this is necessary, but there was a question mark over what /usr/include/sys points to when building the "user mode" binaries in the kernel code, especially when building the smp tree. I suspect that the "right" line here is to use ${INCLUDES}, but that causes warnings about unused static inline functions in stdio.h and ctype.h END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-11-22T05:42:40.000000Z K 7 svn:log V 205 Merge-O-Matic. Bring in the more secure 8.8.3 sources onto the soon to be dead stable branch in order to have them be part of the 2.1.6a 'security update'. Reviewed by: Tom Samplonius END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-11-22T07:51:40.000000Z K 7 svn:log V 6 YAMFC END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1996-11-22T08:25:23.000000Z K 7 svn:log V 927 Conditionally enable the busfree interrupt to catch unexpected busfrees. Immediate SCBs, since they always send messages that tell the target to transition to bus free now rely on the busfree interrupt instead of the IMMEDDONE sequencer interrupt that was generated before. Rearrange some code in the message out loop to give ATN a little more time to drop before we ACK the last byte. Use SPIORDY instead of REQINIT when snooping for a tag message on a reconnect. This is done for the same reasons we use SPIORDY in the inb functions. When going into BITBUCKET mode, turn off HDMAEN in the DFCNTRL register so that we can "not care" what the value of HCNT is. If HCNT is 0, BITBUCKET mode won't transfer any data if HDMAEN is set. Seeing as we don't want the transfer to even think about touching the host, this seems more sane anyway. Thanks to "Dan Willis" for pointing out that this was a problem. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1996-11-22T08:28:32.000000Z K 7 svn:log V 74 Added reminder to edit the parent Makefile to add what you just imported. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1996-11-22T08:28:45.000000Z K 7 svn:log V 320 Add code to the SCSIINT handler for unexpected busfrees and handling immediate SCBs in response to a busfree. When re-queueing an SCB that returned with QUEUE FULL status, reset its timeout. Ensure that aborted SCBs have an error code set in there xs before it gets passed back up with scsi_done. Fix a few KNF nits. END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-11-22T08:59:07.000000Z K 7 svn:log V 400 Back out recent security patch for rexecd. After more careful analysis, it is both uneeded and breaks certain lock-step timing in the rexec protocol. Yes, an attacker can "relay" connections using this trick, but a properly configured firewall that would make this sort of subterfuge necessary in the first place (instead of direct packet spoofing) would also thwart useful attacks based on this. END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-11-22T09:01:35.000000Z K 7 svn:log V 50 Back out rexecd security patch (see note in HEAD) END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-11-22T13:58:03.000000Z K 7 svn:log V 90 make the Usage string match reality Submitted by: faried nawaz , PR#2075 END K 10 svn:author V 6 fenner K 8 svn:date V 27 1996-11-22T18:07:52.000000Z K 7 svn:log V 95 Fix previous commit. The patch was appropriate for 4.9.4 but needed a little tweak for 4.9.3. END K 10 svn:author V 7 gpalmer K 8 svn:date V 27 1996-11-22T22:16:25.000000Z K 7 svn:log V 95 Fix minor typo/grammatical error Submitted by: John-Mark Gurney in PR 2085 END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-11-22T23:37:08.000000Z K 7 svn:log V 82 get_myaddress() wasn't following the interface array properly Cannidate for: 2.2 END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-11-23T02:31:40.000000Z K 7 svn:log V 21 Understand ru_RU too END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-11-23T04:06:10.000000Z K 7 svn:log V 43 Add missing nls directories 2.2 candidate END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-11-23T05:12:21.000000Z K 7 svn:log V 592 [I'm still at COMDEX, but this is an easy commit] David and I talked for quite awhile today about how to differentiate 2.1.6 from the "service patched" 2.1.6, and while the packaging can and should stay the same, we still need to know version information in bug reports. I'm therefore bumping the version to 2.1.6.1, though I hope we won't need to refer to it often as such since the 2.1.6 CD will be, in fact, 2.1.6.1 and I intend to also replace the FTP release with it. 2.1.6a and 2.1.7 were also debated and rejected. This version number is the only one we've precedent for (1.1.5.1). END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-11-23T07:38:25.000000Z K 7 svn:log V 417 Make this compile again after the syscons/psm/kbdio changes that removed the keyboard IO port definitions from . Note: I do not have a machine available to test this yet, I sent this for review to several people who have not replied. This is also totally busted in 2.2, which has half of the syscons/psm/kbdio changes in it. This really desperately needs to be tested and fixed in 2.2 as well. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-11-23T08:35:39.000000Z K 7 svn:log V 6 YAMFC END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-11-23T09:56:54.000000Z K 7 svn:log V 176 Merge 1.4->1.5 diff from -current. Fixes g flag of :S modifier, courtesy of Adam David. We need this for the latest bsd.port.mk to have any chance working. Approved by: jkh END K 10 svn:author V 7 andreas K 8 svn:date V 27 1996-11-23T12:33:34.000000Z K 7 svn:log V 589 Name Pentium Pro Support. Changed an expression "one year ago", which is in fact only valid for a short period of time. Updated the section about ports. Make this more general, "hundreds of ports" and give a concrete number of ports (over 710) with a timestamp "at end of November 96". I reformatted the "ports" paragraph using fmt, because I think it looks nicer now in sgml source. So the diff shows more changed lines than was actually changed. If this isn't suitable for you, then I'll do my best in the future, to avoid this. My intention was, to make the source look nicer as well. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-11-23T18:22:27.000000Z K 7 svn:log V 6 YAMFC END K 10 svn:author V 3 max K 8 svn:date V 27 1996-11-23T18:26:30.000000Z K 7 svn:log V 12 Minor typo. END K 10 svn:author V 3 max K 8 svn:date V 27 1996-11-23T19:02:25.000000Z K 7 svn:log V 180 Added `info' subdirectory to the section ``Subdirectories'' as the location to install info pages. (It hasn't been clear in the handbook either share/info or info should be used.) END K 10 svn:author V 6 fenner K 8 svn:date V 27 1996-11-23T19:07:02.000000Z K 7 svn:log V 244 Allocate a header mbuf for the start of the encapsulated packet. The rest of the code was treating it as a header mbuf, but it was allocated as a normal mbuf. This fixes the panic: ip_output no HDR when you have a multicast tunnel configured. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-11-23T20:04:02.000000Z K 7 svn:log V 339 Added forgotten directories zoneinfo/Antarctica and zoneinfo/Arctic. The zoneinfo makefile doesn't follow the rules. It builds everything at install time. It dpends on zic to create the directories. zic doesn't know about the weird 555 permissions specified in BSD.usr.dist, so it creates the directories with nonstandard permissions. END K 10 svn:author V 3 max K 8 svn:date V 27 1996-11-23T23:49:40.000000Z K 7 svn:log V 114 Added a translator's note on the term ``anonymous FTP''. Submitted by: Yoshiaki Uchikawa END K 10 svn:author V 2 dg K 8 svn:date V 27 1996-11-24T00:19:47.000000Z K 7 svn:log V 145 Fixed bug that could lead to pmap corruption during asynchronous page cleans and then cause a panic or worse. Submitted by: dyson and wcarchive END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-11-24T07:54:08.000000Z K 7 svn:log V 6 YAMFC END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-11-24T08:06:01.000000Z K 7 svn:log V 222 Fix my previous (untested) commit. The probe routine now appears to work again. Something needs to be done about this in 2.2, since the code there doesn't even compile anymore since the syscons/kbdio/psm merge into 2.2. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-11-24T08:15:11.000000Z K 7 svn:log V 144 Back out my previous change here. aic7xxx_asm is only a stdio program that runs in the host's build environment, not the kernel's environment. END K 10 svn:author V 4 jhay K 8 svn:date V 27 1996-11-24T08:25:48.000000Z K 7 svn:log V 84 Enlarge the transmit and receive bufferspace of ipx. Make it tweakable with sysctl. END K 10 svn:author V 4 jhay K 8 svn:date V 27 1996-11-24T08:35:23.000000Z K 7 svn:log V 163 Slow down the RIP and SAP broadcasts. At least some NW4.x machines can't handle them back-to-back. (We couldn't either without my ipx receive buffer enlargement.) END K 10 svn:author V 6 obrien K 8 svn:date V 27 1996-11-24T08:39:11.000000Z K 7 svn:log V 37 Fixed two typos I made Thanks: Max END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-11-24T09:01:52.000000Z K 7 svn:log V 45 Update docs to indicate that this is 2.1.6.1 END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-11-24T09:31:43.000000Z K 7 svn:log V 297 Merge the Makefile changes from -current that allow to build both versions, the DES-contaminated and the exportable one, during a `make release'. This should fix the problems where /sbin/init and /bin/ed have been missing in the `des' distribution of 2.1.6. Requested by: jkh Reviewed by: markm END K 10 svn:author V 3 max K 8 svn:date V 27 1996-11-24T22:19:50.000000Z K 7 svn:log V 93 Merged change from 1.15 to 1.17 in the English version in -current. Cosmetic tweaks. Typo. END K 10 svn:author V 6 msmith K 8 svn:date V 27 1996-11-25T01:52:28.000000Z K 7 svn:log V 195 Correct the syntax of the example to reflect reality, and note that the 'host:' element is mandatory. A better fix would involve reworking bootparamd not to require a ':' in the response string. END K 10 svn:author V 6 fenner K 8 svn:date V 27 1996-11-25T06:20:54.000000Z K 7 svn:log V 204 Fix the IGMP printer. A lost pair of parenthesis caused all IGMP reports to be printed as IGMPv1, and a misapplied patch caused IGMP Leave messages to be partially interpreted as DVMRP routing messages. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-11-25T07:23:37.000000Z K 7 svn:log V 6 YAMFC END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-11-25T07:32:38.000000Z K 7 svn:log V 6 YAMFC END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-11-25T18:39:25.000000Z K 7 svn:log V 196 Make a kernel with DDB but without sio possible again. This is only a stopgap measure, a more complete solution is on somebodys whiteboard (and we all know that THAT means :-). Reviewed by: pst END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-11-25T18:40:36.000000Z K 7 svn:log V 6 YAMFC END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-11-25T19:36:26.000000Z K 7 svn:log V 58 bin/1974: core dump from amd when phkmalloc is set to AJ. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-11-25T22:45:27.000000Z K 7 svn:log V 157 Update the French message catalog to use ISO 8859-1 instead of IBM437 characters. 2.2 candidate. Submitted by: roberto@keltia.freenix.fr (Ollivier Robert) END K 10 svn:author V 6 fenner K 8 svn:date V 27 1996-11-26T01:43:20.000000Z K 7 svn:log V 295 LBL chose to use IPPROTO_ENCAP to represent IP proto 4 encapsulation as performed by the multicast kernel modifications. However, BSD already had IPPROTO_ENCAP defined as 98 (RFC 1241 encapsulation). This changes the use of IPPROTO_ENCAP to IPPROTO_IPIP, which is the BSD name for IP proto 4. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-11-26T02:24:42.000000Z K 7 svn:log V 278 Make the handling of the /dev/ prefix for tty names more consistant. ttymsg() insists on them not being there. Also, since ttymsg() opens the tty "on demand", don't keep an fd open ourselves. This would interfere with HUPCL etc. This should close PR#2103 from END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-11-26T02:35:08.000000Z K 7 svn:log V 110 Don't close f->f_file on F_TTY types on error returns from ttymsg() since it wasn't open in the first place.. END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-11-26T02:49:53.000000Z K 7 svn:log V 762 PATH_LOCALE: use this non-standard env variable first time only, i.e. strdup() it to prevent unsetenv() or setenv() effects. Check its length to not allow user to overflow internal locale buffer. Move PATH_LOCALE handling code into one place. POSIX: make better stub for LC_MONETARY & LC_NUMERIC, now it check locale directory existance instead of refusing all non-C non-POSIX locales. POSIX treats empty locale env variable as unset variable while our old code treats it as "C" locale, fix it. Implement previous locale restoring, if locale setting fails. Old code assumes success if some of LC_ALL subset is successed even other fails, POSIX treats it as failure with previous locale restoring, fix it. Remove unneccessary length checking in currentlocale() END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-11-26T02:52:52.000000Z K 7 svn:log V 114 Move PATH_LOCALE handling to setlocale.c, simplify locale path building, don't treat empty encoding as C encoding END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-11-26T03:26:31.000000Z K 7 svn:log V 42 Use LC_TIME=C instead of LC_TIME= (POSIX) END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-11-26T03:31:26.000000Z K 7 svn:log V 34 Use LC_TIME=C instead of LC_TIME= END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-11-26T03:41:39.000000Z K 7 svn:log V 14 Use LC_TIME=C END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-11-26T06:55:35.000000Z K 7 svn:log V 32 Replace LC_TIME= with LC_TIME=C END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-11-26T07:00:11.000000Z K 7 svn:log V 100 More fixes to Russian catalog Should go to 2.2 (wrong number of % formatting found in old version) END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-11-26T08:00:17.000000Z K 7 svn:log V 69 Add Id Optimize/improve recently added locale restoration on failure END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-11-26T08:45:28.000000Z K 7 svn:log V 14 Use LC_TIME=C END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-11-26T08:53:48.000000Z K 7 svn:log V 14 Use LC_TIME=C END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-11-26T08:58:57.000000Z K 7 svn:log V 34 Use LANG=C, LC_CTYPE=C, LC_TIME=C END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-11-26T10:01:28.000000Z K 7 svn:log V 124 Add share/misc. Definite 2.2 candidate, if we want it to be consistent with the ports. Found by: obrien and his mutt port END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-11-26T12:03:20.000000Z K 7 svn:log V 98 Change number of ports to the correct 690 (was 710, but the ports tree has never had 710 ports!). END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-11-27T01:01:52.000000Z K 7 svn:log V 104 Open devices read-only to test whether they are available. This allows to use write-protected tapes... END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-11-27T01:06:40.000000Z K 7 svn:log V 62 Recommend my new Lieblingcdromlaufwerke, the Plasmon PX-12CS. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-11-27T01:44:57.000000Z K 7 svn:log V 145 o Update for upcoming BETA release of 2.2 o Fix Adaptec controllers description error, spotted by Richard Wiwatowski END K 10 svn:author V 3 max K 8 svn:date V 27 1996-11-27T03:54:50.000000Z K 7 svn:log V 48 Typo. Some reformatting in a part of the sgml. END K 10 svn:author V 3 max K 8 svn:date V 27 1996-11-27T04:11:00.000000Z K 7 svn:log V 71 Reflect the change made to the English version (Rev.1.17 -> Rev.1.18.) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-11-27T12:44:43.000000Z K 7 svn:log V 113 Correct some typos relating to PC98 server selection. Submitted-By: HOSOKAWA Tatsumi END K 10 svn:author V 5 mckay K 8 svn:date V 27 1996-11-27T12:58:44.000000Z K 7 svn:log V 51 Removed unnecessary locking. Simplified. Tidied. END K 10 svn:author V 5 mckay K 8 svn:date V 27 1996-11-27T13:06:51.000000Z K 7 svn:log V 283 Simplified. Some fts related bugs removed. Made less verbose. The default number of mail messages sent per run was lowered from 2 to 1. Why? Well, some numbers just give you the warm fuzzies, like zero and one. Zero isn't much use here, so I picked my all time favourite, one. END K 10 svn:author V 6 fenner K 8 svn:date V 27 1996-11-27T20:42:09.000000Z K 7 svn:log V 156 Make the man page reflect reality. Add BUGS section about DNS. Logging cleanups (including logging the requestor's MAC address instead of the server's). END K 10 svn:author V 6 fenner K 8 svn:date V 27 1996-11-27T20:45:10.000000Z K 7 svn:log V 103 Add -s flag to always supply mapping if known, ignoring the presence or absence of files in /tftpboot. END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-11-27T22:04:55.000000Z K 7 svn:log V 151 Don't show on the screen just securely entered password (in /etc/adduser.message text) Sending password by E-mail on local machine is joke in any case END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-11-27T22:30:44.000000Z K 7 svn:log V 206 Add rcsid[] Since locale reading code not resistent against stack overflowing or similar intruder attacks, don't allow PATH_LOCALE env variable action for s-bit programs (non-standard locale path setting) END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-11-27T22:44:43.000000Z K 7 svn:log V 76 Improve the Dangerously Dedidcated mode a bit. Not much, but a bit better. END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-11-27T22:52:09.000000Z K 7 svn:log V 55 Remove warning at AHC_SCBPAGING_ENABLE, not needed now END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-11-27T22:52:25.000000Z K 7 svn:log V 18 Waste less space. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-11-27T22:52:34.000000Z K 7 svn:log V 61 Try to impreve DD mode. Try to make 4Mb floppies work again. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-11-27T22:53:10.000000Z K 7 svn:log V 51 Make intro command a NO-OP if no VISUAL_USERCONFIG END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-11-27T23:32:10.000000Z K 7 svn:log V 49 Add missing ${COPY} to install options, zone.tab END K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-11-28T04:07:44.000000Z K 7 svn:log V 297 Potentially fix a problem, whereby MSDOSFS can request buffers larger than the vfs layer can provide. We now automatically support 32K clusters if MSDOSFS is installed, and panic if a filesystem tries to allocate a buffer larger than MAXBSIZE. This commit is a result of some "prodding" by BDE. END K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-11-28T04:26:04.000000Z K 7 svn:log V 297 Potentially fix a problem, whereby MSDOSFS can request buffers larger than the vfs layer can provide. We now automatically support 32K clusters if MSDOSFS is installed, and panic if a filesystem tries to allocate a buffer larger than MAXBSIZE. This commit is a result of some "prodding" by BDE. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-11-28T08:09:56.000000Z K 7 svn:log V 6 YAMFC END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-11-28T08:28:35.000000Z K 7 svn:log V 6 YAMFC END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-11-28T08:56:43.000000Z K 7 svn:log V 138 Few fixit improvements: . hint about the usability of the arrow keys, . export TAPE to an obscure dev node so mt(1) will work correctly. END