ƒ¤ 22000 235 142 172 146 219 130 212 4228 109 229 218 151 138 148 168 240 133 184 131 142 117 221 173 189 134 263 117 148 341 197 238 175 137 207 177 147 339 129 294 138 867 158 256 140 111 148 257 378 178 140 116 170 173 153 143 166 126 131 126 129 162 124 189 248 135 124 152 380 122 120 155 112 174 164 107 282 126 107 128 326 131 963 202 131 120 140 329 155 136 155 183 136 142 134 198 147 343 141 145 156 260 96 157 163 98 854 239 989 243 139 261 201 146 102 122 411 139 470 163 146 144 145 175 192 133 153 148 159 149 328 274 170 171 133 1086 133 171 126 266 171 133 133 133 207 133 133 131 125 117 112 172 140 162 222 134 134 228 218 204 150 112 129 148 149 156 282 228 109 552 175 134 130 143 136 129 131 156 342 250 152 529 298 264 140 161 239 191 142 860 257 120 181 292 209 159 136 928 208 190 347 152 145 149 265 179 122 188 220 436 512 140 136 303 497 123 111 138 124 165 137 151 144 146 142 142 150 263 123 326 350 155 136 130 195 325 348 K 10 svn:author V 4 kato K 8 svn:date V 27 1997-01-25T06:33:24.000000Z K 7 svn:log V 49 Synchronize with sys/i386/isa/if_fe.c rev. 1.26. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-01-25T06:38:14.000000Z K 7 svn:log V 79 Synchronize with sys/i386/isa/syscons.{c,h} rev. 1.199 and 1.27, respectively. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-01-25T06:42:19.000000Z K 7 svn:log V 53 Synchronize with sys/i386/i386/machdep.c rev. 1.226. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-01-25T10:37:03.000000Z K 7 svn:log V 125 Change default I/O recovery time for Cyrix 5x86 to 0. The BIOS Writers Guide mentions that IORT should be 0 for errata fix. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-01-25T10:43:18.000000Z K 7 svn:log V 37 YAMFC (revision 1.11; default IORT). END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-01-25T18:51:01.000000Z K 7 svn:log V 119 Sync with . pcibus.c unfortunately still compiled (with only 3 or 4 warnings) when pb_maxirq went away. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-01-25T20:27:13.000000Z K 7 svn:log V 4132 Make the SCSI probe messages more BSDish. This may raise a few eyebrows ("Hey! Who made _you_ the keeper of all things BSDish?!") but this has bugged me for a long time, and now that I finally have the chance to hack on it (and test the results), I'll take my chances. I can also point to other BSD implementations for precedents if you put my back to the wall. The only thing that's changed is how the messages are formatted. Now, instead of having this: aha0 at 0x330-0x333 irq 11 drq 5 on isa (aha0:3:0): "HP C1553A 9503" type 1 removable SCSI 2 st0(aha0:3:0): Sequential-Access density code 0x24, variable blocks, write-enabled (aha0:3:1): "HP C1553A 9503" type 8 removable SCSI 2 ch0(aha0:3:1): Medium-Changer 6 slot(s) 1 drive(s) 0 arm(s) 0 i/e-slot(s) We have this: aha0 at 0x330-0x333 irq 11 drq 5 on isa scbus0 at aha0 bus 0 st0 at scbus0 target 3 lun 0 st0: type 1 removable SCSI 2 st0: Sequential-Access density code 0x24, variable blocks, write-enabled ch0 at scbus0 target 3 lun 1 ch0: type 8 removable SCSI 2 ch0: Medium-Changer 6 slot(s) 1 drive(s) 0 arm(s) 0 i/e-slot(s) Which is (to me anyway) is a lot more pleasant to look at. (Call me crazy -- g'head: you know you wanna -- but the previous messages remind me of Linux. Ever see the output from the linux device probes? It's a mess of copyright notices, version numbers/dates, author e-mail addresses and other crap. Let's not go there, okay? Bleh.) Notice that devices are now specified in terms of the scsi bus they live on rather than the adapter. This better reflects the contents of the kernel config file (if you use wired-down device specifications anyway) and removes some ambiguity that may arise if you have a multi- channel adapter with more than one bus. Also, sc_print_addr() now generates messages like this: st0 at scbus0 target 3 lun 0: NOT READY asc:3a,0 Medium not present instead of this: st0(aha0:3:0): NOT READY asc:3a,0 Medium not present I also added a quirk entry for the HP Superstore 12000e 6 tape DAT autoloader, which needs SC_MORE_LUS in order for the changer device to be properly probed and attached. (I'm working on a chcontrol utility to manipulate the changer on this drive which should hopefully be general enough to work with other changers too. If you want the prototype I have now, it's at ftp://skynet.ctr.columbia.edu/pub/freebsd/changer.c.) Remaining bugs: - The 'foodev0: yadda yadda yadda' bits should probably be printed entirely by the device-specific subdriver attach code instead of half by the scsi_device_attach() routine and half by the device specific attach routine like it is now. - The wired-down device specifications in the kernel config file should be used to control bus/device probing to some extent rather than just for choosing names for devices we find. If the config says there's a device at scbus0 target 0 lun 0 called sd0, we should look there and check for a device that can be managed by the sd driver. If we don't find one, we should probably complain that there's no device there or that there is a device but of the wrong type. Once all the devices from the wired down list have been probed, the code can then autodetect and autoattach any devices that remain unassigned. - Apparently some tape changers (hi Ulf!) return 'not ready/medium not present' when the magazine is loaded but a tape has not been put in the drive yet. This causes an open(/dev/ch0) to fail and prevents you from using the changer.c utility to load the first tape into the drive. My HP changer does not behave this way. The workaround is to manually load a tape into the drive before attempting to use the changer program, but you can get in trouble if you accidentally eject a tape without loading a new one and you're at a remote location: you won't be able to load any tapes anymore. I'm not sure what the correct software solution is for this but ideally there should be one. - I should not be doing this: I'm the NIS guru, not the SCSI guru. (This is not my beautiful code. How did I get here? My god: what have I done?) END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-25T20:42:09.000000Z K 7 svn:log V 17 Man page police. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-25T20:51:30.000000Z K 7 svn:log V 136 YAMFC: Install the new de.4, fxp.4, ix.4, le.4, lnc.4, ze.4 and zp.4 man pages. They have all been tagged onto the RELENG_2_2 branch. END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-01-25T20:55:46.000000Z K 7 svn:log V 125 Since we have netatalk in the kernel, make life a little easier for people and add the four needed entries in /etc/services. END K 10 svn:author V 6 julian K 8 svn:date V 27 1997-01-26T01:00:45.000000Z K 7 svn:log V 56 fix mixleading comment (my error.. I wrote the comment) END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-01-26T01:37:05.000000Z K 7 svn:log V 46 Don't use /tmp for afterdepend cleanup target END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-26T02:35:15.000000Z K 7 svn:log V 56 YAMFC: From rev 1.7: typo fix From rev 1.5: sort xrefs END K 10 svn:author V 5 dyson K 8 svn:date V 27 1997-01-26T03:14:59.000000Z K 7 svn:log V 74 Move a missing object (panic fix) in vmspace_fork from -current into 2.2. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-26T03:44:55.000000Z K 7 svn:log V 147 Document a couple of additional errno's. Submitted by: Steinar Haug and Heiko W. Rupp Obtained from: NetBSD-bugs & FreeBSD-current mailing lists END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-26T03:57:11.000000Z K 7 svn:log V 41 YAMFC: add a couple of missing errno's. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-26T05:07:58.000000Z K 7 svn:log V 92 Correct some grammar. Closes PR# 2520. Submitted by: John-Mark Gurney END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-26T05:51:55.000000Z K 7 svn:log V 39 YAMFC: From rev 1.5: fix some grammar. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-26T07:48:21.000000Z K 7 svn:log V 50 YAMFC: from rev 1.6: re-document the "-v" option. END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-01-26T09:21:39.000000Z K 7 svn:log V 25 YAMFC (netatalk entries) END K 10 svn:author V 3 max K 8 svn:date V 27 1997-01-26T15:49:38.000000Z K 7 svn:log V 128 Finally, fill this file with real content (the translation is completed.). Submitted by: FreeBSD Japanese Documentation Project END K 10 svn:author V 3 max K 8 svn:date V 27 1997-01-26T16:15:32.000000Z K 7 svn:log V 81 Merge 1.46 -> 1.49 changes. Submitted by: Mitsuru Iwasaki END K 10 svn:author V 3 max K 8 svn:date V 27 1997-01-26T16:33:15.000000Z K 7 svn:log V 97 Added Tsuyoshi Maruyama to the translator list for doing some work for translating dialout.sgml. END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-01-26T23:27:15.000000Z K 7 svn:log V 41 Add save/restore cursor position escapes END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-01-27T00:10:53.000000Z K 7 svn:log V 168 Store temp files in current directory instead /tmp. The current directory is usually not world writable, this avoid security problems due the evil Berkeleian symlinks. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-01-27T00:16:15.000000Z K 7 svn:log V 25 Add new Portugal mirror. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-01-27T06:12:08.000000Z K 7 svn:log V 56 Fixed comment that did not match code (cursor -> bell). END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-01-27T06:24:10.000000Z K 7 svn:log V 248 Use shifts instead of multiplications and `|' instead of `+' to simplify dkminor(). Use $((1 << 29)) instead of a mysterious decimal number for $scisctl. Use dkminor() instead of repeating part of it for special cases. Shortened some long lines. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-01-27T07:37:00.000000Z K 7 svn:log V 102 Import sendmail 8.8.5. See RELEASE_NOTES for changes. Obtained from: ftp.sendmail.org:/pub/sendmail END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-01-27T07:37:00.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r22028, 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-01-27T07:37:01.000000Z K 7 svn:log V 79 This commit was manufactured by cvs2svn to create tag 'sendmail-vendor-v8_8_5'. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-01-27T07:43:29.000000Z K 7 svn:log V 43 Merge 8.8.4 -> 8.8.5 changes onto mainline END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-01-27T09:51:56.000000Z K 7 svn:log V 114 DTRT with a release string of "none" and use the correct (updated) mountpoint name for fixit. Submitted-By: joerg END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-01-27T11:18:27.000000Z K 7 svn:log V 85 Removed #undef of MSGMAX, so that a warning gets printed if it is (bogusly) defined. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-01-27T11:18:40.000000Z K 7 svn:log V 55 Removed non-options MSGMAX, SEMAEM, SEMUSZ and SEMVMX. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-01-27T11:37:16.000000Z K 7 svn:log V 246 Added lots of undocumented options KBD*, MSG*, NBUF, NMBCLUSTERS, PSM*, SEM* and SHM*. These are already supported in the options files. I mostly used the default value plus 1. This ensures that the LINT kernel depends on the options headers. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-01-27T11:54:56.000000Z K 7 svn:log V 37 Added KBD_MAXRETRY and PSM_NO_RESET. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-01-27T12:39:09.000000Z K 7 svn:log V 201 Removed bogus options CHILD_MAX and OPEN_MAX. Put obsolete GATEWAY option back in opt_defunct.h. It's the only significant option that has gone away since 2.1.6, so warning about it might be useful. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-01-27T12:39:39.000000Z K 7 svn:log V 46 Removed bogus options CHILD_MAX and OPEN_MAX. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-01-27T12:43:36.000000Z K 7 svn:log V 774 Set the soft openfiles limit to maxfiles instead of to NOFILE. The limit is now only used by init, so it may as well be "infinite". Don't use RLIM_INFINITY, since setrlimit() doesn't allow setting that value. Use maxfiles instead of RLIM_INFINITY for the hard limit for the same reason. Similarly for the maxprocesses limits (use the "infinite" value of maxproc instead if MAXUPRC and RLIM_INFINITY). NOFILES, MAXUPRC, CHILD_MAX and OPEN_MAX are no longer used in /usr/src and should go away. Their values are almost guaranteed to be wrong now that login.conf exists, so anything that uses the values is broken. Unfortunately, there are probably a lot of ports that depend on them being defined. The global limits maxfilesperproc and maxprocperuid should go away too. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-01-27T12:48:15.000000Z K 7 svn:log V 66 Fixed EXTRAVNODES ifdef. Updated warnings about obsolete options. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-01-27T15:38:46.000000Z K 7 svn:log V 161 Make even more copies of hostnames obtained by inet_ntoa(). iruserok() could still clobber the static storage, yielding an error message with a wrong hostname. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-01-27T15:39:28.000000Z K 7 svn:log V 46 YAMFC (local copy of fromname from rev. 1.11) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-01-27T15:40:06.000000Z K 7 svn:log V 17 YAMFC (rev 1.11) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-01-27T17:56:46.000000Z K 7 svn:log V 56 Answer some recently asked questions. Submitted-By: pds END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-01-27T19:20:05.000000Z K 7 svn:log V 161 I was porting something from sysV world and found our cross references not quite as good as I would expect. So I'm introducing mknod to mkfifo, and vice-versa. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-01-28T01:43:21.000000Z K 7 svn:log V 282 Document the "#if (defined(__unix__) || defined(unix))" way of including sys/param.h. Change _HAVE_PARAM_H to "HAVE_SYS_PARAM_H" for those who still like this method -- leading underscores are in the compiler/library name space and the Ollivier says to follow GNU Autoconf anyway. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-28T05:43:20.000000Z K 7 svn:log V 86 YAMFC: From rev 1.5 of mkfifio.2 and rev 1.4 of mknod.2: Add some additional xrefs. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-28T05:44:09.000000Z K 7 svn:log V 48 YAMFC: from rev 1.6: add some additional xrefs. END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-01-28T05:47:25.000000Z K 7 svn:log V 23 Add 3rd Russian mirror END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-28T05:55:22.000000Z K 7 svn:log V 78 Some various mdoc cleanup. Partially Obtained from: NetBSD-bugs mailing list END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-28T06:11:45.000000Z K 7 svn:log V 81 Change to comment for fs_passno to reflect that it applies to fsck and not dump. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-28T06:12:54.000000Z K 7 svn:log V 61 Update the man page to reflect the current state of fstab.h. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-28T06:15:55.000000Z K 7 svn:log V 51 YAMFC: from rev 1.2: fix the comment on fs_passno. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-28T06:17:31.000000Z K 7 svn:log V 74 YAMFC: From rev 1.6: update man page to reflect current state of fstab.h. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-28T06:53:19.000000Z K 7 svn:log V 34 Update to reflect current acct.h. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-28T07:03:33.000000Z K 7 svn:log V 39 Update to match current include files. END K 10 svn:author V 2 dg K 8 svn:date V 27 1997-01-28T07:06:54.000000Z K 7 svn:log V 35 Fix signal handler race condition. END K 10 svn:author V 2 dg K 8 svn:date V 27 1997-01-28T07:09:05.000000Z K 7 svn:log V 38 Oops, fix white space in last commit. END K 10 svn:author V 2 dg K 8 svn:date V 27 1997-01-28T07:15:44.000000Z K 7 svn:log V 71 Brought in fixes from 1.30/1.31: fix for signal handler race condition END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-28T07:25:18.000000Z K 7 svn:log V 32 Update to reflect current fs.h. END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-01-28T08:07:35.000000Z K 7 svn:log V 95 Change Brent J. Nordquist's e-mail address. Submitted by: "Brent J. Nordquist" END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-01-28T11:21:21.000000Z K 7 svn:log V 155 Some of these cards are always in promiscous mode :-( If you enable ip forwarding your net melts down. This is a workaround, probably not the correct fix. END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-01-28T11:22:25.000000Z K 7 svn:log V 43 YAMFC (if_vx is always in promiscous mode) END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-01-28T11:28:36.000000Z K 7 svn:log V 32 YAMFC (8K buffer instead of 4K) END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-01-28T13:10:22.000000Z K 7 svn:log V 59 Synchronize with sys/i386/conf/options.i386 revision 1.34. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-01-28T13:18:46.000000Z K 7 svn:log V 285 The option "fstype" does not handle the argument "msdos" correctly. This error results from changing the name for the msdos file system from "pcfs" to "msdos". Close PR #1105 submitted by: Thomas Wintergerst , Slaven Rezic END K 10 svn:author V 3 max K 8 svn:date V 27 1997-01-28T21:32:33.000000Z K 7 svn:log V 30 Merge 1.201 -> 1.202 changes. END K 10 svn:author V 3 max K 8 svn:date V 27 1997-01-28T21:38:45.000000Z K 7 svn:log V 28 Merge 1.45 -> 1.46 changes. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-01-29T00:14:17.000000Z K 7 svn:log V 63 Death to another bad idea: Don't auto-mount CDROM on startup. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-01-29T01:11:29.000000Z K 7 svn:log V 20 Sync with -current. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-01-29T01:13:27.000000Z K 7 svn:log V 82 Update Russian FTP sites according to Mikhail A. Sokolov's current configuration. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-01-29T01:23:05.000000Z K 7 svn:log V 72 Do media initialization at correct time for upgrade too. Update /stand. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-01-29T01:23:22.000000Z K 7 svn:log V 15 Merge 1.43 FC. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-01-29T01:27:58.000000Z K 7 svn:log V 187 Move the call to TimerService() into main.c - just after the select() call. The SIGALRM just sets a flag now, preventing the possibility of any nasty recursivness in the handler itself. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-01-29T03:30:24.000000Z K 7 svn:log V 34 Make media re-init a user choice. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-01-29T03:30:46.000000Z K 7 svn:log V 15 Merge 1.97 FC. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-01-29T04:16:28.000000Z K 7 svn:log V 36 Straighten out Portugal and Russia. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1997-01-29T05:19:46.000000Z K 7 svn:log V 231 Add 1997 to my copyright. Expand the boundaries of a pause disabled region to close of possible race condition. Revert a portion of the DMA code to fix false overruns. Add a missing "add_scb_to_free_list" so we don't leak SCBs. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-29T05:24:35.000000Z K 7 svn:log V 39 Update to reflect the current types.h. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1997-01-29T05:27:03.000000Z K 7 svn:log V 868 Add 1997 to my copyright. If we can, use timeouts instead of DELAYs when dealing with a bus reset. This prevents us from holding up the whole machine for a noticible amount of time (especially for a real time app). Make a pass over the timeout/error handling code. Aborts are more reliable. We actually handle parity errors correctly now instead of locking up the bus. Added code to properly clean up disconnected SCBs down on the card during error handling. Improved robustness in several areas. If we are using defaults, but are an Ultra card, negotiate at 20MHz instead of 10. Don't attempt to handle any commands for 100ms after a reset has occured. This is the minimum time before a target will respond to selection. Also disable the busfree interrupt before doing a bus reset. This prevents the driver from getting confused by an "unexpected busfree". END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1997-01-29T05:28:21.000000Z K 7 svn:log V 107 Add 1997 to my copyright. Change the autotermination code slightly to be more careful on narrow adapters. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-29T05:43:46.000000Z K 7 svn:log V 39 Update to reflect the current mount.h. END K 10 svn:author V 3 max K 8 svn:date V 27 1997-01-29T05:56:15.000000Z K 7 svn:log V 28 Merge 1.46 -> 1.47 changes. END K 10 svn:author V 6 davidn K 8 svn:date V 27 1997-01-29T06:02:49.000000Z K 7 svn:log V 45 #include for umask() prototype. END K 10 svn:author V 6 davidn K 8 svn:date V 27 1997-01-29T06:06:32.000000Z K 7 svn:log V 233 1) Fixed bug in free()ing internal string/array where allocated size not reset to 0 causing NULL dereference on call after login_close(). 2) Modify login_capsize() behaviour to match manpage, allow concatenated sizes; ie. 10m500k END K 10 svn:author V 6 davidn K 8 svn:date V 27 1997-01-29T06:11:31.000000Z K 7 svn:log V 60 Added -Wall to CFLAGS, cleaned up (all avoidable) warnings. END K 10 svn:author V 6 davidn K 8 svn:date V 27 1997-01-29T06:31:42.000000Z K 7 svn:log V 41 Completed fixes with login_getcapsize(). END K 10 svn:author V 6 davidn K 8 svn:date V 27 1997-01-29T06:50:00.000000Z K 7 svn:log V 60 Fix typo .->, for default separators in login_getcaplist(). END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-01-29T12:42:41.000000Z K 7 svn:log V 90 Fixed reset port address of PC-9801-108. Submitted by: Chiharu Shibata END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-01-29T12:49:29.000000Z K 7 svn:log V 43 YAMFC (reset port address of PC-9801-108). END K 10 svn:author V 4 adam K 8 svn:date V 27 1997-01-29T13:15:43.000000Z K 7 svn:log V 49 merge improvements from -current ("not" keyword) END K 10 svn:author V 4 adam K 8 svn:date V 27 1997-01-29T13:25:26.000000Z K 7 svn:log V 41 sync with -current (pick up some debris) END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-01-29T13:46:28.000000Z K 7 svn:log V 105 Disabled logging of masked exceptions on exit. Keep the side effect of saving the state (see rev.1.17). END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-01-29T13:47:29.000000Z K 7 svn:log V 55 YAMFC (disabled logging of masked exceptions on exit). END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-01-29T14:18:34.000000Z K 7 svn:log V 250 Removed `Debugger("no slices")'. It's normal and harmless to have no slices in sd_open() after a media change when the previous sd_open() discards the previous slices and then fails. sd_open() just handles media changes poorly and fails too often. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-01-29T14:20:16.000000Z K 7 svn:log V 49 YAMFC (removed `Debugger("sdopen: no slices")'). END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-01-29T14:45:57.000000Z K 7 svn:log V 53 Talk about ZIP drives. Fix a typo. Submitted-By: pds END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-01-29T15:02:05.000000Z K 7 svn:log V 64 More fixes and an update to the ZIP section. Submitted-By: pds END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-01-29T21:16:07.000000Z K 7 svn:log V 167 Fix broken layout help (this is what broke the TCP help screen). Allow DITEM_NO_ECHO to be encoded in layout field types and make user.c use it for the password item. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-01-29T21:16:36.000000Z K 7 svn:log V 5 MFC. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-01-29T21:41:02.000000Z K 7 svn:log V 65 Disabled resetting of fifos in siostop(). It wedges Hayes ESPs. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-01-29T21:45:30.000000Z K 7 svn:log V 71 Cosmetic tweaks. Also redirect stderr to Debug when running multiuser. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-01-29T21:46:13.000000Z K 7 svn:log V 7 Merge. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-01-29T21:50:02.000000Z K 7 svn:log V 761 Fixes and workarounds for Hayes ESP: - don't uselessly initialize the fifo "DMA" bit at attach time. - initialize the fifo "DMA" bit at open time. Without this, the device interrupts for every character received, reducing input performance to that of an 8250. - don't uselessly initialize the fifo trigger level to 8 (scaled to 256) at attach time. - don't scale the fifo trigger level to 512 bytes. The driver's pseudo- dma buffer has size 256, so it can't handle bursts of size 512 or 256. It should be able to handle the second lowest ftl (2 scaled to 64). - don't reset the fifos in siostop(). Reset triggers a hardware bug involving wedging of the output interrupt bit This workaround unfortunately requires ESP support to be configured. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-01-29T22:35:05.000000Z K 7 svn:log V 146 Allow user to delete as well as install packages from the package installer menu. Fix status line code so informationals show up properly again. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-01-29T22:51:44.000000Z K 7 svn:log V 896 Estimate an initial overhead of 0 usec instead of 20 usec in DELAY(). I have code to calibrate the overhead fairly accurately, but there is little point in using it since it is most accurate on machines where an estimate of 0 works well. On slow machines, the accuracy of DELAY() has a large variance since it is limited by the resolution of getit() even if the initial delay is calibrated perfectly. Use fixed point and long longs to speed up scaling in DELAY(). The old method slowed down a lot when the frequency became variable. Assume the default frequency for short delays so that the fixed point calculation can be exact. Fast scaling is only important for small delays. Scaling is done after looking at the counter and outside the loop, so it doesn't decrease accuracy or resolution provided it completes before the delay is up. The comment in the code is still confused about this. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-01-30T00:49:50.000000Z K 7 svn:log V 148 Check the timer request flag irrespective of wheter select() came back with EINTR - it's possible that it happened at some other point in the loop. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-01-30T01:14:17.000000Z K 7 svn:log V 47 Sync with Justin's latest. Requested-By: gibbs END K 10 svn:author V 3 max K 8 svn:date V 27 1997-01-30T01:29:28.000000Z K 7 svn:log V 168 Do getreuid(geteuid(), getuid()) before opening file to save the game and after closing it. This fixes bug that user couldn't save the game in progress. 2.2 candidate. END K 10 svn:author V 3 max K 8 svn:date V 27 1997-01-30T01:51:45.000000Z K 7 svn:log V 108 Oops, setreuid() also needed before and after opening/closing the recover file in recover(). 2.2 candidate. END K 10 svn:author V 6 davidn K 8 svn:date V 27 1997-01-30T03:37:13.000000Z K 7 svn:log V 51 Fix free()ing block twice, remove unused function. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-01-30T06:36:56.000000Z K 7 svn:log V 10 Fix typo. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-01-30T06:38:19.000000Z K 7 svn:log V 30 Sync with RELENG_2_2 changes. END K 10 svn:author V 3 max K 8 svn:date V 27 1997-01-30T07:12:59.000000Z K 7 svn:log V 318 Better handling of command-line argument: 1. Pass argc and argv to getarg and process them with getopt(). 2. Instead of using an array to save arg characters, use array of pointers and call backgammon/teachgammon with execv, instead of execl. This should fix problems with calling teachgammon. 2.2 candidate. END K 10 svn:author V 2 tg K 8 svn:date V 27 1997-01-30T07:37:14.000000Z K 7 svn:log V 48 Merge from rev. 1.28: PRINTER -> PRINTERDEVICE. END K 10 svn:author V 5 jmacd K 8 svn:date V 27 1997-01-30T10:22:00.000000Z K 7 svn:log V 375 I just found a bug in my program, I was calling va_arg (..., char), when parsing a printf-like arg list. Looking for someone to blame, I noticed that the man page has a bad example. It clearly says at the top that types following the last known argument are passed after their default type conversions, and then later the example uses va_arg (..., char); so I fixed it. END K 10 svn:author V 5 jmacd K 8 svn:date V 27 1997-01-30T10:25:38.000000Z K 7 svn:log V 69 Correct "Chflags() will fail it:" to read "Chflags() will fail if:". END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-01-30T10:44:05.000000Z K 7 svn:log V 53 Synchronize with sys/i386/isa/clock.c revision 1.75. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-01-30T10:45:36.000000Z K 7 svn:log V 51 Synchronize with sys/i386/isa/npx.c revision 1.38. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-01-30T10:48:06.000000Z K 7 svn:log V 52 Synchronize with sys/i386/isa/sio.c revision 1.157. END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-01-30T11:05:57.000000Z K 7 svn:log V 81 Change space to tab. Pointed out by: bde (this is only one of the four, though) END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-01-30T11:08:01.000000Z K 7 svn:log V 98 Merge 1.11 -> 1.12 and 1.13 -> 1.14 (rlim_t). The one missing revision is (of course) $FreeBSD$. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1997-01-30T11:38:57.000000Z K 7 svn:log V 38 Listed PSM_XXX and KBDIO_XXX options. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1997-01-30T11:42:02.000000Z K 7 svn:log V 58 Modified to include option headers. No functional change. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-01-30T11:57:44.000000Z K 7 svn:log V 55 Synchronize with sys/i386/isa/npx.c revision 1.31.2.5. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1997-01-30T11:59:36.000000Z K 7 svn:log V 64 Removed reference to PSM_NO_RESET which is no longer available. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-01-30T12:00:59.000000Z K 7 svn:log V 56 Synchronize with sys/i386/isa/sio.c revision 1.147.2.6. END K 10 svn:author V 3 sos K 8 svn:date V 27 1997-01-30T15:12:17.000000Z K 7 svn:log V 235 Fixed the "switch to next screen" command (normally bound to the key "print scrn". It used to stop at the first non-open vty, now it skips the non-open ones and thereby enable one to cycle around all open vty by pressing "print scrn". END K 10 svn:author V 2 dg K 8 svn:date V 27 1997-01-30T19:36:58.000000Z K 7 svn:log V 182 Removed unnecessary PG_N flag from device memory mappings. This is handled by the CPU/chipset already and was apparantly triggering a hardware bug that causes strange parity errors. END K 10 svn:author V 2 dg K 8 svn:date V 27 1997-01-30T20:22:02.000000Z K 7 svn:log V 79 Removed PG_N from here, too. Some machines don't like it and it's unnecessary. END K 10 svn:author V 7 roberto K 8 svn:date V 27 1997-01-30T20:39:26.000000Z K 7 svn:log V 75 Add the missing ``"'' ro url=. It seems my mail do -doc didn't get though. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-30T21:31:52.000000Z K 7 svn:log V 41 Update to reflect current include files. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1997-01-30T21:43:44.000000Z K 7 svn:log V 989 Here is my long-threatened revamping of fetch. Jean-Marc probably won't recognize it any more. This makes the following significant changes: - The main body of the program doesn't know a thing about URIs, HTTP, or FTP. This makes it possible to easily plug in other protocols. (The next revision will probably be able to dynamically add new recognizers.) - There are no longer arbitrary timeouts for the protocols. If you want to set one for yourself, use the environment variables. - FTP proxies are now supported (if I implemented it right). - The HTTP implementation is much more complete, and can now do restarts, preserve modtimes, and mrun in mirror mode. It's not yet up to 1.1, but it's getting there. - Transaction TCP is now used for sending HTTP requests. The HTTP/1.1 syntax for requesting that the connection be closed after one request is implemented. In all of this, I have doubtless broken somebody. Please test it and tell me about the bugs. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-30T22:39:40.000000Z K 7 svn:log V 41 Update to reflect current include files. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-01-30T22:47:55.000000Z K 7 svn:log V 77 Fix a benign type mismatch i've introduced in rev 1.40. Pointed out by: bde END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-01-30T22:49:29.000000Z K 7 svn:log V 32 YAMFC (type mismatch, rev 1.43) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-01-30T22:51:02.000000Z K 7 svn:log V 171 Fix yet another breakage i've missed when committing rev 1.14. It was non-obvious to me since my test kernel didn't run NETATALK. Sorry. LINT should compile again now. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-30T22:52:50.000000Z K 7 svn:log V 79 Dont' mlink getgrent.3 to setgrfile.3, since there is no setgrfile() function. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-30T23:01:49.000000Z K 7 svn:log V 41 Update to reflect current include files. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-30T23:10:32.000000Z K 7 svn:log V 41 Update to reflect current include files. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-30T23:49:46.000000Z K 7 svn:log V 41 Update to reflect current include files. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-30T23:51:48.000000Z K 7 svn:log V 114 Actually remove the old netns/netiso man pages. They haven't been installed for the last 9 months or so anyways. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-30T23:57:31.000000Z K 7 svn:log V 41 Update to reflect current include files. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-31T00:05:08.000000Z K 7 svn:log V 41 Update to reflect current include files. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-31T00:15:27.000000Z K 7 svn:log V 39 YAMFC: From rev 1.2: improve example. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-31T00:16:15.000000Z K 7 svn:log V 33 YAMFC: From rev 1.5: fix a typo. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-31T00:25:12.000000Z K 7 svn:log V 25 Very minor mdoc cleanup. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-31T00:38:18.000000Z K 7 svn:log V 20 Minor mdoc cleanup. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-31T01:00:12.000000Z K 7 svn:log V 80 Don't use hardcoded *roff font change requests. Do it via mdoc macros instead. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-31T01:06:39.000000Z K 7 svn:log V 48 Don't use hardcoded *roff font change requests. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-31T01:14:16.000000Z K 7 svn:log V 70 Don't use hardcoded *roff escape sequences. Use mdoc macros instead. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-31T02:22:29.000000Z K 7 svn:log V 129 Correct the year that Sydney Australia was settled. Submitted by: Obtained from: NetBSD-bugs PR#3115 END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-31T02:25:08.000000Z K 7 svn:log V 42 YAMFC: Correct Sydney's settlement date. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-01-31T02:26:24.000000Z K 7 svn:log V 42 YAMFC: From rev 1.2: add more arguments. END K 10 svn:author V 6 uhclem K 8 svn:date V 27 1997-01-31T04:05:41.000000Z K 7 svn:log V 132 Submitted by: Frank Durda IV Fixed some typos and improved a few descriptions over my first revision. END K 10 svn:author V 5 dyson K 8 svn:date V 27 1997-01-31T04:10:41.000000Z K 7 svn:log V 123 Another fix to inheriting shared segments. Do the copy on write thing if needed. Submitted by: Alan Cox END K 10 svn:author V 5 dyson K 8 svn:date V 27 1997-01-31T04:17:20.000000Z K 7 svn:log V 109 Move forward the inherit fix from copy on write segs from -current. Submitted by: Alan Cox END K 10 svn:author V 2 dg K 8 svn:date V 27 1997-01-31T05:40:46.000000Z K 7 svn:log V 59 Brought in change from rev 1.26: extend disk units to 512. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-01-31T09:09:25.000000Z K 7 svn:log V 20 Set branch to GAMMA END K 10 svn:author V 4 dima K 8 svn:date V 27 1997-01-31T09:21:58.000000Z K 7 svn:log V 36 -L/usr/X386/lib -> -L${X11BASE}/lib END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-01-31T11:23:18.000000Z K 7 svn:log V 55 Synchronize with sys/i386/i386/locore.s revision 1.80. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-01-31T11:24:01.000000Z K 7 svn:log V 56 Synchronize with sys/i386/isa/syscons.c revision 1.200. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-01-31T11:25:54.000000Z K 7 svn:log V 63 Synchronize with sys/i386/conf/options.i386 revision 1.26.2.5. END K 10 svn:author V 3 max K 8 svn:date V 27 1997-01-31T15:04:23.000000Z K 7 svn:log V 189 Style police: - Indentation corrections - Spaces -> tabs. - func() -> func () (To be consistent with the original code.) - Check if getopt() returns -1, not EOF. Suggested by: bde END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-01-31T17:38:58.000000Z K 7 svn:log V 134 - KNFized pc98 specific files. - Disabled unuseinit_cpu_accel_mem() which doesn't work now. - Deleted extra space at the end of line. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-01-31T17:47:35.000000Z K 7 svn:log V 16 YAMFC (KNFize). END K 10 svn:author V 7 wollman K 8 svn:date V 27 1997-01-31T19:55:51.000000Z K 7 svn:log V 455 Some fixes for HTTP: 1) Implement redirects (or try to, at least). 2) Implement automatic retry after 503 errors when Retry-After is given. 3) Implement a -a flag to enable both of these behaviors. 4) Recognize Transfer-Encoding headers and emit a warning that the file is likely to be damaged. 5) Bug fix: only write the amount of data we read. 6) Actually document some of these. 7) Fix the usage message to display flags in semi-alphabetical order. END K 10 svn:author V 4 dima K 8 svn:date V 27 1997-01-31T23:21:54.000000Z K 7 svn:log V 82 Added ``dtterm'' entry. Reviewed by: Jordan. Obtained from: -current/Xinside CDE END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-02-01T01:08:35.000000Z K 7 svn:log V 42 Institute a fairly major format overhaul. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-02-01T01:32:23.000000Z K 7 svn:log V 38 Merge helpfile changes from -current. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-02-01T02:49:50.000000Z K 7 svn:log V 51 Merge this file too, from previous set of changes. END K 10 svn:author V 3 max K 8 svn:date V 27 1997-02-01T02:54:12.000000Z K 7 svn:log V 44 Include string.h for prototype of strdup(). END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-02-01T03:03:02.000000Z K 7 svn:log V 37 Add 2.2 GAMMA site to FTP site list. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-02-01T05:40:36.000000Z K 7 svn:log V 39 Update the list of CVSup mirror sites. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-02-01T05:43:41.000000Z K 7 svn:log V 64 Merge from main branch 1.4 -> 1.5: update list of mirror sites. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-02-01T11:25:49.000000Z K 7 svn:log V 247 Make this texinfo file info-aware. I notice info(1) has some problems moving back and forth through the resulting info file, but emacs doesn't, so i figure it's rather a problem with info(1) itself. To the least, this file installs now finally. END K 10 svn:author V 2 dg K 8 svn:date V 27 1997-02-01T12:11:03.000000Z K 7 svn:log V 158 Merge changes from main branch: kill use of PG_N. It's confirmed that this was the cause of the panics when using the Cyclades PCI card with FreeBSD. (Yeah!) END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-02-01T15:55:17.000000Z K 7 svn:log V 59 Synchronize with sys/i386/i386/locore.s revision 1.75.2.2. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-02-01T16:04:16.000000Z K 7 svn:log V 436 Fixed the SMC fifo bug fix. sioopen() hung while input was streaming in with <= 100 usec between each character arrival time. This didn't happen until rev.1.75 of clock.c because DELAY(100) used to delay for closer to 80 usec than 100 usec, and the minimum time between character arrivals is 87.8 usec at the maximum supported speed of 115200 bps 8N1. Clear DCD timestamp flag on close (the input timestamp flag is already cleared). END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-02-01T16:19:05.000000Z K 7 svn:log V 205 YAMFC (everything except $FreeBSD$, i.e., ESP fixes from rev.1.157 and SMC-fix fix and DCD timestamp fix from rev.1.158. The SMC-fix fix isn't really necessary here yet since DELAY() still subtracts 20). END K 10 svn:author V 4 jhay K 8 svn:date V 27 1997-02-01T17:03:10.000000Z K 7 svn:log V 170 At the end it was much simpler than I thought. 26 * 26 = 676 and not 576. South Africa and a few other countries exists again. This fix pr 2595. This should go into 2.2. END K 10 svn:author V 4 jhay K 8 svn:date V 27 1997-02-01T18:36:27.000000Z K 7 svn:log V 47 Bring in v1.5 from -current which fix pr 2595. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-02-01T18:46:55.000000Z K 7 svn:log V 67 Add Martin Cracauer to FreeBSD Developers list. Forgotten by: JKH END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-02-01T19:53:12.000000Z K 7 svn:log V 144 Correct the usage of fea0. It's an EISA driver now, so the ISA usage is bogus. Also, correct a stale comment about non-existing EISA support. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-02-01T19:54:23.000000Z K 7 svn:log V 97 Correct the synopsis of some EISA or PCI drivers. They don't take ISA-like arguments (anymore). END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-02-01T19:56:04.000000Z K 7 svn:log V 48 YAMFC (rev 1.3: correct synopsis of PCI driver) END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-02-01T20:28:38.000000Z K 7 svn:log V 767 Fix a bug involving alias (N_INDR) symbols. When building a shared library with a shared object dependency that contained alias symbols, the linker incorrectly counted the number of symbols that would be written, resulting in a fatal internal error. Since our libc now contains some alias symbols (in "net/res_stubs.c"), this was sufficient to tickle the bug: "ld -Bshareable foo.so -lc". To fix it, I moved the accounting of alias symbols to a later point in the processing, where it is possible to count only those symbols that will actually be written to the output file. This fix is well-confined to affect alias symbols only. I have tested it with a full "make world". I am going to merge it into -2.2 after a few more days of living with it in -current. END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-02-01T20:47:30.000000Z K 7 svn:log V 163 Remove empty im/ei/dm/ed entries Don't use im/ei for vt200 because of conflict with ic, pointed by bde. Shorten vt200-based entries as result. Should go into 2.2 END K 10 svn:author V 3 max K 8 svn:date V 27 1997-02-01T20:55:30.000000Z K 7 svn:log V 28 Merge 1.202->1.203 changes. END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-02-01T21:02:53.000000Z K 7 svn:log V 88 Don't use im/ei for xterm/dtterm/screen entries, use ic/IC instead. Should go into 2.2 END K 10 svn:author V 3 max K 8 svn:date V 27 1997-02-01T21:30:50.000000Z K 7 svn:log V 199 Instead of swapping ruid and euid before and after touching user's file, simply drop the privilege right after the program is started. Thanks to bde for giving me good suggestion about this problem. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-02-01T23:44:19.000000Z K 7 svn:log V 114 Add the `a' option (``auto-size'') to bypass all tape length considerations, and dump right to the end of medium. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-02-02T00:59:49.000000Z K 7 svn:log V 67 Update some path references to reflect reality. Submitted by: max END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-02-02T01:01:50.000000Z K 7 svn:log V 44 YAMFC: From rev 1.8: update some path refs. END K 10 svn:author V 6 julian K 8 svn:date V 27 1997-02-02T07:19:30.000000Z K 7 svn:log V 832 These two shell scripts will create a skeleton device driver. one for a real device and the other for a pseudo device. they each take one argument which is the name (prefix) for the driver. they add the new file to the /sys tree and add appropriate config files etc for a build. hopefully others will build on this so that we get 1/ these drivers improved and the shell scripts improved in how/where that hook the new code in. 2/ similar tools for providing skeletons for other modules (I'm tempted to do a VFS filesystem skeleton :) please take a look and fix anything that maybe should be added. they compile and link fine, but I think I wouldn't trust them, as faar as RUNNING yet :) (well they really wouldn't do very much being skeletons.. we need to add PCI and EISA skeletons as well followed by a SCSI driver skeleton. END K 10 svn:author V 6 davidn K 8 svn:date V 27 1997-02-02T07:33:50.000000Z K 7 svn:log V 112 Added support for %s (sysname) %m (machine) %r (release) and %v (version) prompt macros to agree with getty(8). END K 10 svn:author V 6 julian K 8 svn:date V 27 1997-02-02T07:35:59.000000Z K 7 svn:log V 95 Description of what the files in this directory do.. (create sample device drivers on request) END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-02-02T07:37:46.000000Z K 7 svn:log V 254 Fix calendar so that it doesn't report strange results on Jan 1st (and probably other dates as well) for some variable events. E.g. 01/SunThird whatever... Was being printed as: Jan 0 Whatever when calendar was run on January 1st. Closes PR#2461. END K 10 svn:author V 6 davidn K 8 svn:date V 27 1997-02-02T07:38:26.000000Z K 7 svn:log V 57 Fix bug in %s, %m, %r and %v macros not displaying data. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-02-02T08:09:41.000000Z K 7 svn:log V 52 Synchronize with sys/i386/isa/sio.c revision 1.158. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-02-02T08:10:39.000000Z K 7 svn:log V 56 Synchronize with sys/i386/isa/sio.c revision 1.147.2.7. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-02-02T09:16:37.000000Z K 7 svn:log V 172 Null-terminate the string in percent_decode() so that we don't depend on malloc() returning zeroed storage or dump core while starting up. Found-by: /etc/malloc.conf ->AJ END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-02-02T10:43:35.000000Z K 7 svn:log V 86 Deleted i386_cpus[]. i386_cpus[] is a static variable in identcpu.c. Found-by: lint END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-02-02T10:51:24.000000Z K 7 svn:log V 29 YAMFC (deleted i386_cpus[]). END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-02-02T11:39:51.000000Z K 7 svn:log V 94 Add a tools to get at the primary or grown defect list of a SCSI disk. Submitted by: dufault END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-02-02T11:41:07.000000Z K 7 svn:log V 125 Add a man page for the uio handling, after all the recent ramblings in the hackers list. Please correct me where i'm wrong. END K 10 svn:author V 3 max K 8 svn:date V 27 1997-02-02T13:18:45.000000Z K 7 svn:log V 343 Merge from -current: - Better handling of command-line arguments. - Drop the privilege right after the program execution so that it doesn't have problem with saving game in progress. backgammon/main.c (Rev.1.5) common_source/back.h (Rev.1.2) init.c (Rev.1.2) subs.c (Rev.1.6) teachgammon/teach.c (Rev.1.5) END K 10 svn:author V 6 davidn K 8 svn:date V 27 1997-02-02T14:24:57.000000Z K 7 svn:log V 416 Added: ic=expect/send script modem init script ac=expect/send script modem answer script ct#val chat script timeout (seconds) rt#val recycle timeout (seconds) if 'ac' set dc#val debug bitmask for debugging chat scripts hw (boolean) enable crtscts handshaking if=path 'issue' file sent prior login prompt chat.c is a simplistic expect/send chat module. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-02-02T14:40:38.000000Z K 7 svn:log V 46 Make ibcs2 a little bit saver. Add copyright. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-02-02T14:41:43.000000Z K 7 svn:log V 42 ${DESTDIR}/usr/bin -> ${DESTDIR}${BINDIR} END K 10 svn:author V 6 davidn K 8 svn:date V 27 1997-02-02T14:43:32.000000Z K 7 svn:log V 207 Make username size dependant on MAXLOGNAME in sys/param.h. Was previously hard-coded at 16 characters (and possibly overflowing the field when NUL terminating a username of exactly 16 characters in length). END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-02-02T16:33:12.000000Z K 7 svn:log V 402 Reset ip_divert_ignore to zero immediately after use - also, set it in the first place, independent of whether sin->sin_port is set. The result is that diverted packets that are being forwarded will be diverted once and only once on the way in (ip_input()) and again, once and only once on the way out (ip_output()) - twice in total. ICMP packets that don't contain a port will now also be diverted. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-02-02T18:11:01.000000Z K 7 svn:log V 29 YAMFC (rev 1.72: add dtterm) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-02-02T18:12:29.000000Z K 7 svn:log V 17 YAMFC (rev 1.12) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-02-02T18:30:54.000000Z K 7 svn:log V 44 YAMFC (rev 1.5 Use collate in [a-z] ranges) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-02-02T18:34:54.000000Z K 7 svn:log V 30 YAMFC: add the ex.4 man page. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-02-02T18:44:45.000000Z K 7 svn:log V 71 YAMFC (rev 1.76 & 1.77, eliminate im and ei caps for VTxxx-style ttys) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-02-02T18:47:05.000000Z K 7 svn:log V 43 YAMFC (rev 1.11 & 1.12: identify AMD CPUs) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-02-02T18:50:13.000000Z K 7 svn:log V 57 YAMFC (rev 1.74: guard against unititialized timer etc.) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-02-02T18:52:09.000000Z K 7 svn:log V 50 YAMFC (rev 1.26: put newlines after log messages) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-02-02T18:55:34.000000Z K 7 svn:log V 52 YAMFC (revisions 1.4, 1.56, and 1.48, respectively) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-02-02T18:57:22.000000Z K 7 svn:log V 48 YAMFC (rev 1.11: fix handling the name "msdos") END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-02-02T18:58:52.000000Z K 7 svn:log V 48 YAMFC (rev 1.19: avoid illegal tags in ) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-02-02T19:06:21.000000Z K 7 svn:log V 56 YAMFC (various timer fixes -- rev 1.30, 1.7, 1.7 resp.) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-02-02T19:13:25.000000Z K 7 svn:log V 168 Fix a benign typo (benign by now, since sizeof(VarLoginScript) == sizeof(VarDialScript)). Submitted by: Arjan.deVet@adv.IAEhv.nl (Arjan de Vet) -- or actually by imp? END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-02-02T19:14:08.000000Z K 7 svn:log V 29 YAMFC (rev 1.30, fix a typo) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-02-02T20:50:26.000000Z K 7 svn:log V 231 Mega-merge to bring over the new gdb (now from `contrib'). Note that the `doc' subdir is currently broken and disabled, but i need to see all this on a true 2.2 machine before i can fix this, and therefore need this commit first. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-02-02T20:57:12.000000Z K 7 svn:log V 255 Do not accidentally default a device that failed probing to T_DIRECT (since T_DIRECT just incidentally happens to be equal 0). This causes more harm than it would do good. Instead , get it at the uk driver. Reviewed by: obrien@NUXI.com (David O'Brien) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-02-02T20:58:31.000000Z K 7 svn:log V 61 YAMFC (rev 1.76: don't default a failing device to T_DIRECT) END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-02-02T21:33:37.000000Z K 7 svn:log V 44 Cruft cleanup to eliminate useless warnings END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-02-02T21:38:10.000000Z K 7 svn:log V 38 Fix a typo and one small style point. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-02-02T23:41:54.000000Z K 7 svn:log V 102 Update the installation section for the current version of CVSup. List the German distribution site. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-02-03T00:50:35.000000Z K 7 svn:log V 232 Merge two bug fixes from main branch: Use xmalloc instead of malloc: ld.c 1.38 -> 1.39 support.c 1.2 -> 1.3 Fix miscounting of N_INDR (alias) symbols: ld.c 1.39 -> 1.40 END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1997-02-03T02:02:04.000000Z K 7 svn:log V 253 In dma_finish, don't disturb the direction bit in DFCNTRL when turning off host DMAs. The additional test to ensure that the DMA has stopped is also unnecessary since we've already waited for the DMA to complete. Update my copyright for the new year. END