ƒ¬79473 243 257 278 161 317 210 212 155 164 131 238 499 343 130 263 326 332 180 151 286 187 304 152 107 105 110 195 126 117 128 125 216 144 177 146 269 189 166 266 166 182 187 360 114 139 116 149 197 200 128 148 144 182 246 147 300 147 147 147 147 137 123 475 147 179 147 147 185 152 130 212 126 235 173 136 235 139 129 119 116 114 118 106 108 128 157 127 132 161 1293 551 210 148 130 117 155 137 196 199 161 978 371 266 169 140 135 138 121 164 121 146 278 144 209 216 147 485 218 169 179 172 259 146 140 134 121 310 168 517 441 144 172 403 251 164 612 251 688 135 205 164 131 211 204 109 323 127 150 247 164 218 166 320 111 120 149 154 142 155 354 149 154 154 143 310 119 135 206 122 247 243 144 340 199 146 130 912 148 173 159 130 122 111 1052 235 221 142 131 140 167 139 207 255 338 115 137 123 147 114 114 130 142 145 149 239 239 303 283 159 848 370 634 201 659 263 139 299 245 530 178 170 192 132 765 386 729 148 143 129 143 375 119 192 335 270 140 162 219 201 112 118 201 251 155 K 10 svn:author V 5 markm K 8 svn:date V 27 2001-07-09T18:08:16.000000Z K 7 svn:log V 162 Add the WANT_INSECURE_OPIE frob which is useful for debugging and over secure (encrypted) links. Add a MLINK for skey(4) to opie(4) to assist in the transition. END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-07-09T18:14:43.000000Z K 7 svn:log V 183 Almost completely rewrite the PAM module options processing routines, and provide a more extended API for doing this. Provide an API for debug logging. Audit and clean up the code. END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-07-09T18:16:33.000000Z K 7 svn:log V 67 Bump the major number. The libraries API has changed incompatibly. END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-07-09T18:20:51.000000Z K 7 svn:log V 222 Clean up (and in some cases write) the PAM mudules, using o The new options-processing API o The new DEBUG-logging API Add man(1) pages for ALL modules. MDOC-Police welcome to check this. Audit, clean up while I'm here. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-07-09T18:23:00.000000Z K 7 svn:log V 116 MFC: Put CSS file for release documentation in the right directory when building FTP area. Makefile 1.627->1.628 END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-07-09T18:25:53.000000Z K 7 svn:log V 119 MFC: Merge all the changes to the pccard system in current, short of making the pci devices a real freebsd pci driver. END K 10 svn:author V 5 guido K 8 svn:date V 27 2001-07-09T19:00:08.000000Z K 7 svn:log V 61 Get rid of useless bcopy (the next statement was equivalent) END K 10 svn:author V 5 guido K 8 svn:date V 27 2001-07-09T19:01:42.000000Z K 7 svn:log V 70 Don't share sig handlers after an exec Reviewed by: Alfred Perlstein END K 10 svn:author V 5 guido K 8 svn:date V 27 2001-07-09T19:03:13.000000Z K 7 svn:log V 37 MFC: do not share sigs after an exec END K 10 svn:author V 3 des K 8 svn:date V 27 2001-07-09T19:11:51.000000Z K 7 svn:log V 145 Constify the fstype argument to vfs_mount(). This eliminates at least one "call discards qualifier" warning (in sys/compat/linux/linux_file.c). END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2001-07-09T19:18:00.000000Z K 7 svn:log V 403 Add SYSCTL ints for default normal I/O timeout && retry counts. This is useful if you want to dynamically move into a Fibre Channel or Multi-initiator environment that happens to be particularly noisy and ugly that requires a lot of retries (with shorter I/O timeouts) for commands destried by LIPs or Bus Resets. Reviewed by: deafening silence on audit && scsi on the retry counts MFC after: 2 weeks END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2001-07-09T19:21:06.000000Z K 7 svn:log V 247 (MFC 1.74) 1. Add SA_IO_TIMEOUT as an option (4 minutes default) to cover reads, writes, wfm, test unit ready. 2. Add internal SCSIOP_TIMEOUT (e.g., for mode sense) at 1 minute. This should not require an option, but is cleaner to parameterize. END K 10 svn:author V 5 wilko K 8 svn:date V 27 2001-07-09T19:23:29.000000Z K 7 svn:log V 36 MFC: s/Netherlands/the Netherlands/ END K 10 svn:author V 5 tobez K 8 svn:date V 27 2001-07-09T20:46:00.000000Z K 7 svn:log V 168 Document more resolver(3) routines: dn_skip() from resolv.h, and ns_get16(), ns_get32(), ns_put16(), and ns_put32() from arpa/nameser.h. Markup by: ru OK'ed by: markm END K 10 svn:author V 5 joerg K 8 svn:date V 27 2001-07-09T20:46:45.000000Z K 7 svn:log V 231 As des' example shows us, DMA overruns could happen in a situation where they will never succeed. Add a stop-gap measure that will at least eventually timeout the operation instead of retrying it indefinately. MFC after: 1 month END K 10 svn:author V 5 joerg K 8 svn:date V 27 2001-07-09T20:50:41.000000Z K 7 svn:log V 237 Remove parts of rev 1.211 again: do not delete our children iff they haven't been probed successfully. It's a known bug that ISA hints processing instantiates those devices, and prematurely killing them has other unwanted side-effects. END K 10 svn:author V 5 joerg K 8 svn:date V 27 2001-07-09T20:53:19.000000Z K 7 svn:log V 86 Ouch, calculate correctly. With 300 rpm and 25 retries, it's 5 seconds till timeout. END K 10 svn:author V 5 joerg K 8 svn:date V 27 2001-07-09T21:00:02.000000Z K 7 svn:log V 57 Hmpf, remove two variables that got unused by rev 1.214. END K 10 svn:author V 5 joerg K 8 svn:date V 27 2001-07-09T21:11:10.000000Z K 7 svn:log V 191 Log when the user is turning debugging on/off. Also sanitize the TRACE* macros a bit so they syntactically behave like single C statements (even inside in `if' statement). Submitted by: des END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-07-09T21:21:38.000000Z K 7 svn:log V 94 New release notes: sysctl for TCP ISN fix, fsck_msdosfs(8), dump(8) -D, OPIE replaced S/Key. END K 10 svn:author V 6 msmith K 8 svn:date V 27 2001-07-09T21:24:59.000000Z K 7 svn:log V 208 Whoops; we get an ACPI_OBJECT back from evaluating a method, not an ACPI_OPERAND_OBJECT. Fix this so that the power resource type can be properly checked, and we can get the system level and resource order. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-07-09T21:40:30.000000Z K 7 svn:log V 59 Semi-MFC: Note sysctl for controlling TCP ISN generation. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-07-09T22:00:32.000000Z K 7 svn:log V 12 Add LIBBZ2. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-07-09T23:12:23.000000Z K 7 svn:log V 10 style nit END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-07-09T23:30:07.000000Z K 7 svn:log V 15 Add rcsid[]'s. END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-07-09T23:44:54.000000Z K 7 svn:log V 100 Somehow I missed this. Use INTR_TYPE_AV (high priority) instead of INTR_TYPE_TTY (lowest priority). END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-07-10T00:11:00.000000Z K 7 svn:log V 31 Give the FreeBSD history also. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-07-10T00:11:45.000000Z K 7 svn:log V 22 MFC: embelish history END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-07-10T00:12:18.000000Z K 7 svn:log V 33 Also emblishes the history here. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-07-10T00:12:50.000000Z K 7 svn:log V 30 MFS: add the FreeBSD history. END K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-07-10T04:22:14.000000Z K 7 svn:log V 120 Document some of the kernel API dealing with locks used primarily by VFS. Submitted by: Chad David END K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-07-10T04:27:03.000000Z K 7 svn:log V 49 fix typos: s/BUF_LOCK/BUF_TIMELOCK, order xrefs. END K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-07-10T04:29:24.000000Z K 7 svn:log V 82 Fix explanation of LK_SLEEPFAIL option. Remove extra period from end of sentance. END K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-07-10T04:31:33.000000Z K 7 svn:log V 51 Note that this function is for debugging purposes. END K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-07-10T04:35:22.000000Z K 7 svn:log V 173 Link in new manpages: BUF_LOCK.9 BUF_LOCKFREE.9 BUF_LOCKINIT.9 BUF_REFCNT.9 BUF_TIMELOCK.9 BUF_UNLOCK.9 lockcount.9 lockdestroy.9 lockmgr.9 lockmgr_printinfo.9 lockstatus.9 END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-07-10T04:43:21.000000Z K 7 svn:log V 97 Use INTR_TYPE_AV rather than INTR_TYPE_MISC for the interrupt for pci interrupts for the bridge. END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-07-10T05:07:26.000000Z K 7 svn:log V 74 This is no longer needed in -stable now that I've MFC'd the mecia driver. END K 10 svn:author V 3 cjc K 8 svn:date V 27 2001-07-10T05:44:51.000000Z K 7 svn:log V 173 Fix rule parsing breakage introduced in 1.103 cleanup. 'tcp' and 'icmp' rules could drop into infinite loops when given bad arguments. Reviewed by: ru, des Approved by: ru END K 10 svn:author V 3 cjc K 8 svn:date V 27 2001-07-10T06:03:24.000000Z K 7 svn:log V 74 MFC: 1.105, lose masked host bits from IP address given with '-a' option. END K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-07-10T07:25:18.000000Z K 7 svn:log V 87 Document some of the dev_t related APIs. Submitted by: Chad David END K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-07-10T07:28:11.000000Z K 7 svn:log V 92 Install: cdevsw_add.9 cdevsw_remove.9 devsw.9 major.9 minor.9 umajor.9 uminor.9 vn_isdisk.9 END K 10 svn:author V 6 itojun K 8 svn:date V 27 2001-07-10T07:29:11.000000Z K 7 svn:log V 264 netbsd 1.5.1 is in jul 2001 (available via ftp already, but we need a concrete date of the announcement) couple of URL fixes. From: Petri Koistinen (http://www.byte.com/art/9410/sec8/art3.htm is now a dangling link. any alternative URL?) END K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-07-10T07:42:35.000000Z K 7 svn:log V 19 Sort MAN= section. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-10T08:04:09.000000Z K 7 svn:log V 48 mdoc(7) police: eliminate warnings, fix markup. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-10T08:05:18.000000Z K 7 svn:log V 25 MFC: 1.10: markup fixes. END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-07-10T08:18:03.000000Z K 7 svn:log V 57 MFS: don't share shared signal handlers accross the exec END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-07-10T08:21:34.000000Z K 7 svn:log V 104 Add initial support for mecia pccard controller into stable. stable needs to have sys/select included. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-10T09:34:55.000000Z K 7 svn:log V 108 mdoc(7) police: Restored .Pa for ``dumpdates'' (it's still a file). Also, removed duplicate ``file'' words. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-10T09:37:53.000000Z K 7 svn:log V 37 mdoc(7) police: minor markup tweaks. END K 10 svn:author V 3 ume K 8 svn:date V 27 2001-07-10T09:44:16.000000Z K 7 svn:log V 56 MFC 1.13: use TAILQ_FOREACH() in searching address list END K 10 svn:author V 3 ume K 8 svn:date V 27 2001-07-10T09:46:35.000000Z K 7 svn:log V 52 MFC 1.5: properly check DES weak key. KAME PR 363. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2001-07-10T09:59:52.000000Z K 7 svn:log V 89 Added #include Submitted by: Kaho Toshikazu END K 10 svn:author V 3 ume K 8 svn:date V 27 2001-07-10T10:00:34.000000Z K 7 svn:log V 153 MFC 1.4, 1.5: - drop setgid bit. ifmcstat(8) is not audited, and is needed only for root. - Install it with mode 550, and with default group ${BINGRP}. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-10T10:04:09.000000Z K 7 svn:log V 56 mdoc(7) police: removed HISTORY info from the .Os call. END K 10 svn:author V 3 ume K 8 svn:date V 27 2001-07-10T10:10:05.000000Z K 7 svn:log V 207 MFC: Add configuration for a FAITH IPv6-to-IPv4 TCP translator. To use a FAITH actually, you also need faithd(8) setup. Please consult faithd(8) manpage. etc/rc.network6: 1.21 etc/defaults/rc.conf: 1.113 END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-10T10:42:19.000000Z K 7 svn:log V 56 mdoc(7) police: removed HISTORY info from the .Os call. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-10T10:49:54.000000Z K 7 svn:log V 56 mdoc(7) police: removed HISTORY info from the .Os call. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-10T11:04:34.000000Z K 7 svn:log V 56 mdoc(7) police: removed HISTORY info from the .Os call. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-10T13:41:46.000000Z K 7 svn:log V 56 mdoc(7) police: removed HISTORY info from the .Os call. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2001-07-10T14:09:37.000000Z K 7 svn:log V 40 Fix typo: "fending of" -> "fending off" END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2001-07-10T14:10:21.000000Z K 7 svn:log V 26 MFC rev 1.8: correct typo END K 10 svn:author V 6 yokota K 8 svn:date V 27 2001-07-10T14:13:34.000000Z K 7 svn:log V 379 Fix dependencies between kernel options: - When both SC_PIXEL_MODE and SC_NO_FONT_LOADING are defined, quietly drop SC_NO_FONT_LOADING, because the pixel(raster) console requires font. - When SC_NO_FONT_LOADING is defined, force SC_ALT_MOUSE_IMAGE. Without font, the arrow-shaped mouse cursor cannot be drawn. - Fiddle and simplify some internal macros. MFC after: 2 weeks END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-10T14:16:33.000000Z K 7 svn:log V 56 mdoc(7) police: removed HISTORY info from the .Os call. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-07-10T15:10:47.000000Z K 7 svn:log V 83 bzip2(1) is in the base system - we don't need /usr/local/bin in the PATH anymore. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-10T15:12:08.000000Z K 7 svn:log V 56 mdoc(7) police: removed HISTORY info from the .Os call. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-10T15:31:11.000000Z K 7 svn:log V 56 mdoc(7) police: removed HISTORY info from the .Os call. END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-07-10T16:15:34.000000Z K 7 svn:log V 93 Add this file which I forgot before. :-( Pointed out by: John Hay END K 10 svn:author V 3 dfr K 8 svn:date V 27 2001-07-10T16:18:20.000000Z K 7 svn:log V 60 Make this build again after breakage from previous commits. END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-07-10T16:22:38.000000Z K 7 svn:log V 38 Add another missing file from current END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-07-10T16:59:30.000000Z K 7 svn:log V 117 Fix a horrible bug introduced by myself where the options collection keeps on growing as the module stack is parsed. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-10T17:09:00.000000Z K 7 svn:log V 35 Virgin import of FSF groff v1.17.2 END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-10T17:09:00.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r79543, 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 2001-07-10T17:09:01.000000Z K 7 svn:log V 77 This commit was manufactured by cvs2svn to create tag 'groff-vendor-v1_17_2'. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-10T17:10:51.000000Z K 7 svn:log V 45 Removed files not present in v1.17.2 import. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-10T17:10:51.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r79546, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-07-10T17:11:02.000000Z K 7 svn:log V 45 Provide a hint for the OPIE 'insecure' mode. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-10T17:14:46.000000Z K 7 svn:log V 38 Use stock (FSF) version of this file. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-10T17:15:31.000000Z K 7 svn:log V 28 Merge Groff 1.17.2 changes. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-10T17:15:52.000000Z K 7 svn:log V 25 Upgrade to Groff 1.17.2. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-10T17:23:07.000000Z K 7 svn:log V 23 Add $FreeBSD$ CVS tag. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-10T17:25:18.000000Z K 7 svn:log V 27 MFC: 1.4: Add FreeBSD 4.4. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-07-10T17:48:07.000000Z K 7 svn:log V 11 style nits END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-07-10T17:50:46.000000Z K 7 svn:log V 13 VCS ID fixup END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-10T17:52:29.000000Z K 7 svn:log V 37 mdoc(7) police: sort SEE ALSO xrefs. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-10T18:00:19.000000Z K 7 svn:log V 66 mdoc(7) police: removed punctuation after the last SEE ALSO xref. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-10T18:43:07.000000Z K 7 svn:log V 36 mdoc(7) police: eliminate warnings. END K 10 svn:author V 5 brian K 8 svn:date V 27 2001-07-10T21:17:55.000000Z K 7 svn:log V 38 MFC: Don't accept chap80lm by default END K 10 svn:author V 5 brian K 8 svn:date V 27 2001-07-10T21:19:38.000000Z K 7 svn:log V 67 MFC: Handle descriptors 0, 1 or 2 being closed when ppp is envoked END K 10 svn:author V 7 iedowse K 8 svn:date V 27 2001-07-10T21:21:29.000000Z K 7 svn:log V 1195 Bring in dirhash, a simple hash-based lookup optimisation for large directories. When enabled via "options UFS_DIRHASH", in-core hash arrays are maintained for large directories. These allow all directory operations to take place quickly instead of requiring long linear searches. For now anyway, dirhash is not enabled by default. The in-core hash arrays have a memory requirement that is approximately half the size of the size of the on-disk directory file. A number of new sysctl variables allow control over which directories get hashed and over the maximum amount of memory that dirhash will use: vfs.ufs.dirhash_minsize The minimum on-disk directory size for which hashing should be used. The default is 2560 (2.5k). vfs.ufs.dirhash_maxmem The system-wide maximum total memory to be used by dirhash data structures. The default is 2097152 (2MB). The current amount of memory being used by dirhash is visible through the read-only sysctl variable vfs.ufs.dirhash_maxmem. Finally, some extra sanity checks that are enabled by default, but which may have an impact on performance, can be disabled by setting vfs.ufs.dirhash_docheck to 0. Discussed on: -fs, -hackers END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2001-07-10T23:07:15.000000Z K 7 svn:log V 456 Two optimizations: 1) Bite the bullet, and allow unaligned accesses without buffer copies on the i386 platform. According to some tests run by Andrew Gallatin, the buffer copy performance hit is greater than the unaligned access performance hit (especially with jumbo frames). We still need to copy everywhere else. 2) Enable interrupt moderation with a 100us timeout. Submitted by: Andrew Gallatin MFC after: 1 week END K 10 svn:author V 5 mikeh K 8 svn:date V 27 2001-07-11T00:29:27.000000Z K 7 svn:log V 115 MFC: 1.10 src/usr.bin/ktrace/ktrace.1 1.15 src/usr.bin/ktrace/ktrace.c Sync manpage and usage, and fix -c bug. END K 10 svn:author V 6 semenu K 8 svn:date V 27 2001-07-11T01:08:15.000000Z K 7 svn:log V 53 Move tx(4) driver to the using miibus drivers group. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-07-11T01:10:45.000000Z K 7 svn:log V 37 New release note: FreeBSD-SA-01:42. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-07-11T01:11:02.000000Z K 7 svn:log V 24 MFC: FreeBSD-SA-01:42. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-07-11T01:17:06.000000Z K 7 svn:log V 62 Add security advisory FreeBSD-SA-01:42 to 4.3-RELEASE errata. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-07-11T01:20:10.000000Z K 7 svn:log V 44 Typo police: Retrieve a stray right-paren. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-07-11T02:04:43.000000Z K 7 svn:log V 104 Correct spelling in a comment and remove trailing newline from a panic() call (panic() adds it itself). END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2001-07-11T02:23:31.000000Z K 7 svn:log V 103 Slight cleanliness- add an unlock of Giant in one dopanic case. Do some very minor formatting changes. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2001-07-11T02:24:28.000000Z K 7 svn:log V 66 Sanity guard- return ENODEV if we don't have a good IRQ resource. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2001-07-11T02:34:21.000000Z K 7 svn:log V 882 Hmm. Let's try this on for size... We originally had it such that if the connection topology was FL-loop (public loop), we never looked at any local loop addresses. The reason for not doing that was fear or concern that we'd see the same local loop disks reflected from the name server and we'd attach them twice. However, when I recently hooked up a JBOD and a system to an ANCOR SA-8 switch, the disks did *not* show up on the fabric. So at least the ANCOR is screening those disks from appearing on the fabric. Now, it's possible this is a 'feature' of the ANCOR. When I get a chance, I'll check the Brocade (it's hard to do this on a low budget). In any case, if they *do* also show up on the fabric, we should simply elect to not log into them because we already have an entry for the local loop. There is relatively unexercised code just for this case. MFC after: 2 weeks END K 10 svn:author V 3 bsd K 8 svn:date V 27 2001-07-11T03:15:25.000000Z K 7 svn:log V 278 Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' and 'dwatch'. The new commands install hardware watchpoints if supported by the architecture and if there are enough registers to cover the desired memory area. No objection by: audit@, hackers@ MFC after: 2 weeks END K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-07-11T03:51:44.000000Z K 7 svn:log V 170 I have gone through all of the functions and added the correct includes and changed the functions as requested. Submitted by: Chad David END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-07-11T05:16:27.000000Z K 7 svn:log V 78 Call disk_destroy in cdcleanup() as appropriate. PR: 24596 Reviewed by: ken END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-11T08:35:34.000000Z K 7 svn:log V 49 mdoc(7) police: fixed markup any numerous typos. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-11T08:36:26.000000Z K 7 svn:log V 44 mdoc(7) police: fixed markup, a little bit. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-11T08:51:18.000000Z K 7 svn:log V 47 mdoc(7) police: fixed markup and program name. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-11T08:59:10.000000Z K 7 svn:log V 30 mdoc(7) police: fixed markup. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2001-07-11T08:59:11.000000Z K 7 svn:log V 68 This commit was manufactured by cvs2svn to create branch 'RELENG_4'. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-11T09:13:12.000000Z K 7 svn:log V 30 mdoc(7) police: fixed markup. END K 10 svn:author V 3 ume K 8 svn:date V 27 2001-07-11T09:37:37.000000Z K 7 svn:log V 54 MFC 1.54: adjust mbuf length right in route_output(). END K 10 svn:author V 3 ume K 8 svn:date V 27 2001-07-11T09:39:04.000000Z K 7 svn:log V 185 MFC 1.12: When the link-layer address of a router changes, select the best router again. In particular, when the neighbor entry is newly created, it might affect the selection policy. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-11T10:31:49.000000Z K 7 svn:log V 53 mdoc(7) police: fixed markup and some content typos. END K 10 svn:author V 3 ume K 8 svn:date V 27 2001-07-11T11:24:06.000000Z K 7 svn:log V 116 Add ftp2.jp.freebsd.org as IPv6 ready mirror server. Now, ftp2.jp.freebsd.org is serverd by IIJ. MFC after: 1 week END K 10 svn:author V 7 iwasaki K 8 svn:date V 27 2001-07-11T14:22:13.000000Z K 7 svn:log V 119 MFC: Add code to detect Transmeta Crusoe cpus (1.90->1.91) and LongRun support (1.92->1.93). Okayed by: dfr END K 10 svn:author V 7 iwasaki K 8 svn:date V 27 2001-07-11T14:34:01.000000Z K 7 svn:log V 51 MFC: Add Transmeta Crusoe LongRun support manpage. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-11T16:11:15.000000Z K 7 svn:log V 393 Due to the documented bug in inet_aton(3), it wasn't possible to use 0xffffffff (INADDR_NONE) as a netmask value. The fix is to use inet_addr(3) which doesn't suffer from this problem. PR: bin/28873 Also, while here, fixed the bug when netmask value was ignored (RTF_HOST flag was set) if the "destination gateway netmask" syntax is used, e.g. ``route add 1.2.3.4 127.1 255.255.255.255''. END K 10 svn:author V 6 pirzyk K 8 svn:date V 27 2001-07-11T16:31:50.000000Z K 7 svn:log V 122 Commited patch for uni signaling fix. PR: kern/28748 Submitted by: Richard Hodges MFC after: 2 weeks END K 10 svn:author V 6 dillon K 8 svn:date V 27 2001-07-11T16:55:19.000000Z K 7 svn:log V 74 MFC 1.24, 1.25, 1.26 main.c, and manual page for -D dumpdates_file option END K 10 svn:author V 5 wilko K 8 svn:date V 27 2001-07-11T18:33:58.000000Z K 7 svn:log V 85 Document SET CONSOLE SERIAL/GRAPHICS for NoName as well Suggested by: bob@sfcei.com END K 10 svn:author V 6 fenner K 8 svn:date V 27 2001-07-11T21:46:06.000000Z K 7 svn:log V 77 Don't try to compile v6-only files if NOINET6. PR: misc/28287 , misc/28288 END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2001-07-11T22:09:31.000000Z K 7 svn:log V 164 Document additional cards supported by the nge driver: LinkSys EG1032 anf EG1064, and the Surecom EP-320G-TX. Also fix typo in nge.4 man page: Addrton -> Addtron. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2001-07-11T22:12:44.000000Z K 7 svn:log V 52 MFC: document new 83820 cards, fix typo in man page END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2001-07-11T22:29:05.000000Z K 7 svn:log V 46 Another NatSemi gigE card; the Netgear GA622T END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2001-07-11T22:30:39.000000Z K 7 svn:log V 40 MFC: mention support for Netgear GA622T END K 10 svn:author V 5 brian K 8 svn:date V 27 2001-07-11T23:02:07.000000Z K 7 svn:log V 27 Remove an extraneous space END K 10 svn:author V 5 mikeh K 8 svn:date V 27 2001-07-11T23:04:18.000000Z K 7 svn:log V 215 MFC: 1.11 +12 -6 src/usr.bin/mail/main.c 1.27 +7 -4 src/usr.bin/mail/mail.1 1.9 +3 -1 src/usr.bin/mail/send.c Add -E flag to prevent sending messages that have an empty body. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-07-11T23:04:37.000000Z K 7 svn:log V 77 MFC 1.134, 1.135: don't share sig handlers after an exec. Approved by: kris END K 10 svn:author V 3 gad K 8 svn:date V 27 2001-07-11T23:22:06.000000Z K 7 svn:log V 424 ...[MFC] Add '-w' option, which allows lpd connections from non-priv ports (basically, from some windows implementations of lpd). Also add '-c' option, which causes lpd to log all connection errors to syslog (in addition to sending a message to the connecting host). The '-w' change allows a sysadmin to again accept connections which had been (mistakenly) accepted before 4.3-release. [1.19 lpd.8, 1.26 lpd.c] END K 10 svn:author V 3 gad K 8 svn:date V 27 2001-07-11T23:44:48.000000Z K 7 svn:log V 348 ...[MFC] Make 'lpc clean' somewhat safer, and have it look for 'core' files in spool directories. Also add the 'lpc tclean' command, which shows what a 'lpc clean' command would do without removing any files. Also adds a summary line to 'lpc clean' and 'lpc tclean'. [1.17 cmds.c, 1.4 cmdtab.c, 1.5 extern.h, 1.13 lpc.8, 1.19 lpc.c, 1.4 lpc.h] END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-07-11T23:48:38.000000Z K 7 svn:log V 49 MFC: locale insensitive wcs* and wmem* functions END K 10 svn:author V 6 itojun K 8 svn:date V 27 2001-07-11T23:57:16.000000Z K 7 svn:log V 77 netbsd 1.5.1: official announcement on Wed, 11 Jul 2001 16:35:16 -0400 (EDT) END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-07-11T23:59:12.000000Z K 7 svn:log V 307 MFC: * Most of existing include/elf.h is in elf-hints.h. elf.h is now a compatibility header with Solaris/SVR4. * Consumers of elf.h now use the minimalist elf header possible. This change is motivated by Binutils 2.11 and too much clashing over our base elf headers and the Binutils elf headers. END K 10 svn:author V 6 jesper K 8 svn:date V 27 2001-07-12T00:01:45.000000Z K 7 svn:log V 155 Fix IP address checking, now we allow addresses like 172.17.0.0/23 as a host address PR: misc/27799 Reviewed by: jkh Approved by: jkh MFC after: 1 month END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-07-12T00:21:09.000000Z K 7 svn:log V 73 MFC: hardcode DESTDIR instead of trying to guess it and doing a bad job. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-07-12T02:08:51.000000Z K 7 svn:log V 520 Introduce an "include" directive. It takes one argument, a filename to be included into this one. This works the same way as #include does in C; as far as the user is concerned, the included file is inlined into the current one. Since config(8) is no longer limited to working on one user-supplied file, printing just a line number in an error message is not sufficient. The new global variable yyfile represents the file currently being parsed, and must be printed as well. Reviewed by: imp Obtained from: OpenBSD END K 10 svn:author V 3 bsd K 8 svn:date V 27 2001-07-12T02:57:11.000000Z K 7 svn:log V 158 MFC Rev 1.41 db_trace.c MFC Rev 1.83 support.s MFC Rev 1.105 cpufunc.h Provide access to the IA32 hardware debug registers from the ddb kernel debugger. END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-07-12T06:32:51.000000Z K 7 svn:log V 593 Activate SSE/SIMD. This is the extra context switching support that we are required to do if we let user processes use the extra 128 bit registers etc. This is the base part of the diff I got from: http://www.issei.org/issei/FreeBSD/sse.html I believe this is by: Mr. SUZUKI Issei SMP support apparently by: Takekazu KATO Test code by: NAKAMURA Kazushi , see http://kobe1995.net/~kaz/FreeBSD/SSE.en.html I have fixed a couple of style(9) deviations. I have some followup commits to fix a couple of non-style things. END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-07-12T06:34:25.000000Z K 7 svn:log V 41 Apply the i386 SSE mods to pc98 as well. END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-07-12T06:36:03.000000Z K 7 svn:log V 110 Move init_sse() out of the "GenuineIntel" section, my AthlonMP system has it, for example, and it works fine. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-12T07:35:06.000000Z K 7 svn:log V 73 Fixed warning: bc.1:643: warning: numeric expression expected (got `e') END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-12T07:47:39.000000Z K 7 svn:log V 40 Always preprocess manpages with tbl(1). END K 10 svn:author V 5 assar K 8 svn:date V 27 2001-07-12T08:36:01.000000Z K 7 svn:log V 116 add dependency for lex.o on roken.h (from "Alexander N. Kabaev" ) remove duplicate build-tools target END K 10 svn:author V 4 roam K 8 svn:date V 27 2001-07-12T08:46:53.000000Z K 7 svn:log V 110 MFC: Add '-I mask' cmdline flag to ignore/skip files and subdirectories matching a specified shell-glob mask. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-12T08:48:36.000000Z K 7 svn:log V 18 Fixed CLEANFILES. END K 10 svn:author V 4 roam K 8 svn:date V 27 2001-07-12T09:11:54.000000Z K 7 svn:log V 229 MFC: WARNS=2/BDECFLAGS cleanup, ANSIfication, manpage mdoc(7) cleanup, Alpha compilation fixes by bde and jlemon. This brings RELENG_4's rarpd up to date with: rarpd.c 1.28 rarpd.8 1.15 modulo a host.conf/nsswitch.conf diff END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-12T09:17:51.000000Z K 7 svn:log V 36 Added missing DPADD and CLEANFILES. END K 10 svn:author V 5 brian K 8 svn:date V 27 2001-07-12T09:58:52.000000Z K 7 svn:log V 56 MFC: Add NGM_PPPOE_SERVICE message Reviewed by: julian END K 10 svn:author V 5 brian K 8 svn:date V 27 2001-07-12T09:59:23.000000Z K 7 svn:log V 152 MFC: Don't use stdio in signal handlers Only accept sessions for the given provider Cast NULL properly for execlp() Staticise some stuff END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-07-12T11:42:47.000000Z K 7 svn:log V 70 Bump param, for SSE support and include file impact () END K 10 svn:author V 6 yokota K 8 svn:date V 27 2001-07-12T11:43:29.000000Z K 7 svn:log V 122 - Define a convenience macro ISTTYOPEN(). - Slightly refine screen saver logic. No functional change. MFC after: 2 weeks END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-07-12T11:54:11.000000Z K 7 svn:log V 72 Forgot this fix from another tree. make enable_sse() a real prototype. END K 10 svn:author V 3 bde K 8 svn:date V 27 2001-07-12T11:58:02.000000Z K 7 svn:log V 227 MFC (extern.h 1.1, cp.c 1.26, utils.c 1.30): Removed the broken code which claimed to lose the set[ug]id bits in the !(pflag && setfile()) case for regular files unless the copy is owned by the same user and group. PR: 20646 END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-12T12:00:58.000000Z K 7 svn:log V 20 Convert to mdoc(7). END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-12T12:12:24.000000Z K 7 svn:log V 29 Eliminate troff(1) warnings. END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-07-12T12:19:11.000000Z K 7 svn:log V 55 Do not depend on pcb_savefpu backwards compat #define. END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-07-12T12:21:53.000000Z K 7 svn:log V 60 Fix another missed pcb_savefpu reference (inside NPX_DEBUG) END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-12T12:35:00.000000Z K 7 svn:log V 51 Restore UUCP VCS IDs; eliminate troff(1) warnings. END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-07-12T12:48:08.000000Z K 7 svn:log V 61 The #define for pcb_savefpu seems to do more harm than good. END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-07-12T13:01:17.000000Z K 7 svn:log V 259 Use the real structure names explicitly. Note that this is mostly for reading old a.out core files, which are totally 100% non-understandable to the gdb floating-point reader if you have SSE turned on. This should be the last of the world build breakers... END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-12T13:13:37.000000Z K 7 svn:log V 58 Restore vendor CVS keywords; eliminate troff(1) warnings. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-12T14:16:48.000000Z K 7 svn:log V 63 Eliminate troff(1) warnings that were hiding some useful text. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-12T14:29:59.000000Z K 7 svn:log V 63 Eliminate troff(1) warnings that were hiding some useful text. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-07-12T14:44:17.000000Z K 7 svn:log V 47 Build/install bzip2 documentation (info page). END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-12T15:07:30.000000Z K 7 svn:log V 218 Generate top.local.h and manpage dynamically, with sed(1) script. The generated manpage will now describe the actual behavior of top(1) WRT how many processes it displays. This also eliminates all troff(1) warnings. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-07-12T18:24:51.000000Z K 7 svn:log V 26 Note groff 1.17.2 import. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-07-12T18:42:41.000000Z K 7 svn:log V 42 Update list of cards supported by nge(4). END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-07-12T18:44:07.000000Z K 7 svn:log V 112 When the lge(4) and nge(4) drivers were MFC-ed, I forgot to add them to the supported hardware list. Fix this. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-07-12T18:45:37.000000Z K 7 svn:log V 27 MFC: rev 1.44 (add LIBBZ2) END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-07-12T18:58:18.000000Z K 7 svn:log V 153 Note MFCs: Transmeta Crusoe/Longrun detection, TCP template buffer allocation, lpd(8) -wand -c, lpc(8) tclean/clean improvements, dump(8) -D, du(1) -I. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-07-12T19:00:02.000000Z K 7 svn:log V 149 MFC: Transmeta Crusoe/Longrun support, TCP template structure allocation improvements, dump(8) -D, lpd(8) -c and -w, lpc(8) clean/tclean, du(1) -I. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-07-12T19:03:33.000000Z K 7 svn:log V 49 libiberty file list for the 11-July-2000 import. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-07-12T19:13:17.000000Z K 7 svn:log V 246 MFC: Support language-dependant SGML catalogs (in ${LANG_CODE}/share/sgml) and also use a default.dsl stylesheet similar to what the rest of the DocProj documents use. share/mk/doc.relnotes.mk 1.8->1.9 en_US.ISO8859-1/share/sgml/catalog 1.1 END K 10 svn:author V 3 ben K 8 svn:date V 27 2001-07-12T20:40:25.000000Z K 7 svn:log V 106 fix typo: vise versa -> vice versa PR: 28926 Submitted by: Michael Lucas END K 10 svn:author V 6 jasone K 8 svn:date V 27 2001-07-12T21:03:38.000000Z K 7 svn:log V 51 Fix a whitespace problem introduced during an MFC. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-07-12T21:28:11.000000Z K 7 svn:log V 37 Hunt down another stray right-paren. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2001-07-12T22:51:59.000000Z K 7 svn:log V 817 Deal with the condition where we lose link in the middle of transmitting a bunch of frames. In this case, the dc_link flag is cleared, and dc_start() stops draining the if_snd send queue, which results in lots of 'no buffers available' errors being reported to applications. The whole idea behind not draining the send queue until the link comes up was to avoid having the gratuitous ARP being lost while we're waiting for autoneg to complete after the interface is first brought up. As an optimization, change the test in dc_start() so that we only bail if dc_link is not set _and_ there are less than 10 packets in the send queue. If the queue has many frames in it, we need to drain them. If the queue has a small number of frames in it, we can hold off on sending them until the link comes up. MFC after: 1 week END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2001-07-12T22:57:35.000000Z K 7 svn:log V 53 (MFC 1.6): Use correct type of argument to fgetln. END K 10 svn:author V 5 brian K 8 svn:date V 27 2001-07-13T02:04:19.000000Z K 7 svn:log V 79 Perform MSS fixups on incoming packets as well as outgoing. MFC after: 1 week END K 10 svn:author V 5 brian K 8 svn:date V 27 2001-07-13T02:04:56.000000Z K 7 svn:log V 65 MFC: Perform MSS fixups on incoming packets as well as outgoing. END K 10 svn:author V 3 bsd K 8 svn:date V 27 2001-07-13T02:30:52.000000Z K 7 svn:log V 38 Document new hwatch/dhwatch commands. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-13T08:06:08.000000Z K 7 svn:log V 31 This page is in man(7) format. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-13T08:14:54.000000Z K 7 svn:log V 20 Merge Chad's fixes. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-13T09:06:00.000000Z K 7 svn:log V 960 Import latest mdoc(7) fixes of mine. Fold -xwidth functionality into -width. .Bl now tests whether string immediately following a leading dot starts with a valid macro name. Added similar functionality to the -column list's column width specifiers. For example, the following now works as expected: .Bl -column ".Va hw.crusoe.percentage" ".Vt integer" "Changeable" .It Sy "Name\tType\tChangeable\tDescription" .It Va hw.crusoe.longrun Ta Vt integer Ta yes Ta "LongRun mode:" .It Ta Ta Ta "0: minimum frequency mode" .It Ta Ta Ta "1: power-saving mode" .It Ta Ta Ta "2: performance mode" .It Ta Ta Ta "3: maximum frequency mode" .It Va hw.crusoe.frequency Ta Vt integer Ta no Ta "Current frequency (MHz)." .It Va hw.crusoe.voltage Ta Vt integer Ta no Ta "Current voltage (mV)." .It Va hw.crusoe.percentage Ta Vt integer Ta no Ta "Processing performance (%)." .El This is especially useful for groff devices with variable width fonts, like -Tps or -TX100. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-13T09:06:00.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r79655, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-13T09:08:31.000000Z K 7 svn:log V 129 mdoc(7) police: columnate sysctl(8) MIBs list (using the new feature of -column lists width specifiers) plus minor markup fixes. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-13T09:09:52.000000Z K 7 svn:log V 51 mdoc(7) police: -xwidth has been fold into -width. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-13T09:48:49.000000Z K 7 svn:log V 40 MFC: recent mdoc(7) features and fixes. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-13T09:56:16.000000Z K 7 svn:log V 49 MFC: mdoc(7): -xwidth has been fold into -width. END K 10 svn:author V 5 brian K 8 svn:date V 27 2001-07-13T10:55:26.000000Z K 7 svn:log V 73 MFC: Move ``add default HISADDR'' out of the default section of ppp.conf END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-07-13T11:23:06.000000Z K 7 svn:log V 43 Unbroke kernel if I686_CPU is not defined. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-07-13T13:34:08.000000Z K 7 svn:log V 115 `pcn' supports AMD Am79C97x cards, not Am79C79x cards. PR: 28946 Submitted by: Ryuichiro Imura END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-07-13T13:59:24.000000Z K 7 svn:log V 163 Recognize the %s format. Submitted by: Thomas Zenker and Maxim Konovalov , respectively Reviewed by: -audit END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-07-13T14:10:09.000000Z K 7 svn:log V 246 Whine if we discover an unknown option. This program doesn't use getopt(3) (and can't be converted without breaking compatibility), and it's very irritating to have it silently DTWT if one combines options together (e.g., "-msS domain,server"). END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-07-13T14:11:12.000000Z K 7 svn:log V 24 MFC 1.19: correct typo. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-07-13T14:11:49.000000Z K 7 svn:log V 46 MFC 1.12: print the date in the announcement. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-07-13T14:12:30.000000Z K 7 svn:log V 32 MFC 1.4: remove duplicate word. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-07-13T14:13:40.000000Z K 7 svn:log V 56 MFC 1.16, 1.17: use Fn macro and remove duplicate word. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-07-13T14:15:31.000000Z K 7 svn:log V 23 MFC 1.19: fix spacing. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-07-13T14:15:54.000000Z K 7 svn:log V 23 MFC 1.14: fix spacing. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-07-13T14:16:35.000000Z K 7 svn:log V 39 MFC 1.64: fix spacing and punctuation. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-07-13T14:37:26.000000Z K 7 svn:log V 51 MFC 1.5: auth_default -> crypt_default PR: 28884 END K 10 svn:author V 5 brian K 8 svn:date V 27 2001-07-13T15:07:06.000000Z K 7 svn:log V 51 Print the month number properly MFC after: 1 week END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-07-13T15:51:10.000000Z K 7 svn:log V 58 MFC 1.13: print month number correctly. Thanks to: brian END K 10 svn:author V 4 alex K 8 svn:date V 27 2001-07-13T16:10:39.000000Z K 7 svn:log V 145 - correct two typos - Use NULL instead of 0 for pointers (style(9)!) Submitted by: Joel Wilsson MFC after: 37 days END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-07-13T16:30:11.000000Z K 7 svn:log V 143 Repeat after me: "when reporting `file not found', perform a little bit of useful HCI consideration and tell which file was being looked for". END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-07-13T16:37:03.000000Z K 7 svn:log V 207 Rudamentary attempt to reconize when `a' is not the first partition on the Alpha. (the Alpha will not boot except from the first partition) PR: 23064 Submitted by: Kees Jan Koster END K 10 svn:author V 5 joerg K 8 svn:date V 27 2001-07-13T16:44:08.000000Z K 7 svn:log V 188 MFC: rev 1.49, don't give up on ENOENT. While i consider some redesign in -current regarding device searching, for -stable this rather follows the POLA by not introducing new algorithms. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-07-13T16:45:00.000000Z K 7 svn:log V 64 Tweak the Alpha partition warning wording and comment a little. END K 10 svn:author V 5 joerg K 8 svn:date V 27 2001-07-13T16:48:56.000000Z K 7 svn:log V 753 After some (long-standing ;-) critics from Bruce, throw away the old device search code i introduce nearly six years ago in rev 1.8. Bruce suggested to rather use the device name of the root filesystem instead which is certainly the most sensible default. Since there are many possible cases for a root filesystem name (device with and without slices, consider /dev/vinum/root even though it currently could not work as such), there's some heuristic using a RE in order to find out the canonical device name from the mounted name. This probably won't quite fit for a NFS root (can't test that right now), but then, there's hard to find a good default for those machines anyway. ;-) This unbreaks the functionality of rev 1.2 i once broke in 1.8. :) END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-07-13T17:43:38.000000Z K 7 svn:log V 274 Hints processing is FUBAR'ed right now. By default, we will end up with a duplicate set of hints if people have a properly populated /boot/device.hints. So for now, remove the hints here until Peter revisits the new hints processing from mid-June that broke Alpha booting. END K 10 svn:author V 6 nectar K 8 svn:date V 27 2001-07-13T18:12:13.000000Z K 7 svn:log V 538 Bug fix: When the client connects to a server and Kerberos authentication is enabled, the client effectively ignores any error from krb5_rd_rep due to a missing branch. In theory this could result in an ssh client using Kerberos 5 authentication accepting a spoofed AP-REP. I doubt this is a real possiblity, however, because the AP-REP is passed from the server to the client via the SSH encrypted channel. Any tampering should cause the decryption or MAC to fail. Approved by: green MFC after: 1 week END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-07-13T18:35:48.000000Z K 7 svn:log V 109 Add a few more manpages from Chad. Fold major.9, minor.9, umajor.9, and uminor.9 into a single device_ids.9. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-07-13T18:38:04.000000Z K 7 svn:log V 563 Bump net.inet.tcp.sendspace to 32k and net.inet.tcp.recvspace to 65k. This should help us in nieve benchmark "tests". It seems a wide number of people think 32k buffers would not cause major issues, and is in fact in use by many other OS's at this time. The receive buffers can be bumped higher as buffers are hardly used and several research papers indicate that receive buffers rarely use much space at all. Submitted by: Leo Bicknell <20010713101107.B9559@ussenterprise.ufp.org> Agreed to in principle by: dillon (at the 32k level) END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-07-13T18:45:06.000000Z K 7 svn:log V 167 I really should have just commented out this intire file vs. removing all the contents. One may still want the contents as reference for creating /boot/device.hints. END K 10 svn:author V 8 schweikh K 8 svn:date V 27 2001-07-13T20:11:43.000000Z K 7 svn:log V 42 Fixed double word typo. MFC after: 7 days END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-07-13T20:16:43.000000Z K 7 svn:log V 205 Markup fixes: Move and outside . Some other minor adjustments around tags. Discussed on: -doc (in the context of doc/) END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-07-13T20:26:02.000000Z K 7 svn:log V 151 MFC: Move and outside . Some other minor adjustments around tags. END K 10 svn:author V 7 iedowse K 8 svn:date V 27 2001-07-13T20:50:38.000000Z K 7 svn:log V 433 Return a locked struct buf from ufsdirhash_lookup() to avoid one extra getblk/brelse sequence for each lookup. We already had this buf in ufsdirhash_lookup(), so there was no point in brelse'ing it only to have the caller immediately reaquire the same buffer. This should make the case of sequential lookups marginally faster; in my tests, sequential lookups with dirhash enabled are now only around 1% slower than without dirhash. END K 10 svn:author V 7 iedowse K 8 svn:date V 27 2001-07-13T20:56:52.000000Z K 7 svn:log V 82 MFC: 1.51, 1.52; Fix sluggish button response when 3-button emulation is enabled. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-07-13T20:59:33.000000Z K 7 svn:log V 77 MFC: Manual page for the orm(4) driver. Makefile 1.123->1.124 orm.4 1.2 END K 10 svn:author V 8 gshapiro K 8 svn:date V 27 2001-07-13T21:51:28.000000Z K 7 svn:log V 95 MAPS is becoming a subscription (fee based) service, warn users ORBS is gone MFC after: 1 day END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-07-14T00:03:05.000000Z K 7 svn:log V 38 Remove the old machine symlink first. END K 10 svn:author V 6 msmith K 8 svn:date V 27 2001-07-14T00:12:23.000000Z K 7 svn:log V 669 Merge with latest version of the Mylex 6+ driver. - All sources are built in a single object, reducing namespace pollution. - Kill the ready queue, and handle a busy response to mly_start in callers rather than deferring the command. - Improve our interaction with CAM: - Don't advertise physical channels as SCSI busses by default. - use the SIM queue freeze capability rather than queueing CDBs internally. - force bus reprobe at module load time. - Clean up more resources in mly_free. - Tidy up debugging levels. - Tidy up handling of events (mostly just code cleanliness). - Use explanatory macros for operations on bus/target/channel numbers. END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-07-14T00:23:10.000000Z K 7 svn:log V 291 Go back to having either static OR dynamic hints, with fallback support. Trying to fix the merged set where dynamic overrode static was getting more and more complicated by the day. This should fix the duplicate atkbd, psm, fd* etc in GENERIC. (which paniced the alpha, but not the i386) END K 10 svn:author V 3 non K 8 svn:date V 27 2001-07-14T00:38:51.000000Z K 7 svn:log V 636 Catch up with NetBSD/pc98. o Much cleanly separate NetBSD(XS) / FreeBSD(CAM) codes. o Improve tagged queing support (full QTAG). o Improve quirk support. o Improve parity error retry. o Impliment wide negotheation. o Cmd link support. o Add copyright of CAM part. o Change for CAM_NEW_TRAN_CODE. o Work around for buggy KME UJDCD450. o stg: add disconnet condition. o nsp: use suspend I/O. and more. I thank Honda-san. conf/options.pc98: add CT_USE_RELOCATE_OFFSET and CT_BUS_WEIGHT dev/{ct,ncv,nsp,stg}/*_{pccard,isa}.c: add splcam() before calling attach/detach functions. Tested by: bsd-nomads Obtained from: NetBSD/pc98 END K 10 svn:author V 4 nyan K 8 svn:date V 27 2001-07-14T02:31:26.000000Z K 7 svn:log V 55 Merged from sys/i386/conf/GENERIC revision 1.246.2.27. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2001-07-14T02:43:52.000000Z K 7 svn:log V 50 Merged from sys/conf/options.i386 revision 1.150. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2001-07-14T02:44:51.000000Z K 7 svn:log V 36 Added (commented out) audio driver. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2001-07-14T02:45:53.000000Z K 7 svn:log V 50 Merged from sys/i386/conf/GENERIC revision 1.313. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2001-07-14T03:26:02.000000Z K 7 svn:log V 281 Merged from the following changes. sys/dev/syscons/scvgarndr.c revision 1.11 sys/dev/syscons/scvtb.c revision 1.8 sys/dev/syscons/syscons.c revisions 1.361, 1.363, 1.364, 1.365 and 1.366 sys/isa/atkbd_isa.c revision 1.9 sys/isa/syscons_isa.c revision 1.17 END K 10 svn:author V 4 nyan K 8 svn:date V 27 2001-07-14T04:14:29.000000Z K 7 svn:log V 26 Added epson_inw function. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2001-07-14T04:19:09.000000Z K 7 svn:log V 99 - Refine pc98 supports. - Use bus_space stuff. - Rename FDO_* -> FDC_* (obtained from NetBSD/pc98) END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-07-14T05:02:40.000000Z K 7 svn:log V 240 Put on my peril-sensitive sunglasses and remove the POLA-violating stealth hints loading. 'make release' has been fixed to not need this now anyway. If you want static hints, specify it explicitly. Hey! Why did it suddenly get so dark?? END K 10 svn:author V 6 julian K 8 svn:date V 27 2001-07-14T05:51:33.000000Z K 7 svn:log V 174 remember to set the return address in a message when sending it along a hook. PR: 27906 Submitted by: Harti Brandt no MFC as code is different in 4.x END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-07-14T06:35:54.000000Z K 7 svn:log V 49 Move fxp to the miibus section where it belongs. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2001-07-14T08:07:26.000000Z K 7 svn:log V 69 Fixed conflict with sys/dev/syscons/syscons.h. Submitted by: yokota END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-07-14T08:25:18.000000Z K 7 svn:log V 124 Move the hints gunk to a seperate file. It isn't really part of the newbus structure (no more than subr_rman.c is anyway). END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-07-14T08:29:19.000000Z K 7 svn:log V 106 Usse a better method to get a user's credentials, as uid's may be legally duplicated. Requested by: ache END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-07-14T08:30:54.000000Z K 7 svn:log V 18 Fix SHA1 hashing. END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-07-14T08:34:26.000000Z K 7 svn:log V 24 Switch on SHA1 hashing. END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-07-14T08:38:24.000000Z K 7 svn:log V 106 Use a better method to get user credentials to account for (legal) duplications of UID's in /etc/*passwd. END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-07-14T08:42:39.000000Z K 7 svn:log V 156 Use a better method of getting user credentials to account for (legal) UID duplication. Rename use_uid to auth_as_self for consistency with other modules. END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-07-14T08:46:56.000000Z K 7 svn:log V 61 Add OPIE examples. Tidy up columns. Fix pam_wheel options. END