ƒ¯,43704 215 1047 375 680 189 117 192 178 229 246 197 183 903 166 203 117 433 370 288 134 385 311 210 164 238 229 305 222 238 175 146 207 144 207 177 353 125 113 148 123 172 610 191 250 269 371 171 1089 313 1646 155 216 121 326 156 319 167 184 172 225 271 125 179 352 167 146 218 393 127 155 377 149 309 467 382 309 212 244 199 279 214 197 150 133 144 121 770 304 144 123 670 225 395 245 120 204 249 210 203 529 317 435 122 143 140 146 217 111 155 123 117 111 124 148 191 256 1526 180 219 386 157 184 129 166 141 211 131 239 190 153 123 126 121 434 214 138 178 146 207 185 131 332 164 170 630 130 200 128 174 197 127 526 131 239 165 137 112 126 161 155 254 395 425 382 227 224 105 155 477 237 378 406 361 208 205 301 202 294 142 238 178 136 179 135 327 772 295 674 120 132 239 191 109 200 113 125 118 276 222 117 156 136 191 129 196 145 190 136 190 250 130 134 174 772 131 128 K 10 svn:author V 3 bde K 8 svn:date V 27 1999-02-06T07:48:24.000000Z K 7 svn:log V 954 Honor ${LDFLAGS} for building svr4_genassym. This is part of fixing world breakage (mainly for cross-world cases). The world Makefile attempts to build tools static so that nonexistent or wrong shared libraries and interpreters don't get used. This is broken anyway since the world Makefile doesn't know about svr4_genassym. Force building svr4_genassym static. This is part of "fixing" aout-to-elf-build breakage. aout-to-elf-build abuses NOTOOLS to avoid rebuilding all the aout tools. This saves time and avoids some complications. However, it breaks all the internal tools -- they get linked to target libraries which might not work. Cases where the host can run the target's static libraries are "fixed" by encrufting all Makefiles that build internal tools to build the tools static. Don't add .depend to CLEANFILES -- it just breaks the separation of `make cleandepend' from `make clean'. Removed some superflous explicit dependencies. END K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-02-06T07:48:56.000000Z K 7 svn:log V 279 Flush delayed-write data out prior to issuing a rename rpc. This appears to fix the problem w/ NFSV3 whereby a make installworld would get into high-network-bandwidth situations continuously trying to retry nfs writes that fail with a 'stale file handle' error. END K 10 svn:author V 3 bde K 8 svn:date V 27 1999-02-06T08:41:06.000000Z K 7 svn:log V 587 Added underscores to some names in svr4_locore.s so that it compiles with -aout. Added translation back to elf names in asnames.h as usual. The elf names were inconsistent in the aout case even internally because a macro adds an underscore to just one of them. Removed commented out code for a previous life of `svr4_esigcode'. Didn't add an underscore to `svr4_esigcode' since it is correct for aout although wrong for elf, like most internal names in assembler files. These names should be in a different namespace so that gprof can ignore them. Fixed some disorder in asnames.h. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-06T08:45:20.000000Z K 7 svn:log V 97 Ack! Correct a typo which crept into here and reshuffle the index back into alphabetical order. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-06T08:45:43.000000Z K 7 svn:log V 25 MFC: typo fix, reshuffle END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-02-06T09:30:19.000000Z K 7 svn:log V 99 Sync with syscons for i386. Submitted by: Kazutaka YOKOTA END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-02-06T10:02:15.000000Z K 7 svn:log V 83 YAMFC: print banner and prompt in the correct order (rev 1.128). Approved by: jkh END K 10 svn:author V 4 jhay K 8 svn:date V 27 1999-02-06T10:45:17.000000Z K 7 svn:log V 135 Don't use the pointer returned by MALLOC before checking if it is NULL. PR: 9871 (part of it) Submitted by: Boris Popov END K 10 svn:author V 4 jhay K 8 svn:date V 27 1999-02-06T10:48:11.000000Z K 7 svn:log V 152 Make it possible to use lo0 as an internal IPX network. This is usefull for mars_nwe server and nwfs. PR: 9871 Submitted by: Boris Popov END K 10 svn:author V 4 jhay K 8 svn:date V 27 1999-02-06T10:52:21.000000Z K 7 svn:log V 103 Teach IPXrouted to handle the internal net properly. PR: 9871 Submitted by: Boris Popov END K 10 svn:author V 5 roger K 8 svn:date V 27 1999-02-06T10:56:09.000000Z K 7 svn:log V 89 Changed to use IICBUS_REPEATED_START Submitted by: Changed to use IICBUS_REPEATED_START END K 10 svn:author V 3 dcs K 8 svn:date V 27 1999-02-06T14:27:46.000000Z K 7 svn:log V 810 MFC: Rename "source" as "include". Make it capable of including forth source, while stripping #@- functionality (in the BOOT_FORTH case). Add builtin "more". (This is already in help.common -- must got into one of Mike's MFC). Make bf_run return ficlExec() result code. Push "interpret" on the execution stack before calling ficlExec() (not doing this was a bug, if we want ficlExec() to recurse). Add EXCEPTION and MEMORY-ALLOC word sets. Fix "evaluate" to respect buffer size. Make builtins "throw" errors instead of pushing them on the stack. Move error message printing from bf_command() to bf_run(). Make builtins state-aware. Fix "type" not to use fixed sized buffers. Add version words to ficl. Add trace facility to ficl. Add words $ and % to replace @ and - in "include". Approved by: jhk END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-02-06T16:20:18.000000Z K 7 svn:log V 73 MFC: Pentium II Xeon, Celeron and Pentium III recognition. OKed by: jkh END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-06T16:35:26.000000Z K 7 svn:log V 110 Reshuffle a number of menus to be more navigable. Delete extra Root Password entry (PR#9291 - Jack O'Neill). END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-06T16:35:46.000000Z K 7 svn:log V 25 MFC: menu item reshuffle END K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-02-06T16:39:16.000000Z K 7 svn:log V 337 I don't know what happened here- I submitted a *working* patch for alpha to John Polstra yesterday and it was checked in. Then there was a bunch of CVS activity, and it ended up with the *broken* prototype being reinserted. All I see in the history is 'style nits' as a comment, and I certainly agree with the latter of those two words. END K 10 svn:author V 6 fenner K 8 svn:date V 27 1999-02-06T16:58:50.000000Z K 7 svn:log V 274 Don't dump core when p_stat is not in the expected range. This is only likely to happen when you have a kernel<>userland mismatch, but it's really annoying when top dumps core and leaves the terminal in a mangled state; it's much nicer to print nicely formatted gibberish. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-02-06T17:58:06.000000Z K 7 svn:log V 192 Hmm- I must be blind. There *was* already an appropriate typedef still left there. The typedef that was inserted negated the correct typedef. This may have just been cvs automerge foo. Sorry. END K 10 svn:author V 4 jhay K 8 svn:date V 27 1999-02-06T19:12:48.000000Z K 7 svn:log V 41 Make the ipx part of netstat work again. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-02-07T03:03:29.000000Z K 7 svn:log V 289 MFC: - Don't assume the line length in the video memory is always the same as the screen width. - Store the current video mode information in the `video_adapter' struct. - The size of the `v_offscreensize' field in the VESA mode information block is u_int16, not u_int8. Oked by: jkh END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-02-07T05:36:30.000000Z K 7 svn:log V 215 - Add FreeBSD 2.2.7, 2.2.8, 3.1, and 4.0 to the Fx and Os macros. - Add 2.2.1 and 2.2.2 missing in a couple of places too. (This is an interim measure and a better way of redefining these macros is in discussion.) END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-02-07T05:40:14.000000Z K 7 svn:log V 114 - Add atkbd.4, atkbdc.4, splash.4 and vga.4. - Update pcvt.4 and psm.4 to reflect recent keyboard driver changes. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1999-02-07T05:40:15.000000Z K 7 svn:log V 68 This commit was manufactured by cvs2svn to create branch 'RELENG_3'. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-02-07T05:41:37.000000Z K 7 svn:log V 142 MFC: - Add FreeBSD 2.2.7, 2.2.8, 3.1, and 4.0 to the Fx and Os macros. - Add 2.2.1 and 2.2.2 missing in a couple of places too. Oked by: jkh END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-02-07T05:43:14.000000Z K 7 svn:log V 133 MFC: - Add atkbd.4, atkbdc.4, splash.4 and vga.4. - Update pcvt.4 and psm.4 to reflect recent keyboard driver changes. Oked by: jkh END K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-02-07T08:44:53.000000Z K 7 svn:log V 209 When shadowing objects, adjust the page coloring of the shadowing object such that pages in the combined/shadowed object are consistantly colored. Submitted by: "John S. Dyson" END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-02-07T09:40:41.000000Z K 7 svn:log V 127 Import sendmail 8.9.3 onto vendor branch, replacing previous interim 8.9.2 + patches version. Obtained from: ftp.sendmail.org END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-02-07T09:40:41.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r43730, 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 1999-02-07T09:40:42.000000Z K 7 svn:log V 79 This commit was manufactured by cvs2svn to create tag 'sendmail-vendor-v8_9_3'. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-02-07T09:43:30.000000Z K 7 svn:log V 52 Merge 8.9.2+patches -> 8.9.3 changes into mainline. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-02-07T09:45:12.000000Z K 7 svn:log V 112 Remove the standalone buildtools stuff, we don't use it here and it clutters things up. (Suggested by wollman) END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-02-07T09:48:52.000000Z K 7 svn:log V 50 MaxHeaderLines is now MaxHeadersLength (in bytes) END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-02-07T11:21:07.000000Z K 7 svn:log V 113 Sync with sys/i386/i386/userconfig.c revision 1.126.2.2. Submitted by: Takahashi Yoshihiro END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-02-07T11:22:02.000000Z K 7 svn:log V 84 Sync with syscons for i386. Submitted by: Takahashi Yoshihiro END K 10 svn:author V 3 dcs K 8 svn:date V 27 1999-02-07T12:12:29.000000Z K 7 svn:log V 260 Remove strange-looking quotes. This part of the code is #if'ed out, and the variable doesn't even exist (though it is referenced elsewhere). Just make sure it produces error messages when Mike get back to it. PR: kern/9934 Submitted by: Adrian Filipi-Martin END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-07T12:43:14.000000Z K 7 svn:log V 33 SMAILCF distro no longer exists. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-07T12:56:22.000000Z K 7 svn:log V 21 MFC: distro changes. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-07T12:57:04.000000Z K 7 svn:log V 56 If user selects X, also auto-select compat22 (for now). END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-02-07T13:48:38.000000Z K 7 svn:log V 29 Remove forgotten diagnostics END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-02-07T13:56:29.000000Z K 7 svn:log V 78 Correct server-side chap authentication comparison (broken with last commit). END K 10 svn:author V 5 guido K 8 svn:date V 27 1999-02-07T19:35:40.000000Z K 7 svn:log V 515 1) Fix our view of how ibcs2_semid_ds looks. There is no padding int there (SVR4 does have it so that;s probably the cause of this bug) 2) Add a wrapper function for translation between ibcs2_ipc_perm and ipc_perm as I think we screwed up when defining the ipc_perm struct and mixed up 'normal' and creator [ug]id's 3) Fix IBCS2_IPC_STAT semctl. The FreeBSD version needs a union semun whereas the IBCS2 version gives a struct ibcs2_semid_ds. Apparently this is all fixed in the SVR4 compatibility code. PR: 7729 END K 10 svn:author V 5 joerg K 8 svn:date V 27 1999-02-07T20:30:56.000000Z K 7 svn:log V 97 Fix a typo describing the filename of cvt-wtmp. Submitted by: Ruslan Ermilov END K 10 svn:author V 5 joerg K 8 svn:date V 27 1999-02-07T20:33:05.000000Z K 7 svn:log V 155 Reorder the pcvt(4) options to the appropriate section, so i can close docs/1855. :) PR: docs/1855 Submitted by: Jeroen Ruigrok/Asmodai END K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-02-07T20:45:15.000000Z K 7 svn:log V 173 Remove L1 cache coloring optimization ( leave L2 cache coloring opt ). Rewrite vm_page_list_find() and vm_page_select_free() - make inline out of nominal case. END K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-02-07T21:48:23.000000Z K 7 svn:log V 275 Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used to attempt to optimize forks but were essentially given-up on due to problems and replaced with an explicit dup of the vm_map_entry structure. Prior to the removal, they were entirely unused. END K 10 svn:author V 5 abial K 8 svn:date V 27 1999-02-07T22:19:58.000000Z K 7 svn:log V 77 Change wcd0 to acd0. Pointed out by "E-post fra NetCom-abonnent", Norway :-) END K 10 svn:author V 3 jdp K 8 svn:date V 27 1999-02-07T23:49:56.000000Z K 7 svn:log V 996 Change the load address of the ELF dynamic linker from "2L*MAXDSIZ" to an architecture-specific value defined in . This solves problems on large-memory systems that have a high value for MAXDSIZ. The load address is controlled by a new macro ELF_RTLD_ADDR(vmspace). On the i386 it is hard-wired to 0x08000000, which is the standard SVR4 location for the dynamic linker. On the Alpha, the dynamic linker is loaded MAXDSIZ bytes beyond the start of the program's data segment. This is the same place a userland mmap(0, ...) call would put it, so it ends up just below all the shared libraries. The rationale behind the calculation is that it allows room for the data segment to grow to its maximum possible size. These changes have been tested on the i386 for several months without problems. They have been tested on the Alpha as well, though not for nearly as long. I would like to merge the changes into 3.1 within a week if no problems have surfaced as a result of them. END K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-02-08T00:27:56.000000Z K 7 svn:log V 217 Backed out vm_map coalesce optimization - it resulted in 22% more page faults for reasons unknown ( under investigation ). /usr/bin/time -l make in /usr/src/bin went from 67000 faults to 90000 faults. END K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-02-08T00:37:36.000000Z K 7 svn:log V 1549 Rip out PQ_ZERO queue. PQ_ZERO functionality is now combined in with PQ_FREE. There is little operational difference other then the kernel being a few kilobytes smaller and the code being more readable. * vm_page_select_free() has been *greatly* simplified. * The PQ_ZERO page queue and supporting structures have been removed * vm_page_zero_idle() revamped (see below) PG_ZERO setting and clearing has been migrated from vm_page_alloc() to vm_page_free[_zero]() and will eventually be guarenteed to remain tracked throughout a page's life ( if it isn't already ). When a page is freed, PG_ZERO pages are appended to the appropriate tailq in the PQ_FREE queue while non-PG_ZERO pages are prepended. When locating a new free page, PG_ZERO selection operates from within vm_page_list_find() ( get page from end of queue instead of beginning of queue ) and then only occurs in the nominal critical path case. If the nominal case misses, both normal and zero-page allocation devolves into the same _vm_page_list_find() select code without any specific zero-page optimizations. Additionally, vm_page_zero_idle() has been revamped. Hysteresis has been added and zero-page tracking adjusted to conform with the other changes. Currently hysteresis is set at 1/3 (lo) and 1/2 (hi) the number of free pages. We may wish to increase both parameters as time permits. The hysteresis is designed to avoid silly zeroing in borderline allocation/free situations. END K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-02-08T00:47:32.000000Z K 7 svn:log V 60 Add hysteresis to alpha version of vm_page_zero_idle(). END K 10 svn:author V 6 newton K 8 svn:date V 27 1999-02-08T01:27:18.000000Z K 7 svn:log V 120 MFC -- Prevent emulators from being unloaded whilst they are being used. Reviewed by: Jordan Hubbard END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-02-08T01:32:04.000000Z K 7 svn:log V 26 Fix white-space spamming. END K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-02-08T02:11:52.000000Z K 7 svn:log V 230 If there are 4 or fewer disk devices, we have room to display additional VM statistics. zfod is moved and %slo-z ( percentage of zero-fills that were slow, i.e. not pre-zero'd ), and number of pages freed per second. END K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-02-08T02:39:45.000000Z K 7 svn:log V 61 Include discrete ozfod as well as ozfod/zfod percentage. END K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-02-08T02:42:13.000000Z K 7 svn:log V 223 Adjust idle zero-page fill hysteresis based on tests. Use 2/3 and 4/5 zero-fill levels. Adjust comment for ozfod in vmmeter.h - this counter represents non-optimal ( on the fly ) zero fills, not prefills. END K 10 svn:author V 3 dcs K 8 svn:date V 27 1999-02-08T04:14:31.000000Z K 7 svn:log V 75 Bumb up loader's version. Reviewed by: Michael Smith END K 10 svn:author V 3 dcs K 8 svn:date V 27 1999-02-08T04:20:00.000000Z K 7 svn:log V 92 Bumb up loader's version. Reviewed by: Michael Smith Approved by: jhk END K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-02-08T05:15:54.000000Z K 7 svn:log V 77 General cleanup. Remove #if 0's and remove useless register qualifiers. END K 10 svn:author V 6 julian K 8 svn:date V 27 1999-02-08T05:34:09.000000Z K 7 svn:log V 129 PR: 9309 Reviewed by: Archie Cobbs with changes from me. Submitted by: Ruslan Ermilov ru@ucb.crimea.ua, kseel END K 10 svn:author V 6 julian K 8 svn:date V 27 1999-02-08T05:48:46.000000Z K 7 svn:log V 175 Fix for PR 9309. Divert was not feeding clean data to ifa_ifwithaddr() so it was giving bad results. Submitted by: kseel , Ruslan Ermilov END K 10 svn:author V 6 julian K 8 svn:date V 27 1999-02-08T05:53:39.000000Z K 7 svn:log V 30 remove leftover garbage line. END K 10 svn:author V 6 julian K 8 svn:date V 27 1999-02-08T06:03:32.000000Z K 7 svn:log V 84 Hmm let's not be so daring.. just use bzero() though it seems overkill for 8 bytes; END K 10 svn:author V 3 bde K 8 svn:date V 27 1999-02-08T06:29:10.000000Z K 7 svn:log V 259 Copy from vendor branch. This mainly undoes most of the backing out of Russian zones/rules in rev.1.12. ache objected mainly to the changes in the Moscow zone names in rev.1.11 and those changes have been backed out in the vendor branch. Reviewed by: ache END K 10 svn:author V 6 julian K 8 svn:date V 27 1999-02-08T08:33:38.000000Z K 7 svn:log V 72 MFC: Fix garbage inputs to ifa_ifwithaddr(). Matches revision 1.37 END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-02-08T09:59:38.000000Z K 7 svn:log V 53 Sync with sys/boot/i386/loader/version revision 1.3. END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-02-08T10:03:51.000000Z K 7 svn:log V 124 Sync with sys/boot/i386/loader/version revision 1.2.2.1. Submitted by: Takahashi Yoshihiro END K 10 svn:author V 5 roger K 8 svn:date V 27 1999-02-08T11:53:05.000000Z K 7 svn:log V 298 Added check to bktr_mmap() from OpenBSD driver. Improved MSP34xx reset for bt848 Hauppauge boards. Added detection for Bt848a. Vsevolod Lobko added more XUSSR channels. Submitted by: parts from Vsevolod Lobko Obtained from: parts from OpenBSD END K 10 svn:author V 5 roger K 8 svn:date V 27 1999-02-08T11:55:30.000000Z K 7 svn:log V 33 Added detection for bt848a chips END K 10 svn:author V 3 des K 8 svn:date V 27 1999-02-08T13:55:43.000000Z K 7 svn:log V 63 Bring in the simplified port probe from src/sys/i386/isa/lpt.c END K 10 svn:author V 3 des K 8 svn:date V 27 1999-02-08T14:12:38.000000Z K 7 svn:log V 284 Generate correct DLT_NULL headers before passing packets to bpf. Do not modify m_len before passing mbuf chains to bpf. Don't forget to pass packets to bpf when running in Crynwr mode (LINK0). Partially based on a patch by Bill Fenner . PR: bin/7241 END K 10 svn:author V 7 wollman K 8 svn:date V 27 1999-02-08T16:52:42.000000Z K 7 svn:log V 53 Fix mismerged error message. Submitted by: charnier END K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-02-08T18:27:30.000000Z K 7 svn:log V 213 Backport from -4.x. Flush delayed-write data associated with nfs vnode prior to rename operation. This is a workaround to an NFS-V3 bug whereby the delayed-write data becomes stale after the rename. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1999-02-08T18:58:36.000000Z K 7 svn:log V 374 MFC: Load the ELF dynamic linker at an architecture-specific location, thereby solving breakage that was observed in large-memory configurations where MAXDSIZ had to be increased. This merge includes the following revisions: src/sys/kern/imgact_elf.c 1.52 -> 1.53 src/sys/i386/include/elf.h 1.5 -> 1.6 src/sys/alpha/include/elf.h 1.5 -> 1.6 Merge approved by . END K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-02-08T19:00:15.000000Z K 7 svn:log V 286 Revamp vm_object_[q]collapse(). Despite the complexity of this patch, no major operational changes were made. The three core object->memq loops were moved into a single inline procedure and various operational characteristics of the collapse function were documented. END K 10 svn:author V 3 des K 8 svn:date V 27 1999-02-08T19:05:55.000000Z K 7 svn:log V 216 Bring the nlpt and plip drivers in sync with -current: - add the PLIP_DEBUG option - fix the plip driver's bpf interaction - simplify the probe code in the nlpt driver - remove some warnings. Approved by: jkh END K 10 svn:author V 3 jdp K 8 svn:date V 27 1999-02-08T19:08:13.000000Z K 7 svn:log V 119 MFC 1.19 -> 1.20: Fix format mismatches that caused wrong numbers to come out on the Alpha. Merge approved by . END K 10 svn:author V 3 des K 8 svn:date V 27 1999-02-08T21:26:44.000000Z K 7 svn:log V 151 Don't assume a_name is a number just because the first character is a digit. PR: bin/9484 Submitted by: Matthew D. Fuller END K 10 svn:author V 3 des K 8 svn:date V 27 1999-02-08T21:29:39.000000Z K 7 svn:log V 106 Redirect mail to pseudo-user pop to root. PR: conf/9555 Submitted by: Ruslan Ermilov END K 10 svn:author V 2 dt K 8 svn:date V 27 1999-02-08T21:32:38.000000Z K 7 svn:log V 187 Added functions fseeko() and ftello() (from susv2). Fixed fgetpos() and fsetpos() for offsets > 2GB. PR: 8637 Submitted by: Dan Nelson (adjusted by me a little) END K 10 svn:author V 5 abial K 8 svn:date V 27 1999-02-08T21:45:44.000000Z K 7 svn:log V 119 Patch to make mrouted more friendly with crunchgen. Reviewed by: fenner, wollman Submitted by: luigi Approved by: jkh END K 10 svn:author V 5 abial K 8 svn:date V 27 1999-02-08T21:48:31.000000Z K 7 svn:log V 102 Patch to make mrouted more friendly with crunchgen. Reviewed by: fenner, wollman Submitted by: luigi END K 10 svn:author V 5 asami K 8 svn:date V 27 1999-02-08T22:57:48.000000Z K 7 svn:log V 56 We are now in the beta cycle for 3.1. Approved by: jkh END K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-02-09T01:02:37.000000Z K 7 svn:log V 38 add isp host adapter specific options END K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-02-09T01:03:17.000000Z K 7 svn:log V 49 add isp specific config options and explanations END K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-02-09T01:05:42.000000Z K 7 svn:log V 26 roll internal release tag END K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-02-09T01:07:06.000000Z K 7 svn:log V 674 Roll internal release tag. Print out if we're in a 64 bit PCI slot. Use fast memory timing NVRAM parameter. Clean up and fix establishment of default target parameters. Don't use NVRAM if are flagged as not to do so (I had a busted NVRAM setup which I couldn't edit that enabled SYNC mode but disabled disconnect/reconnect and wide!!). Fix delays after resets. BUS resets not done in isp_init anymore- relegated to OS specific outer layers. Fix a buglet where you can get in a loop for a NULL xs in the completion list in isp_intr. Add in some defines that can disable fast posting. Add in code for Loop Up/Loop Down events that call into the outer layers as to what to do. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-02-09T01:08:38.000000Z K 7 svn:log V 208 Allow fibre channel 'bus resets' to go through. Handle Loop Down/Loop Up events by freezing/unfreezing the simq- nice to have such control at this level! Do bus resets in attach layer (non-CAM defined code). END K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-02-09T01:09:03.000000Z K 7 svn:log V 49 Add in defines that disable (temp) fast posting. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-02-09T01:09:35.000000Z K 7 svn:log V 28 clean up some NVRAM defines END K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-02-09T01:11:35.000000Z K 7 svn:log V 574 Roll internal release tag. Roll core version minor. Fix broken DPARM_DEFAULT define. Add a new config flag param (ISP_CFG_NONVRAM) whose intent it is to cause NVRAM to be ignored. Add ISPASYNC_LOOP_DOWN and ISPASYNC_LOOP_UP isp_async enums. Amazingly enough, I did all my scsi_sa work recently without realizing that I had a broken isp card whose (unchangeable- it's an old old old isp1020) NVRAM has sync mode enabled, but disconnect/reconnect disabled- the ISP_CFG_NONVRAM is definitely warranted when you want to bloody well ignore the NVRAM and set something sensible. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-02-09T01:12:52.000000Z K 7 svn:log V 129 Cleanup. Set all PCI parameters of importance. Set a define that will allow us via config options prefer mem space to I/O space. END K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-02-09T01:39:29.000000Z K 7 svn:log V 299 Addendum to vm_map coalesce optimization. Also, this was backed-out because there was a concensus on current in regards to leaving bss r+w+x instead of r+w. This is in order to maintain reasonable compatibility with existing JIT compilers (e.g. kaffe) and possibly other programs. END K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-02-09T04:17:45.000000Z K 7 svn:log V 149 Get rid of the conf_dir junk for rc.diskless ( rc.diskless will use a better mechanism ). rc.conf should be considerably more readable now. END K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-02-09T05:20:46.000000Z K 7 svn:log V 25 Get rid of $conf_dir END K 10 svn:author V 3 des K 8 svn:date V 27 1999-02-09T15:07:12.000000Z K 7 svn:log V 111 MFC: Redirect mail to pseudo-user pop to root. PR: conf/9555 Submitted by: Ruslan Ermilov END K 10 svn:author V 3 des K 8 svn:date V 27 1999-02-09T15:08:00.000000Z K 7 svn:log V 156 MFC: Don't assume a_name is a number just because the first character is a digit. PR: bin/9484 Submitted by: Matthew D. Fuller END K 10 svn:author V 5 guido K 8 svn:date V 27 1999-02-09T15:53:21.000000Z K 7 svn:log V 115 Add missing poatch for ibcs2_ipc.h as well. Sorry this took so long but there was a routing problem earlier today. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-09T16:04:19.000000Z K 7 svn:log V 110 Remove dictHashSummary internal function; it used doubles. Submitted by: Daniel C. Sobral END K 10 svn:author V 7 wollman K 8 svn:date V 27 1999-02-09T16:55:46.000000Z K 7 svn:log V 432 After wading in the cesspool of ip_input for an hour, I have managed to convince myself that nothing will break if we permit IP input while interface addresses are unconfigured. (At worst, they will hit some ULP's PCB scan and fail if nobody is listening.) So, remove the restriction that addresses must be configured before packets can be input. Assume that any unicast packet we receive while unconfigured is potentially ours. END K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-02-09T17:17:18.000000Z K 7 svn:log V 221 Revamp rc.diskless. Split into rc.diskless1 and rc.diskless2. provide more opportunities for overriding. Clean up /etc/rc ( remove conf_dir, remove startup mount special cases, remove other special cases ) END K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-02-09T17:19:19.000000Z K 7 svn:log V 339 Fix bug in mount_mfs whereby mount_mfs would sometimes return before the mount is completely active, causing the next few commands attempting to manipulate data on the mount to fail. mount_mfs's parent now tries to wait for the mount point st_dev to change before returning, indicating that the mount has gone active. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1999-02-09T17:23:03.000000Z K 7 svn:log V 28 Added myself as maintainer. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-02-09T17:37:21.000000Z K 7 svn:log V 48 Set __FreeBSD_cc_version for 3.1 Ok'ed by: JKH END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-02-09T17:37:32.000000Z K 7 svn:log V 45 Set __FreeBSD_version for 3.1 Ok'ed by: JKH END K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-02-09T17:44:00.000000Z K 7 svn:log V 51 Update diskless and templated booting examples END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-09T22:15:18.000000Z K 7 svn:log V 124 Move rc.conf into defaults/ directory. This is part of a larger series of commits to deal with the rc.conf.site confusion. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-09T22:17:15.000000Z K 7 svn:log V 19 Add /etc/defaults. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-09T22:18:10.000000Z K 7 svn:log V 63 Write changes out to /etc/rc.conf again; rc.conf.site is dead! END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-09T22:25:06.000000Z K 7 svn:log V 31 MFC: remove unused .hash word. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-09T22:25:59.000000Z K 7 svn:log V 25 MFC: retire rc.conf.site END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-09T22:35:34.000000Z K 7 svn:log V 19 MFC: /etc/defaults END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-09T23:08:38.000000Z K 7 svn:log V 32 MFC: install into /etc/defaults END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-09T23:17:25.000000Z K 7 svn:log V 56 Install rc.conf properly into /etc/defaults/ directory. END K 10 svn:author V 3 wes K 8 svn:date V 27 1999-02-09T23:55:04.000000Z K 7 svn:log V 99 Reviewed by: jkh Submitted by: wes Added commentary to ttys to clarify the meaning of the columns. END K 10 svn:author V 3 wes K 8 svn:date V 27 1999-02-09T23:55:13.000000Z K 7 svn:log V 163 Reviewed by: jkh Submitted by: wes Added commentary to ttys to clarify the meaning of the columns. Added commentary to ttys to clarify the meaning of the columns. END K 10 svn:author V 3 ken K 8 svn:date V 27 1999-02-10T00:04:13.000000Z K 7 svn:log V 1432 Add a prioritization field to the devstat_add_entry() call so that peripheral drivers can determine where in the devstat(9) list they are inserted. This requires recompilation of libdevstat, systat, vmstat, rpc.rstatd, and any ports that depend on the devstat code, since the size of the devstat structure has changed. The devstat version number has been incremented as well to reflect the change. This sorts devices in the devstat list in "more interesting" to "less interesting" order. So, for instance, da devices are now more important than floppy drives, and so will appear before floppy drives in the default output from systat, iostat, vmstat, etc. The order of devices is, for now, kept in a central table in devicestat.h. If individual drivers were able to make a meaningful decision on what priority they should be at attach time, we could consider splitting the priority information out into the various drivers. For now, though, they have no way of knowing that, so it's easier to put them in an easy to find table. Also, move the checkversion() call in vmstat(8) to a more logical place. Thanks to Bruce and David O'Brien for suggestions, for reviewing this, and for putting up with the long time it has taken me to commit it. Bruce did object somewhat to the central priority table (he would rather the priorities be distributed in each driver), so his objection is duly noted here. Reviewed by: bde, obrien END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-10T00:26:47.000000Z K 7 svn:log V 88 Save pnp changes into a sysctl variable for kget, just as is done with the isa changes. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-10T00:29:17.000000Z K 7 svn:log V 126 MFC: save pnp values like isa values. Forgot to mention in -current commit that this is actually from: Submitted by: abial END K 10 svn:author V 3 ken K 8 svn:date V 27 1999-02-10T00:46:27.000000Z K 7 svn:log V 293 Fix vmstat display problems. The header printout wasn't quite right, and the display wrapped around. This decreases the default maximum number of disks shown to 2, so things don't wrap around so easily. Also, it fixes the header display issues. Submitted by: Bruce Evans END K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-02-10T01:57:38.000000Z K 7 svn:log V 62 The loader doesn't use '@' to suppress command lines anymore. END K 10 svn:author V 3 des K 8 svn:date V 27 1999-02-10T02:18:31.000000Z K 7 svn:log V 92 Use ppbus instead of the lpt driver. Throw in a (commented-out) vpo entry for good measure. END K 10 svn:author V 3 des K 8 svn:date V 27 1999-02-10T02:26:04.000000Z K 7 svn:log V 37 Use ppbus instead of the lpt driver. END K 10 svn:author V 3 des K 8 svn:date V 27 1999-02-10T02:37:24.000000Z K 7 svn:log V 74 Remove lpt from the device list. Add the rdp driver (forgotten by Joerg?) END K 10 svn:author V 3 des K 8 svn:date V 27 1999-02-10T02:41:24.000000Z K 7 svn:log V 49 Remove the lpt driver, as discussed on -hackers. END K 10 svn:author V 3 des K 8 svn:date V 27 1999-02-10T02:45:06.000000Z K 7 svn:log V 118 Remove the lpt(4) page, and fix references in the lp(4) and rdp(4) pages. Also fix a language nit in the rdp(4) page. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-02-10T09:10:13.000000Z K 7 svn:log V 36 Virgin import of ISC-DHCP v2.0b1pl6 END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-02-10T09:10:13.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r43829, 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 1999-02-10T09:10:14.000000Z K 7 svn:log V 94 This commit was manufactured by cvs2svn to create tag 'isc-dhcp-vendor-isc_dhcp_2_0_b_1_pl_6'. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-10T09:14:05.000000Z K 7 svn:log V 61 Install a little, erm, less from the etc/defaults directory. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-10T09:14:20.000000Z K 7 svn:log V 31 MFC: install more selectively. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-10T09:15:27.000000Z K 7 svn:log V 34 Install the correct rc.conf file. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-10T09:15:41.000000Z K 7 svn:log V 29 MFC: install correct rc.conf END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-02-10T09:16:11.000000Z K 7 svn:log V 338 Information on how I did the import. I still have reservations about choosing the ISC client over the WIDE client, but I believe the FreeBSD community in general seems to prefer this choice. Also OpenBSD uses this version and msmith showed that the ISC client gives us more choices in how we hook the client into sysinstall and /etc/rc* END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-02-10T09:18:30.000000Z K 7 svn:log V 118 patch-ac from ports/net/isc-dhcp2 date: 1997/06/03 06:24:11; author: pst current apparently defines INADDR_LOOPBACK END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-10T09:34:23.000000Z K 7 svn:log V 46 MFC: don't use @'s in loader scripts anymore. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-02-10T09:35:26.000000Z K 7 svn:log V 83 use /sbin/dhclient-script rather than /etc/dhclient-script Obtained from: OpenBSD END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-02-10T13:02:38.000000Z K 7 svn:log V 53 Sync with sys/i386/i386/userconfig.c revision 1.130. END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-02-10T13:04:13.000000Z K 7 svn:log V 113 Sync with sys/i386/i386/userconfig.c revision 1.126.2.3. Submitted by: Takahashi Yoshihiro END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-02-10T13:09:09.000000Z K 7 svn:log V 92 Fixed COPYRIGHT_PC98 (good bye 1998). Noticed by: Takahashi Yoshihiro END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-02-10T13:10:16.000000Z K 7 svn:log V 38 MFC: rev. 1.6 (fixed COPYRIGHT_PC98). END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-02-10T14:25:03.000000Z K 7 svn:log V 236 - Revise text, and fix typos and grammatical errors. - Add syscons.4. If there still are errors, whether technical or grammatical, they are entirely mine, not the reviewers'. Reviewed by: sos, jkh, archie, Nick Hilliard END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1999-02-10T14:25:04.000000Z K 7 svn:log V 68 This commit was manufactured by cvs2svn to create branch 'RELENG_3'. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-02-10T14:49:52.000000Z K 7 svn:log V 75 MFC: - Revise text, and fix typos and grammatical errors. - Add syscons.4. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1999-02-10T16:16:14.000000Z K 7 svn:log V 535 Add some tweaks to hopefully fix a problem I've started to notice recently. Under certain conditions (possibly associated with heavy load), ypserv will fork() child processes that don't exit like they're supposed to. I think this is because of some suspect logic in the ypproc_all procedure. I updated it to use what I hope is a more bulletproof approach. Also tweaked yp_svc_run() a little so that the 'are we a child?' test happens at every pass through the for(;;) loop, not just immediately after returning from svc_getreqset2(). END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-10T17:58:50.000000Z K 7 svn:log V 38 Whoops, move rc.conf out of here too. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-10T18:08:16.000000Z K 7 svn:log V 107 Use /etc/defaults/rc.conf everywhere, falling back to /etc/rc.conf as necessary (for half-assed upgrades). END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-10T18:08:38.000000Z K 7 svn:log V 36 MFC: Use rc.conf from new location. END K 10 svn:author V 3 des K 8 svn:date V 27 1999-02-10T18:08:51.000000Z K 7 svn:log V 82 Don't use an arbitrary hardcoded value for nfds in select() calls. PR: bin/9986 END K 10 svn:author V 3 des K 8 svn:date V 27 1999-02-10T18:18:39.000000Z K 7 svn:log V 104 MFC: Don't use an arbitrary hardcoded value for nfds in select() calls. PR: bin/9866 Approved by: jkh END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-02-10T18:30:01.000000Z K 7 svn:log V 32 Our default /etc/dhclient.conf. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1999-02-10T20:04:22.000000Z K 7 svn:log V 431 The ypbind_setdom_2 procedure returns NULL in the success case. This is incorrect; returning NULL here means that the dispatcher won't send any response back to the caller, which means the caller will sit there waiting until it times out. I don't know how this ever worked before. The effect is that using 'ypset foo' to get the local ypbind to change servers would work, but would sit there hanging for a long time for no reason. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-02-10T20:51:22.000000Z K 7 svn:log V 36 bmake framework for ISC-DHCP client END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-02-10T20:51:22.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r43855, 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 1999-02-10T20:51:23.000000Z K 7 svn:log V 69 This commit was manufactured by cvs2svn to create tag 'dhclient_1_0'. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-02-10T21:02:32.000000Z K 7 svn:log V 42 * fix paths in manpages * sort references END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-02-10T21:09:48.000000Z K 7 svn:log V 17 hook in dhclient END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-02-10T21:23:48.000000Z K 7 svn:log V 31 remove cruft I meant to remove END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-02-10T23:51:25.000000Z K 7 svn:log V 66 add -1 option: Try once, if we fail, EXIT Obtained from: OpenBSD END K 10 svn:author V 4 grog K 8 svn:date V 27 1999-02-11T05:12:38.000000Z K 7 svn:log V 62 Include libdevstat in executable, for extended start command. END K 10 svn:author V 4 grog K 8 svn:date V 27 1999-02-11T05:16:01.000000Z K 7 svn:log V 160 Extend 'start' command: if used without any parameters, vinum scans all disks known to devstat for vinum drives and reads their configuration. Allowed-by: jkh END K 10 svn:author V 4 grog K 8 svn:date V 27 1999-02-11T05:18:20.000000Z K 7 svn:log V 301 Modify example configuration file to show more optimum stripe size of 256 kB instead of 16 kB. Pointed-out-by: Steve Taylor Modify description of start command to include 'start' with no parameters, which reads the config from all drives found on the system. Allowed-by: jkh END K 10 svn:author V 4 grog K 8 svn:date V 27 1999-02-11T05:28:41.000000Z K 7 svn:log V 331 In some cases, it's possible that I/O errors will cause the daemon to time out on an operation. Under these circumstances, vinum(8) will automatically start another daemon. Add a pid for the daemon, so that an overtaken daemon will discover that it's no longer in favour, and will crawl into a corner and die. Permitted-by: jkh END K 10 svn:author V 4 grog K 8 svn:date V 27 1999-02-11T05:31:02.000000Z K 7 svn:log V 288 check_drive: Make sure that we don't open two different drives with the same name. Silently return EEXIST if this happens. vinum_scandisk: Collect drive numbers, not pointers, to avoid problems of relocated drives. Tripped-over-by: Bernd Walter Permitted-by: jkh END K 10 svn:author V 4 grog K 8 svn:date V 27 1999-02-11T05:50:30.000000Z K 7 svn:log V 133 build_write_request: correct logic for handling writes to volumes with failed plexes. allocrqg: Remove dead code Permitted-by: jkh END K 10 svn:author V 4 grog K 8 svn:date V 27 1999-02-11T05:53:52.000000Z K 7 svn:log V 130 Correct some indentation Implicitly-desired-by: bde update_plex_state: Handle empty RAID-5 plexes correctly Permitted-by: jkh END K 10 svn:author V 6 jkoshy K 8 svn:date V 27 1999-02-11T06:07:27.000000Z K 7 svn:log V 10 Fix typos END K 10 svn:author V 4 grog K 8 svn:date V 27 1999-02-11T06:12:06.000000Z K 7 svn:log V 62 Include libdevstat in executable, for extended start command. END K 10 svn:author V 4 grog K 8 svn:date V 27 1999-02-11T06:13:44.000000Z K 7 svn:log V 383 Check for both kinds of Vinum module (with and without RAID-5). Using the wrong module can cause confusion, including loading both versions (which conflict with each other) and incorrect ioctls, which cause unintelligible error messages. Extend 'start' command: if used without any parameters, vinum scans all disks known to devstat for vinum drives and reads their configuration. END K 10 svn:author V 4 grog K 8 svn:date V 27 1999-02-11T06:14:15.000000Z K 7 svn:log V 143 Extend 'start' command: if used without any parameters, vinum scans all disks known to devstat for vinum drives and reads their configuration. END K 10 svn:author V 4 grog K 8 svn:date V 27 1999-02-11T06:14:49.000000Z K 7 svn:log V 284 Modify example configuration file to show more optimum stripe size of 256 kB instead of 16 kB. Pointed-out-by: Steve Taylor Modify description of start command to include 'start' with no parameters, which reads the config from all drives found on the system. END K 10 svn:author V 4 grog K 8 svn:date V 27 1999-02-11T06:42:39.000000Z K 7 svn:log V 312 In some cases, it's possible that I/O errors will cause the daemon to time out on an operation. Under these circumstances, vinum(8) will automatically start another daemon. Add a pid for the daemon, so that an overtaken daemon will discover that it's no longer in favour, and will crawl into a corner and die. END K 10 svn:author V 4 grog K 8 svn:date V 27 1999-02-11T06:43:15.000000Z K 7 svn:log V 267 check_drive: Make sure that we don't open two different drives with the same name. Silently return EEXIST if this happens. vinum_scandisk: Collect drive numbers, not pointers, to avoid problems of relocated drives. Tripped-over-by: Bernd Walter END K 10 svn:author V 4 grog K 8 svn:date V 27 1999-02-11T06:44:12.000000Z K 7 svn:log V 114 build_write_request: correct logic for handling writes to volumes with failed plexes. allocrqg: Remove dead code END K 10 svn:author V 4 grog K 8 svn:date V 27 1999-02-11T06:44:46.000000Z K 7 svn:log V 111 Correct some indentation Implicitly-desired-by: bde update_plex_state: Handle empty RAID-5 plexes correctly END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1999-02-11T07:07:27.000000Z K 7 svn:log V 206 Correct a race condition where a target mode SCB dma could occur before we finished setting the pending phase information. Use the ALL_TARGETS_MASK #define instead of 0xffff for the default ultraenb mask. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1999-02-11T07:08:58.000000Z K 7 svn:log V 107 Completely set information in the transaction description before performing a selwakeup for it. Cosmetic. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1999-02-11T07:10:20.000000Z K 7 svn:log V 199 Ensure that the ACK from the last information transfer phase has been de-asserted by the initiator before changing phase or releasing the bus. Corrects a SCSI specification violation in target mode. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1999-02-11T07:11:00.000000Z K 7 svn:log V 48 Make the ahc_eisa file also optional on 'eisa'. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1999-02-11T07:12:16.000000Z K 7 svn:log V 143 Set the ultra enable bits in the adaptor's scratch ram area only after we finish modifying our in kernel version during seeprom configuration. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1999-02-11T07:16:04.000000Z K 7 svn:log V 84 MFC: Correct setting of ultra enable bits in adapter scratch ram. Approved by: jkh END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1999-02-11T07:16:29.000000Z K 7 svn:log V 42 MFC: Target mode fixes. Approved by: jkh END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1999-02-11T07:17:15.000000Z K 7 svn:log V 85 MFC: Cosmetic - Complete descriptor manipulation before selwakeup. Approved by: jkh END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1999-02-11T07:17:57.000000Z K 7 svn:log V 41 MFC: ahc_eisa is also optional on 'eisa' END K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-02-11T07:53:28.000000Z K 7 svn:log V 231 Zero p->retval[1] when starting a process. This value ends up in %edx when the process starts, and having it nonzero causes statically-linked Linux binaries to fail. PR: i386/10015 Submitted by: Marcel Moolenaar END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-02-11T10:14:08.000000Z K 7 svn:log V 677 When resending chap challenges, resend the same challenge each time rather than making up a new one. Increase the authname/authkey max sizes to 100 characters. Allow ``authkey'' specifications beginning with ``!''. When a challenge is received, the text following the ``!'' is executed as a program (expanding stuff in the same way that ``sh'' and ``!bg'' do). The program is passed the peer name, peer challenge and local ``authname'' on standard input and is expected to output the name/key combination that should be used to build the CHAP response. This provides support for Secure ID cards (guess what I was given at work recently!) using CHAP. Examples will follow. END K 10 svn:author V 5 roger K 8 svn:date V 27 1999-02-11T10:18:04.000000Z K 7 svn:log V 200 Added new ioctls for Hauppage Infra-Red Remote Control support, Obtaining the supported channel sets and Controlling the GPIO port. Submitted by: Roger Hardiman and Vsevolod Lobko END K 10 svn:author V 5 roger K 8 svn:date V 27 1999-02-11T10:22:30.000000Z K 7 svn:log V 579 Added ioctl REMOTE_GETKEY for Hauppauge Infra-Red Remote Control. Submitted by Roger Hardiman. Added ioctl TVTUNER_GETCHANSET to discover which regions the bktr driver supports. Submitted by Vsevolod Lobko Added BT848_GPIO_SET_EN,BT848_GPIO_SET_DATA (and GETs) to allow user land control of the GPIO pins. This allows a Radio module on the GPIO port to be controlled. Submitted by Vsevolod Lobko The kernel option BKTR_GPIO_ACCESS must be used to enable the GPIO ioctls. Submitted by: Roger Hardiman and Vsevolod Lobko END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-02-11T12:39:45.000000Z K 7 svn:log V 25 update for latest import END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-02-11T12:40:22.000000Z K 7 svn:log V 37 Virgin import of ISC-DHCP v2.0b1pl11 END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-02-11T12:40:22.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r43892, 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 1999-02-11T12:40:23.000000Z K 7 svn:log V 95 This commit was manufactured by cvs2svn to create tag 'isc-dhcp-vendor-isc_dhcp_2_0_b_1_pl_11'. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-02-11T12:49:40.000000Z K 7 svn:log V 14 fix conflicts END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-11T14:00:14.000000Z K 7 svn:log V 107 List diamond fireport cards under Symbios section. Submitted by: Stephen McKay END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-11T14:00:31.000000Z K 7 svn:log V 21 MFC: fireport cards. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-11T14:42:39.000000Z K 7 svn:log V 33 Add spanish mirrors to FTP menu. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-11T14:43:09.000000Z K 7 svn:log V 26 MFC: add spanish mirrors. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-11T15:46:22.000000Z K 7 svn:log V 183 This tries to install rc.diskless, but there is no such file. I don't know which of the two to install in its place so just remove it for now and get the release build working again. END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-02-11T16:30:56.000000Z K 7 svn:log V 127 Add /usr/share/examples/ppp directory Don't install /etc/ppp/ppp.*.example Remove ppp/ppp.{conf,linkup,linkdown,secret}.sample END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-02-11T16:33:14.000000Z K 7 svn:log V 23 Add ppp example files. END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-02-11T16:34:15.000000Z K 7 svn:log V 62 /etc/ppp/ppp.*.sample -> /usr/share/examples/ppp/ppp.*.sample END K 10 svn:author V 5 wosch K 8 svn:date V 27 1999-02-11T17:09:27.000000Z K 7 svn:log V 42 $Id$ misspelled as $Id Submitted by: bde END K 10 svn:author V 3 jdp K 8 svn:date V 27 1999-02-11T17:56:11.000000Z K 7 svn:log V 99 Replace the out-of-date list of mirror sites with a reference to the list in the FreeBSD Handbook. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1999-02-11T18:04:17.000000Z K 7 svn:log V 37 RELENG_3 is now "the" stable branch. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1999-02-11T18:14:03.000000Z K 7 svn:log V 103 Use the fictional server "CHANGE_THIS.FreeBSD.org". Add comments telling the user to (duh) change it. END K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-02-11T19:37:44.000000Z K 7 svn:log V 50 MFS - fix %edx on entry to static Linux binaries. END K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-02-11T19:39:31.000000Z K 7 svn:log V 95 The previous commit was a merge from -current (HEAD) not -stable, and it was Requested by: jkh END K 10 svn:author V 3 jdp K 8 svn:date V 27 1999-02-11T20:14:51.000000Z K 7 svn:log V 44 Sync with -current. Merge approved by jkh. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1999-02-11T20:31:49.000000Z K 7 svn:log V 94 Add a note about the insecurity of MD4 and potential vulnerability of MD5 to similar attacks. END K 10 svn:author V 6 julian K 8 svn:date V 27 1999-02-11T21:47:10.000000Z K 7 svn:log V 154 Define more registers in the PHY unit and use them to report back the result of the media auto negotiation. Reviewed by: David Greenman END K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-02-11T22:03:27.000000Z K 7 svn:log V 35 Remove $conf_dir usage from rc END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-11T23:05:00.000000Z K 7 svn:log V 42 Update comments to match current affairs. END K 10 svn:author V 6 julian K 8 svn:date V 27 1999-02-11T23:41:21.000000Z K 7 svn:log V 79 Define more registers and fix incorrect (but unused) register bit definitions. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1999-02-11T23:59:29.000000Z K 7 svn:log V 677 Do not issue RX and TX reset commands in xl_stop() and xl_init(). On the 3c905B, the RX and TX reset commands also reset the cyclone chip's internal PHY, which causes it to restart its autonegotiation session. This takes a second or two to complete, which makes the interface seem to stop responding for a few seconds every time you do something that reinitializes it. Issuing the RX and TX resets on the older 3c905 boomerang adapters doesn't cause any delay because the boomerang chip requires an external PHY. This should fix the problem where people doing network installs via 3c905B cards experience a delay after the interface is first initialized, among other things. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-12T00:17:12.000000Z K 7 svn:log V 39 Allow both old and new rc.conf syntax. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-02-12T00:17:35.000000Z K 7 svn:log V 36 MFC: both types of rc.conf location END