Ļj33250 254 1393 158 137 110 113 220 148 152 239 220 732 186 164 181 204 201 202 192 166 132 145 142 181 202 241 166 181 147 449 122 142 343 254 556 106 263 204 171 175 216 146 148 1114 340 138 394 266 280 553 215 484 142 135 245 176 628 373 146 124 773 187 123 404 104 157 128 159 180 140 137 133 239 395 228 144 142 154 181 194 157 140 122 425 136 173 213 154 227 142 144 802 294 138 142 144 215 150 215 527 160 305 269 274 181 247 192 140 306 298 146 285 319 190 256 128 211 307 129 113 122 130 150 110 123 242 145 138 123 138 137 249 138 117 127 212 127 199 133 198 123 130 157 118 328 122 281 214 243 143 151 108 122 134 142 159 231 224 168 175 239 316 141 183 249 190 583 119 247 323 236 141 144 1667 220 149 299 270 234 124 190 149 137 126 119 181 251 157 155 147 274 412 226 240 266 238 153 148 113 133 284 110 117 137 208 195 190 146 359 103 141 116 123 131 130 113 116 133 108 134 140 199 125 162 290 290 140 127 106 162 115 144 175 144 106 111 138 105 106 171 139 126 113 106 107 124 174 142 130 134 107 137 115 115 144 K 10 svn:author V 5 wpaul K 8 svn:date V 27 1998-02-11T19:15:32.000000Z K 7 svn:log V 1297 Fix a bug in the database handle caching. This has to do with the way the underlying database code works. When dealing with first/next queries, you have the notion of a database 'cursor,' which is essentially a file pointer for the database. To select the first entry, you do a fetch with the R_FIRST flag set, then you can use the R_NEXT flag to enumerate the other entries in the database. Unfortunately, doing a direct fetch with no flag does _not_ set the 'cursor,' so you can't do a direct fetch and then enumerate the table from there. The bug is that cached handles generated as the result of a YPPROC_MATCH were being treated as though they were the same as handles generated by a YPPROC_FIRST, which is not the case. The manifestation is that if you do a 'ypmatch first-key-in-map map' followed by a yp_first()/yp_next() pair, the yp_first() and yp_next() both return the first key in the table, which makes the entry appear to be duplicated. A couple smaller things since I'm here: - yp_main.c and yp_error.c both have a global 'int debug' in them. For some reason, our cc/ld doesn't flag this as a multiply defined symbol even though it should. Removed the declaration from yp_main.c; we want the one in yp_error.c. - The Makefile wasn't installing ypinit in the right place. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1998-02-11T19:52:53.000000Z K 7 svn:log V 66 Disable boggle. It is being removed due to trademark violations. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1998-02-11T19:58:04.000000Z K 7 svn:log V 45 Removing boggle due to trademark violations. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1998-02-11T20:01:10.000000Z K 7 svn:log V 18 MFC: Nuke boggle. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1998-02-11T20:05:05.000000Z K 7 svn:log V 21 MFC: Boggle is gone. END K 10 svn:author V 2 dg K 8 svn:date V 27 1998-02-11T20:06:48.000000Z K 7 svn:log V 128 Fix a && that should be an &. Reviewed by: "John S. Dyson" Submitted by: jwd@unx.sas.com (John W. DeBoskey) END K 10 svn:author V 3 jdp K 8 svn:date V 27 1998-02-11T20:08:35.000000Z K 7 svn:log V 56 Chekhov, Act 1: The cherry orchard is going to be sold. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1998-02-11T20:13:11.000000Z K 7 svn:log V 60 Chekhov, Act 3: The cherry orchard has been sold. The End. END K 10 svn:author V 4 dima K 8 svn:date V 27 1998-02-11T20:47:55.000000Z K 7 svn:log V 145 I'm not sure whether this is a correct way to do it, but here's a new kernel option - "NO_LKM" If anyone has better ideas - please let me know. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1998-02-11T23:31:24.000000Z K 7 svn:log V 125 pwd_mkdb option '-c' was renamed to -C some weeks ago. PR: bin/5715 Submitted by: dannyman END K 10 svn:author V 4 alex K 8 svn:date V 27 1998-02-12T00:57:06.000000Z K 7 svn:log V 638 Alter ipfw's behavior with respect to fragmented packets when the packet offset is non-zero: - Do not match fragmented packets if the rule specifies a port or TCP flags - Match fragmented packets if the rule does not specify a port and TCP flags Since ipfw cannot examine port numbers or TCP flags for such packets, it is now illegal to specify the 'frag' option with either ports or tcpflags. Both kernel and ipfw userland utility will reject rules containing a combination of these options. BEWARE: packets that were previously passed may now be rejected, and vice versa. Reviewed by: Archie Cobbs END K 10 svn:author V 3 jdp K 8 svn:date V 27 1998-02-12T01:23:11.000000Z K 7 svn:log V 94 Explicitly describe the rules the shell uses to search for a file sourced by the "." command. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1998-02-12T01:25:29.000000Z K 7 svn:log V 72 Merge from main branch 1.18 -> 1.19: describe "." command search rules. END K 10 svn:author V 4 nate K 8 svn:date V 27 1998-02-12T01:44:53.000000Z K 7 svn:log V 88 - Bump the minor # due to the addition of the stringlist functions. Reviewed by: asami END K 10 svn:author V 4 nate K 8 svn:date V 27 1998-02-12T01:45:58.000000Z K 7 svn:log V 110 - MFC: Minor number bump due to addition of stringlist functions (which were brought into -stable as well.) END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-02-12T03:05:34.000000Z K 7 svn:log V 107 Sync with sys/i386/conf/files.i386 revision 1.141.2.18. Submitted by: NOKUBI Hirotaka END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-02-12T03:06:22.000000Z K 7 svn:log V 108 Sync with sys/i386/i386/userconfig.c revision 1.63.2.23. Submitted by: NOKUBI Hirotaka END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-02-12T03:08:11.000000Z K 7 svn:log V 99 MFC: cosmetic change (revisions 1.51 and 1.51). Submitted by: NOKUBI Hirotaka END K 10 svn:author V 4 ache K 8 svn:date V 27 1998-02-12T03:37:45.000000Z K 7 svn:log V 73 Replace non-existent ip_forwarding with ipforwarding (compilation error) END K 10 svn:author V 4 hoek K 8 svn:date V 27 1998-02-12T04:30:58.000000Z K 7 svn:log V 39 Sync comment with reality and current. END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-02-12T08:15:51.000000Z K 7 svn:log V 52 Sync with sys/i386/conf/options.i386 revision 1.72. END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-02-12T08:16:34.000000Z K 7 svn:log V 49 Sync with sys/i386/isa/syscons.c revision 1.251. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1998-02-12T16:35:11.000000Z K 7 svn:log V 86 Oops, sorry, a #define line for my debugging session slipped into the last commit ;-< END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1998-02-12T16:55:28.000000Z K 7 svn:log V 107 Merge in fix for DB handle caching bug from -current. Also remove bogus global 'int debug;' from yp_main.c END K 10 svn:author V 6 yokota K 8 svn:date V 27 1998-02-12T17:06:47.000000Z K 7 svn:log V 145 - Add Brazilian keymap with accent definitions. - Better Portuguese language support for kbdmap(1). PR: misc/5723 Submitted by: Daniel C. Sobral END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1998-02-12T17:06:48.000000Z K 7 svn:log V 70 This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1998-02-12T17:53:19.000000Z K 7 svn:log V 86 Add an entry for the Brazilian keymap with accent key definitions in the keymap menu. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1998-02-12T18:02:07.000000Z K 7 svn:log V 52 Make NO_LKM a new-style option. Forgotten by: dima END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1998-02-12T19:29:05.000000Z K 7 svn:log V 354 Fix _listmatch() again so that it works with group lists containing only one group. Thanks to Dirk Froemberg for supplying a patch for this. I will be closing out the PR and moving this to the 2.2.5 branch later: my login sessions to freefall from Columbia are ridiculously spotty today. PR: 5610 Submitted by: Dirk Froemberg END K 10 svn:author V 3 phk K 8 svn:date V 27 1998-02-12T20:47:39.000000Z K 7 svn:log V 30 Add display of type KD_PIXEL. END K 10 svn:author V 3 phk K 8 svn:date V 27 1998-02-12T20:52:24.000000Z K 7 svn:log V 50 Fix a white-space nit which I happened to notice. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-02-12T21:41:10.000000Z K 7 svn:log V 250 Only use the i586-optimized copying and zeroing functions if they are actually faster (more than 20% faster for zeroing 1 MB at boot time). This fixes pessimized copying and zeroing on K6's and perhaps on other CPUs that are misclassified as i586's. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-02-12T22:00:01.000000Z K 7 svn:log V 161 Fixed initialization of the 4MB page. Kernels larger than about 2.75MB (from _btext to _end) crashed in pmap_bootstrap(). Smaller kernels worked accidentally. END K 10 svn:author V 3 phk K 8 svn:date V 27 1998-02-12T22:05:08.000000Z K 7 svn:log V 463 Add support for VESA mode 0x102 (800x600x4) in syscons. You can activate this using option "-b" to the boot blocks. It is smartest to compile a font into your kernel (See LINT), but not mandatory, but apart from the cursor you will see nothing on the screen until you load a font. This mode allows XF86_VGA16 to run in 800x600 mode on otherwise unsupported graphics hardware. A number of buglets in the cursor handling in syscons may become visible this way. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-02-12T22:33:33.000000Z K 7 svn:log V 14 Unstaticized. END K 10 svn:author V 4 nate K 8 svn:date V 27 1998-02-12T22:48:52.000000Z K 7 svn:log V 169 - Removed the 'poll' code from the -stable files and replaced it with the 'select' code from Luigi's original release. Reviewed by: luigi Pointy Hat donated to: jkh END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-02-12T23:16:12.000000Z K 7 svn:log V 111 Fixed staticization (the behaviour is undefined when something with external linkage is redeclared as static). END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-02-12T23:52:23.000000Z K 7 svn:log V 79 Fixed disordering of MLINKS in previous commit. Fixed old disorder in MLINKS. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-02-12T23:58:54.000000Z K 7 svn:log V 83 Fixed a comment. The module size is (unfortunately) in K, but it is not in pages. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-02-13T00:20:36.000000Z K 7 svn:log V 123 Removed unnecessary dependencies on KERNEL and DIAGNOSTIC. This was more useful when opt_diagnostic.h had to be included. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1998-02-13T00:22:11.000000Z K 7 svn:log V 52 Merge in fix for PR #5610 from -current. PR: 5610 END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-02-13T00:28:40.000000Z K 7 svn:log V 56 Fixed configuration and linkage of ext2_checkoverlap(). END K 10 svn:author V 6 julian K 8 svn:date V 27 1998-02-13T01:27:34.000000Z K 7 svn:log V 1017 Fixes from Jeremy Allison and Terry Lambert for pthreads: specifically: uthread_accept.c: Fix for inherited socket not getting correct entry in pthread flags. uthread_create.c: Fix to allow pthread_t pointer return to be null if caller doesn't care about return. uthread_fd.c: Fix for return codes to be placed into correct errno. uthread_init.c: Changes to make gcc-2.8 thread aware for exception stack frames (WARNING: This is #ifdef'ed out by default and is different from the Cygnus egcs fix). uthread_ioctl.c: Fix for blocking/non-blocking ioctl. uthread_kern.c: Signal handling fixes (only one case left to fix, that of an externally sent SIGSEGV and friends - a fairly unusual case). uthread_write.c: Fix for lock of fd - ask for write lock, not read/write. uthread_writev.c: Fix for lock of fd - ask for write lock, not read/write. Pthreads now works well enough to run the LDAP and ACAPD(with the gcc 2.8 fix) sample implementations. END K 10 svn:author V 6 julian K 8 svn:date V 27 1998-02-13T01:35:57.000000Z K 7 svn:log V 244 Submitted by: Jeremy Allison(Samba maintainer) and Terry Lambert Obtained from: Whistle Communications FreeBSD tree. YAMFC: Pthreads now works well enough to run the LDAP and ACAPD(with the gcc 2.8 fix) sample implementations. (even with C++) END K 10 svn:author V 4 alex K 8 svn:date V 27 1998-02-13T01:58:13.000000Z K 7 svn:log V 45 MFC: correct handling of fragmented packets. END K 10 svn:author V 3 imp K 8 svn:date V 27 1998-02-13T02:13:24.000000Z K 7 svn:log V 301 Many security improvements from OpenBSD: implement mkdtemp improve man page for mk*temp use arc4random to seed extra XXX's randomly Optionally warn of unsafe mktemp uses From various commits by theo de raadt and Todd Miller. Obtained from: OpenBSD This should go into 2.2 after a testing period. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-02-13T02:19:29.000000Z K 7 svn:log V 173 Ensure that the linker sets for commands exist by putting a standard command in each of them. This removes the need for hard-to-configure dummy instantiations of the sets. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-02-13T02:45:26.000000Z K 7 svn:log V 187 Fixed printing of %fs and %gs for live kernels. Only print the current pcb on startup. Printing it every time a utility routine was called messed up the register dump for live kernels. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-02-13T03:10:28.000000Z K 7 svn:log V 460 Uncommit the generated file key_prot.h. Install it from where it is generated. It must be installed in both /usr/include/rpc/ and /usr/include/rpcsvc/ for historical reasons. The generated version was once missing ANSI prototypes because the wrong flags were passed to rpcgen, but that is fixed now. The committed version had `#pragma indent' which gratuitously broke K&R support. Apart from this, all versions before and after this commit are identical. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-02-13T03:34:11.000000Z K 7 svn:log V 122 Describe signal handling. Don't describe the old implementation. Cleaned up English. Obtained from: mostly from NetBSD END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1998-02-13T03:38:41.000000Z K 7 svn:log V 389 Close PR #2206: fix the services.byname target so that it can handle /etc/services entries with any protocol instead of just udp and tcp. Rather thani having the awk script explicitly search for 'udp' or 'tcp' in the second field using index(), use split() to break up the field at the '/' character if it exists, which extracts the protocol from the field no matter what it is. PR: 2206 END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1998-02-13T03:39:46.000000Z K 7 svn:log V 48 Merge fix for PR #2206 from -current. PR: 2206 END K 10 svn:author V 6 yokota K 8 svn:date V 27 1998-02-13T03:48:16.000000Z K 7 svn:log V 40 MFC: Brazilian keymap with accent keys. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-02-13T04:44:49.000000Z K 7 svn:log V 152 Describe signal handling. Don't describe the old implementation. Don't define `microsecond'. Cleaned up English. Obtained from: mostly from sleep.3 END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-02-13T04:54:27.000000Z K 7 svn:log V 84 Converted putfsent() to Lite2 mount interface - don't use numeric filesystem types. END K 10 svn:author V 5 brian K 8 svn:date V 27 1998-02-13T05:10:26.000000Z K 7 svn:log V 533 Update to version 2.0-beta Allow for NULL fd_sets in descriptor_UpdateSet() Reimplement the entire chat module, creating `struct chat' - a `type' of struct descriptor. Remove CARRIER logging. CONNECT logging now only logs "CONNECT" lines. CHAT logging masks it with an entire log of the conversation. Modem dialing is now asynchronous, including pauses and timeouts :-) The hooks in DoLoop() in main.c are *very* messy ! I'll have to rewrite DoLoop fairly soon, so I don't care too much for the moment. This code is pretty raw. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-02-13T05:25:37.000000Z K 7 svn:log V 280 Fixed missing privilege checking and off-by-1 bounds checking in i386_set_ioperm(). Don't use a magic number for the bound. Fixed missing bounds checking in i386_get_ioperm(). Don't use a magic number for the bound elsewhere in this function. Removed some bogus initializers. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-02-13T05:30:18.000000Z K 7 svn:log V 54 Ifdefed some npx code. npx should be optional again. END K 10 svn:author V 5 brian K 8 svn:date V 27 1998-02-13T05:31:03.000000Z K 7 svn:log V 30 Remove some unused variables. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-02-13T06:33:16.000000Z K 7 svn:log V 680 Update timer0_prescaler_count before calling hardclock() while timer0 is "acquired". This fixes a TSC biasing error of about 10 msec when pcaudio is active. Update `time' before calling hardclock() when timer0 is being released. This is not known to be important. Added some delays in writertc(). Efficiency is not critical here, unlike in rtcin(), and we already use conservative delays there. Don't touch the hardware when machdep.i8254_freq is being changed but the maximum count wouldn't change. This fixes jitter of up to 10 msec for most small adjustments to machdep.i8254_freq. When the maximum count needs to change, the hardware should be adjusted more carefully. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-02-13T06:49:16.000000Z K 7 svn:log V 95 Don't generate warnings for test coverage checking when compiling LINT. Generate code instead. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-02-13T06:59:22.000000Z K 7 svn:log V 31 Ifdefed SMP-only declarations. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-02-13T07:09:38.000000Z K 7 svn:log V 311 Don't (conditionally) override the kernel's min() and max() functions with macros. This breaks if the functions are replaced by macros with unsuitable semantics. Define a MAX() macro unconditionally instead. max() is unsuitable since we need a constant expression. Don't define MIN() - we never used min(). END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-02-13T07:34:52.000000Z K 7 svn:log V 12 Staticized. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-13T07:58:45.000000Z K 7 svn:log V 65 Change a bogus failure return to the more proper success return. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-13T08:01:01.000000Z K 7 svn:log V 36 MF22: correct bogus failure return. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1998-02-13T09:00:03.000000Z K 7 svn:log V 64 MFC: list Brazilian keymap with accent keys in the keymap menu. END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-02-13T09:31:35.000000Z K 7 svn:log V 87 Sync with sys/i386/isa/syscons.c and syscons.h revisions 1.254 and 1.37, respectively. END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-02-13T09:32:17.000000Z K 7 svn:log V 47 Sync with sys/i386/isa/clock.c revision 1.110. END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-02-13T09:32:50.000000Z K 7 svn:log V 44 Sync with sys/i386/isa/npx.c revision 1.56. END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-02-13T09:34:42.000000Z K 7 svn:log V 40 Use RDMSR instruction instead of WRMSR. END K 10 svn:author V 3 phk K 8 svn:date V 27 1998-02-13T11:31:34.000000Z K 7 svn:log V 146 Hmm, it is generally an advantage to commit the most recent version of ones changes: A faster character painter procedure and fix on cursor bug. END K 10 svn:author V 3 phk K 8 svn:date V 27 1998-02-13T12:46:28.000000Z K 7 svn:log V 302 Implement the spirit but not the letter of Terrys hot-char patch. The differences Terrys patch and this patch are: * Remove a lot of un-needed comments. * Don't put l_hotchar at the front of stuct linesw, there is no need to. * Use the #defines for the hotchar in the SLIP and PPP line disciplines END K 10 svn:author V 3 phk K 8 svn:date V 27 1998-02-13T13:00:02.000000Z K 7 svn:log V 135 Add a skelleton pulse-per-second timing driver. This will become more useful when I get my timecounter changes past the Bruce-filter. END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-02-13T16:57:31.000000Z K 7 svn:log V 51 Sync with sys/i386/conf/majors.i386 revision 1.26. END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-02-13T16:59:01.000000Z K 7 svn:log V 49 Sync with sys/i386/isa/syscons.c revision 1.255. END K 10 svn:author V 3 phk K 8 svn:date V 27 1998-02-13T17:35:33.000000Z K 7 svn:log V 62 Man, twice in as many days. Gotta learn to check that uname. END K 10 svn:author V 3 phk K 8 svn:date V 27 1998-02-13T17:54:53.000000Z K 7 svn:log V 89 Fix a couple of lines that dropped out in my merge yesterday. Complained about by: ache END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-13T20:18:54.000000Z K 7 svn:log V 101 Add a no-cost optimization for DOC bootstrap. Get from local release building machine if available. END K 10 svn:author V 6 julian K 8 svn:date V 27 1998-02-13T20:21:04.000000Z K 7 svn:log V 62 Add the GRE protocol Generic Routing Encapsulation (RFC 1702) END K 10 svn:author V 6 julian K 8 svn:date V 27 1998-02-13T20:25:42.000000Z K 7 svn:log V 45 Add RFC 1702 (GRE) MCF: matches version 1.10 END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-13T20:34:25.000000Z K 7 svn:log V 30 MF22: Optimize DOC bootstrap. END K 10 svn:author V 4 ache K 8 svn:date V 27 1998-02-13T21:02:53.000000Z K 7 svn:log V 331 Fix very rare but dangerous bug: for some DES passwords crypt(real_password, salt) is equal to crypt("", salt); It means that this user (and not only he) can login without entering password at all, just pressing Return. So if empty password entered and crypted password is not empty, invalidate any crypt result by assigning ":" END K 10 svn:author V 4 ache K 8 svn:date V 27 1998-02-13T21:05:48.000000Z K 7 svn:log V 43 MFC: fix rare bug with empty DES passwords END K 10 svn:author V 3 pst K 8 svn:date V 27 1998-02-13T22:40:32.000000Z K 7 svn:log V 81 Change wfd major block device to 1 as part of the effort to make wfd's bootable. END K 10 svn:author V 3 pst K 8 svn:date V 27 1998-02-13T22:41:00.000000Z K 7 svn:log V 120 Change wfd major block device to 1 as part of the effort to make wfd's bootable without a big increase in boot2's size. END K 10 svn:author V 3 pst K 8 svn:date V 27 1998-02-13T22:50:12.000000Z K 7 svn:log V 62 Merge from -current: Block device of wfd changed from 24 to 1 END K 10 svn:author V 4 alex K 8 svn:date V 27 1998-02-14T04:12:23.000000Z K 7 svn:log V 133 Avoid using grep when determining ipfw's default policy -- it may not be available at this stage of the boot if /usr is NFS mounted. END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-02-14T08:39:35.000000Z K 7 svn:log V 49 Sync with sys/i386/isa/syscons.c revision 1.256. END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-02-14T08:40:09.000000Z K 7 svn:log V 51 Sync with sys/i386/conf/majors.i386 revision 1.27. END K 10 svn:author V 5 peter K 8 svn:date V 27 1998-02-14T09:47:14.000000Z K 7 svn:log V 707 A hack to work around the sleep prior to calling the built-in diff. This affects speed of doing 'cvs diff' (in all modes) and 'cvs update' over the network. 1: don't pause at all unless running in server protocol mode. 2: if running in server protocol mode, do a kludge that intercepts the stdout and stderr write functions and diverts them to cvs_output() and cvs_outerr(). Yes, this might be done with fwopen() etc, but that also requires copying "FILE" structs since you can't freopen stdout etc and specify functions at the same time. This HACK will go away once the cvs folks have done their changes to the library version of gnu diff to use the callbacks as mentioned in the comments. END K 10 svn:author V 5 peter K 8 svn:date V 27 1998-02-14T13:34:59.000000Z K 7 svn:log V 199 Fix top sorting of idle processes. top used p_cpticks as a tie-breaker but that isn't suitable (it gets zeroed each second apparently). PR: bin/4957 Submitted-by: Dan Nelson END K 10 svn:author V 5 peter K 8 svn:date V 27 1998-02-14T13:37:25.000000Z K 7 svn:log V 44 YAMFC: rev 1.9; adjust idle process sorting END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-02-14T13:44:42.000000Z K 7 svn:log V 49 MFC: revision 1.43 (use rdmsr instead of wrmsr). END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-14T14:31:26.000000Z K 7 svn:log V 52 MFC: fixes to xenix ftime & extra sanity. PR: 5734 END K 10 svn:author V 5 steve K 8 svn:date V 27 1998-02-14T15:38:29.000000Z K 7 svn:log V 120 Cleanup code so that long lines to be quoted don't get truncated. PR: 5679 Reviewed by: Bruce Evans END K 10 svn:author V 5 steve K 8 svn:date V 27 1998-02-14T15:42:58.000000Z K 7 svn:log V 56 MFC: Don't truncate long lines to be quoted. PR: 5679 END K 10 svn:author V 5 steve K 8 svn:date V 27 1998-02-14T16:12:53.000000Z K 7 svn:log V 120 Correctly document h and m modifiers to the time format. PR: 5739 Submitted by: Matthew Cashdollar END K 10 svn:author V 4 nate K 8 svn:date V 27 1998-02-14T16:13:27.000000Z K 7 svn:log V 433 - MFC: revision 1.85 date: 1998/02/03 00:50:36; author: dyson; state: Exp; lines: +65 -36 This fix should help the panic problems in -current. There were some errors in "interval" management. Due to the clustering mechanism, the code is necessarily complex and error prone. Reviewed by: a number of folks on -stable [ The same code exists in both branches, and the patch seems to give no ill effects to testers. ] END K 10 svn:author V 5 steve K 8 svn:date V 27 1998-02-14T16:14:24.000000Z K 7 svn:log V 66 MFC: correctly document the h and m modifiers of the time format. END K 10 svn:author V 4 nate K 8 svn:date V 27 1998-02-14T16:17:17.000000Z K 7 svn:log V 211 - If a PCCARD serial device is removed from the system, let the serial driver 'break out' of the infinite loop waiting for a response from it. This is a bad thing, but no worse than having the kernel hang. END K 10 svn:author V 4 nate K 8 svn:date V 27 1998-02-14T16:19:22.000000Z K 7 svn:log V 175 - Rip out the (unused and un-working) DEVFS code out of here, since DEVFS dooesn't (and will never) work in -stable. Noted by: NAGAO -abtk- Tadaaki END K 10 svn:author V 5 steve K 8 svn:date V 27 1998-02-14T18:26:29.000000Z K 7 svn:log V 179 Note that '+' and '?' are not special characters in basic REs but they can be simulated using bounds. PR: 5708 Submitted by: Oliver Fromme END K 10 svn:author V 5 steve K 8 svn:date V 27 1998-02-14T18:28:25.000000Z K 7 svn:log V 87 MFC: '+' and '?' are ordinary characters but can be simulated using bounds. PR: 5708 END K 10 svn:author V 5 steve K 8 svn:date V 27 1998-02-14T18:33:37.000000Z K 7 svn:log V 152 Overhaul this manpage - removing typos, awkward phrasing, and addressing a few technical faults. PR: 5692 Submitted by: dannyman@arh0300.urh.uiuc.edu END K 10 svn:author V 5 steve K 8 svn:date V 27 1998-02-14T22:55:23.000000Z K 7 svn:log V 98 Clarify the -batch arguments. PR: 5677 Submitted by: Adrian Filipi-Martin END K 10 svn:author V 5 steve K 8 svn:date V 27 1998-02-14T22:56:25.000000Z K 7 svn:log V 46 MFC: clarify the -batch arguments. PR: 5677 END K 10 svn:author V 2 jb K 8 svn:date V 27 1998-02-15T00:46:47.000000Z K 7 svn:log V 214 signal() returns SIG_ERR, not just -1. The sys/signal.h header file provides the cast from -1 to the signal() return type, so no further casting by programmers should be required. Pointed out by: bde (of course). END K 10 svn:author V 2 jb K 8 svn:date V 27 1998-02-15T04:09:48.000000Z K 7 svn:log V 206 gcc on alpha complains about nested comments. A comment in this file referred to a path ending in "/*" which was reasonable to me, but gcc wasn't so sure. So now the comment refers to a path ending in "*". END K 10 svn:author V 2 jb K 8 svn:date V 27 1998-02-15T04:15:47.000000Z K 7 svn:log V 55 Add #include to get prototype for memcpy(). END K 10 svn:author V 5 dyson K 8 svn:date V 27 1998-02-15T04:17:09.000000Z K 7 svn:log V 190 Make the rootdir handling more consistent. Now, processes always have a root vnode associated with them, and no special checks for the null case are needed. Submitted by: terry@freebsd.org END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-02-15T05:41:31.000000Z K 7 svn:log V 226 Fixed an aliasing bug. It was too easy to defeat the check for moving or shrinking an open partition (by changing the label for a compatibility slice while partitions on the corresponding real slice are open, or vice versa). END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-02-15T06:25:26.000000Z K 7 svn:log V 98 Removed a superstitious fnop() that broke the usefulness of the FPU's "last instruction" pointer. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T08:14:39.000000Z K 7 svn:log V 163 missing spl() call and off by one error in the handling of the partitions. Submitted by: Chris Csanady Obtained from: OpenBSD END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T08:15:08.000000Z K 7 svn:log V 36 MFC: Chris Csanady's OpenBSD fixes. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T08:28:26.000000Z K 7 svn:log V 118 Revert part of my previous patch - I don't see the *need* to call splbio() from within an interrupt handler here. :-) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T08:29:27.000000Z K 7 svn:log V 214 MFC: remove extra splbio(). I will read through diffs more carefully before committing. I will read through diffs more carefully before committing. I will read through diffs more carefully before committing. :-) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T10:47:57.000000Z K 7 svn:log V 37 MFC: correct citation for config(8). END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T10:49:26.000000Z K 7 svn:log V 21 MFC: spelling error. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T10:51:43.000000Z K 7 svn:log V 30 MFC: proper cite for chmod(2) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T10:53:17.000000Z K 7 svn:log V 38 MFC: handle residual writes properly. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T10:58:17.000000Z K 7 svn:log V 58 MFC: purely cosmetic "let's eliminate divergence" commit. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T11:01:40.000000Z K 7 svn:log V 18 MFC: miscellany.. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T11:04:30.000000Z K 7 svn:log V 31 MFC: support for sparse files. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T11:06:23.000000Z K 7 svn:log V 149 MFC: cosmetic. Some VFS hacker will have to investigate an actual real MFC for this code - it doesn't look like something to be undertaken lightly. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T11:10:07.000000Z K 7 svn:log V 53 MFC: save/restore errno, cosmetic include reduction. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T11:16:28.000000Z K 7 svn:log V 46 MFC: correct manpage, don't move mountpoints. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T11:18:33.000000Z K 7 svn:log V 31 MFC: remove include pollution. END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-02-15T11:18:47.000000Z K 7 svn:log V 45 Sync with sys/i386/isa/sio.c revision 1.197. END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-02-15T11:19:15.000000Z K 7 svn:log V 44 Sync with sys/i386/isa/npx.c revision 1.57. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T11:32:27.000000Z K 7 svn:log V 156 MFC: timeout support, fixes to signal handling. If there's more contraversy over the latter, I can either continue to track it in -current or back it out. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T11:34:02.000000Z K 7 svn:log V 46 MFC: prevent potential overflow in sprintf(). END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T11:48:03.000000Z K 7 svn:log V 25 MFC: cite correct paths. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T11:51:17.000000Z K 7 svn:log V 35 MFC: correctly list deleted files. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T13:08:13.000000Z K 7 svn:log V 119 MFC: minor doc cleanup, minor tweak to call _exit(), include /usr/libdata/gcc in prefixes even though currently empty. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T13:32:21.000000Z K 7 svn:log V 35 MFC: eliminate redundant includes. END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-02-15T13:35:32.000000Z K 7 svn:log V 105 Sync with sys/i386/conf/majors.i386 revision 1.9.2.6. Submitted by: NOKUBI Hirotaka END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T13:43:06.000000Z K 7 svn:log V 41 MFC: add a bit of missing functionality. END K 10 svn:author V 3 phk K 8 svn:date V 27 1998-02-15T13:50:12.000000Z K 7 svn:log V 105 unifdef -UEXT_CLOCK fdef -UEXT_CLOCK, it is irrelevant. Fix a couple of nits from bde while here anyway. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T13:51:08.000000Z K 7 svn:log V 31 MFC: more selective verbosity. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T13:53:03.000000Z K 7 svn:log V 38 MFC: very minor error handling fixes. END K 10 svn:author V 3 phk K 8 svn:date V 27 1998-02-15T13:55:06.000000Z K 7 svn:log V 65 Add a nanotime() function so that we can start to use this call. END K 10 svn:author V 3 phk K 8 svn:date V 27 1998-02-15T14:15:21.000000Z K 7 svn:log V 26 A bunch of nits from bde. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T14:24:59.000000Z K 7 svn:log V 235 MFC: selected improvements for etc files *not* including periodic changes, security tweaks or other kerberbos related stuff. I expect that stuff to occur as a side-effect of what others will be doing in etc, if at all. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T14:31:55.000000Z K 7 svn:log V 30 MFC: saner dotfiles for root. END K 10 svn:author V 5 peter K 8 svn:date V 27 1998-02-15T14:42:33.000000Z K 7 svn:log V 186 Update to support SI/XIO PCI host cards (Z280 based) and the enhanced SXISA and SXPCI host cards (Transputer based). PR: 4836, 5021, 5654 Submitted by: Nick Sayer END K 10 svn:author V 3 phk K 8 svn:date V 27 1998-02-15T14:54:09.000000Z K 7 svn:log V 121 A bunch of nits from bde. Make the name "pps" all over the place. Remove the hardcoded 10us offset, use sawtooth for it. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T15:12:08.000000Z K 7 svn:log V 150 MFC: Selected security fixes and bogosity rectification. Couldn't bring the srandomdev() changes in since we don't have that in 2.2. Pity. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T15:18:36.000000Z K 7 svn:log V 51 MFC: allow perl compilation to be conditionalized. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T15:20:01.000000Z K 7 svn:log V 59 MFC: Add extended opcodes for a variety of x86 processors. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T15:26:35.000000Z K 7 svn:log V 16 MFC: doc tweak. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T15:34:20.000000Z K 7 svn:log V 30 MFC: selected security fixes. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T16:05:27.000000Z K 7 svn:log V 42 MFC: spelling corrections, deobfuscation. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T16:30:09.000000Z K 7 svn:log V 50 MFC: security tweak, support for -T and -B flags. END K 10 svn:author V 4 alex K 8 svn:date V 27 1998-02-15T16:32:01.000000Z K 7 svn:log V 66 MFC: ability to list/show a single rule by specifying its number. END K 10 svn:author V 5 steve K 8 svn:date V 27 1998-02-15T17:03:58.000000Z K 7 svn:log V 136 The ' character is treated differently as the first character of a line. PR: 5754 Submitted by: Kazuo Horikawa END K 10 svn:author V 5 steve K 8 svn:date V 27 1998-02-15T17:05:30.000000Z K 7 svn:log V 129 MFC: ' is a special character when the first character on a line. PR: 5754 Submitted by: Kazuo Horikawa END K 10 svn:author V 6 yokota K 8 svn:date V 27 1998-02-15T18:22:40.000000Z K 7 svn:log V 73 Reword description of Brazilian keyboard. Submitted by: Daniel C. Sobral END K 10 svn:author V 6 yokota K 8 svn:date V 27 1998-02-15T18:23:16.000000Z K 7 svn:log V 80 YAMFC: Reword description of Brazilian keyboard. Submitted by: Daniel C. Sobral END K 10 svn:author V 5 guido K 8 svn:date V 27 1998-02-15T18:41:57.000000Z K 7 svn:log V 144 MFC: Only forward source routed packets when ipforwarding is set to 1. (including Andrews fix for my typo, thanks) Obtained from: Thomas Ptacek END K 10 svn:author V 5 wosch K 8 svn:date V 27 1998-02-15T18:54:26.000000Z K 7 svn:log V 221 httpd-error is a shell script which print a summary about Web files which does not exists on your host. E.g. httpd-error -userhits < /var/log/httpd-error.log print the number of errors by users, sorted by error hits. END K 10 svn:author V 5 steve K 8 svn:date V 27 1998-02-15T21:37:54.000000Z K 7 svn:log V 47 MFC: bring in Bruce's fixes from revision 1.6. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1998-02-15T21:38:19.000000Z K 7 svn:log V 88 Make bootblock building independent of /usr/include if relative includes are available. END K 10 svn:author V 5 guido K 8 svn:date V 27 1998-02-15T22:31:40.000000Z K 7 svn:log V 154 Check return values of fprintf, fclose (this one is overdone I guess) and pw_db->close. PR: 4202 (probably, I askd the submitter) Obtained from: OpenBSD END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-15T23:29:16.000000Z K 7 svn:log V 98 Update to luigi's latest. Compiles OK for me under 2.2 (of course, so did the previous version). END K 10 svn:author V 5 brian K 8 svn:date V 27 1998-02-16T00:01:12.000000Z K 7 svn:log V 488 Create struct datalink. This is a type of physical link that can chat and talk LCP & CCP. A bundle contains a list of these (only one in the list for the moment). The datalink is a type of descriptor, and dials, enters LCP (& does CCP), kicks the bundle when its FSMs do something interesting and does the hangup chat script on the way down. It also handles redials and reconnects. There are lots of loose ends, and probably lots of bugs, but the data structures are getting there ! END K 10 svn:author V 5 brian K 8 svn:date V 27 1998-02-16T00:18:52.000000Z K 7 svn:log V 25 Cosmetic: Stop a warning END K 10 svn:author V 6 msmith K 8 svn:date V 27 1998-02-16T00:29:05.000000Z K 7 svn:log V 151 TEMPORARILY disable support for the 4MB kernel page, as it appears to be causing installation images for -current to be unbootable. Submitted by: phk END K 10 svn:author V 4 nate K 8 svn:date V 27 1998-02-16T06:14:46.000000Z K 7 svn:log V 229 - Removed these files as they are no longer necessary. (The soundcard.h file is exactly the same as the version in i386/include/soundcard.h, which is now shared by both luigi's and the Voxware drivers.) Submitted by: luigi END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-02-16T09:37:18.000000Z K 7 svn:log V 142 Sync with sys/i386/boot/*/Makefile (Eivind's change: Make bootblock building independent of /usr/include if relative includes are available). END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-02-16T09:37:57.000000Z K 7 svn:log V 48 Sync with sys/i386/conf/GENERIC revision 1.106. END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-02-16T09:38:37.000000Z K 7 svn:log V 51 Sync with sys/i386/conf/files.i386 revision 1.189. END K 10 svn:author V 6 msmith K 8 svn:date V 27 1998-02-16T11:15:35.000000Z K 7 svn:log V 1570 Based on the following message, disable tagged command queueing for all Iomaga Jaz drives. From: Steve Logue To: freebsd-current@freebsd.org, freebsd-scsi@freebsd.org Subject: Jaz Drives / Tagged Command Queuing FreeBSD Lists, Due to my own problems as the owner of a Jaz drive, I have gotten word from Iomega that confirms the state of Tagged Command Queuing as the underlying problem. There is an error in all Jaz, and Jaz2 drives prior to BIOS level J.86 that has not shipped yet. Read the following, and make the appropriate corrections to your system present, and future: > Steve, > > I got a very fast response from the hardware engineer (Jaz and Jaz 2 > designer). The problem is this - The Jaz drive does not support > command queing, and revisions older than J.86 do not report it correctly. > For example, when your SCSI adapter says "I'm going to use command > queing" to the Jaz drive, the drive answers "OK, lets go", even though its > not supported. The J.86 drives will now answer "Sorry, command > queing is not supported". Iomega does not have any current plans to > support command queing. > > Thank's for your report, I will continue to forward it to the hardware > engineers. -STEVEl -- --------------------------------------------------------------------- Steve Logue http://home.cdsnet.net/~stevel Systems Integration nettek LLC --------------------------------------------------------------------- Submitted by: Steve Logue END K 10 svn:author V 6 msmith K 8 svn:date V 27 1998-02-16T11:16:42.000000Z K 7 svn:log V 124 Merge from -current; disable tagged command queueing for all Jaz drives. Submitted by: Steve Logue END K 10 svn:author V 5 markm K 8 svn:date V 27 1998-02-16T12:23:23.000000Z K 7 svn:log V 55 Kerberized telnet is not built here. Remove telnet(d). END K 10 svn:author V 5 markm K 8 svn:date V 27 1998-02-16T12:36:49.000000Z K 7 svn:log V 204 Bring back the old behaviour of kinit; if no username is mentioned on the command line, attempt to get a ticket for the current uid (or .root if we are already su'ed). Requested By: Garrett Wollman END K 10 svn:author V 5 markm K 8 svn:date V 27 1998-02-16T12:39:25.000000Z K 7 svn:log V 175 Make the ticket filename the same as for our old eBones. I am going to kerberize xdm again, and it will be a pain to maintain two different sets of patches (for 2.2 and 3.0). END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-16T17:16:51.000000Z K 7 svn:log V 141 Eliminate the idea of nested "playpens" entirely - it just obfuscated the code and, in at least one case, made it more dangerous to no gain. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-16T17:41:57.000000Z K 7 svn:log V 32 MFC: nuke them nested playpens. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-16T18:22:13.000000Z K 7 svn:log V 98 MFC: misc doc tweaks with very little visual effect (but I'm sure they're there for a reason! :). END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-16T18:24:53.000000Z K 7 svn:log V 57 MFC: eliminate support category, use proper email addrs. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-16T18:25:44.000000Z K 7 svn:log V 45 MFC: cast ctype macro args to unsigned char. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-16T18:29:08.000000Z K 7 svn:log V 34 MFC: FNM_IGNORECASE compat macro. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-16T18:32:02.000000Z K 7 svn:log V 27 MFC: don't say "obsoleted" END K 10 svn:author V 5 guido K 8 svn:date V 27 1998-02-16T19:08:18.000000Z K 7 svn:log V 87 Apparently, if fprintf() fails, it can return any negative value Pointed out by: Bruce END K 10 svn:author V 5 brian K 8 svn:date V 27 1998-02-16T19:10:03.000000Z K 7 svn:log V 156 Move the dial, login and hangup scripts into struct datalink. Don't set these scripts in -direct mode. Always set reconnect_tries to zero for -direct mode. END K 10 svn:author V 5 brian K 8 svn:date V 27 1998-02-16T19:10:44.000000Z K 7 svn:log V 63 Move the reconnect timeout and max tries into struct datalink. END K 10 svn:author V 5 brian K 8 svn:date V 27 1998-02-16T19:11:10.000000Z K 7 svn:log V 61 Move the redial timeouts and max tries into struct datalink. END K 10 svn:author V 5 guido K 8 svn:date V 27 1998-02-16T19:13:43.000000Z K 7 svn:log V 53 MFC: check return value from db close and fprintf(). END K 10 svn:author V 5 guido K 8 svn:date V 27 1998-02-16T19:21:32.000000Z K 7 svn:log V 179 Add 2 new rc.conf variables: forward_sourceroute : controls setting of existing net.inet.ip.sourceroute accept_sourceroute : control setting of new net.inet.ip.accept_sourceroute END K 10 svn:author V 5 guido K 8 svn:date V 27 1998-02-16T19:23:58.000000Z K 7 svn:log V 317 Add new sysctl variable: net.inet.ip.accept_sourceroute It controls if the system is to accept source routed packets. It used to be such that, no matter if the setting of net.inet.ip.sourceroute, source routed packets destined at us would be accepted. Now it is controllable with eth default set to NOT accept those. END K 10 svn:author V 5 guido K 8 svn:date V 27 1998-02-16T19:25:41.000000Z K 7 svn:log V 131 Document new variables forward_sourceroute and accept_sourceroute. While we're at it: also document the already existing arpproxy. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1998-02-16T23:51:00.000000Z K 7 svn:log V 144 Delete apparently unused DEVFS control device creation code - code didn't even compile. A (now seemingly correct) devfs node is still created. END K 10 svn:author V 6 msmith K 8 svn:date V 27 1998-02-16T23:55:53.000000Z K 7 svn:log V 170 Fix a panic resulting from executing off an MFS image. This corrects the recently observed problem with the install image. Submitted by: Tor Egge END K 10 svn:author V 6 msmith K 8 svn:date V 27 1998-02-16T23:57:03.000000Z K 7 svn:log V 142 Remove DISABLE_PSE option which was masking (but not fixing) the problem. A correct fix for execution off MFS filesystems has been committed. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1998-02-16T23:57:49.000000Z K 7 svn:log V 58 Add HW_WDOG to LINT, and turn it into a new-style option. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T00:48:17.000000Z K 7 svn:log V 56 MFC: very small - just bring in fix for fpos_t typedef. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T00:51:56.000000Z K 7 svn:log V 21 MFC: POSIXification. END K 10 svn:author V 5 brian K 8 svn:date V 27 1998-02-17T01:05:22.000000Z K 7 svn:log V 39 Remove some unused stuff from pppVars. END K 10 svn:author V 5 brian K 8 svn:date V 27 1998-02-17T01:05:47.000000Z K 7 svn:log V 189 Sort out (fix) the `term' command. datalink_Up() can now be told to skip the dial/login/hangup scripts and can be told whether to enter packet mode when entering the DATALINK_OPENED state. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T01:34:50.000000Z K 7 svn:log V 18 MFC: spelling fix END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T01:38:25.000000Z K 7 svn:log V 25 MFC: convert to unsigned END K 10 svn:author V 6 jseger K 8 svn:date V 27 1998-02-17T03:05:32.000000Z K 7 svn:log V 42 Use tabs instead of spaces in saver line. END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-02-17T03:15:30.000000Z K 7 svn:log V 114 Enable NEC 86 sound card when PC98 is defined. Submitted by: Takahashi Yoshihiro END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-02-17T03:17:10.000000Z K 7 svn:log V 101 MFC: revision 1.24 (NEC 86 card). Submitted by: Takahashi Yoshihiro END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-02-17T03:19:00.000000Z K 7 svn:log V 97 Disable Luigi's sound driver. Submitted by: Takahashi Yoshihiro END K 10 svn:author V 6 jseger K 8 svn:date V 27 1998-02-17T03:26:03.000000Z K 7 svn:log V 51 MFC: Fix saver line to use tabs instead of spaces. END K 10 svn:author V 4 alex K 8 svn:date V 27 1998-02-17T05:04:56.000000Z K 7 svn:log V 265 Partial unmerge from -current: don't use . While this would work fine for 2.2.6-RELEASE and beyond, many 2.2.5-stable installations will still be using the broken version of rc.network which expects to see a return value of 1 as the failure exit code. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1998-02-17T07:29:31.000000Z K 7 svn:log V 7 Typos. END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-02-17T08:29:49.000000Z K 7 svn:log V 48 Sync with sys/i386/conf/GENERIC revision 1.107. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T09:49:13.000000Z K 7 svn:log V 24 MFC: correct prototypes END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T09:50:22.000000Z K 7 svn:log V 31 MFC: this returns int, say so. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T09:51:33.000000Z K 7 svn:log V 39 MFC: int function returns 0, not NULL. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T09:52:59.000000Z K 7 svn:log V 38 MFC: return MAP_FAILED instead of -1. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T09:57:18.000000Z K 7 svn:log V 21 MFC: misc doc fixes. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T09:58:49.000000Z K 7 svn:log V 24 MFC: more doc cleanups. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T10:05:29.000000Z K 7 svn:log V 41 MFC: much more extensive error checking. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T10:30:02.000000Z K 7 svn:log V 16 MFC: doc fixes. END K 10 svn:author V 3 sos K 8 svn:date V 27 1998-02-17T10:44:23.000000Z K 7 svn:log V 42 Reserve major # for the atapi tape device END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T10:50:20.000000Z K 7 svn:log V 48 Reserve ID for Greg Lehey's Veritas look-alike. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T10:52:56.000000Z K 7 svn:log V 106 Add entry for Greg Lehey's "vinum" fs - don't know what to call it in here so I just called it a RAID fs. END K 10 svn:author V 3 sos K 8 svn:date V 27 1998-02-17T11:32:33.000000Z K 7 svn:log V 33 Add 'wst" atapi tape devicefile. END K 10 svn:author V 3 sos K 8 svn:date V 27 1998-02-17T11:33:31.000000Z K 7 svn:log V 70 Correct the use of major 1 its now the wfd device Also add wst device END K 10 svn:author V 7 scrappy K 8 svn:date V 27 1998-02-17T14:03:10.000000Z K 7 svn:log V 193 Upgrade Luigi's audio driver to Jan/23 version... will bring in Feb/15th version as soon as I've tested it... Installed/tested on my home machine...any problems, please report directly to me. END K 10 svn:author V 7 scrappy K 8 svn:date V 27 1998-02-17T14:17:13.000000Z K 7 svn:log V 193 Upgrade Luigi's audio driver to Jan/23 version... will bring in Feb/15th version as soon as I've tested it... Installed/tested on my home machine...any problems, please report directly to me. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T14:33:20.000000Z K 7 svn:log V 48 MFC: doc cleanup, various cosmetic adjustments. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T14:36:14.000000Z K 7 svn:log V 35 MFC: more fascist signal blocking. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T14:40:02.000000Z K 7 svn:log V 14 MFC: cleanup. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T14:51:47.000000Z K 7 svn:log V 70 MFC: Since we have bidirectional pipes, allow bidirectional popen()s. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T14:54:32.000000Z K 7 svn:log V 23 Boast of new features. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T15:28:29.000000Z K 7 svn:log V 52 New rocketport device entries, merged again (gack). END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T15:36:46.000000Z K 7 svn:log V 83 Support for >32 ports. PR: 5765 Submitted by: Steve Gericke END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T16:36:48.000000Z K 7 svn:log V 52 Mention when bidirectional features first appeared. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T16:37:04.000000Z K 7 svn:log V 14 MFC: history. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T16:38:15.000000Z K 7 svn:log V 19 MFC: doc cleanups. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T16:40:17.000000Z K 7 svn:log V 46 MFC: doc cleanups and one potential overflow. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T16:43:18.000000Z K 7 svn:log V 13 MFC: doc fix END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T16:43:34.000000Z K 7 svn:log V 14 MFC: doc fix. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T16:49:19.000000Z K 7 svn:log V 79 MFC: doc tweaks, extra security check to setlocale(), minor tweak to isctype.c END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T17:18:30.000000Z K 7 svn:log V 47 MFC: Add Kanji runes and more security checks. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T17:19:41.000000Z K 7 svn:log V 34 Add mskanji.c, which I tagged in. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T17:25:30.000000Z K 7 svn:log V 21 MFC: extra security. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T17:28:44.000000Z K 7 svn:log V 14 MFC: constify END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T17:29:17.000000Z K 7 svn:log V 15 MFC: constify. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T17:29:50.000000Z K 7 svn:log V 32 MFC: check for 0-length writes. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T17:33:57.000000Z K 7 svn:log V 82 MFC: various improvements to printf() family, among them support for long double. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T18:24:39.000000Z K 7 svn:log V 50 MFC: getopt() wants to use -1 instead of EOF now. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T18:55:22.000000Z K 7 svn:log V 38 MFC: minor improvements to radixsort. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T18:56:30.000000Z K 7 svn:log V 42 MFC: symlink loop checking in realpath(). END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T18:56:45.000000Z K 7 svn:log V 15 MFC: constify. END K 10 svn:author V 4 nate K 8 svn:date V 27 1998-02-17T18:59:15.000000Z K 7 svn:log V 44 - Remove files at shouldn't be in the tree. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T18:59:56.000000Z K 7 svn:log V 23 MFC: minor doc tweaks. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T19:09:44.000000Z K 7 svn:log V 23 MFC: minor doc tweaks. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-02-17T19:13:23.000000Z K 7 svn:log V 52 MFC: various docs tweaks to reflect modern reality. END