ƒ¬B30000 240 419 153 138 151 257 218 176 178 1031 205 160 131 217 209 135 242 413 397 209 105 162 133 189 208 151 372 125 139 198 132 327 135 134 177 176 186 132 116 236 170 111 110 126 386 140 166 134 193 259 120 119 142 346 211 124 187 141 130 144 183 109 239 161 114 362 439 213 275 123 180 114 143 149 122 156 124 210 130 124 123 116 209 294 293 329 319 158 212 243 287 230 200 177 187 214 925 147 162 211 128 142 134 131 313 189 274 243 143 140 134 212 122 328 256 165 149 154 102 151 202 324 200 114 119 170 180 724 127 234 364 198 234 194 165 238 262 228 144 217 211 229 393 399 229 122 201 141 132 113 175 152 316 147 191 252 207 224 357 114 114 124 309 310 132 449 151 124 138 130 727 209 123 130 166 192 151 126 313 147 222 285 149 149 858 251 229 122 403 401 260 178 170 310 488 141 370 187 163 844 916 132 143 119 127 252 216 213 196 191 549 433 852 852 188 107 173 172 155 137 128 128 149 100 138 204 108 236 143 106 208 347 203 191 206 136 113 466 389 160 161 K 10 svn:author V 2 dg K 8 svn:date V 27 1997-09-30T12:43:29.000000Z K 7 svn:log V 327 Back-ported the driver from -current (through rev 1.42). This is only slightly changed from what is in -current, with the differences being: 1) Multicast support had to be changed to work with the old software method for going through the list of multicast addresses. 2) The timeout()/untimeout() calls had to be reverted. END K 10 svn:author V 6 jlemon K 8 svn:date V 27 1997-09-30T13:25:35.000000Z K 7 svn:log V 58 MFC, rev 1.24: skip unresolvable hosts in an export list. END K 10 svn:author V 2 dg K 8 svn:date V 27 1997-09-30T15:19:49.000000Z K 7 svn:log V 47 Updated for the new media selection mechanism. END K 10 svn:author V 2 dg K 8 svn:date V 27 1997-09-30T15:21:45.000000Z K 7 svn:log V 60 Brought in rev 1.5 changes: update for new media selection. END K 10 svn:author V 2 dg K 8 svn:date V 27 1997-09-30T16:25:11.000000Z K 7 svn:log V 165 Merged from -current: data struct reorg and improved ordering of compares in the PCB lookup code (see rev 1.30 of in_pcb.c). This will require a rebuild of netstat. END K 10 svn:author V 6 fenner K 8 svn:date V 27 1997-09-30T16:38:09.000000Z K 7 svn:log V 122 Don't consider a SYN/ACK with CC but no CCECHO a proper T/TCP handshake. Reviewed by: Rich Stevens END K 10 svn:author V 2 dg K 8 svn:date V 27 1997-09-30T16:42:57.000000Z K 7 svn:log V 85 Oops, I missed the change to this file when merging in the new driver from -current. END K 10 svn:author V 6 fenner K 8 svn:date V 27 1997-09-30T16:43:38.000000Z K 7 svn:log V 83 MFC: Don't consider a SYN/ACK with CC but no CCECHO a proper T/TCP handshake. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-09-30T18:08:11.000000Z K 7 svn:log V 936 Putting records with zero-length keys into a Berkeley DB hash database is asking for trouble (sequential database enumerations can get caught in an infinite loop). The yp_mkdb(8) utility avoids putting such records into a database, but ypxfr does not. Today I got bit by a NULL entry in one of the amd maps on my network, which is served by a SunOS master. The map was transfered successfully to my FreeBSD slave, but attempting to dump it with ypcat(1) caused ypserv(8) to transmit the same record over and over again, making the map appear to be infinitely large. I finally noticed the problem while testing a new version of amd under development at the Columbia CS department, which began gobbling up insane amounts of memory while trying to swallow the map. To deal with this problem, I'm modifying ypxfr to watch for records with zero-length keys and turn them into something less destructive before writing them to the database. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-09-30T19:42:05.000000Z K 7 svn:log V 110 Fix a number of fixed-size buffers etc. PR: bin/4520 Submitted by: gjm11@dpmms.cam.ac.uk (Gareth McCaughan) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-09-30T19:42:55.000000Z K 7 svn:log V 66 Ooops, the Makefile was not supposed to be changed. Unspam this. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-09-30T19:43:49.000000Z K 7 svn:log V 37 MFC: a number of fixes from rev 1.11 END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-09-30T19:48:30.000000Z K 7 svn:log V 122 MFC: rev 1.26, hide the ``no magic'' message behind the bootverbose case since it was causing too many unmagitized users. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-09-30T20:06:15.000000Z K 7 svn:log V 114 Fix the broken `date HHMM.SS' handling. PR: bin/4661 Submitted by: blank@sliphost37.uni-trier.de (Sascha Blank) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-09-30T20:07:00.000000Z K 7 svn:log V 41 MFC: rev 1.18, fix broken `date HHMM.SS' END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-09-30T20:12:33.000000Z K 7 svn:log V 149 MFC: weak_mount_authentication -> mountd_flags The older "legacy flag" will still work, support for that having already been merged into rc.network. END K 10 svn:author V 6 jlemon K 8 svn:date V 27 1997-09-30T22:04:06.000000Z K 7 svn:log V 317 Add support for EMS emulation to doscmd. This requires changing the interface for callbacks to doscmd from DOS, obsoleting the instbsdi redirector. (redir.com replaces it) A temporary hack is in place so the instbsdi program will (hopefully) work in the short term. Submitted by: Helmut F. Wirth END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-09-30T23:58:24.000000Z K 7 svn:log V 304 There appears to be no way around linking with DES for the moment - the compile-time options are useless since the object files are being used from ppp to build the crunched image, and the ppp objects include DES at this stage since they were last built that way to make the secure distribution. Hmmmm! END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-01T01:30:35.000000Z K 7 svn:log V 116 Keep fingers off /etc files until they're properly backed up. PR: 4636 Submitted by: Jack END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-01T01:30:57.000000Z K 7 svn:log V 13 MFC: PR#4636 END K 10 svn:author V 5 danny K 8 svn:date V 27 1997-10-01T05:24:08.000000Z K 7 svn:log V 68 Add the ability to supress the '\n' at the end of the date printed. END K 10 svn:author V 5 danny K 8 svn:date V 27 1997-10-01T05:44:35.000000Z K 7 svn:log V 39 Add the '-s' flag to the usage string. END K 10 svn:author V 6 itojun K 8 svn:date V 27 1997-10-01T05:54:58.000000Z K 7 svn:log V 94 To obey the traditional practice in mbuf chaining. PR: 4020 Reviewed by: hamada@astec.co.jp END K 10 svn:author V 6 itojun K 8 svn:date V 27 1997-10-01T05:58:47.000000Z K 7 svn:log V 112 MFC: 1.10 -> 1.11 To obey the traditional practice in mbuf chaining. PR: 4020 Reviewed by: hamada@astec.co.jp END K 10 svn:author V 5 danny K 8 svn:date V 27 1997-10-01T06:12:58.000000Z K 7 svn:log V 57 MFC: '-s' flag supresses newline at end of printed date. END K 10 svn:author V 2 dg K 8 svn:date V 27 1997-10-01T06:23:48.000000Z K 7 svn:log V 280 Fixed a bug where, under certain conditions, an unsuccessful umount of a filesystem would leave the mountpoint in a 'busy' state with the MNT_UMOUNT flag set. This change is only relevant to 2.2.x as the code in 3.x is radically different and doesn't appear to have this problem. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-01T06:27:34.000000Z K 7 svn:log V 28 Use err(3). -Wall cleaning. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-01T06:30:02.000000Z K 7 svn:log V 42 Use err(3) instead of local redefinition. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-01T06:34:09.000000Z K 7 svn:log V 100 According to Bruce, err(-1,..) is bogus. Change it to err(1,..). More commits to come in this area. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-01T06:37:52.000000Z K 7 svn:log V 35 MFC: Use 1 for exit value, not -1. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-01T07:21:41.000000Z K 7 svn:log V 234 Correct an ancient bogon which involved trying to read() from a nuked file descriptor. This is probably why sysinstall's ftp xfer occasionally SEGV'd if you left things alone for a long time and the timeout code got called. Whoops! END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-01T07:22:06.000000Z K 7 svn:log V 43 MFC: ancient bogus file descriptor read(). END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-01T08:32:22.000000Z K 7 svn:log V 42 We're now in 2.2.5-BETA - note this fact. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-01T09:00:06.000000Z K 7 svn:log V 85 Delete extraneous paren. Submitted by: Akira Watanabe END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-01T09:01:16.000000Z K 7 svn:log V 84 kerberos4 -> kerberosIV Submitted by: Akira Watanabe END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-01T13:02:20.000000Z K 7 svn:log V 93 Move locks from /etc/opielocks to /var/run/opielocks to keep /etc non-writeable as possible END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-01T13:06:31.000000Z K 7 svn:log V 39 /etc/opielocks -> /var/spool/opielocks END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-10-01T13:19:13.000000Z K 7 svn:log V 24 Upgrade to 8.0 release. END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-10-01T13:19:13.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r30037, 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-10-01T13:19:14.000000Z K 7 svn:log V 74 This commit was manufactured by cvs2svn to create tag 'tcl-vendor-tcl8_0'. END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-10-01T13:27:30.000000Z K 7 svn:log V 19 Resolve conflicts. END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-10-01T13:31:29.000000Z K 7 svn:log V 18 New shlib is 80.3 END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-10-01T13:37:27.000000Z K 7 svn:log V 34 Update to tcl8.0 release version. END K 10 svn:author V 3 sos K 8 svn:date V 27 1997-10-01T20:46:29.000000Z K 7 svn:log V 293 Add a new keyboard mode K_CODE. Returns a single byte for each key much like the scancode mode. However the keys that (for no good reason) returns extension codes etc, are translated into singlebyte codes. Needed by libvgl. This makes life ALOT easier, also the XFree86 folks could use this. END K 10 svn:author V 3 sos K 8 svn:date V 27 1997-10-01T20:53:41.000000Z K 7 svn:log V 48 Add rudimentary support for using the keyboard. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1997-10-01T20:53:42.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 wosch K 8 svn:date V 27 1997-10-01T21:35:14.000000Z K 7 svn:log V 40 Support output formats dvi, ps, latin1. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-02T00:01:36.000000Z K 7 svn:log V 100 src-contrib-crypto is now just src-crypto (unless the user wants to see tons of stuff in an Attic). END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-02T02:00:27.000000Z K 7 svn:log V 166 Add libvgl - this was missed in the merge but can go in since it doesn't interfere with anything, it simply provides a utility which many users have been asking for. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-02T02:03:02.000000Z K 7 svn:log V 28 Note libvgl making it over. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-02T02:03:58.000000Z K 7 svn:log V 27 Note kerberosIV inclusion. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-02T02:05:31.000000Z K 7 svn:log V 50 MFC: Selected fixes to syscons. Reviewed by: sos END K 10 svn:author V 2 dg K 8 svn:date V 27 1997-10-02T02:10:40.000000Z K 7 svn:log V 254 Killed the SYN_RECEIVED addition from rev 1.52. It results in legitimate RST's being ignored, keeping a connection around until it times out, and thus has the opposite effect of what was intended (which is to make the system more robust to DoS attacks). END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-10-02T02:15:27.000000Z K 7 svn:log V 116 Bump RELDATE to 225000. I left RELEASE (="STABLE") alone, someone please change this too if it is still necessary. END K 10 svn:author V 3 sos K 8 svn:date V 27 1997-10-02T08:47:55.000000Z K 7 svn:log V 32 YAMFC. Latest update of libvgl. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-10-02T09:14:33.000000Z K 7 svn:log V 94 Synchronize with sys/i386/isa/syscons.c and syscons.h revisions 1.234 and 1.34, respectively. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-02T11:31:52.000000Z K 7 svn:log V 49 MFC: FAT32 identification. Requested by: asami END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-02T11:36:02.000000Z K 7 svn:log V 33 MFC: Use err(3). -Wall cleaning. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-02T11:40:14.000000Z K 7 svn:log V 47 MFC: Use err(3) instead of local redefinition. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-02T11:43:33.000000Z K 7 svn:log V 86 Use err(3). Change firewall to firewall_enable in man page according to /etc/rc.conf. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-02T11:46:53.000000Z K 7 svn:log V 12 Use err(3). END K 10 svn:author V 5 markm K 8 svn:date V 27 1997-10-02T15:03:23.000000Z K 7 svn:log V 144 Fix a break in the includes where the build blows chunks if it is being built in a totally clean environment. Found by: jkh and "make release" END K 10 svn:author V 5 markm K 8 svn:date V 27 1997-10-02T17:10:56.000000Z K 7 svn:log V 67 Tidy up the bootstrap: target. Blind commit by me. Tested by: jkh END K 10 svn:author V 5 markm K 8 svn:date V 27 1997-10-02T20:45:14.000000Z K 7 svn:log V 20 Whoops! Missed one. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-02T22:59:48.000000Z K 7 svn:log V 269 Take pity on Mark and fix the bogus paths to dump and restore in the help-distribute target myself. They live in /usr/src/sbin, not /usr/src/usr.sbin. :-) I'm also assuming the omission of telnetd and telnet from this target are intentional so I'll leave that alone. END K 10 svn:author V 6 fenner K 8 svn:date V 27 1997-10-02T23:26:03.000000Z K 7 svn:log V 343 Teach ftpErrString to format UNIX errnos, since at least ftpLogin() can return UNIX errnos. When UNIX errnos catch up with FTP status codes (e.g. at 100) a new way will have to be found to tell which is which. This allows fetch to print errors like fetch: ftp.fu-berlin.de: No route to host instead of fetch: ftp.fu-berlin.de: Unknown error END K 10 svn:author V 6 itojun K 8 svn:date V 27 1997-10-03T01:32:41.000000Z K 7 svn:log V 117 added icmp6 and ip6. they are becoming common. Source: ftp://ftp.isi.edu/in-notes/iana/assignments/protocol-numbers END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-03T03:32:03.000000Z K 7 svn:log V 182 For people running paranoid ftpds, use the real username to log in with when running multi-user and we actually have one. Suggested by: Joao Carlos Mendes Luis END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-03T03:32:20.000000Z K 7 svn:log V 31 MFC: deal with paranoid ftpds. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-03T03:34:00.000000Z K 7 svn:log V 88 Correct typo. PR: 4681 Submitted by: Masahiro Sekiguchi END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-03T03:34:21.000000Z K 7 svn:log V 22 Typo fix from PR#4681 END K 10 svn:author V 5 markm K 8 svn:date V 27 1997-10-03T06:37:35.000000Z K 7 svn:log V 49 Correct the MAKE_EBONES macro --> MAKE_KERBEROS4 END K 10 svn:author V 5 markm K 8 svn:date V 27 1997-10-03T09:49:50.000000Z K 7 svn:log V 55 *GULP* Punt this into the attic. It is no longer used. END K 10 svn:author V 5 danny K 8 svn:date V 27 1997-10-03T12:54:30.000000Z K 7 svn:log V 28 Back out suppress '\n' mod. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-03T14:00:09.000000Z K 7 svn:log V 64 Don't attempt to deref OpenConn after it's been set to NULL. :) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-03T14:00:40.000000Z K 7 svn:log V 32 MFC: Fix bogus use of OpenConn. END K 10 svn:author V 5 markm K 8 svn:date V 27 1997-10-03T14:05:29.000000Z K 7 svn:log V 115 The eBones src distribution is gone, and crypto is here. So remove references to sebones.* and bring in scrypto.*. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-03T14:14:40.000000Z K 7 svn:log V 38 Get boot.help from a different place. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-03T14:16:34.000000Z K 7 svn:log V 32 MFC: better boot.help handling. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-03T14:17:46.000000Z K 7 svn:log V 31 Install boot.help differently. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-03T14:18:02.000000Z K 7 svn:log V 24 MFC: boot.help changes. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-10-03T14:22:10.000000Z K 7 svn:log V 114 Nuke these two out of date readme files. This stuff should be in de(4) man pages rather than hidden here anyway. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-10-03T14:23:47.000000Z K 7 svn:log V 200 Call identifycyrix() when 6x86MX CPU is found. The identifycyrix() function sets cyrix_did. Old code could not display correct variable. Reviewed by: Hideyuki Suzuki END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-10-03T14:29:48.000000Z K 7 svn:log V 199 MFC (revision 1.29; M2 DIR). I consider it is obvious bug fix. If bug remains in 2.2.5 RELEASE, wrong version information for M2 CPU (clock, revision and stepping) will be included in bug reports. END K 10 svn:author V 2 dg K 8 svn:date V 27 1997-10-03T16:26:15.000000Z K 7 svn:log V 237 Backed out part of a previous change: don't set ZWS on '790 chips; it has shown to be harmful in that it results in the card not being detected properly on warmboot due to the station address failing to be read correctly from the NVRAM. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-10-03T17:47:40.000000Z K 7 svn:log V 224 Merge bugfix from -current (don't allow records with zero length keys into databases when transfering from non-FreeBSD YP masters). Also, since I was here, check for return of -1 from getopt() instead of EOF. OK'ed by: jkh END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-10-03T18:09:17.000000Z K 7 svn:log V 64 Change example from US to international standard date notation. END K 10 svn:author V 5 markm K 8 svn:date V 27 1997-10-03T18:10:35.000000Z K 7 svn:log V 117 Reinsert telnet.h into the list of files installed into include/arpa/ I suspect a commit of mine had this (bogusly). END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-10-03T18:11:14.000000Z K 7 svn:log V 148 cp(1) is too silent if used with the option -i. It should print which input cp(1) expect (y/n) and print a warning if the file was not overwritten. END K 10 svn:author V 6 helbig K 8 svn:date V 27 1997-10-03T19:06:57.000000Z K 7 svn:log V 191 Merged in better support of ISO 8601 from elsie.nci.nih.gov. Added the conversion specifiers %g and %G, that are replaced by the year which contains the greater part of the week in question. END K 10 svn:author V 6 julian K 8 svn:date V 27 1997-10-03T21:32:05.000000Z K 7 svn:log V 134 Allow interfaces to be attached to bpf at times other than boot. doing so without this patch leads to an infinite loop in the kernel. END K 10 svn:author V 6 julian K 8 svn:date V 27 1997-10-03T23:57:03.000000Z K 7 svn:log V 104 MFC: Allow new interfaces to be made on the fly without bpf going into infinite loops. Reviewed by: jkh END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-10-04T00:14:39.000000Z K 7 svn:log V 83 Cosmetic: Log a strerror(errno) when failing to write to the tun device. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-10-04T00:16:36.000000Z K 7 svn:log V 93 MFC: Cosmetic: Log a strerror(errno) when failing to write to the tun device. END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-04T01:03:28.000000Z K 7 svn:log V 120 Check for invalid lower controls to not claim binary data with chars < 128 as ASCII _text_ Cleanup names detection code END K 10 svn:author V 6 yokota K 8 svn:date V 27 1997-10-04T04:24:18.000000Z K 7 svn:log V 829 Make the blank screen saver work with MDA and CGA. The fade and green savers are also modified so that they behave in the same way as the blank saver on MDA and CGA, although it's not the way these screen savers are supposed to work, but fading monitor and tickling green monitor cannot be done on MDA and CGA, AFAIK. So, this is the second best solution. As of this change, the current state of support of screen savers is summarized in the following table. MDA CGA EGA VGA blank OK OK NA OK daemon OK OK OK OK fade * * NA OK green * * NA OK snake OK OK OK OK star OK OK OK OK OK: works NA: doesn't work, the module cannot be loaded for this adapter. *: behave the same way as the blank saver. As you can see, EGA is left out for now. But, we can do no better, as EGA registers cannot be read... Reviewed by: sos END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-10-04T05:19:49.000000Z K 7 svn:log V 54 Synchronize with sys/i386/isa/if_ed.c revision 1.122. END K 10 svn:author V 2 dg K 8 svn:date V 27 1997-10-04T08:52:00.000000Z K 7 svn:log V 71 Brought in change from rev 1.122: killed setting of ZWS on '790 cards. END K 10 svn:author V 2 dg K 8 svn:date V 27 1997-10-04T08:54:12.000000Z K 7 svn:log V 119 Brought in changes from rev 1.63: backed out part of rev 1.52 (extra SYN_RECEIVED processing that breaks RST handling) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-04T08:58:16.000000Z K 7 svn:log V 36 Adapt for new crypto source layout. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-04T09:01:20.000000Z K 7 svn:log V 50 Un-nuke krb and do what I *meant* to do, darn it. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-04T09:05:06.000000Z K 7 svn:log V 42 Support crypto and kerberos source dists. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-04T09:08:14.000000Z K 7 svn:log V 39 Support crypto and kerberos src dists. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-10-04T11:10:19.000000Z K 7 svn:log V 218 Record the envelope from address in the received: line. This has turned out to be very useful for spam tracking and other problem debugging. I first noticed this in one of Paul Vixie's machine's headers a while ago. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-10-04T12:20:16.000000Z K 7 svn:log V 95 Do not suppress the first 5 lines of updated ports. Detected by: Ville Eerola END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-10-04T13:00:56.000000Z K 7 svn:log V 179 Delete redundant entries. Run tex twice due cross references. Cleanup many tex generated files in `make clean' Format latin1 output in 80 characters column (was ~110 characters). END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-10-04T13:02:06.000000Z K 7 svn:log V 148 mv(1) is too silent if used with the option -i. It should print which input mv(1) expect (y/n) and print a warning if the file was not overwritten. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-04T15:50:09.000000Z K 7 svn:log V 51 Whups! Missed a spot in the kerberos src changes. END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-10-04T18:21:15.000000Z K 7 svn:log V 48 While booting diskless we have no proc pointer. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-04T20:51:42.000000Z K 7 svn:log V 42 Fix syntax error I introduced earlier. :) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-04T21:03:39.000000Z K 7 svn:log V 119 mountd_flags should be "" by default, not NO. Whoops!! :-} PR: 4689 Submitted by: John Preisler END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-05T01:55:22.000000Z K 7 svn:log V 30 Add prototype for strptime(). END K 10 svn:author V 5 dyson K 8 svn:date V 27 1997-10-05T03:19:29.000000Z K 7 svn:log V 233 Make sure that the memory type registers are the same for each CPU in a P6 SMP system. Some MB bios'es don't set the registers up correctly for the AP's. Additionally, set the memory between 0xa0000 and 0xbffff as write combining. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-05T09:40:24.000000Z K 7 svn:log V 163 Changes to support full make parallelism (-j) in the world target. Reviewed by: Submitted by: Nickolay N. Dudorov" END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-05T09:47:28.000000Z K 7 svn:log V 73 Remove NODOC setting - time to figure out how to get this working again. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-10-05T10:29:32.000000Z K 7 svn:log V 55 Cosmetic: Be specific about using TABs in syslog.conf. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-10-05T10:33:31.000000Z K 7 svn:log V 60 MFC: Cosmetic: Be specific about using TABs in syslog.conf. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-10-05T12:28:02.000000Z K 7 svn:log V 9 Cleanup. END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-10-05T12:28:59.000000Z K 7 svn:log V 59 Reverse rev 1.56 and rev 1.59. These made NFS too flakey. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-05T12:31:08.000000Z K 7 svn:log V 109 DOH! I cannot believe that none of us caught this. Do *not* turn TCPWRAPPER support on by default, eh? :-) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-10-05T13:35:05.000000Z K 7 svn:log V 229 Add a new special called `keep' to the list of special options. It provides for a means to specify an argument for crunchide's -k option. (This is required by ntpdate.) Submitted by: peter@rhiannon.clari.net.au (Peter Hawkins) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-10-05T13:38:17.000000Z K 7 svn:log V 105 Add the REGAL CDC-4X as a known CD-ROM changer device. Submitted by: shanee@augusta.de (Andreas Kohout) END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-10-05T14:21:30.000000Z K 7 svn:log V 20 Add a few examples. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-10-05T14:23:26.000000Z K 7 svn:log V 25 MFC: Add a few examples. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-10-05T14:27:08.000000Z K 7 svn:log V 76 Refer a bit to pppctl. Suggested (far to subtly for his own good) by: joerg END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-10-05T14:28:27.000000Z K 7 svn:log V 86 MFC: Refer a bit to pppctl. Suggested (far to subtly for his own good) by: joerg END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-10-05T15:00:10.000000Z K 7 svn:log V 629 Change things around a bit when bringing down the layers. o LcpLayerDown() no longer does a NewPhase(PHASE_TERMINATE). Instead, it's done in LcpLayerFinish(). LayerFinish() gets called by the FSM after the LCP FSM goes through the Stopping and Stopped states. o -direct and -background mode exit at PHASE_TERMINATE, not PHASE_DEAD. The result is that LCP, CCP & IPCP are brought down cleanly on both sides of the link (not just our side). Killing ppp rather than just closing it still makes it get out after the LCP SendTerminateReq(). I'll have a look at that soon. We're probably not actually sending the REQ :-( END K 10 svn:author V 5 markm K 8 svn:date V 27 1997-10-05T15:39:47.000000Z K 7 svn:log V 33 How the heck did this get back?? END K 10 svn:author V 6 helbig K 8 svn:date V 27 1997-10-05T18:44:37.000000Z K 7 svn:log V 138 Added -D_ANSI_SOURCE as discussed with bde, removed bogus -trigraph (pointed out by bde), included check of operands (suggested by joerg) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-10-05T21:00:36.000000Z K 7 svn:log V 269 Merge the fixes from rev 1.101 and 1.102 of fd.c, plus the required environment: . hide the bogus chip type announcement behind an option, . make FDC_DEBUG a supported option, . enable the FIFO on `enhanced' controllers, to work around known bugs in some FDC chips. END K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-10-05T21:20:56.000000Z K 7 svn:log V 104 For SMP, add a space between the state name and the CPU#. Everything following bumps right 1 character. END K 10 svn:author V 6 julian K 8 svn:date V 27 1997-10-05T21:41:06.000000Z K 7 svn:log V 138 MFC: patches to add a special address handler for prorocols for which netmasks don't work. needed for netatalk. Reviewed by: davidg, jkh END K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-10-05T22:28:50.000000Z K 7 svn:log V 100 Removed redundant 'all' arg to " Making Make" target. Removed "-r RELENG_2_2" from 'update' target. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-05T22:31:40.000000Z K 7 svn:log V 73 Turn NODOC back on - this is going to take a bit more work to get right. END K 10 svn:author V 3 jmb K 8 svn:date V 27 1997-10-06T00:09:17.000000Z K 7 svn:log V 145 record the envelope-from address in the received headers for all mail received at hub.freebsd.org Obtained from: Peter Wemm END K 10 svn:author V 6 fenner K 8 svn:date V 27 1997-10-06T01:09:56.000000Z K 7 svn:log V 166 Use the RFC1738 interpretation of ftp: URL's, i.e. CWD to each slash-seperated element of the URL and then RETR the last element. PR: bin/4670 Reviewed by: wollman END K 10 svn:author V 5 dyson K 8 svn:date V 27 1997-10-06T02:11:32.000000Z K 7 svn:log V 133 It is possible that MB's with really broken bios's not set up more of the mtrr registers. This just fills in more of the registers. END K 10 svn:author V 5 dyson K 8 svn:date V 27 1997-10-06T02:38:30.000000Z K 7 svn:log V 50 Relax the vnode locking for read only operations. END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-10-06T02:46:38.000000Z K 7 svn:log V 123 - Style police - Updated some comments using data from the most recent PAO release. Obtained (partially) from: PAO-970616 END K 10 svn:author V 5 dyson K 8 svn:date V 27 1997-10-06T02:48:16.000000Z K 7 svn:log V 116 Improve management of pages moving from the inactive to active queue. Additionally, add some much needed comments. END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-10-06T02:54:19.000000Z K 7 svn:log V 135 - Don't start at IRQ 0 in build-freelist, but instead start at IRQ 1. (Not sure if this makes muich difference, but you never know.) END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-10-06T02:56:15.000000Z K 7 svn:log V 299 - Allocate the 'PCIC' interrupt from the last available (higher #) IRQ instead of the first available, like Win95 does. This appears to help on some machines, and avoids potential problems with built-in serial ports which tend to live at IRQ 3, which is usually picked with the old method. END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-10-06T03:17:36.000000Z K 7 svn:log V 305 Modem cards send the speaker audio (dialing noises) to the host's speaker. Cirrus Logic PCIC chips must enable this. There is also a Low Power Dynamic Mode bit that claims to reduce power consumption by 30%, so enable it and hope for the best. PR: 4650 Submitted by: Nick Sayer END K 10 svn:author V 3 imp K 8 svn:date V 27 1997-10-06T03:58:48.000000Z K 7 svn:log V 136 Be more paranoid about unlinking files. From mhpower@MIT.EDU by way of Theo de Raadt. Likely 2.2.5R candidate. Obtained from: OpenBSD END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-10-06T04:02:42.000000Z K 7 svn:log V 29 - Fix braino in last commit. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-10-06T04:06:29.000000Z K 7 svn:log V 106 YAMFC: record envelope-from in Recieved line at each step. Requested by: seceral people and OK'ed by jkh END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-10-06T04:07:48.000000Z K 7 svn:log V 47 YAMFC: record envelope-from in Received: line. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-10-06T04:10:24.000000Z K 7 svn:log V 38 Hmm.. where did _that_ come from? :-) END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-10-06T04:12:54.000000Z K 7 svn:log V 19 YAMFC: sync hub.mc END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-10-06T04:14:59.000000Z K 7 svn:log V 81 Save hub's .mc here too since this branch is where it's actually being used. :-) END K 10 svn:author V 3 imp K 8 svn:date V 27 1997-10-06T04:21:33.000000Z K 7 svn:log V 60 MFC: Extra paranoia about unlinking files. Approved by: jkh END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-10-06T04:27:32.000000Z K 7 svn:log V 222 - Hide the 'device doesn't supported shared interrupts' code behind bootverbose, since the older register_intr() code didn't print out anything, and the laptop support will cause lots of these un-necessary messages. END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-10-06T04:32:42.000000Z K 7 svn:log V 54 - Include to avoid compiler errors. END K 10 svn:author V 6 fenner K 8 svn:date V 27 1997-10-06T04:39:36.000000Z K 7 svn:log V 96 Merge revision 1.8 (use RFC1738 interpretation of ftp: URL's) PR: bin/4670 Merge-ok'd-by: jkh END K 10 svn:author V 5 stark K 8 svn:date V 27 1997-10-06T04:43:46.000000Z K 7 svn:log V 157 Fixed spot in twintr() where tw_control and TWC_SYNC were used instead of tw_zcport and tw_zcmask. Could cause problems for people who use pin 12 for sync. END K 10 svn:author V 6 fenner K 8 svn:date V 27 1997-10-06T04:44:10.000000Z K 7 svn:log V 111 Merge rev 1.62 (Don't consider a SYN/ACK with CC but no CCECHO a proper T/TCP handshake.) Requested by: joerg END K 10 svn:author V 5 stark K 8 svn:date V 27 1997-10-06T04:50:05.000000Z K 7 svn:log V 129 Merge from current: changes from revision 1.24 to 1.25. Fixes use of tw_control and TWC_SYNC instead of tw_zcport and tw_zcmask. END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-10-06T05:46:03.000000Z K 7 svn:log V 263 - Bring in APM_PCCARD_RESUME support from PAO, FreeBSD style. This new sysctl option 'fakes' like a card was removed and inserted when the machine is brought up again from a suspend. It is disabled by default, and the old code is used. Obtained from: PAO END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-06T07:30:24.000000Z K 7 svn:log V 17 MFC: Use err(3). END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-06T07:36:17.000000Z K 7 svn:log V 17 MFC: Use err(3). END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-06T07:46:08.000000Z K 7 svn:log V 27 Cosmetic in err() strings. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-06T08:08:14.000000Z K 7 svn:log V 216 Whoops! Whomever added the de_DE.ISO_8859-1 entry missed a "..", causing an incomplete /usr/local to be populated (this is why the ports collection is mostly broken in the out-of-box configuration with 2.2.5-BETA). END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-10-06T08:08:41.000000Z K 7 svn:log V 216 Added two Cyrix 6x86/6x86MX options. - CPU_CYRIX_NO_LOCK enables weak locking. If this option is not set and FAILESAFE is defined, NO_LOCK bit of CCR1 is cleared. - CPU_WT_ALLOC enables write-through allocation. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-06T08:09:51.000000Z K 7 svn:log V 40 MFC: fix /usr/local/share/man breakage. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-10-06T08:30:08.000000Z K 7 svn:log V 354 Ack! Fix excessive cut/paste blunder during poll mods. Who had the pointy hat last? :-] When one is selecting (or polling) for write, it helps if we use the write side of the pipe when requesting wakeups instead of the read side. This broke ghostview (at least) - I'm suprised it wasn't noticed for so long. Reviewed by: Greg Lehey END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-06T08:34:56.000000Z K 7 svn:log V 59 This should put boot.help in its rightful place (finally!) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-06T08:35:15.000000Z K 7 svn:log V 32 MFC: better boot.help handling. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-06T08:36:12.000000Z K 7 svn:log V 46 Add an extra sanity check to previous commit. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-06T08:37:40.000000Z K 7 svn:log V 38 MFC: sanity check to previous commit. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-06T09:58:11.000000Z K 7 svn:log V 634 Hooboy! Did I ever spam this file good with that last commit. Despite 3 reviewers, we still managed to revoke the eBones fixes, TCL 8.0 support, libvgl and a host of other new things from this file in the process of parallelizing the Makefile. DOH! I think we need more pointy hats - this particular incident is worthy of a small children's birthday party's worth of pointy hats. ;-) I certainly intend to take more care with the processing of aged diffs in the future, even if it does mean reading through 20K's worth of them. I might also be a bit more anal about asking for more up-to-date changes before looking at them. ;) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-06T10:21:36.000000Z K 7 svn:log V 116 Having to review all changes to this file _very_ carefully led me to find 2 more errors which were there before. :) END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-06T11:36:08.000000Z K 7 svn:log V 26 Use err(3). Add usage()s. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-06T11:38:30.000000Z K 7 svn:log V 33 Sync usage string with man page. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1997-10-06T11:38:31.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 6 jlemon K 8 svn:date V 27 1997-10-06T15:56:16.000000Z K 7 svn:log V 97 Remove dereference of uninitialized (and unused) variable. This enables netatalk to work again. END K 10 svn:author V 3 imp K 8 svn:date V 27 1997-10-06T16:28:47.000000Z K 7 svn:log V 59 Clarify the actions of -s and the list of allowable names. END K 10 svn:author V 3 imp K 8 svn:date V 27 1997-10-06T16:30:20.000000Z K 7 svn:log V 34 MFC: clarify -s and files allowed END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-10-06T18:20:23.000000Z K 7 svn:log V 218 Shift the value for INTERNAL_MARK left by 3, as done for all other facilities. This fixes the problems reported about syslogd not recording marks correctly. Submitted by: Alexander B. Povolotsky END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-10-06T18:22:05.000000Z K 7 svn:log V 53 Merge rev 1.14: fix the definition of INTERNAL_MARK. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-10-06T18:24:54.000000Z K 7 svn:log V 127 MFC: rev 1.8 of crunchgen.c & Co, introduce the `special keep' clause to make crunchide's -k option accessible. Ok'ed by: jkh END K 10 svn:author V 4 dima K 8 svn:date V 27 1997-10-06T18:52:16.000000Z K 7 svn:log V 191 Be more specific about -f/-t options (they're not yet implemented), not just exit with 0 status. This definitely should go to 2.2.5. If i won't have any objections - I'll commit it tonight. END K 10 svn:author V 3 imp K 8 svn:date V 27 1997-10-06T19:41:21.000000Z K 7 svn:log V 57 Disable LPR/LPD by default. Reviewed by: jkh, guido, imp END K 10 svn:author V 3 imp K 8 svn:date V 27 1997-10-06T19:44:11.000000Z K 7 svn:log V 57 MFC: disable lpd by defualt Reviewed by: jkh, guido, imp END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-10-06T20:37:01.000000Z K 7 svn:log V 763 Since i've just touched , thereby causing a large part of the system to be rebuilt anyway, this is a good time to introduce LOG_NTP. The reasoning for a separate facility is that xntpd can sometimes cause exaggerative log message at high prioritites which are, depending on your environment and available clock sources, not necessarily as important as other LOG_DAEMON messages. However, they used to clutter log files and system console in the existing setup. Note that this situation could not be resolved using the !xntpd option (think about it). xntpd(8) is supposed to automatically pick up the change, it had already all necessary #ifdef's. The chosen value does, as far as my inquiries yielded, not clash with any other operating system. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-10-06T20:37:50.000000Z K 7 svn:log V 156 Documentation for the LOG_NTP facility. While i was at it, added a bit of a warning about not all systems providing for the same set of syslog facilities. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-10-06T20:40:39.000000Z K 7 svn:log V 134 MFC: rev 1.95, make the REGAL CDC-4X a know CD-ROM changer. Suposedly a less intrusive enough change to go into this branch as well. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-10-06T20:43:05.000000Z K 7 svn:log V 28 Mention the LOG_NTP change. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-10-07T00:56:58.000000Z K 7 svn:log V 308 Support VJ maximum slot identifiers != 15. Support VJ slot id compression. Previously, ppp would negotiate a max slot between 2 & 15 (if asked), and would agree to slot id compression (if asked). It would then proceed to use 16 slots and no compression anyway. The result was a rather unusable connection. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-10-07T05:34:31.000000Z K 7 svn:log V 305 2.2-CURENT's passwd(5) says login classes aren't used. So merge from current, plus add login.conf(5) to the see also. ISSUES: Does 2.2.5 tolerate comments in /etc/master.passwd like 3.0-CURRENT? An example and better explansion on how to use login classes is needed in both passwd.5 and login.conf.5. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-10-07T05:35:52.000000Z K 7 svn:log V 164 Add login.conf(5) to "SEE ALSO". ISSUES: An example and better explansion on how to use login classes is needed in both passwd.5 and login.conf.5. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-10-07T05:38:04.000000Z K 7 svn:log V 83 Add passwd(5) to "SEE ALSO" since that's where you specify the user's login class. END K 10 svn:author V 4 dima K 8 svn:date V 27 1997-10-07T05:39:54.000000Z K 7 svn:log V 77 Merge from -current: be more specific on -f/-t that are not yet implemented. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-10-07T05:40:36.000000Z K 7 svn:log V 214 Add passwd(5) to "SEE ALSO". ISSUES: An example and better explansion on how to specify a user's login class in /etc/master passwd is needed. (As I don't seem to be specifiying it right, I can't do it). END K 10 svn:author V 5 markm K 8 svn:date V 27 1997-10-07T06:30:01.000000Z K 7 svn:log V 393 Latest round of patches from the author. This driver includes the following patches submitted by: 1.0 Hideyuki Suzuki Japanese Cable support 2.0 Keith Sklower Minor update to the BSDI section so it compiles cleanly on BSDI 3.0 Joao Carlos Mendes Luis ioctl interface to select video format , NTSC, PAL, etc... END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-10-07T06:40:16.000000Z K 7 svn:log V 49 Fixed spammed Id. Spammed in: rev.1.5 (long ago) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-10-07T07:23:28.000000Z K 7 svn:log V 275 Include optional support for HDB-style config files, so the true masochists can get their rights as well. ;-) The default remains, of course, Taylor config. Demanded by: some people on -hackers I think this is safe enough to go into RELENG_2_2 as well, if there's demand. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-10-07T07:24:50.000000Z K 7 svn:log V 93 Remove the claim that UUCP locking were not atomic. It is since revision 1.8 of uucplock.c. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-10-07T07:34:56.000000Z K 7 svn:log V 69 MFC: use the canonical UUCP locking protocol (rev 1.8 of uucplock.c) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-10-07T07:39:40.000000Z K 7 svn:log V 749 Introduce the SIOC[SG]IFGENERIC hooks that can be used to pass an arbritrary ioctl subcommand into an interface driver. Surprisingly enough, there was no provision for this already present (except of the option of abusing SIOC[SG]IFMEDIA for this). The idea is that an interface driver can establish ioctl subcommands of its own that can't be meaningfully interpreted by the upper layer interface ioctl function. Something like this is required to implement a clean solution of passing down things like CHAP secrets or PPP options to the /sys/net/if_sppp* files. (Yes, my CHAP is now finally working with it, but i gotta update my kernel to the new callout interface before being able to commit _that_.) Reviewed by: peter [long ago, actually] END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-10-07T07:40:35.000000Z K 7 svn:log V 821 Ooops, this should have made it into the same commit, but didn't. Introduce the SIOC[SG]IFGENERIC hooks that can be used to pass an arbritrary ioctl subcommand into an interface driver. Surprisingly enough, there was no provision for this already present (except of the option of abusing SIOC[SG]IFMEDIA for this). The idea is that an interface driver can establish ioctl subcommands of its own that can't be meaningfully interpreted by the upper layer interface ioctl function. Something like this is required to implement a clean solution of passing down things like CHAP secrets or PPP options to the /sys/net/if_sppp* files. (Yes, my CHAP is now finally working with it, but i gotta update my kernel to the new callout interface before being able to commit _that_.) Reviewed by: peter [long ago, actually] END K 10 svn:author V 5 markm K 8 svn:date V 27 1997-10-07T07:47:52.000000Z K 7 svn:log V 38 YACC: (bt848 updates by various folk) END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-07T09:13:06.000000Z K 7 svn:log V 50 Preserve old SC_STATIC value after units exchange END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-07T09:53:23.000000Z K 7 svn:log V 27 MFC: cosmetic warning fix. END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-07T09:55:27.000000Z K 7 svn:log V 34 MFC: preserve old SC_STATIC value END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-10-07T11:10:18.000000Z K 7 svn:log V 159 `numdirtybuffers' was not maintained properly. This caused excessive flushing of buffers in an attempt to reduce numdirtybuffers, and perhaps other problems. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-10-07T11:32:05.000000Z K 7 svn:log V 123 Removed uneeded ${.MAKEFLAGS} again. Originally committed in: rev.1.141 Spammed by: rev.1.149 (mouldy parallel make diffs) END K 10 svn:author V 6 eivind K 8 svn:date V 27 1997-10-07T16:27:48.000000Z K 7 svn:log V 117 Don't honor $HOME if >= MAXPATHLEN Obtained from: Todd Miller (OpenBSD csh.c rev 1.3 and 1.4) END K 10 svn:author V 6 eivind K 8 svn:date V 27 1997-10-07T16:33:22.000000Z K 7 svn:log V 100 vsprintf -> vnsprintf paranoia. Obtained from: Todd Miller (OpenBSD rev 1.3) END K 10 svn:author V 6 eivind K 8 svn:date V 27 1997-10-07T16:43:16.000000Z K 7 svn:log V 96 save errno in sigchld handler Obtained from: Theo deRaadt (OpenBSD rev 1.6) END K 10 svn:author V 6 fenner K 8 svn:date V 27 1997-10-07T21:10:06.000000Z K 7 svn:log V 453 Don't allow the window to be increased beyond what is possible to represent in the TCP header. The old code did effectively: win = min(win, MAX_ALLOWED); win = max(win, what_i_think_i_advertised_last_time); so if what_i_think_i_advertised_last_time is bigger than can be represented in the header (e.g. large buffers and no window scaling) then we stuff a too-big number into a short. This fix reverses the order of the comparisons. PR: kern/4712 END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-10-07T21:56:09.000000Z K 7 svn:log V 338 MFC: Support VJ maximum slot identifiers != 15. Support VJ slot id compression. Previously, ppp would negotiate a max slot between 2 & 15 (if asked), and would agree to slot id compression (if asked). It would then proceed to use 16 slots and no compression anyway. The result was a rather unusable connection. END K 10 svn:author V 6 uhclem K 8 svn:date V 27 1997-10-08T03:10:32.000000Z K 7 svn:log V 756 PR: bin/771 and bin/1037 are resolved by this change This change changes the default handling of linemode so that older and/or stupider telnet clients can still get wakeup characters like and D to work correctly multiple times on the same line, as in csh "set filec" operations. It also causes CR and LF characters to be read by apps in certain terminal modes consistently, as opposed to returning CR sometimes and LF sometimes, which broke existing apps. The change was shown to fix the problem demonstrated in the FreeBSD telnet client, along with the telnet client in Solaris, SCO, Windows '95 & NT, DEC OSF, NCSA, and others. A similar change will be incorporated in the crypto version of telnetd. This resolves bin/771 and bin/1037. END K 10 svn:author V 6 uhclem K 8 svn:date V 27 1997-10-08T03:14:34.000000Z K 7 svn:log V 756 PR: bin/771 and bin/1037 are resolved by this change This change changes the default handling of linemode so that older and/or stupider telnet clients can still get wakeup characters like and D to work correctly multiple times on the same line, as in csh "set filec" operations. It also causes CR and LF characters to be read by apps in certain terminal modes consistently, as opposed to returning CR sometimes and LF sometimes, which broke existing apps. The change was shown to fix the problem demonstrated in the FreeBSD telnet client, along with the telnet client in Solaris, SCO, Windows '95 & NT, DEC OSF, NCSA, and others. A similar change was incorporated in the non-crypto version of telnetd. This resolves bin/771 and bin/1037. END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-10-08T05:04:48.000000Z K 7 svn:log V 94 Install ${PKGDIR}/MESSAGE as /var/db/pkg/${PKGNAME}/+DISPLAY if it exists. Reviewed by: kiri END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-10-08T05:05:53.000000Z K 7 svn:log V 13 Merge 1.265. END K 10 svn:author V 6 fenner K 8 svn:date V 27 1997-10-08T05:10:07.000000Z K 7 svn:log V 78 MFC: Don't try to put more than TCP_MAXWIN in the window field. Ok'd by: jkh END K 10 svn:author V 5 markm K 8 svn:date V 27 1997-10-08T06:54:43.000000Z K 7 svn:log V 78 Despam 1.11, 1.12 and 1.13 caused by no sync between author/committer/CURRENT END K 10 svn:author V 5 markm K 8 svn:date V 27 1997-10-08T07:02:48.000000Z K 7 svn:log V 61 Staticise a variable. PR: 4722 Submitted by: Karl Denninger END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-08T07:21:12.000000Z K 7 svn:log V 40 MFC: Use err(3). Cosmetics in man page. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-08T07:33:52.000000Z K 7 svn:log V 31 MFC: Use err(3). Add usage()s. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-08T07:36:44.000000Z K 7 svn:log V 31 MFC: Cosmetic in usage string. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-10-08T07:48:21.000000Z K 7 svn:log V 52 Use err(3). Cosmetics in usage string and man page. END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-08T08:45:35.000000Z K 7 svn:log V 8 Add pop END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-10-08T09:14:15.000000Z K 7 svn:log V 44 Mention SIOC[SG]IFGENERIC. Prodded by: jkh END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-10-08T10:33:10.000000Z K 7 svn:log V 108 Merge manpage from -CURRENT, minus the ``-a'' flag. Requested by: Philippe Charnier END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-10-08T10:37:20.000000Z K 7 svn:log V 13 Add libopie. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-08T10:56:27.000000Z K 7 svn:log V 143 Remove trailing slash from MASTER_SITE_BACKUP example since it can lead to two trailing /'s, which is in turn an invalid URL (just bit me :-). END K 10 svn:author V 5 markm K 8 svn:date V 27 1997-10-08T11:20:37.000000Z K 7 svn:log V 49 YACC: Bring back some commits that were spammed. END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-10-08T11:34:14.000000Z K 7 svn:log V 13 MFC: add pop END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-08T12:07:09.000000Z K 7 svn:log V 115 Back out my last commit - the trailing / should stay and fetch(1) should stop puking on null directory components. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1997-10-08T12:10:33.000000Z K 7 svn:log V 251 Slightly improved fix compared to my insiration don't munge argv strings -- copy them first. avoids 'w' showing: deraadt p8 zeus.theos.com 8:26AM 3 dd if of bs Obtained from: OpenBSD (file rev 1.3) by Theo de Raadt END K 10 svn:author V 6 eivind K 8 svn:date V 27 1997-10-08T12:59:14.000000Z K 7 svn:log V 107 make signal handlers errno safe Obtained from: OpenBSD (file rev 1.5) Theo de Raadt END K 10 svn:author V 6 eivind K 8 svn:date V 27 1997-10-08T13:46:39.000000Z K 7 svn:log V 96 mktemp -> mkstemp Obtained from: OpenBSD (file rev 1.4 by Theo de Raadt ) END K 10 svn:author V 6 eivind K 8 svn:date V 27 1997-10-08T14:47:56.000000Z K 7 svn:log V 110 make signal handlers errno safe Obtained from: OpenBSD (file rev 1.11) - Theo de Raadt END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-08T15:31:13.000000Z K 7 svn:log V 44 Document extra tk*/tcl* package categories. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-10-08T15:31:27.000000Z K 7 svn:log V 21 MFC: new categories. END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-10-08T17:05:03.000000Z K 7 svn:log V 372 - Enable PS/2 mouse support by default. Given that almost all new hardware has a PS/2 port, this is a good thing. Note, older 386/486 boxes may lockup the keyboard controller with this enabled, but most of these kinds of machines don't run -current, so the benefits outweigh the downsides. Discussed with: Kazutaka YOKOTA END K 10 svn:author V 6 fenner K 8 svn:date V 27 1997-10-08T18:43:53.000000Z K 7 svn:log V 293 Interpret multiple slashes as a single slash in ftp: URL's. This is contrary to RFC1738, which specifies that empty elements between slashes really mean to send a CWD command with an empty argument. Most FTP servers consider this an error, so strict RFC compliance is advisable in this case. END K 10 svn:author V 6 fenner K 8 svn:date V 27 1997-10-08T18:44:07.000000Z K 7 svn:log V 65 MFC: Interpret multiple slashes as a single slash in ftp: URL's. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-10-09T00:20:00.000000Z K 7 svn:log V 69 Fixed scrolling. Newline at the "--More--" prompt scrolled 2 lines. END