ƒ«P61721 248 189 149 121 215 137 116 199 169 170 152 155 142 367 1316 255 193 330 303 143 127 137 142 393 340 226 189 133 162 164 159 191 464 192 211 411 152 138 365 205 302 322 209 189 193 187 131 113 130 134 129 130 180 332 297 179 1098 355 165 216 122 112 112 372 148 880 147 250 200 150 131 117 158 217 145 167 291 126 126 160 126 231 112 223 123 152 326 181 190 151 695 122 573 349 380 224 253 197 206 142 181 191 138 470 216 343 212 227 250 234 198 149 149 136 119 114 232 385 150 152 130 314 131 147 239 122 244 211 218 201 201 224 189 134 134 194 147 207 145 198 132 710 188 161 165 150 137 200 163 118 172 218 129 135 112 109 123 369 145 115 240 160 306 282 203 185 289 127 201 143 121 301 233 139 162 119 180 331 139 181 146 189 100 115 152 210 131 224 199 204 211 476 239 228 163 239 158 213 152 163 370 138 347 152 165 221 122 282 208 294 146 123 345 310 162 135 154 168 192 176 209 391 190 237 196 136 136 145 163 185 154 162 256 303 214 162 128 184 162 165 100 407 428 218 580 262 183 146 238 K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-06-16T06:28:31.000000Z K 7 svn:log V 94 Fix this driver to (finally) work with switches. Some more black magic from the linux driver. END K 10 svn:author V 4 jake K 8 svn:date V 27 2000-06-16T07:20:29.000000Z K 7 svn:log V 56 Allow these drivers to be detached. Reviewed by: mdodd END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-06-16T08:01:17.000000Z K 7 svn:log V 27 Fix ``make installkernel'' END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-06-16T08:48:51.000000Z K 7 svn:log V 122 Virtualizes & untangles the bioops operations vector. Ref: Message-ID: <18317.961014572@critter.freebsd.dk> To: current@ END K 10 svn:author V 3 jkh K 8 svn:date V 27 2000-06-16T09:23:32.000000Z K 7 svn:log V 45 MFC r1.86: small extra checks on arg values. END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-06-16T09:41:57.000000Z K 7 svn:log V 25 Remove unused parameter. END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-06-16T09:50:42.000000Z K 7 svn:log V 107 MFC: - rev 1.27: fix buffer overflow with the command line arguments. - rev 1.30: remove unused parameter. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-06-16T10:56:52.000000Z K 7 svn:log V 74 Blah. Repeat after me -- Shell `if' semantics, not bmake `if' semantics. END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-06-16T13:00:33.000000Z K 7 svn:log V 78 ARGH! I have too many source trees :-( Fix prototype errors in last commit. END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-06-16T14:32:13.000000Z K 7 svn:log V 60 Revert part of my bioops change which implemented panic(8). END K 10 svn:author V 4 kato K 8 svn:date V 27 2000-06-16T16:36:50.000000Z K 7 svn:log V 62 Merged from sys/conf/Makefile.i386 revisions 1.192 and 1.193. END K 10 svn:author V 5 asami K 8 svn:date V 27 2000-06-16T18:57:37.000000Z K 7 svn:log V 48 MFC 1.92: kterm-color entry. Approved by: ache END K 10 svn:author V 5 asami K 8 svn:date V 27 2000-06-16T19:08:19.000000Z K 7 svn:log V 272 Add a few directories that were shared by a lot of ports: section 3 of perl man pages and site_perl directories for alpha and i386 in /usr/local, and share/aclocal and share/doc/ja in /usr/local and /usr/X11R6. Reviewed by: the ports list Approved by: steve (alpha part) END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-06-16T20:14:43.000000Z K 7 svn:log V 1220 Implement SIOCSIFLLADDR, which allows you to change the link-level address on an interface. This basically allows you to do what my little setmac module/utility does via ifconfig. This involves the following changes: socket.h: define SIOCSIFLLADDR if.c: add support for SIOCSIFLLADDR, which resets the values in the arpcom struct and sockaddr_dl for the specified interface. Note that if the interface is already up, we need to down/up it in order to program the underlying hardware's receive filter. ifconfig.c: add lladdr command ifconfig.8: document lladdr command You can now force the MAC address on any ethernet interface to be whatever you want. (The change is not sticky across reboots of course: we don't actually reprogram the EEPROM or anything.) Actually, you can reprogram the MAC address on other kinds of interfaces too; this shouldn't be ethernet-specific (though at the moment it's limited to 6 bytes of address data). Nobody ran up to me and said "this is the politically correct way to do this!" so I don't want to hear any complaints from people who think I could have done it more elegantly. Consider yourselves lucky I didn't do it by having ifconfig tread all over /dev/kmem. END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-06-16T20:36:16.000000Z K 7 svn:log V 163 - Improved passive mode FTP support by aliasing 229 replies. - Stricter checking of PORT/EPRT/227/229 messages format. - Moved all security checks into one place. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-06-16T22:58:03.000000Z K 7 svn:log V 98 MFC:Fix this driver to (finally) work with switches. Some more black magic from the linux driver. END K 10 svn:author V 3 joe K 8 svn:date V 27 2000-06-17T01:28:13.000000Z K 7 svn:log V 237 Return of the evil file flags! The {s|g}etflags functions were renamed to {s|g}etflagsbyname, which received objections. They're now called strtofflags (string to file flags) and fflagstostr (file flags to string). Suggested by: bde END K 10 svn:author V 3 joe K 8 svn:date V 27 2000-06-17T01:43:56.000000Z K 7 svn:log V 210 The "def" arg for fflagstostr is too specialized for ls. The caller can easily translate from "" to whatever it wants to print if no flags are set. (ls prints "-" and mtree prints "none".) Suggested by: bde END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-06-17T03:39:48.000000Z K 7 svn:log V 50 Sync with sys/conf/files.i386 revision 1.307.2.4. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-06-17T03:43:09.000000Z K 7 svn:log V 34 MFC: Rename GENERIC98 to GENERIC. END K 10 svn:author V 4 kato K 8 svn:date V 27 2000-06-17T03:58:06.000000Z K 7 svn:log V 44 bs, olpt, pckbd are static limited devices. END K 10 svn:author V 4 kato K 8 svn:date V 27 2000-06-17T04:54:50.000000Z K 7 svn:log V 49 Merged from sys/isa/syscons_isa.c revision 1.13. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-06-17T06:45:40.000000Z K 7 svn:log V 300 Add support for emulating the RDMSR and WRMSR instructions into BTX. In theory, this should allow the K7V Athlon motherboard to boot ok with boot virus protection enabled. However, I have no hardware to test this. It shouldn't break anything though. :) Prodded by: Kelly Yancey END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-06-17T10:51:56.000000Z K 7 svn:log V 244 If "MODULES_WITH_WORLD" is defined, sys/modules will be built with the world as was our old way, rather than when building a kernel. Some people do not like the new way, and the release building still assumes modules are built with the world. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-06-17T10:56:15.000000Z K 7 svn:log V 130 Add back "NO_MODULES" as using ``make -DMODULES_WITH_WORLD'' in the kernel build dir doesn't really say what your intentions are. END K 10 svn:author V 3 joe K 8 svn:date V 27 2000-06-17T11:09:24.000000Z K 7 svn:log V 97 Modify strtofflags so that it returns a malloced string instead of a pointer to a static buffer. END K 10 svn:author V 3 joe K 8 svn:date V 27 2000-06-17T11:55:57.000000Z K 7 svn:log V 41 Add strtofflags and fflagstostr to libc. END K 10 svn:author V 3 joe K 8 svn:date V 27 2000-06-17T14:03:34.000000Z K 7 svn:log V 70 Make a note of fflagstostr and strtofflags in the 'see also' section. END K 10 svn:author V 3 joe K 8 svn:date V 27 2000-06-17T14:19:33.000000Z K 7 svn:log V 72 Switch over to using the new fflagstostr and strtofflags library calls. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-06-17T14:46:20.000000Z K 7 svn:log V 66 - Moved "hint" informations to GENERIC.hints. - Cosmetic changes. END K 10 svn:author V 3 ume K 8 svn:date V 27 2000-06-17T18:43:56.000000Z K 7 svn:log V 99 MFC: Make sure to use native IPv4 address, even if getaddrinfo() returns IPv4 mapped IPv6 address. END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-06-17T19:06:13.000000Z K 7 svn:log V 369 Use while (<>) instead of while() so that perl will automagically deal with filename arguments. It is amazing how much you forget over time. Thanks to the people that reminded me this. I knew there was an easy way that didn't involve messing with $argv, filehandles, etc, but just could not remember - all of my books are on the opposite side of the planet.. END K 10 svn:author V 2 cg K 8 svn:date V 27 2000-06-17T19:29:40.000000Z K 7 svn:log V 100 replace a line erroneously removed in 1.28, should fix xmms make buf_clear handle unaligned lengths END K 10 svn:author V 5 wilko K 8 svn:date V 27 2000-06-17T20:04:03.000000Z K 7 svn:log V 116 Clarify (I hope..) what a hose is. One gets used to DEC (nee, CPQ) speak all too easily. Submitted by: Alec Wolman END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-06-17T20:10:55.000000Z K 7 svn:log V 316 Deal with quoted arguments. This hack parser uses whitespace to delimit fields, not lex/yacc grammar so it is not an exact match but should be close enough for most cases. Deal with 'port?', 'irq?' style specifications. These are parsed as seperate values in lex/yacc in config(8) but tripped up this helper tool. END K 10 svn:author V 5 wilko K 8 svn:date V 27 2000-06-17T20:27:22.000000Z K 7 svn:log V 58 [MFC] explanation of hoses, re-synced some other cleanups END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-06-17T23:09:51.000000Z K 7 svn:log V 43 Add wx and ispfw loadable module defaults. END K 10 svn:author V 6 davidn K 8 svn:date V 27 2000-06-18T02:16:07.000000Z K 7 svn:log V 269 Second and hopefully final fix to .db sync when renaming a user; we must run a full reindex in this case to remove the old record. #ifdef -u capability since this is available on FreeBSD only. PR: bin/16418 Problem pointed out by: Masachika ISHIZUKA END K 10 svn:author V 6 davidn K 8 svn:date V 27 2000-06-18T02:18:15.000000Z K 7 svn:log V 109 Fix a long-standing bug in the rename case previously masked by another bug just fixed in .db file updating. END K 10 svn:author V 6 davidn K 8 svn:date V 27 2000-06-18T02:39:17.000000Z K 7 svn:log V 206 Be a little more strict about handling command line args. This allows user and group names like 'help' 'mod' 'user' 'group' etc. to work correctly without requiring the -n style invocation. PR: misc/17069 END K 10 svn:author V 5 billf K 8 svn:date V 27 2000-06-18T02:48:19.000000Z K 7 svn:log V 227 Reorder the "prob" section in the output of list/show so it can be copy/pasted into add without problems. The previous commit had the other half of this original patch which handled tcpflags/tcpflgs confusion in output/input. END K 10 svn:author V 6 davidn K 8 svn:date V 27 2000-06-18T02:48:56.000000Z K 7 svn:log V 113 Fix obvious braino in assignment statement. usermod -g should work again. PR: 17877 Submitted by: pius@zyan.com END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-06-18T04:19:08.000000Z K 7 svn:log V 94 Fix breakage where we never were attaching SES devices because inq_len was not being set > 0. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-06-18T04:22:37.000000Z K 7 svn:log V 98 MFC:Fix breakage where we never were attaching SES devices because inq_len was not being set > 0. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-06-18T04:37:44.000000Z K 7 svn:log V 92 Add in (separate files for different board's firmware) new files for ispfw loadable module. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-06-18T04:41:14.000000Z K 7 svn:log V 36 add MBOX_GET_RESOURCE_COUNT command END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-06-18T04:43:29.000000Z K 7 svn:log V 21 Build sn as a module END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-06-18T04:43:44.000000Z K 7 svn:log V 39 MFC: Add option ALT_BREAK_TO_DEBUGGER. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-06-18T04:43:55.000000Z K 7 svn:log V 39 cleanup i_int_X vs. uint_X definitions END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-06-18T04:44:40.000000Z K 7 svn:log V 37 Make pcic compile again with newcard END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-06-18T04:44:41.000000Z K 7 svn:log V 35 add "disable autodisconnect" flags END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-06-18T04:45:51.000000Z K 7 svn:log V 85 Roll core minor version. Set ISP_MAX_LUNS to be off of new isp_maxluns tag in softc. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-06-18T04:47:12.000000Z K 7 svn:log V 236 Roll platform minor number. Force definition of SCSI_ISP_FABRIC (we always support fabric now). Remove SCCLUN definition (we always support SCCLUN now, if we load the f/w). Add typedef definition of an external firmware fetch function. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-06-18T04:48:28.000000Z K 7 svn:log V 201 Remove all ISP2100_SCCLUN define based code and replace it with runtime comparisons against the tag isp_maxluns- if > 16, we're SCCLUN based. On initial regular SCSI startup, disable auto-disconnect. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-06-18T04:50:26.000000Z K 7 svn:log V 84 Remove all ISP2100_SCCLUN define protected code and replace it with runtime checks. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-06-18T04:56:17.000000Z K 7 svn:log V 1001 Once we have firmware running (if isp_reset) and this is the first time through, establish what our LUN width is. Unfortunately, we can't ask the f/w. If we loaded the f/w, we'll now assume we have expanded LUNs (SCCLUN for fibre channel, just plain 32 LUN for SCSI). If we didn't load firmware, assume 8 LUNs for SCSI and 1 LUN for Fibre Channel. We have to assume only one LUN for Fibre Channel because the LUN setting in Request Queue entries is in different places whether we have SCCLUN firmware or not, so the only LUN guaranteed to work for both is LUN 0. Clean up the rest of isp.c so that ISP2100_SCCLUN defines aren't used- instead use run time determinants based upon isp->isp_maxluns. After starting firmware, delay 500us to give it a chance to get rolling. Fix the interrupt service routine to check for both isr && sema being zero before thinking this was a spurious interrupt. Following the manuals, allow for both Mailbox as well as Queue Reponse type interrupts for regular SCSI. END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-06-18T04:59:39.000000Z K 7 svn:log V 262 o Implement some compatibility functions for NEWCARD compat. This is incomplete, but will eventually allow the same drivers to function with both oldcard and newcard. o Remove include of opt_bus.h. It isn't needed and gets in the way of module building. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-06-18T04:59:47.000000Z K 7 svn:log V 70 Removing this bulky one large f/w file. This f/w is now in dev/ispfw. END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-06-18T05:02:09.000000Z K 7 svn:log V 123 Add new functions. Also add comments to existing functions. These are needed for the pccard changes I've just committed. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-06-18T05:08:11.000000Z K 7 svn:log V 27 Add if_wx && ispfw modules END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-06-18T05:08:28.000000Z K 7 svn:log V 17 add if_wx module END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-06-18T05:08:36.000000Z K 7 svn:log V 17 add ispfw module END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-06-18T05:08:57.000000Z K 7 svn:log V 279 Preliminary commit of oldcard module. This might not work, but will. This should allow one to load oldcard or newcard for testing. Please let me know if this doesn't work. Don't load this and either of pcic or pccard. I've not tried it, but I suspect bad things will happen. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-06-18T05:15:01.000000Z K 7 svn:log V 53 Remove all but one (ISP_TARGET_MODE) option for isp. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-06-18T05:18:55.000000Z K 7 svn:log V 784 Clean up firmware load issues and remove darn near all config options. Force alphas to prefer mem mapping as the default. Basically, we have a pointer to a function which we can call which will return us a pointer to firmware for the card we have. We call this function (if it's non-NULL) with the address of our mdvec f/w pointer. The way this works is that if ispfw (as a module or a static) is loaded, it initializes the pointer in isp_pci, so we can call into to it to fetch a pointer to a f/w set. If ispfw is MOD_UNLOADed, it's retained a pointer to our mdvec f/w pointers, which then get zeroed out so we don't have any references to data that's now gone from kernel memory. Removing the f/w saves ~360KBytes. Alas, there is no autounload mechanism that works for is here. END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-06-18T05:20:26.000000Z K 7 svn:log V 55 Add oldcard, pccard, pcic and sn modules to the build. END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-06-18T05:25:30.000000Z K 7 svn:log V 157 Almost make loading work. This is a checkpoint. With these change we can almost kldload this. More work is ncessary, but I wanted to checkpoint this now. END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-06-18T05:28:59.000000Z K 7 svn:log V 107 Matching commits to pccard for last pcic changes. We now at least to probe/attach. This is a checkpoint. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-06-18T05:35:07.000000Z K 7 svn:log V 55 Add ispfw as an optional 'device' (for static linking) END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-06-18T05:38:25.000000Z K 7 svn:log V 40 MFC: Support for > 2GB swap partitions. END K 10 svn:author V 6 davidn K 8 svn:date V 27 2000-06-18T05:45:11.000000Z K 7 svn:log V 22 MFC recent bug fixes. END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-06-18T05:50:16.000000Z K 7 svn:log V 67 Allow newer Linksys 10/100 PCMCIA cards to work. Reviewed by: imp END K 10 svn:author V 6 davidn K 8 svn:date V 27 2000-06-18T05:51:35.000000Z K 7 svn:log V 121 MFC recent bug fixes and feature. This commit unifies pw(8) code across all active branches. Still-Todo: manpage updates END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-06-18T06:08:09.000000Z K 7 svn:log V 54 MFC: Allow newer Linksys 10/100 PCMCIA cards to work. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-06-18T06:59:13.000000Z K 7 svn:log V 72 Remove all but ISP_TARGET_MODE options for isp and ispfw pseudo device. END K 10 svn:author V 2 gj K 8 svn:date V 27 2000-06-18T08:03:51.000000Z K 7 svn:log V 199 Add support for the Am79C973. Tested on my laptop. Note that, according to the data sheet, the Am79C975 has the same device ID. The main difference seems to be that the Am79C975 supports WakeonLan. END K 10 svn:author V 2 gj K 8 svn:date V 27 2000-06-18T08:06:55.000000Z K 7 svn:log V 35 MF4: add support for the Am79C973. END K 10 svn:author V 2 gj K 8 svn:date V 27 2000-06-18T08:12:54.000000Z K 7 svn:log V 35 MF4: add support for the Am79C973. END K 10 svn:author V 6 alfred K 8 svn:date V 27 2000-06-18T08:49:13.000000Z K 7 svn:log V 65 backout accept optimizations. Requested by: jmg, dcs, jdp, nate END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-06-18T10:07:53.000000Z K 7 svn:log V 32 Fix a printf-style format error END K 10 svn:author V 2 dg K 8 svn:date V 27 2000-06-18T10:26:09.000000Z K 7 svn:log V 139 Added support for the i82559ER (10/100Mbps NIC for embedded applications). Product device ID provided by: Les Biffle END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-06-18T15:01:22.000000Z K 7 svn:log V 20 /152x/s/sound/SCSI/ END K 10 svn:author V 3 joe K 8 svn:date V 27 2000-06-18T20:10:41.000000Z K 7 svn:log V 130 Remove the setflags/getflags routines. Their functionality has been replaced with the library calls fflagstostr and strtofflags. END K 10 svn:author V 7 roberto K 8 svn:date V 27 2000-06-18T20:22:11.000000Z K 7 svn:log V 27 Fix building with -DDEBUG. END K 10 svn:author V 4 dmlb K 8 svn:date V 27 2000-06-18T21:10:58.000000Z K 7 svn:log V 59 Add a desired network parameter structure to runq entries. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-06-18T21:15:52.000000Z K 7 svn:log V 230 List of distfile contents to delete using `rm' and `find -delete'. Simular to the FREEBSD-Xlist used with `tar -X ... -xf'. This file is typically used when one starts with the Binutils anoncvs repo rather than a release tarball. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-06-18T21:17:40.000000Z K 7 svn:log V 86 List of files to delete from the Sourceware Binutils' CVS 2_10-branch on 12-May-2000. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-06-18T21:32:11.000000Z K 7 svn:log V 95 Upgrade instructions for the sourceware_binutils-2_10-branch_anoncvs_20000512 Binutils import. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-06-18T21:34:27.000000Z K 7 svn:log V 59 Add a missing '(' to fix a syntax error. Forgotten by: ps END K 10 svn:author V 4 dmlb K 8 svn:date V 27 2000-06-18T21:40:46.000000Z K 7 svn:log V 601 General tidy up and plough through TODO list. Rewrote intro at top of file to reflect my better understanding of how it the memory mapping works. Clear the DONE list and move some thoughts into the TODO list. Remove RECERR from RAY_DEBUG Start to use a desired network parameter structure, only used in download code as I've realised that there are some problems with the idea. Break up ray_rx, and move the data packet handler into a seperate function. This meant some knock on changes in ray_rx_mgt/ray_rx_ctl to do with mbuf freeing. Remove some debug code/XXX comments that are out of date. END K 10 svn:author V 4 dmlb K 8 svn:date V 27 2000-06-18T21:41:24.000000Z K 7 svn:log V 29 Remove RECERR from RAY_DEBUG END K 10 svn:author V 8 mckusick K 8 svn:date V 27 2000-06-18T22:05:57.000000Z K 7 svn:log V 475 Some additional performance improvements. When freeing an inode check to see if it has been committed to disk. If it has never been written, it can be freed immediately. For short lived files this change allows the same inode to be reused repeatedly. Similarly, when upgrading a fragment to a larger size, if it has never been claimed by an inode on disk, it too can be freed immediately making it available for reuse often in the next slowly growing block of the same file. END K 10 svn:author V 8 mckusick K 8 svn:date V 27 2000-06-18T22:14:28.000000Z K 7 svn:log V 251 When running with quotas enabled on a filesystem using soft updates, the system would panic when a user's inode quota was exceeded (see PR 18959 for details). This fixes that problem. PR: 18959 Submitted by: Jason Godsey END K 10 svn:author V 3 joe K 8 svn:date V 27 2000-06-18T22:18:04.000000Z K 7 svn:log V 287 Don't assume that the output of strftime for "%c" ("national representation of time and date") won't change in time. Instead of hard coding the locations of the time elements and hoping that they don't move use strftime to generate the desired formats in the first place. PR: bin/7826 END K 10 svn:author V 7 roberto K 8 svn:date V 27 2000-06-18T23:10:20.000000Z K 7 svn:log V 127 Fix potential buffer overflows (even if ancontrol is not setuid). Submitted by: Aaron Campbell from OpenBSD END K 10 svn:author V 7 roberto K 8 svn:date V 27 2000-06-18T23:40:09.000000Z K 7 svn:log V 156 - Add suser check before SIOCSAIRONET. - Fix a splimp() w/o splx bug in the ioctl routine while I'm here. Submitted by: Aaron Campbell END K 10 svn:author V 7 roberto K 8 svn:date V 27 2000-06-18T23:45:17.000000Z K 7 svn:log V 100 Bring the ancontrol buffer oflows fixes here too. Submitted by: Aaron Campbell END K 10 svn:author V 7 roberto K 8 svn:date V 27 2000-06-19T00:17:13.000000Z K 7 svn:log V 109 Bring the an(4) fixes to wi(4): - suser check - splx() fix. Reminded by: Aaron Campbell END K 10 svn:author V 2 dg K 8 svn:date V 27 2000-06-19T00:54:30.000000Z K 7 svn:log V 51 Merged changes from rev 1.80: support for 82559ER. END K 10 svn:author V 2 dg K 8 svn:date V 27 2000-06-19T00:58:34.000000Z K 7 svn:log V 90 Implemented some optimizations which result in 14 fewer instructions in the receive path. END K 10 svn:author V 5 markm K 8 svn:date V 27 2000-06-19T13:59:34.000000Z K 7 svn:log V 97 Re-add IDEA. This is not actually built unless asked for by the user. (To avoid patent hassles). END K 10 svn:author V 5 green K 8 svn:date V 27 2000-06-19T15:27:39.000000Z K 7 svn:log V 44 Fix a comment botch which broke buildworld. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-06-19T17:44:40.000000Z K 7 svn:log V 377 - Add some more details to the 'lsdev' output for FAT file systems. - Add in support for the EDD (Enhanced Disk Drive) BIOS extensions to use LBA mode for accessing drives past cylinder 1024. This should allow us to load a kernel from anywhere on a newer drive up to 2 TB. Part of this came from the PR below. PR: i386/13847 Submitted by: Tor Egge END K 10 svn:author V 3 ume K 8 svn:date V 27 2000-06-19T18:25:06.000000Z K 7 svn:log V 123 Re-commit DNS IPv6 transport support with fixes for IPv4 only kernel and compatibility issue. Obtained from: KAME Project END K 10 svn:author V 8 gallatin K 8 svn:date V 27 2000-06-19T18:41:27.000000Z K 7 svn:log V 245 Support bounce buffers for ISA DMA on the alpha. This is required for the irongate chipset (used in the UP1000) which does not support scatter/gather DMA. We'll still use scatter gather if the core logic chipset supports it. Reviewed by: dfr END K 10 svn:author V 4 alex K 8 svn:date V 27 2000-06-19T19:11:42.000000Z K 7 svn:log V 118 For 3.x, options VM86 is needed for this function. PR: 18943 Submitted by: Ben Smithurst END K 10 svn:author V 2 cg K 8 svn:date V 27 2000-06-19T20:31:58.000000Z K 7 svn:log V 135 make mixer reads return the value written instead of the value set people seem to want this even though it breaks oss spec compliance END K 10 svn:author V 5 markm K 8 svn:date V 27 2000-06-19T21:09:27.000000Z K 7 svn:log V 155 Grrr. I hate CVS. These were supposed to be committed when I did the IDEA fix earlier today. Bring back IDEA from the dead (but not compiled by default). END K 10 svn:author V 8 gallatin K 8 svn:date V 27 2000-06-19T21:15:45.000000Z K 7 svn:log V 136 Add support for the Alpha Processor, Inc. UP1000 system. Reviewed by: dfr Thanks to: Alpha Processor Inc. for supplying the hardware. END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-06-19T21:43:48.000000Z K 7 svn:log V 103 Don't mis-match interface names in iface_Create() Submitted by: Adrian Penisoara END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-06-19T21:44:17.000000Z K 7 svn:log V 55 MFC: Don't mis-match interface names in iface_Create() END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-06-19T21:44:42.000000Z K 7 svn:log V 55 MF4: Don't mis-match interface names in iface_Create() END K 10 svn:author V 8 gallatin K 8 svn:date V 27 2000-06-19T21:49:47.000000Z K 7 svn:log V 39 unbreak kernels without UP1000 support END K 10 svn:author V 8 gallatin K 8 svn:date V 27 2000-06-19T21:55:42.000000Z K 7 svn:log V 22 Add UP1000 to GENERIC END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-06-19T22:16:14.000000Z K 7 svn:log V 20 Terminate aic_ids[] END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-06-19T22:50:46.000000Z K 7 svn:log V 139 Comment this bad boy. Hopefully the next person that comes along won't have to spend a few hours reading the code to figure all this out. END K 10 svn:author V 6 alfred K 8 svn:date V 27 2000-06-20T01:09:23.000000Z K 7 svn:log V 289 return of the accept filter part II accept filters are now loadable as well as able to be compiled into the kernel. two accept filters are provided, one that returns sockets when data arrives the other when an http request is completed (doesn't work with 0.9 requests) Reviewed by: jmg END K 10 svn:author V 3 wes K 8 svn:date V 27 2000-06-20T05:32:41.000000Z K 7 svn:log V 58 Add implementation of fetchListFTP. Reviewed by: silence END K 10 svn:author V 7 roberto K 8 svn:date V 27 2000-06-20T05:33:18.000000Z K 7 svn:log V 56 MFC: security fixes: suser() check and splimp/splx bug. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-06-20T06:03:50.000000Z K 7 svn:log V 35 Remove these Binutils 2.8.1 files. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-06-20T06:08:35.000000Z K 7 svn:log V 218 None of these files are used in our build, nor do I really believe anyone is going to read them. Many were new with the "sourceware_binutils-2_10-branch_anoncvs_20000512" import. Others have been around since 2.8.1. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-06-20T06:19:15.000000Z K 7 svn:log V 36 We are now at version 2.10 release. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-06-20T06:20:42.000000Z K 7 svn:log V 52 Import a virgin (but trimed) Binutils 2.10 release. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-06-20T06:20:42.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r61843, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-06-20T06:46:06.000000Z K 7 svn:log V 27 Merge in our ELF branding. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-06-20T06:55:50.000000Z K 7 svn:log V 148 Merge in our rev 1.2 changes (but do it in a way the Binutils maintainers accepted): Restore traditional behavior by acknowledging tabs in strings. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-06-20T07:00:04.000000Z K 7 svn:log V 115 Use the stock file now. The Binutils maintainers accepted our rev 1.2 changes (don't use "/" to start a comment). END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-06-20T08:10:58.000000Z K 7 svn:log V 122 Binutils now properly supports our ELFness with this file. (use the stock file now that it is offically part of Binutils) END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-06-20T08:13:26.000000Z K 7 svn:log V 105 Merge conflicts. This fixes the i386 config bits, merge in the Alpha bits, and adds arm32 & sparc bits. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-06-20T08:21:50.000000Z K 7 svn:log V 105 Merge conflicts. This fixes the i386 config bits, merge in the Alpha bits, and adds arm32 & sparc bits. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-06-20T08:28:23.000000Z K 7 svn:log V 128 Merge conflicts. Adds revs 1.2 and 1.3 (FreeBSD configuration support), and preliminary sparc, strongarm, PPC FreeBSD support. END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-06-20T09:13:25.000000Z K 7 svn:log V 95 Allow padding in LQR ECHO requests Problem found by: Tomaz Borstnar END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-06-20T09:14:38.000000Z K 7 svn:log V 40 MFC: Allow padding in LQR ECHO requests END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-06-20T09:19:58.000000Z K 7 svn:log V 40 MF3: Allow padding in LQR ECHO requests END K 10 svn:author V 4 alex K 8 svn:date V 27 2000-06-20T10:30:50.000000Z K 7 svn:log V 100 rc.local is no longer a default. PR: 19314 Submitted by: Ben Smithurst END K 10 svn:author V 4 alex K 8 svn:date V 27 2000-06-20T10:32:11.000000Z K 7 svn:log V 54 MFC: rc.local is no longer in a default installation. END K 10 svn:author V 4 alex K 8 svn:date V 27 2000-06-20T10:41:01.000000Z K 7 svn:log V 113 /etc/weekly -> /etc/periodic/weekly/320.whatis PR: 19272 Submitted by: Uwe Pierau END K 10 svn:author V 4 alex K 8 svn:date V 27 2000-06-20T10:42:06.000000Z K 7 svn:log V 52 MFC: /etc/weekly -> /etc/periodic/weekly/320.whatis END K 10 svn:author V 4 alex K 8 svn:date V 27 2000-06-20T10:53:51.000000Z K 7 svn:log V 104 Fix groff confusion for PS output. PR: 14532 Submitted by: Peter Jeremy END K 10 svn:author V 4 alex K 8 svn:date V 27 2000-06-20T10:55:45.000000Z K 7 svn:log V 39 MFC: Fix groff confusion in PS output. END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-06-20T11:41:48.000000Z K 7 svn:log V 618 Added true support for PPTP aliasing. Some nice features include: - Multiple PPTP clients behind NAT to the same or different servers. - Single PPTP server behind NAT -- you just need to redirect TCP port 1723 to a local machine. Multiple servers behind NAT is possible but would require a simple API change. - No API changes! For more information on how this works see comments at the start of the alias_pptp.c. PacketAliasPptp() is no longer necessary and will be removed soon. Submitted by: Erik Salander Reviewed by: ru Rewritten by: ru Reviewed by: Erik Salander END K 10 svn:author V 6 sanpei K 8 svn:date V 27 2000-06-20T12:02:12.000000Z K 7 svn:log V 93 Added CyQ've ELA-110 Obtained from: [FreeBSD-users-jp 52722] cory@cory.to (CORY/ISAKA_Yoji) END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-06-20T12:18:40.000000Z K 7 svn:log V 67 Remove ``nat pptp'' as this is now done transparently by libalias. END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-06-20T12:52:27.000000Z K 7 svn:log V 74 Remove ``pptpalias'' since this is now done transparently by libalias(3). END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-06-20T13:07:52.000000Z K 7 svn:log V 59 - Removed PacketAliasPptp() API function. - SHLIB_MAJOR++. END K 10 svn:author V 3 des K 8 svn:date V 27 2000-06-20T13:57:00.000000Z K 7 svn:log V 45 Back out wes' commit with extreme prejudice. END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-06-20T14:58:48.000000Z K 7 svn:log V 105 Don't include /compat/linux/tmp in $clean_daily_dirs as it's usually a link to /tmp Pointed out by: des END K 10 svn:author V 4 alex K 8 svn:date V 27 2000-06-20T15:05:06.000000Z K 7 svn:log V 70 mdoc style cleanup: newline for new sentence. Submitted by: sheldonh END K 10 svn:author V 4 alex K 8 svn:date V 27 2000-06-20T15:06:11.000000Z K 7 svn:log V 25 MFC: mdoc style cleanup. END K 10 svn:author V 2 se K 8 svn:date V 27 2000-06-20T15:36:38.000000Z K 7 svn:log V 81 Fix obvious cut-n-paste error. Submitted by: Thomas Ludwig END K 10 svn:author V 4 alex K 8 svn:date V 27 2000-06-20T15:40:50.000000Z K 7 svn:log V 124 Fix typo(s) I overlooked in my last commit. (This aid in pin pointing -> This aids in pinpointing). Submitted by: sheldonh END K 10 svn:author V 2 se K 8 svn:date V 27 2000-06-20T15:41:44.000000Z K 7 svn:log V 38 MFC: Fix cut-n-paste error (rev 1.27) END K 10 svn:author V 4 alex K 8 svn:date V 27 2000-06-20T15:42:57.000000Z K 7 svn:log V 42 MFC: Fix "This aid in pin pointing" typo. END K 10 svn:author V 3 jkh K 8 svn:date V 27 2000-06-20T16:12:53.000000Z K 7 svn:log V 20 Set for 3.5-RELEASE END K 10 svn:author V 3 jkh K 8 svn:date V 27 2000-06-20T16:13:59.000000Z K 7 svn:log V 17 Set for post-3.5 END K 10 svn:author V 3 jkh K 8 svn:date V 27 2000-06-20T16:18:47.000000Z K 7 svn:log V 31 Update FreeBSD version for 3.5 END K 10 svn:author V 3 ume K 8 svn:date V 27 2000-06-20T16:33:33.000000Z K 7 svn:log V 276 Don't call _getipnodebyname_multi(). It fixes the problem that getaddrinfo() accidentally returns IPv4 mapped IPv6 address instead of native IPv4 address. Now, getaddinfo() is scoped address ready. You can put scoped address within /etc/hosts. Obtained from: KAME Project. END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-06-20T17:42:36.000000Z K 7 svn:log V 51 MFC: Understand comments in passwd and group files END K 10 svn:author V 3 des K 8 svn:date V 27 2000-06-20T18:26:59.000000Z K 7 svn:log V 23 MFC: textvp_fullpath() END K 10 svn:author V 6 archie K 8 svn:date V 27 2000-06-20T18:51:38.000000Z K 7 svn:log V 144 When the 'msg' command is used from the command line, check for a synchronous reply, and display it (if any) before exiting. Requested by: phk END K 10 svn:author V 3 jmb K 8 svn:date V 27 2000-06-20T19:04:22.000000Z K 7 svn:log V 68 display version number of each kld module when using the -v flag. END K 10 svn:author V 4 dmlb K 8 svn:date V 27 2000-06-20T20:14:29.000000Z K 7 svn:log V 212 Minor tweaks to error messages (after writing man page). Renamed varible dst in ray_rx to mp as it is a pointer to an mbuf. Correctly grok addresses in data packets. Promte a couple of RECERRs to real errors. END K 10 svn:author V 5 green K 8 svn:date V 27 2000-06-20T20:28:40.000000Z K 7 svn:log V 187 Make cmp -s work properly if skip values are given. Also, exit(1) is now exit(DIFF_EXIT). PR: 18597 Submitted by: Anatoly Vorobey Committed at: Usenix terminal room END K 10 svn:author V 5 chris K 8 svn:date V 27 2000-06-20T20:34:11.000000Z K 7 svn:log V 108 Rename the `VRXEC' macro used to clear read and exec bits to `FDRX' so as not to impede upon VFS namespace. END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-06-20T22:44:36.000000Z K 7 svn:log V 91 MF4: Understand comments in passwd and group files Unfortunately I missed the 3.5 tag :-( END K 10 svn:author V 2 cg K 8 svn:date V 27 2000-06-20T23:27:12.000000Z K 7 svn:log V 197 fix a bug where opening for write would not fail if channel allocation failed when playing, if we stall for 1s with no data advancing, abort and mark the channel dead - fail all future operations END K 10 svn:author V 2 cg K 8 svn:date V 27 2000-06-20T23:42:08.000000Z K 7 svn:log V 36 add record channel irq timeouts too END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-06-21T05:08:45.000000Z K 7 svn:log V 104 Don't build manpages if NOMAN has been set. PR: 17967 Submitted by: Benno Rice END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-06-21T06:59:35.000000Z K 7 svn:log V 51 Note phk's axing of wd compat devices in -current. END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-06-21T07:01:33.000000Z K 7 svn:log V 29 Forgot about the bootblocks. END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-06-21T07:06:38.000000Z K 7 svn:log V 208 I felt guilty: o add note about binutils 2.10 fixing the problems noted on 20000522. o Add some very brief text to the '612 entry on the config changes. A better howto would be warmly added to the file. END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-06-21T07:09:22.000000Z K 7 svn:log V 140 Missed one: Per grog's suggestion, mention bde's symbol change to the kernel. It likely isn't a big deal, but should be noted in passing. END K 10 svn:author V 3 des K 8 svn:date V 27 2000-06-21T09:33:43.000000Z K 7 svn:log V 47 MFC: textvp_fullpath(), revive /proc/pid/file. END K 10 svn:author V 3 des K 8 svn:date V 27 2000-06-21T09:36:40.000000Z K 7 svn:log V 70 Include linprocfs in the build now that it has been verified to work. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-06-21T09:37:09.000000Z K 7 svn:log V 26 MFC: Terminate aic_ids[]. END K 10 svn:author V 3 des K 8 svn:date V 27 2000-06-21T09:49:51.000000Z K 7 svn:log V 88 Don't incorrectly report a protocol error when we get a 302 and redirects are disabled. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-06-21T11:21:14.000000Z K 7 svn:log V 237 Fixed to support RSA98-III non-pnp mode. rman_get_start() had returned iobase + 8 because the I/O address table for RSA98-III starts with +8. Now, bus_alloc_resource() is used instead of isa_alloc_resourcev() if device type is RSA98III. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-06-21T11:23:52.000000Z K 7 svn:log V 46 MFC: Fixed to support RSA98-III non-pnp mode. END K 10 svn:author V 4 kato K 8 svn:date V 27 2000-06-21T12:22:38.000000Z K 7 svn:log V 88 MFC: CPU_PPRO2CELERON and CPU_L2_LATENCY options to support Socket 8 to 370 converters. END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-06-21T13:31:51.000000Z K 7 svn:log V 53 Fix date Submitted by: CHOI Junho END K 10 svn:author V 6 chuckr K 8 svn:date V 27 2000-06-21T13:34:16.000000Z K 7 svn:log V 94 Doubling the size of MAXSIZE because of large delta indigestion. Submitted by: Stefan Esser. END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-06-21T13:50:10.000000Z K 7 svn:log V 8 Fix %EF END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-06-21T14:11:47.000000Z K 7 svn:log V 22 MFC: Korean date, %EF END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-06-21T14:47:18.000000Z K 7 svn:log V 60 Checkpoint commit. I can actually receive HDLC frames now. END K 10 svn:author V 4 kato K 8 svn:date V 27 2000-06-21T14:54:19.000000Z K 7 svn:log V 116 PC-98 version of ed driver is a statically limited driver. Pointed out by: haro@tk.kubota.co.jp (Munehiro Matsuda) END K 10 svn:author V 6 semenu K 8 svn:date V 27 2000-06-21T19:19:49.000000Z K 7 svn:log V 36 Added support for SMC9432BTX cards. END K 10 svn:author V 6 semenu K 8 svn:date V 27 2000-06-21T19:26:01.000000Z K 7 svn:log V 128 Added Altima Communications OUI and their AC101 10/100 media interface to the list of known chips. miidevs.h regenerated also. END K 10 svn:author V 5 wilko K 8 svn:date V 27 2000-06-21T19:42:10.000000Z K 7 svn:log V 104 Document boot support for UP1000 and Adaptec 294x. Ditto for Symbios 875 Submitted by: Andrew Gallatin END K 10 svn:author V 5 wilko K 8 svn:date V 27 2000-06-21T19:52:58.000000Z K 7 svn:log V 109 OpenVMS labeled disks also seem to give the installer fits. Warning to be removed when alpha/17642 is fixed. END K 10 svn:author V 5 wilko K 8 svn:date V 27 2000-06-21T19:59:16.000000Z K 7 svn:log V 116 [MFC]: OpenVMS labeled disks also seem to give the installer fits. Warning to be removed when alpha/17642 is fixed. END K 10 svn:author V 6 cokane K 8 svn:date V 27 2000-06-21T20:09:31.000000Z K 7 svn:log V 380 First import of my 3dfx voodoo driver. Currently it supports the Voodoo Graphics and Voodoo2 perfectly. It works just like the 3dfx driver does for linux, by using a character device at /dev/3dfx of Major 107 to provide a window into the 3dfx card's memory space. This interface is used by glide and mesa as far as i know, and probably some other libraries too. Approved by: jkh END K 10 svn:author V 6 cokane K 8 svn:date V 27 2000-06-21T20:09:31.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r61911, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 7 wollman K 8 svn:date V 27 2000-06-21T20:20:26.000000Z K 7 svn:log V 131 Allow those of us who have to print through LPRng spoolers to send spooler options using `Z' control-file lines and the `-Z' flag. END K 10 svn:author V 6 cokane K 8 svn:date V 27 2000-06-21T20:32:24.000000Z K 7 svn:log V 68 Add a kld to correlate with my committ of the voodoo driver (tdfx). END K 10 svn:author V 6 cokane K 8 svn:date V 27 2000-06-21T20:32:24.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r61914, 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 2000-06-21T20:32:25.000000Z K 7 svn:log V 62 This commit was manufactured by cvs2svn to create tag 'first'. END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-06-21T21:19:29.000000Z K 7 svn:log V 118 Remove the previous ppp, inetd and pppoed info Mention that comment characters in ppp.conf may break existing configs END K 10 svn:author V 4 dmlb K 8 svn:date V 27 2000-06-21T21:37:27.000000Z K 7 svn:log V 59 Subtle Tx bugs - I wonder why the cast wans't picked up... END K 10 svn:author V 6 cokane K 8 svn:date V 27 2000-06-21T21:47:59.000000Z K 7 svn:log V 68 This really shouldn't be here, fragment left over from the tarball. END K 10 svn:author V 3 joe K 8 svn:date V 27 2000-06-21T21:49:57.000000Z K 7 svn:log V 277 I broke locale sensitive ordering of date and month in the long -l output format with the last commit. Fix it by replacing the "%b %e" strftime format with "%Ef". Make a note in the manual page that the LANG environment variable affects the running of ls. Reviewed by: ache END K 10 svn:author V 3 joe K 8 svn:date V 27 2000-06-21T21:56:50.000000Z K 7 svn:log V 46 Order the ENVIRONMENT section alphabetically. END K 10 svn:author V 6 archie K 8 svn:date V 27 2000-06-21T23:01:07.000000Z K 7 svn:log V 251 - Make sure the message token returned by NgSendMsg() is non-negative - Have NgSendAsciiMsg() return the same token as NgSendMsg() - Document that NgSendMsg() and NgSendAsciiMsg() return the token - Add MLINKS for the functions defined in netgraph(3) END K 10 svn:author V 6 archie K 8 svn:date V 27 2000-06-21T23:01:43.000000Z K 7 svn:log V 57 MFC: add MLINKS for the functions defined in netgraph(3) END K 10 svn:author V 6 archie K 8 svn:date V 27 2000-06-21T23:54:37.000000Z K 7 svn:log V 70 MFC: (rev. 1.18) don't try to apply ipfw filtering to non-IP packets. END K 10 svn:author V 3 jkh K 8 svn:date V 27 2000-06-22T00:04:24.000000Z K 7 svn:log V 128 Update all the docs for 3.5 I forgot to update before (tags will be slid, release engineers will be sent to bed without supper) END K 10 svn:author V 8 mckusick K 8 svn:date V 27 2000-06-22T00:29:53.000000Z K 7 svn:log V 25 Update to new copyright. END K 10 svn:author V 6 nsayer K 8 svn:date V 27 2000-06-22T01:46:25.000000Z K 7 svn:log V 186 Moving forward on my commitment to always make at least one commit from a terminal room of any conference I attend.... Fix xdrproc_t prototype. () instead of (...) breaks C++ programs. END K 10 svn:author V 6 cokane K 8 svn:date V 27 2000-06-22T02:07:18.000000Z K 7 svn:log V 112 Fix the 'file not found' in the load target, someone forgot to add the '.ko' to the end of the module filename. END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-06-22T02:23:52.000000Z K 7 svn:log V 201 bde says we don't need to note in passing the locore stuff. Scott Flatman sent in a step by step buide to updating the config file. since he was first, he gets his name in lights :-) END K 10 svn:author V 6 cokane K 8 svn:date V 27 2000-06-22T04:41:30.000000Z K 7 svn:log V 51 Stick the tdfx entry in here, after some cleaning. END K 10 svn:author V 6 cokane K 8 svn:date V 27 2000-06-22T05:37:17.000000Z K 7 svn:log V 28 Stick in header, $FreeBSD$. END K 10 svn:author V 6 cokane K 8 svn:date V 27 2000-06-22T05:41:21.000000Z K 7 svn:log V 249 Converted all TDFX_VERBOSE ifdefs to DEBUG, now it gets debugged with the rest of the kernel. Added new option TDFX_LINUX for optional LINUX_EMULATION, so that perhaps some people don't have to use linux emu to run the driver if they don't want to. END K 10 svn:author V 6 cokane K 8 svn:date V 27 2000-06-22T05:47:16.000000Z K 7 svn:log V 214 Took TDFX_VERBOSE out of Makefile, added $FreeBSD$ and option for DEBUG. Added a notice for linux users that the kld isn't working for them yet, so no linux emu from the kld. It compiles statically alright though. END K 10 svn:author V 3 jkh K 8 svn:date V 27 2000-06-22T05:55:42.000000Z K 7 svn:log V 70 Make sure SOFTUPDATES doesn't wind up on boot floppy and bloat it up. END K 10 svn:author V 3 jkh K 8 svn:date V 27 2000-06-22T05:58:54.000000Z K 7 svn:log V 43 MFC: keep SOFTUPDATES off the boot floppy. END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-06-22T06:01:02.000000Z K 7 svn:log V 60 Add SOFTUPDATES to GENERIC (BOOTMFS has this filtered out) END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-06-22T06:03:12.000000Z K 7 svn:log V 74 Activate soft updates in GENERIC by default (It is filtered from BOOTMFS) END K 10 svn:author V 6 cokane K 8 svn:date V 27 2000-06-22T06:12:30.000000Z K 7 svn:log V 97 Add my name next to the majro for 3dfx (107), to reflect new info contact, due to recent commit. END K 10 svn:author V 6 dbaker K 8 svn:date V 27 2000-06-22T07:28:44.000000Z K 7 svn:log V 81 Fix typo in the config file update procedure URL and typo in preceding sentence. END K 10 svn:author V 5 green K 8 svn:date V 27 2000-06-22T08:31:27.000000Z K 7 svn:log V 114 Functions may be static and __inline, but not extern and __inline. This should fix broken no-"-O" kernel builds. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-06-22T08:32:54.000000Z K 7 svn:log V 293 Use sub-sections (Ss) to categorize diagnostics and rationalize diagnostic lists (Bl -diag) so that there is one per section. Since this change creates a large delta, enforce line-breaking style while I'm here. These changes have blanket approval from (but were not reviewed by) the author. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-06-22T08:34:08.000000Z K 7 svn:log V 93 MFC rev 1.2: Use sub-sections, rationalize diag lists and break lines as per accepted style. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-06-22T08:37:22.000000Z K 7 svn:log V 139 Whitespace-only changes: apply accepted line breaking style as a pre-cursor to other markup changes. Accepted in principle by the author. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-06-22T08:45:59.000000Z K 7 svn:log V 99 Fix more HTML -> mdoc transcription errors. Submitted by: Kazu TAKAMUNE END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-06-22T08:47:34.000000Z K 7 svn:log V 39 MFC rev 1.5: Fix transcription errors. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-06-22T08:48:03.000000Z K 7 svn:log V 39 MFC rev 1.2: Fix transcription errors. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-06-22T09:37:43.000000Z K 7 svn:log V 52 Sync with sys/i386/conf/GENERIC revision 1.246.2.6. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-06-22T10:00:19.000000Z K 7 svn:log V 66 Allow Nm to expand gracefully instead of hard-coding an argument. END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-06-22T10:02:33.000000Z K 7 svn:log V 91 Mention the timezone where appropriate (for the -v option). correct one of the -v options. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-06-22T10:03:28.000000Z K 7 svn:log V 61 Sync with sys/dev/syscons/scterm-sc.c revisions 1.6 and 1.7. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-06-22T10:04:40.000000Z K 7 svn:log V 69 Sync with sys/dev/syscons/scterm-sc.c revisions 1.4.2.2 and 1.4.2.3. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-06-22T10:07:46.000000Z K 7 svn:log V 158 Fix changes from 1.34 through 1.37: Remove newly added hard sentence breaks. Mark ANSI up as a type name (Tn). Avoid parenthesized sentences and paragraphs. END K 10 svn:author V 3 nbm K 8 svn:date V 27 2000-06-22T11:44:43.000000Z K 7 svn:log V 210 Add 'kern.disks', a sysctl which returns the list of disks from disk_enumerate(), space delimited. This allows non-root users to get a list of disks and will simplify libdisk's Disk_Names(). Reviewed by: phk END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-06-22T12:50:15.000000Z K 7 svn:log V 116 NetBSD's @ shortcuts were merged onto RELENG_4 on 14 March 2000. Reflect the change in the appropriate manual page. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-06-22T12:58:19.000000Z K 7 svn:log V 65 MFC rev 1.14 and rev 1.15: Fix -i and remove an unused variable. END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-06-22T15:09:51.000000Z K 7 svn:log V 35 Use %Ef instead of hardcoded %b %e END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-06-22T16:48:41.000000Z K 7 svn:log V 91 Localize time/date. Use ISO 8601 date in logs. Fix wrong argument type in ctype functions. END K 10 svn:author V 6 itojun K 8 svn:date V 27 2000-06-22T16:48:59.000000Z K 7 svn:log V 67 correct bad TTL with packets generated by v4 mapped udp. from kame END K 10 svn:author V 6 itojun K 8 svn:date V 27 2000-06-22T16:50:33.000000Z K 7 svn:log V 70 correct bad TTL with packets generated by v4 mapped udp. MFC 1.8->1.9 END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-06-22T16:57:39.000000Z K 7 svn:log V 8 Use %Ef END K 10 svn:author V 6 dillon K 8 svn:date V 27 2000-06-22T17:40:53.000000Z K 7 svn:log V 311 Add ip_portrange_first and ip_portrange_last rc.conf/rc.network options. This allows you to set the standard dynamic port assignment range prior to any network daemons (like named) starting up, necessary if you are also using a firewall to restrict lower ports. will be MFC'd in a few days END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2000-06-22T18:39:31.000000Z K 7 svn:log V 332 Add code so that the udata field is preserved across a TRACK event. When re-adding an event, do not reset the event state. If the event was pending, it will remain pending. This allows the user to change the udata field after the event was registered, while not losing any events which have already occurred. Reported by: jmg END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2000-06-22T18:41:07.000000Z K 7 svn:log V 122 Add a hack to fail registration of kq events on a non-ufs filesystem, as support for those is non-existent at the moment. END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2000-06-22T18:46:03.000000Z K 7 svn:log V 484 If the kevent() registration fails (probably due to the underlying filesystem not being kq-aware), then fall back to using sleep. This allows tail to work with NFS filesystems again without chewing up CPU time. When given the -F flag, resort to sleep/stat after the file was moved or deleted. This allows a window where the file being tailed does not exist at all, which is typically the case during log rotation. Switch back to using kq (if possible) after the file is reopened. END K 10 svn:author V 3 ume K 8 svn:date V 27 2000-06-22T19:04:41.000000Z K 7 svn:log V 169 Inhibit successful DAD messages and "no default interface" messages. It seems that people find them too noisy. (ND6_DEBUG will enable them) Obtained from: KAME Project END K 10 svn:author V 6 cokane K 8 svn:date V 27 2000-06-22T19:08:05.000000Z K 7 svn:log V 88 Switch LINUX_TDFX to TDFX_LINUX, that's what i get for typing this at 2 in the morning. END K 10 svn:author V 6 cokane K 8 svn:date V 27 2000-06-22T19:10:35.000000Z K 7 svn:log V 51 Put RF_SHAREABLE into the bus_alloc_resource call. END K 10 svn:author V 3 ume K 8 svn:date V 27 2000-06-22T19:11:29.000000Z K 7 svn:log V 145 MFC: Inhibit successful DAD messages and "no default interface" messages. It seems that people find them too noisy. (ND6_DEBUG will enable them) END