Ļv32000 251 867 204 211 153 251 252 199 204 131 124 228 136 324 188 122 238 183 219 136 144 375 290 177 202 180 195 111 179 252 196 180 119 210 180 235 165 671 519 396 241 189 334 271 585 365 162 250 315 237 145 142 153 187 140 199 108 153 148 213 137 144 242 132 470 214 303 105 302 205 108 509 629 201 389 222 114 118 119 119 153 602 129 176 311 120 107 182 246 145 144 146 150 145 136 136 166 123 695 106 166 118 181 214 301 144 208 187 177 226 380 496 166 111 148 103 166 244 111 166 141 139 206 138 173 232 117 177 251 164 741 282 664 112 146 298 218 287 118 161 176 181 193 184 163 110 124 112 312 103 159 220 226 163 181 255 132 166 184 106 112 177 190 118 348 406 190 183 316 439 681 176 217 302 130 132 119 110 130 294 144 162 167 842 107 175 266 159 248 233 423 168 141 164 120 195 200 135 170 162 226 136 162 124 155 171 243 146 156 149 130 125 164 115 140 114 191 232 189 195 183 188 152 149 141 344 138 206 316 176 241 202 195 196 210 165 168 387 217 127 259 182 190 120 117 237 175 208 202 112 173 130 K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-12-26T14:52:29.000000Z K 7 svn:log V 772 Fix some breakage that prevented the Plasmon burners from being used under -current. The actual preparation of the next track will now be deferred until just before the first write operation. Otherwise, opening the device with write intent will cause the execution of commands that are illegal in `limited command set mode' (i.e., after the write channel has been opened). While i was at it, cleaned up the worm_open() function a bit. Removed the volume overflow pre-check in worm_strategy(). It was time-consuming, and rather useless in many cases anyway (with the size being reported for just the entire volume only), so we can as well let the actual SCSI command fail instead, where it'll properly be reported as EIO. Partially submitted by & discussed with: jmz END K 10 svn:author V 4 hoek K 8 svn:date V 27 1997-12-26T16:11:49.000000Z K 7 svn:log V 110 fork() checks RLIMIT_NPROC, not RLIMIT_NOFILE. pr: docs/5260 submitted-by: Niall Smart [3]njs3@doc.ic.ac.uk END K 10 svn:author V 4 hoek K 8 svn:date V 27 1997-12-26T16:23:22.000000Z K 7 svn:log V 117 YACC: fork() checks RLIMIT_NPROC, not RLIMIT_NOFILE. pr: docs/5260 submitted-par: Niall Smart [3]njs3@doc.ic.ac.uk END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-12-26T20:15:03.000000Z K 7 svn:log V 61 Reorder to a more conventional if/then/else/endif structure. END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-12-26T20:41:08.000000Z K 7 svn:log V 158 ename "i586_ctr" to "tsc" (both upper and lower case instances). Fix a couple of printfs too. Warning: This changes the names of a couple of kernel options! END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-12-26T20:42:37.000000Z K 7 svn:log V 159 Rename "i586_ctr" to "tsc" (both upper and lower case instances). Fix a couple of printfs too. Warning: This changes the names of a couple of kernel options! END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-12-26T21:12:26.000000Z K 7 svn:log V 104 Workaround to avoid a strange core dump. gzip < /dev/null | perl -npe 's/\003\003/\003\225/' | gzip -d END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-12-26T23:11:13.000000Z K 7 svn:log V 111 Change major number to match the one actually used (whoops!). Submitted by: Steve Gericke END K 10 svn:author V 3 imp K 8 svn:date V 27 1997-12-26T23:28:17.000000Z K 7 svn:log V 39 style(9) corrections Submitted by: bde END K 10 svn:author V 3 imp K 8 svn:date V 27 1997-12-26T23:36:43.000000Z K 7 svn:log V 32 style(9) nits Submitted by: bde END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-12-27T02:28:28.000000Z K 7 svn:log V 133 #include "opt_user_ldt.h" so that the #ifdef USER_LDT checks can work, as commented about at length in the PR audit trail. PR: 2412 END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-12-27T02:56:39.000000Z K 7 svn:log V 44 Unspammed nested include of . END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-12-27T03:00:59.000000Z K 7 svn:log V 229 Back out previous commit, the so-called "unused code" was most definately used, and caused a reference to an uninitialised variable (state). I think I've fixed it now, but since nothing in the tree seems to use it, I'm not sure. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-12-27T03:38:39.000000Z K 7 svn:log V 94 Check argument filename length before copying. $ gzip `perl -e 'for(1..10240){ print "a"}'` END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-12-27T05:37:13.000000Z K 7 svn:log V 30 MFC: mention FTP_PASSIVE_MODE END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-12-27T05:55:15.000000Z K 7 svn:log V 145 diff to /usr/share/tmac/mdoc/mdoc-syms to accept .Fx 2.2.1 .Fx 2.2.2 Submitted by: Kazutaka YOKOTA END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-12-27T05:55:54.000000Z K 7 svn:log V 91 Update moused docs. Submitted by: Kazutaka YOKOTA END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-12-27T07:22:12.000000Z K 7 svn:log V 124 Allow (and document) execution of commands from within our chat script. You can now even run chat(8) - see ppp.conf.sample. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-12-27T09:42:03.000000Z K 7 svn:log V 44 Unspammed nested include of . END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-12-27T10:42:58.000000Z K 7 svn:log V 50 Add 1 to RELDATE to mark the "ldconfig -R" merge. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-12-27T13:44:42.000000Z K 7 svn:log V 280 Remove bogus timeout code in Receive(). Don't read(fd, buffer, 0) and think ppp has closed the connection when `buffer' is full, instead, flush most of buffer to the terminal and read() for a reasonable length. This fixes "show route" when there's more than 2k of routing output. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-12-27T13:45:57.000000Z K 7 svn:log V 195 Show who closes the diagnostic connection. Show the IP range (if specified) in "show ipcp". Close unused descriptors 0 and 2 in interactive mode. Pass (size_t *) rather than (int *) to sysctl(). END K 10 svn:author V 4 alex K 8 svn:date V 27 1997-12-27T18:44:56.000000Z K 7 svn:log V 84 Bring back part of rev 1.44 which was commented out by rev 1.58. Reviewed by: nate END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-12-27T18:54:23.000000Z K 7 svn:log V 107 Fix some minor formatting bugs. PR: 5216 Submitted by: Masahiro Sekiguchi END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-12-27T18:58:27.000000Z K 7 svn:log V 86 Fix some minor formatting nits. PR: 5373 Submitted by: Matthew Hunt END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-12-27T19:23:13.000000Z K 7 svn:log V 100 Write to the routing socket as uid 0. It's not good enough to just open it as uid 0 under OpenBSD. END K 10 svn:author V 4 alex K 8 svn:date V 27 1997-12-27T19:31:11.000000Z K 7 svn:log V 18 Typo/$Id$ police. END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-12-27T19:40:20.000000Z K 7 svn:log V 85 Another sysconfig -> rc.conf fix. PR: 5374 Submitted by: Studded END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-12-27T19:46:54.000000Z K 7 svn:log V 157 Add a ldconfig_paths variable that specifies the shared library paths to be given to ldconfig(8). PR: 5178 Submitted by: Evan Champion END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-12-27T19:50:55.000000Z K 7 svn:log V 101 Document the new ldconfig_paths variable. PR: 5178 Submitted by: Evan Champion END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-12-27T20:00:13.000000Z K 7 svn:log V 86 Remove one last /etc/sysconfig reference. PR: 3460 Pointed out by: hoek@FreeBSD.org END K 10 svn:author V 7 wollman K 8 svn:date V 27 1997-12-27T20:49:39.000000Z K 7 svn:log V 23 Fix top-of-form bogon. END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-12-27T22:56:41.000000Z K 7 svn:log V 115 Don't include sys/syslimits.h if _ANSI_SOURCE is defined. PR: 5119 Discussed with: Bruce Evans END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-12-28T00:28:46.000000Z K 7 svn:log V 88 Update comment to match updated sb0 line (conflicts keyword no longer needed at IRQ 5). END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-12-28T00:29:50.000000Z K 7 svn:log V 142 Adjust sb0 IRQ to 5 from 7 (as was already done in -current) and update comments to match. PR: 5384 Submitted by: END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-12-28T00:30:53.000000Z K 7 svn:log V 73 Adjust SBC_IRQ to 5. PR: 5384 Submitted by: END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-12-28T01:01:13.000000Z K 7 svn:log V 578 Restored used include of . malloc() is not used here, but kmem_malloc() is used and it takes the same "flags" as malloc(). Use the mbuf allocation "flags" M_WAIT and M_DONTWAIT consistently. There is really only one boolean flag, M_DONTWAIT, but the "flags" were always treated as enum-like values, except in some places here where the values are tacitly converted to boolean flags. Treat them as enum-like values everywhere, except where we tacitly assume that there are only two values in order to convert them to the corresponding two kmem_malloc() "flags". END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-12-28T01:04:47.000000Z K 7 svn:log V 426 Unspammed nested include of . hasn't really used any features from since it was "blasted from the past" in rev.1.15, and most .c files did not depend on the namespace pollution (others have been fixed). The mbuf allocation control values M_DONTWAIT and M_WAIT were just defined in terms of the malloc control values M_NOWAIT and M_WAITOK. The mbuf values are now defined directly. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-12-28T02:17:06.000000Z K 7 svn:log V 301 Allow initial sequence numbers less than what we're expecting. When CCP is originally negotiated, the only thing we can be sure about is that we've started adding data to the inflate dictionary either before or at the same time as the peer. This is ok, 'cos DEFLATE is a `sliding window' compressor. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-12-28T02:46:26.000000Z K 7 svn:log V 146 If a packet causes a dial, continue to test whether it's blocked in the output filter. If so, proceed with the dial despite dropping the packet. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-12-28T02:56:43.000000Z K 7 svn:log V 95 Initialize mbuf::pnext. Complain to LogERROR if we have internal inconsistency (not LogDEBUG). END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-12-28T05:03:33.000000Z K 7 svn:log V 241 Handle "%...p" as "%#...x" instead of "0x%...x". This is a quick fix for field widths being 2 larger than specified for "%p". Only printing of null pointers is "wrong" now (it is actually "right", but inconsistent with printf(3)). END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-12-28T05:20:59.000000Z K 7 svn:log V 178 Removed stale comment about printf's deficiencies and rewrote the code that worked around them for the CLI devtab listing. Print the `conflicts' flag in the CLI devtab listing. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-12-28T05:45:07.000000Z K 7 svn:log V 492 Removed unnecessary (and broken) wakeup code in rpstart(). There is no need to do it directly, since ttwwakeup() is always called just before returning from rpstart(). The brokenness was waking up the wrong address after clearing TS_SO_OLOWAT. It's not clear how processes waiting for output to drain below low water ever got woken up. Found by: when I fixed longstanding warts in output watermark handling, this was the only driver that knew too much (anything) about the watermarks END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-12-28T06:20:47.000000Z K 7 svn:log V 272 Always call ttwwakeup() before returning from comstart(). It isn't necessary to call it when the tty layer's output state has not been changed, but siostop() sometimes changes the TS_BUSY state and then calls comstart() mainly for its side effect of calling ttwwakeup(). END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-12-28T06:23:03.000000Z K 7 svn:log V 70 YAMFsio.c (always call ttwwakeup() before returning from comstart()). END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-12-28T06:29:36.000000Z K 7 svn:log V 155 An a termcap entry for ancient Wyse60 terminals, wy60-nt, that don't have hardware tab support. PR: 5386 Submitted by: Kevin Day END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-12-28T06:36:35.000000Z K 7 svn:log V 222 Fixed initialization of the divisor latch. We depended on siocnopen() initializing it for the (usual) (siocniobase != 0) case, but siocnopen() doesn't initialize it if the latch registers already have the correct values. END K 10 svn:author V 6 julian K 8 svn:date V 27 1997-12-28T07:10:54.000000Z K 7 svn:log V 141 Move the sector size check to the right place, also cope with some drives that return funny values. The correct fix will come in a few days. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-12-28T08:16:28.000000Z K 7 svn:log V 52 Merge from sys/i386/i386/microtime.s revision 1.36. END K 10 svn:author V 6 julian K 8 svn:date V 27 1997-12-28T09:10:37.000000Z K 7 svn:log V 47 back out previous commit got a better version. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-12-28T12:06:29.000000Z K 7 svn:log V 59 The terminating character in strings is `NUL', not `NULL'. END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-12-28T13:36:09.000000Z K 7 svn:log V 95 wash, sort and put in order various nits from the i586_ctr -> tsc commit. Pointed out by: bde END K 10 svn:author V 4 alex K 8 svn:date V 27 1997-12-28T16:49:37.000000Z K 7 svn:log V 47 MFC (rev 1.67): restore commented out logging. END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-12-28T17:33:10.000000Z K 7 svn:log V 106 More cleanup relating to our use of the TSC. Look in the cpu_feature (CPUID output) to see if we have it. END K 10 svn:author V 4 alex K 8 svn:date V 27 1997-12-28T17:50:10.000000Z K 7 svn:log V 15 -Wall cleanup. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-12-28T18:20:05.000000Z K 7 svn:log V 59 Add OS macros for FreeBSD 2.2.6, OpenBSD 2.2, OpenBSD 2.3. END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-12-28T19:41:36.000000Z K 7 svn:log V 54 MFC: Bruce's fix to remove a hard reference to DEFS.h END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-12-28T19:45:49.000000Z K 7 svn:log V 118 MFC: Hide the declaration of `struct exception' from C++, since it conflicts with the standard C++ `class exception'. END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-12-28T19:47:15.000000Z K 7 svn:log V 43 MFC: gamma -> gammaf fix from Bruce Evans. END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-12-28T19:48:45.000000Z K 7 svn:log V 50 MFC: Bruce Evans' sqrt -> __ieee754_sqrt changes. END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-12-28T20:01:13.000000Z K 7 svn:log V 147 MFC: Bruce Evans' fixes to make bcopy.S support the generation of both memmove and memcpy. Also tag the memcpy.S stub onto this branch. END K 10 svn:author V 8 jraynard K 8 svn:date V 27 1997-12-28T20:52:56.000000Z K 7 svn:log V 35 Fix a couple of stray apostrophes. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-12-28T21:55:05.000000Z K 7 svn:log V 375 Don't expect select() to adjust the passed time when it's interrupted with a SIGALRM. In fact, select() sets the passed time to zero, making the previous implementation terminate always after 1/10th of a second ! Also, deal with someone changing the clock while we're sleeping (and restart the whole sleep). Dangers pointed out by: Theo de Raadt END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-12-28T22:19:54.000000Z K 7 svn:log V 119 MFC: Add davidn's support for %s, %m, %r, and %v from revision 1.8. PR: 5390 Verified by: Alex Bulan END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-12-28T22:31:59.000000Z K 7 svn:log V 208 Add back a #include so that this header is self-sufficient again. This is a quick fix that should really be remedied by removing all of the gratuitous changes made in revision 1.20. PR: 5351 END K 10 svn:author V 4 alex K 8 svn:date V 27 1997-12-29T00:00:10.000000Z K 7 svn:log V 12 Added $Id$. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-12-29T00:02:18.000000Z K 7 svn:log V 209 Remove all explicit rm's (with and without wildcards) and replace them with a function which does the rm/mknod in one step, eliminating the gratuitous device node removal behavior of before. Reviewed by: bde END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-12-29T00:03:36.000000Z K 7 svn:log V 112 Whoops - one small tweak: I eliminated the deprecated isdn case, so also remove mention of it in the comments. END K 10 svn:author V 4 alex K 8 svn:date V 27 1997-12-29T00:09:06.000000Z K 7 svn:log V 15 -Wall cleanup. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-12-29T00:10:20.000000Z K 7 svn:log V 416 Yet another slight bogon that I just noticed needed cleaning up. The for loop was sloppily written, taking advantage of a default for argument handling which few are probably aware of rather than stating its purpose more explicitly. Can't also help but notice that the fd* entry also contains far more comment lines than actual statements - can we please clean that up? The wt* entry could use a bit of the same. END K 10 svn:author V 5 dyson K 8 svn:date V 27 1997-12-29T00:25:11.000000Z K 7 svn:log V 534 Lots of improvements, including restructring the caching and management of vnodes and objects. There are some metadata performance improvements that come along with this. There are also a few prototypes added when the need is noticed. Changes include: 1) Cleaning up vref, vget. 2) Removal of the object cache. 3) Nuke vnode_pager_uncache and friends, because they aren't needed anymore. 4) Correct some missing LK_RETRY's in vn_lock. 5) Correct the page range in the code for msync. Be gentle, and please give me feedback asap. END K 10 svn:author V 5 dyson K 8 svn:date V 27 1997-12-29T01:03:55.000000Z K 7 svn:log V 106 Fix the decl of vfs_ioopt, allow LFS to compile again, fix a minor problem with the object cache removal. END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-12-29T03:29:29.000000Z K 7 svn:log V 294 Handle the condition where BS is typed while the cursor is at the first position on either of the last two lines of the screen. Ie. append contents of current line to the previous line and scroll the next line's contents up. PR: 5392 Submitted by: Kouichi Hirabayashi END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-12-29T03:40:37.000000Z K 7 svn:log V 127 Get md5(1) to use getopt(3). Also some minor -Wall cleaning while here. PR: 5387 Submitted by: Matthew Hunt END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-12-29T07:03:46.000000Z K 7 svn:log V 17 Add missing .Ar. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-12-29T07:05:38.000000Z K 7 svn:log V 21 MFC: Correct a path. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-12-29T07:07:33.000000Z K 7 svn:log V 22 MFC: Add missing .Ar. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-12-29T07:08:36.000000Z K 7 svn:log V 22 MFC: Convert to mdoc. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-12-29T07:09:39.000000Z K 7 svn:log V 56 MFC: Add const to copyright string. Hide sccsid string. END K 10 svn:author V 6 julian K 8 svn:date V 27 1997-12-29T07:49:31.000000Z K 7 svn:log V 506 If available, use the device's LOGICAL blocksize as reported by the "READ_CAPACITY" command, rather than the physical blocksize reported in the physical geometry code-page. Also don't print out worrying bogus messages when probing a device that has no media. There's no point in printing out something that is unknowable. It just confuses things. Move the check for valid blocksize out of 'open()' to the subroutine that actually finds this out, thus probe/attach can also report and act on the problem. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-12-29T08:54:52.000000Z K 7 svn:log V 37 Fixed style bugs in previous commit. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-12-29T09:45:23.000000Z K 7 svn:log V 84 Normalize default owner/group handling, fix bogons in a couple of printf arg lists. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-12-29T13:31:46.000000Z K 7 svn:log V 216 script(1) has annoyed me with it's inflexable command argument parsing since I first saw it. I finally needed to pass arguments through to the spawned command badly enough (and urgently) that I threw this together. END K 10 svn:author V 3 max K 8 svn:date V 27 1997-12-29T13:59:28.000000Z K 7 svn:log V 28 Typo fix: bootgw -> bootpgw END K 10 svn:author V 3 max K 8 svn:date V 27 1997-12-29T13:59:44.000000Z K 7 svn:log V 15 MFC: typo fix. END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-12-29T14:05:49.000000Z K 7 svn:log V 88 Fix a few style nits from previous commit. Submitted by: Bruce Evans END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-12-29T15:17:57.000000Z K 7 svn:log V 151 Mention that the -r flag reprobes the entire bus on which the given device resides and that the -f flag must specify the `whole slice' if it's a disk. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-12-29T16:06:20.000000Z K 7 svn:log V 52 Sync with sys/i386/i386/userconfig.c revision 1.99. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-12-29T16:08:48.000000Z K 7 svn:log V 51 Sync with sys/i386/isa/sio.c revision up to 1.193. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-12-29T16:15:57.000000Z K 7 svn:log V 53 Sync with sys/i386/isa/clock.c revision up to 1.107. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-12-29T16:17:09.000000Z K 7 svn:log V 57 Sync with sys/i386/i386/microtime.s revision up to 1.39. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-12-29T16:17:59.000000Z K 7 svn:log V 52 Sync with sys/i386/conf/options.i386 revision 1.66. END K 10 svn:author V 5 dyson K 8 svn:date V 27 1997-12-29T16:53:53.000000Z K 7 svn:log V 42 Add the vnode interlock back around vget. END K 10 svn:author V 5 dyson K 8 svn:date V 27 1997-12-29T16:54:03.000000Z K 7 svn:log V 42 Add the vnode interlock back around vref. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-12-29T20:07:17.000000Z K 7 svn:log V 74 gateway -> gateway_enable Pointed out by: Susie Ward END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-12-29T20:07:36.000000Z K 7 svn:log V 31 MFC: gateway -> gateway_enable END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-12-29T20:56:21.000000Z K 7 svn:log V 602 * add a -c option which displays the grand total of all files counted. * re-word parts of the man page which I felt were badly worded or ambiguous. * change the behaviour of argument processing so that when more than one of the -P, -H and -L options are specified it will print an error message, rather than choosing the last option specified, this behaviour is more logical and consistent with other utilities. * change the behaviour of argument processing so that negative arguments to the -d option are not allowed. PR: 5388 Submitted by: Niall Smart END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-12-29T21:07:10.000000Z K 7 svn:log V 12 Add ssc(4). END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1997-12-29T21:07:11.000000Z K 7 svn:log V 70 This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-12-29T21:07:49.000000Z K 7 svn:log V 24 Fix typos. Xref ssc(4). END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-12-29T21:08:33.000000Z K 7 svn:log V 87 Add a "scsi -f /dev/ssc -p" example and xref ssc(4). Make the other examples prettier. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-12-29T22:23:13.000000Z K 7 svn:log V 119 Show how much time is left before timing out in the `show timeout' output. Remove ipIdleSecs variable - it's not used. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-12-29T22:23:52.000000Z K 7 svn:log V 206 Don't complain that someone's changed the clock unless the time after a select() interrupt is more than 1 second past what should have been the end time. We may just be running on an over-burdened machine. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-12-29T23:27:29.000000Z K 7 svn:log V 50 MFC rev 1.38 store uid_start in /etc/adduser.conf END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-12-29T23:29:14.000000Z K 7 svn:log V 113 MFC: gzip.c rev 1.8 Check argument filename length before copying. inflate.c rev 1.7 Fix NULL pointer reference. END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-12-29T23:36:56.000000Z K 7 svn:log V 95 Fix a include gottcha in the SMP case. Submitted by: Simon Shapiro END K 10 svn:author V 4 alex K 8 svn:date V 27 1997-12-30T00:38:56.000000Z K 7 svn:log V 84 Added copyright (taken from natd.c). Approved by: Ari Suutari END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-12-30T01:20:08.000000Z K 7 svn:log V 131 Fix typo while copying patch from the 2.2 system that it came from Use execvp rather than execv so that full paths are not needed. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-12-30T02:45:48.000000Z K 7 svn:log V 285 Allow "add! dst mask gw" (note the ``!'') to do an RTM_CHANGE if the RTM_ADD fails with an EEXIST. Allow "delete! dst" (note the ``!'') to silently fail if the RTM_DELETE fails with an ESRCH. Also, make the ESRCH and EEXIST error conditions more understandable to the casual observer. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-12-30T02:54:57.000000Z K 7 svn:log V 402 Set DTR when divisor != 0 for compatibility with 16450. Some programs set divisor = 0 to clear DTR and set divisor = non-zero to reenable DTR (e.g. mgetty). So, such program did not work with 1st CCU of PC98 (i8253 based). This fix has been already commited in current (revision 1.46), but I forgot it and did not describe in commit log. Submitted by: NOKUBI Hirotaka END K 10 svn:author V 6 julian K 8 svn:date V 27 1997-12-30T03:23:13.000000Z K 7 svn:log V 71 The example drivers should use 'poll' now that it has replaced select. END K 10 svn:author V 4 alex K 8 svn:date V 27 1997-12-30T03:26:15.000000Z K 7 svn:log V 18 Document MS_SYNC. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-12-30T03:46:58.000000Z K 7 svn:log V 54 MFC: Make the super scsi device available (/dev/ssc). END K 10 svn:author V 4 alex K 8 svn:date V 27 1997-12-30T04:05:47.000000Z K 7 svn:log V 10 Typo fix. END K 10 svn:author V 6 julian K 8 svn:date V 27 1997-12-30T04:19:54.000000Z K 7 svn:log V 71 move punchline of joke up to rest of joke. (got moved by useful edits) END K 10 svn:author V 3 imp K 8 svn:date V 27 1997-12-30T05:13:21.000000Z K 7 svn:log V 151 Properly drop group privs to open file names specified by the user. Submitted by: Niall Smart rotel@indigo.ie Obtained from: OpenBSD (rev 1.7 and 1.8) END K 10 svn:author V 3 imp K 8 svn:date V 27 1997-12-30T05:15:13.000000Z K 7 svn:log V 19 MFC: drop privs... END K 10 svn:author V 4 alex K 8 svn:date V 27 1997-12-30T05:17:33.000000Z K 7 svn:log V 73 Fixed formatting of the MADV_FREE flag description. Pointed out by: bde END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-12-30T08:38:34.000000Z K 7 svn:log V 49 Remove `retval' from syscall functions here too. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-12-30T08:46:44.000000Z K 7 svn:log V 47 Fixed a missing/misplaced/misstyled prototype. END K 10 svn:author V 5 danny K 8 svn:date V 27 1997-12-30T10:23:09.000000Z K 7 svn:log V 111 Submitted by: Peter Hawkins Actually implement --norecurse as documented in the man page. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-12-30T19:13:10.000000Z K 7 svn:log V 44 MFC: add FreeBSD 2.2.[126], OpenBSD 2.[123] END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-12-30T19:27:30.000000Z K 7 svn:log V 79 Sync: add FreeBSD 2.2.6, OpenBSD 2.3; Correct 4.4BSD Lite2 integreation links. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-12-30T20:02:32.000000Z K 7 svn:log V 137 Use inet_aton() before gethostbyname() Suggested by: Christian Sandberg Eivind Eklund END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-12-30T20:02:50.000000Z K 7 svn:log V 23 Typo in error message. END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-12-30T20:11:01.000000Z K 7 svn:log V 85 Fix a race condition I introduced. Reviewed by: bde (with only minor complaints :-) END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-12-30T22:26:51.000000Z K 7 svn:log V 157 - Accept all models of the HP C1553A tape series as usable tapes. This is necessary for my tape drive to be found, since it's apparently a later model. END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-12-30T22:27:58.000000Z K 7 svn:log V 71 MFC: - Accept all models of the HP C1553A tape series as usable tapes. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-12-30T23:22:31.000000Z K 7 svn:log V 646 Allow "set device" to close the open modem if we're in interactive mode. Use `netfd' in fcntl() and tc[gs]etattr() calls rather than the hard coded descriptor 0. Use _FILENO constants from unistd.h This un-breaks things after my recent `close(0)' in interactive mode. Close STDIN_FILENO, and open _PATH_TTY O_RDONLY as `netfd'. This has the effect of allowing `show route' to output more than about a page of data (on FreeBSD, not OpenBSD....). I have no idea why, except that it was a direct consequence of the tcsetattr() in TtyCommandMode(). My previous fix (closing descriptor 0) `fixed' this because all calls to tcsetattr() failed :-( END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-12-30T23:34:35.000000Z K 7 svn:log V 187 Don't suggest creating sockets in /var/run as we create sockets as our original uid. Suggest creating /var/ppp with perms 1777 instead. Pointed out by: Masafumi NAKANE END K 10 svn:author V 4 alex K 8 svn:date V 27 1997-12-31T01:22:01.000000Z K 7 svn:log V 570 Convert caddr_t --> void * for sys/mman.h functions. mlock, mmap, mprotect, msync, munlock, and munmap are defined by POSIX as taking void *. The const modifier has been added to mlock, munlock, and mprotect as the standard dictates. minherit comes from OpenBSD and has been updated to conform with their recent change to void *. madvise and mincore are not defined by POSIX, but their arguments have been modified to be consistent with the POSIX-defined functions. mincore takes a const pointer, but madvise does not due to the MADV_FREE case. Discussed with: bde END K 10 svn:author V 4 alex K 8 svn:date V 27 1997-12-31T02:35:29.000000Z K 7 svn:log V 19 caddr_t --> void * END K 10 svn:author V 4 alex K 8 svn:date V 27 1997-12-31T03:15:06.000000Z K 7 svn:log V 53 Drop the use of caddr_t in conjunction with mmap(2). END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-12-31T03:58:45.000000Z K 7 svn:log V 203 Suggest using /var/tmp for local domain `diagnostic' sockets, rather than making a new directory. Also, suggest 0600 permissions (mask: 0177). Dangers noted by: Theo de Raadt END K 10 svn:author V 4 alex K 8 svn:date V 27 1997-12-31T05:27:23.000000Z K 7 svn:log V 124 MFC (rev 1.6): Added missing #include to synopsis. PR: 5303 Submitted by: David Malone END K 10 svn:author V 6 ahasty K 8 svn:date V 27 1997-12-31T05:45:56.000000Z K 7 svn:log V 191 Reviewed by: Amancio Hasty Submitted by: Jonathan Hanna The patch is for a Hauppauge Win/TV dbx with FM. I still need to config OVERRIDE_TUNER, but it works nicely. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-12-31T11:04:01.000000Z K 7 svn:log V 24 A Happy New Year! 1998. END K 10 svn:author V 6 helbig K 8 svn:date V 27 1997-12-31T12:25:35.000000Z K 7 svn:log V 66 Ensure stdout is line buffered. Change "pat" -> "re" in man page. END K 10 svn:author V 6 helbig K 8 svn:date V 27 1997-12-31T15:55:08.000000Z K 7 svn:log V 81 Ensure 2 letter abbreviations of weekdays (even if LANG=C and invoked as "cal"). END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-12-31T21:43:16.000000Z K 7 svn:log V 89 Fix incorrect packet truncation error. Submitted by: Tom Pusateri END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-12-31T21:44:58.000000Z K 7 svn:log V 100 Properly decode upper layer ethernet and llc info. Submitted by: Fong-Ching Liaw END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-12-31T21:45:54.000000Z K 7 svn:log V 92 Handle ISO over frame relay properly. Submitted by: Pasvorn Boonmark END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-12-31T21:46:17.000000Z K 7 svn:log V 68 Explain that MAXMEM maynot be nessicary for detection of >64MB RAM. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-12-31T21:47:28.000000Z K 7 svn:log V 15 MFC rev 1.390. END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-12-31T21:50:31.000000Z K 7 svn:log V 32 Add frame-relay decode support. END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-12-31T21:51:55.000000Z K 7 svn:log V 20 Bring in print-fr.c END K 10 svn:author V 4 alex K 8 svn:date V 27 1998-01-01T02:31:47.000000Z K 7 svn:log V 218 Removed /etc/ld.so.conf reference from FILES section (people get confused when they can't find it), but leave the reference to it as being a standard filename (which doesn't imply that it exists). Discussed with: jkh END K 10 svn:author V 4 alex K 8 svn:date V 27 1998-01-01T02:34:14.000000Z K 7 svn:log V 10 Typo fix. END K 10 svn:author V 3 pst K 8 svn:date V 27 1998-01-01T04:13:54.000000Z K 7 svn:log V 67 Handle frame relay, decode ATM VP/VC info, and handle ISO over FR. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-01-01T08:28:26.000000Z K 7 svn:log V 127 Fixed missing initialization of mp->mnt_stat. At least vm depends on at least mp->mnt_stat.f_iosize being nonzero. PR: 5212 END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-01-01T08:47:17.000000Z K 7 svn:log V 133 Moved the SMP declarations of INTREN() and INTRDIS() to the correct header, i.e., the same header as corresponding non-SMP #defines. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-01-01T08:55:37.000000Z K 7 svn:log V 71 Use a real malloc type for M_LINKER instead of #defining it as M_TEMP. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-01-01T08:56:24.000000Z K 7 svn:log V 89 Use a real malloc type for M_LINKER instead of #defining it as M_TEMP. Fixed a comment. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-01-01T09:04:47.000000Z K 7 svn:log V 162 Don't test for executability of /usr/sbin/sysctl [before execing plain sysctl]. We already assumed that many standard commands exist, and sysctl is not special. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-01-01T09:40:21.000000Z K 7 svn:log V 40 Install devfs_remove_dev.9 and suser.9. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-01-01T10:12:14.000000Z K 7 svn:log V 74 Sorted lists. Use the same style as most Makefiles for `MLINKS+=' lines. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-01-01T10:39:40.000000Z K 7 svn:log V 92 skey.access.5 has been rotting here for more than 3 years. The version in libskey is used. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-01-01T10:45:52.000000Z K 7 svn:log V 14 Sorted lists. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-01-01T10:50:53.000000Z K 7 svn:log V 20 Install diskless.8. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-01-01T11:02:45.000000Z K 7 svn:log V 85 Restored xref to diskless(8). diskless(8) existed but was not installed. PR: 2153 END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-01-01T12:40:25.000000Z K 7 svn:log V 98 Removed unused #includes again. They thrashed when mfs_reclaim thrashed to ufs_reclaim and back. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-01-01T12:41:44.000000Z K 7 svn:log V 26 Removed unused #includes. END K 10 svn:author V 3 bde K 8 svn:date V 27 1998-01-01T13:01:31.000000Z K 7 svn:log V 255 Fixed cosmetic bugs: - wrong name in .file statement. - stale comment about CONSPEED. - style bugs in comments. - inconsistent defaulting of operand sizes (should never depend on default). - inconsistent choosing between je and jz (should always use je). END K 10 svn:author V 6 msmith K 8 svn:date V 27 1998-01-01T13:26:55.000000Z K 7 svn:log V 310 Don't try to call into BIOS32 handlers outside the normal ROM address range. They may have been trashed earlier in the boot process, or the directory header may simply be bogus. PR: 5140 Submitted by: Joel Faedi Brought-to-attention-by: Derek Inksetter , bde END K 10 svn:author V 5 wosch K 8 svn:date V 27 1998-01-01T14:05:30.000000Z K 7 svn:log V 96 Do not install the file `zipcodes'. It is now a port (misc/na-zipcodes). Fix INSTALL variables. END K 10 svn:author V 4 alex K 8 svn:date V 27 1998-01-01T17:07:46.000000Z K 7 svn:log V 90 Added missing caddr_t --> void * conversions for sys/mman.h functions. Submitted by: bde END K 10 svn:author V 5 wosch K 8 svn:date V 27 1998-01-01T17:24:43.000000Z K 7 svn:log V 221 Re-order the for loop for multiple procnames. This decrease the system load and makes a killall ppp rlogin ftp ssh ping traceroute telnet a lot faster. Remove duplicated pid's before killing (killall lynx lynx). END K 10 svn:author V 4 ache K 8 svn:date V 27 1998-01-01T20:15:58.000000Z K 7 svn:log V 345 1. EOF was returned when the buffer size was larger than INT_MAX. This case has very little to do with the output size being larger than INT_MAX. 2. The new #include of was disordered. 3. The new declaration of `on' was disordered (integer types go together). 4. Testing an unsigned value for > 0 was fishy. Submitted by: bde END K 10 svn:author V 2 gj K 8 svn:date V 27 1998-01-01T21:27:18.000000Z K 7 svn:log V 589 Reviewed by: Joerg Wunsch In sppp_chap_input: 1) in the CHAP_CHALLENGE case don't output the peer's name if it is not what we expected (DEBUG) since it will be printed out in the course of events anyway. 2) in the CHAP_SUCCESS case test whether the peer is required to authenticate himself [(sp->lcp.opts & (1 << LCP_OPT_AUTH_PROTO))], otherwise the state machine may never switch into the network state. I saw this case against 2 different ISPs; they never bothered to authenticate themselves to me. In sppp_pap_input: in the PAP_ACK case do the same as in 2) above for the same reason. END K 10 svn:author V 5 steve K 8 svn:date V 27 1998-01-01T23:17:05.000000Z K 7 svn:log V 82 Install osreldate.h from ${.OBJDIR}. Submitted by: Bruce Evans END K 10 svn:author V 5 steve K 8 svn:date V 27 1998-01-01T23:27:10.000000Z K 7 svn:log V 122 Fix another problem with clearing the last line of the display. Submitted by: Kouichi Hirabayashi END K 10 svn:author V 4 ache K 8 svn:date V 27 1998-01-02T04:36:51.000000Z K 7 svn:log V 208 1) Redo internal interface to be more latest ncurses-like 2) Fix winsdel called in last line of the window (nothing happens in old variant) 3) Add range checks to wscrl() and internal soft scroll function END K 10 svn:author V 4 ache K 8 svn:date V 27 1998-01-02T04:39:38.000000Z K 7 svn:log V 37 MFC: insdel in last windows line fix END K 10 svn:author V 4 ache K 8 svn:date V 27 1998-01-02T05:05:20.000000Z K 7 svn:log V 39 Remove unneeded code left from testing END K 10 svn:author V 4 ache K 8 svn:date V 27 1998-01-02T05:06:24.000000Z K 7 svn:log V 26 MFC: testing code removed END K 10 svn:author V 6 julian K 8 svn:date V 27 1998-01-02T07:31:07.000000Z K 7 svn:log V 15 add copyrights END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-01-02T09:29:15.000000Z K 7 svn:log V 37 Fixed wrong name in .file statement. END K 10 svn:author V 6 msmith K 8 svn:date V 27 1998-01-02T09:30:39.000000Z K 7 svn:log V 198 Actually implement the internals of the 'ppi' device. It is now possible to control the various parallel port signals from user-space programs without having to resort to opening /dev/io directly. END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-01-02T09:31:16.000000Z K 7 svn:log V 51 Sync with sys/i386/i386/microtime.s revision 1.40. END K 10 svn:author V 6 msmith K 8 svn:date V 27 1998-01-02T09:31:18.000000Z K 7 svn:log V 67 Add a manpage for the 'ppi' device, detailing its use and feeding. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-01-02T09:39:12.000000Z K 7 svn:log V 75 unborkify osreldate.h install (change \ to / - someone was in DOS mode! ;) END K 10 svn:author V 5 asami K 8 svn:date V 27 1998-01-02T10:37:14.000000Z K 7 svn:log V 747 About one month worth of bsd.port.mk improvements. (1) Allow multiple checksums of same file. Submitted by: hoek (2) Add "deinstall" target as an alias to "pkg_delete $(make package-name)" (well, something like that, see diff for details). (3) Add new port variable USE_AUTOCONF. It appends BUILD_DEPENDS to devel/autoconf and runs autoconf before configure. Submitted by: ohashi@mickey.ai.kyutech.ac.jp (Takeshi Ohashi) (4) Clarify USE_X11 and USE_IMAKE usage. (5) Add new user-overridable variable MASTER_SITE_KDE. Submitted by: vanilla (6) Add support for "Latest" package links. Idea by: Terry Lambert (7) Try to catch obsolete tcl/tk installations that could cause problems. Annoyed by various bogus commits by: you-know-who END K 10 svn:author V 5 asami K 8 svn:date V 27 1998-01-02T10:38:06.000000Z K 7 svn:log V 13 Merge 1.268. END K 10 svn:author V 6 helbig K 8 svn:date V 27 1998-01-02T11:44:29.000000Z K 7 svn:log V 80 Add Spanish LC_TIME file. PR: conf/5409 Submitted by: Jose M. Alcaide, thanks! END K 10 svn:author V 6 msmith K 8 svn:date V 27 1998-01-02T12:10:56.000000Z K 7 svn:log V 170 Sample program using the ppi(4) interface to control LCD modules. Currently supports the (very common) Hitachi HD44780, but can be easily modified to add other chipsets. END K 10 svn:author V 6 msmith K 8 svn:date V 27 1998-01-02T13:35:06.000000Z K 7 svn:log V 64 Specify the minor number correctly when creating devfs entries. END K 10 svn:author V 5 steve K 8 svn:date V 27 1998-01-02T13:35:52.000000Z K 7 svn:log V 153 Remove the *group* files, since tclsh is no longer present on this branch, and they have effectively been replaced by pw(8). PR: 5405 Reviewed by: jkh END K 10 svn:author V 6 helbig K 8 svn:date V 27 1998-01-02T13:46:25.000000Z K 7 svn:log V 137 Don't ignore empty components of $PATH, i. e. colon at the beginning, the end or two successive colons. Reviewed and improved by wosch. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1998-01-02T16:44:13.000000Z K 7 svn:log V 328 Teach boring old mail(1) about the use of the REPLYTO environment variable which is de-facto standard for MUAs. Teach bomail to generate an in-reply-to header so threading MUAs and mail->news gateways won't lose context. While i was at it, removed two gratuitous standard violations for functions starting with an underscore. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1998-01-02T16:46:15.000000Z K 7 svn:log V 74 MFC: rev 1.33, clean SI_MOUNTEDON flag iff the mount attempt fails early. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1998-01-02T17:47:07.000000Z K 7 svn:log V 47 Fix install target again. Pointed out by: bde END K 10 svn:author V 4 alex K 8 svn:date V 27 1998-01-02T19:19:50.000000Z K 7 svn:log V 71 Typo fix. Removed "...when it is published" from conformity statement. END K 10 svn:author V 4 alex K 8 svn:date V 27 1998-01-02T19:22:52.000000Z K 7 svn:log V 27 Expanded cross references. END K 10 svn:author V 5 steve K 8 svn:date V 27 1998-01-02T19:23:05.000000Z K 7 svn:log V 100 Correct a bogon in an example. PR: 5415 Submitted by: Sergei S. Laskavy END K 10 svn:author V 5 steve K 8 svn:date V 27 1998-01-02T19:25:11.000000Z K 7 svn:log V 105 MFC: correct a bogon in an example. PR: 5415 Submitted by: Sergei S. Laskavy END K 10 svn:author V 5 wosch K 8 svn:date V 27 1998-01-02T19:32:37.000000Z K 7 svn:log V 41 These files are now ports in ports/misc. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-01-02T22:16:15.000000Z K 7 svn:log V 78 Fix jkh typo in VTY rule. PR: 5411 Submitted by: Brian Tao END K 10 svn:author V 3 jdp K 8 svn:date V 27 1998-01-03T05:21:50.000000Z K 7 svn:log V 70 Merge from main branch 1.47 -> 1.48: accept comments and blank lines. END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-01-03T05:35:51.000000Z K 7 svn:log V 132 Fix typo. Option `CPU_SUSP_HLT' didn't work on Cyrix 486DX box. Submitted by: nyan@wyvern.cc.kogakuin.ac.jp (Takahashi Yoshihiro) END K 10 svn:author V 6 obrien K 8 svn:date V 27 1998-01-03T05:36:40.000000Z K 7 svn:log V 41 Update AMD URL for CPU recognition docs. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1998-01-03T05:37:49.000000Z K 7 svn:log V 70 Merge from main branch 1.35 -> 1.36: accept comments and blank lines. END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-01-03T05:38:03.000000Z K 7 svn:log V 31 MFC: revision 1.11 (fix typo). END K 10 svn:author V 6 obrien K 8 svn:date V 27 1998-01-03T05:43:37.000000Z K 7 svn:log V 60 AMD calls the PR166 and PR200, models 2 and 3 respectively. END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-01-03T05:53:12.000000Z K 7 svn:log V 78 Change from crd into card. Submitted by: NOKUBI Hirotaka END K 10 svn:author V 6 obrien K 8 svn:date V 27 1998-01-03T08:51:53.000000Z K 7 svn:log V 147 Merge rev 1.36 of identcpu.c from -CURRENT. Modivation is the new AMD info. Also required merging rev 1.16 of asmacros.h and rev 1.15 of cdefs.h. END K 10 svn:author V 5 brian K 8 svn:date V 27 1998-01-03T10:11:38.000000Z K 7 svn:log V 52 Correct -r and -f descriptions. Suggested by: joerg END K 10 svn:author V 5 brian K 8 svn:date V 27 1998-01-03T10:12:33.000000Z K 7 svn:log V 62 MFC: Correct -r and -f descriptions. Suggested by: joerg END K 10 svn:author V 5 wosch K 8 svn:date V 27 1998-01-03T11:29:01.000000Z K 7 svn:log V 55 Set BINDIR correctly. Add BINOWN and BINGRP variables. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-01-03T11:53:52.000000Z K 7 svn:log V 38 strengthen mknod(). Submitted by: bde END K 10 svn:author V 5 wosch K 8 svn:date V 27 1998-01-03T12:22:56.000000Z K 7 svn:log V 31 Delete unused BINDIR variable. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1998-01-03T14:04:55.000000Z K 7 svn:log V 70 Undo rev 1.11, the cd is null since NOOBJ is set. 444 -> ${SHAREMODE} END K 10 svn:author V 5 wosch K 8 svn:date V 27 1998-01-03T14:06:26.000000Z K 7 svn:log V 21 Use INFO* variables. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1998-01-03T14:09:21.000000Z K 7 svn:log V 46 444 -> ${SHAREMODE} /usr/share -> ${SHAREDIR} END K 10 svn:author V 5 wosch K 8 svn:date V 27 1998-01-03T14:13:48.000000Z K 7 svn:log V 20 444 -> ${SHAREMODE} END K 10 svn:author V 6 helbig K 8 svn:date V 27 1998-01-03T15:10:11.000000Z K 7 svn:log V 96 Use locale to guess the switch date. Localize formatting of date of easter. Suggested by: ache END K 10 svn:author V 5 wosch K 8 svn:date V 27 1998-01-03T19:07:30.000000Z K 7 svn:log V 137 Add new variables: LIBCOMPATDIR [/usr/lib/compat] LIBDATADIR [/usr/libdata] INCLUDEDIR [/usr/include] LIBEXECDIR [/usr/libexec] END K 10 svn:author V 5 steve K 8 svn:date V 27 1998-01-03T19:14:02.000000Z K 7 svn:log V 95 Type fix: when -> with PR: 5420 Submitted by: Jonathan Hanna END K 10 svn:author V 5 steve K 8 svn:date V 27 1998-01-03T19:16:40.000000Z K 7 svn:log V 100 MFC: typo fix: when -> with PR: 5420 Submitted by: Jonathan Hanna END K 10 svn:author V 5 steve K 8 svn:date V 27 1998-01-03T20:26:15.000000Z K 7 svn:log V 89 The default dumplevel is 0. PR: 5413 Submitted by: NOKUBI Hirotaka END K 10 svn:author V 5 steve K 8 svn:date V 27 1998-01-03T20:28:13.000000Z K 7 svn:log V 94 MFC: The default dumplevel is 0. PR: 5413 Submitted by: NOKUBI Hirotaka END K 10 svn:author V 5 steve K 8 svn:date V 27 1998-01-03T20:31:25.000000Z K 7 svn:log V 58 (u|w)tmp files are maintained by newsyslog(8). PR: 5414 END K 10 svn:author V 5 steve K 8 svn:date V 27 1998-01-03T20:32:46.000000Z K 7 svn:log V 55 MFC: newsyslog(8) maintains (u|w)tmp files. PR: 5414 END K 10 svn:author V 5 steve K 8 svn:date V 27 1998-01-03T22:26:00.000000Z K 7 svn:log V 47 Comment out xref to buf(9) manpage. PR: 5421 END K 10 svn:author V 4 ache K 8 svn:date V 27 1998-01-03T23:42:56.000000Z K 7 svn:log V 250 Back out Index over +++/--- precedence. It maybe right, if patch was FreeBSD-own program, but it break compatibility with pre-existent patches in other systems. The example is big ncurses patch which don't apply on FreeBSD due to "fixed" precedence. END K 10 svn:author V 4 ache K 8 svn:date V 27 1998-01-03T23:52:05.000000Z K 7 svn:log V 45 MFC: ctype and Index over +++/--- precedence END K 10 svn:author V 5 steve K 8 svn:date V 27 1998-01-04T00:00:21.000000Z K 7 svn:log V 111 Add a couple of ?='s missed in the previous commit. Noticed by: Paul Allenby END K 10 svn:author V 6 helbig K 8 svn:date V 27 1998-01-04T00:03:53.000000Z K 7 svn:log V 220 Add Swedish LC_TIME file. Submitted by Peter Olsson. Thanks! Changed weekdays -> weekday, as suggested by Steve Price. PR: 5409 can be closed if someone sends in LC_TIME files for Belgium, Finland and the Netherlands. ~ END K 10 svn:author V 5 steve K 8 svn:date V 27 1998-01-04T04:26:38.000000Z K 7 svn:log V 82 MFC: merge changes that quiet lint about the ntoh* and hton* routines. PR: 1717 END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-01-04T09:51:33.000000Z K 7 svn:log V 147 Sync with sys/i386/isa/syscons.c and syscons.h revisions 1.182.2.27 and 1.23.2.8, respectively. Submitted by: NOKUBI Hirotaka END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-01-04T09:52:29.000000Z K 7 svn:log V 108 Sync with sys/i386/conf/options.i386 revision 1.26.2.13. Submitted by: NOKUBI Hirotaka END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-01-04T09:53:20.000000Z K 7 svn:log V 101 Sync with sys/i386/isa/sio.c revision 1.147.2.10. Submitted by: NOKUBI Hirotaka END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-01-04T09:54:13.000000Z K 7 svn:log V 102 Sync with sys/i386/isa/if_ed.c revision 1.107.2.6. Submitted by: NOKUBI Hirotaka END K 10 svn:author V 4 kato K 8 svn:date V 27 1998-01-04T09:59:23.000000Z K 7 svn:log V 116 Sync with sys/i386/isa/syscons.c (first chunk). Reorder #ifdef. Submitted by: NOKUBI Hirotaka END K 10 svn:author V 5 joerg K 8 svn:date V 27 1998-01-04T10:08:26.000000Z K 7 svn:log V 71 Fix a style bug, and a real bug (&& vs. & misused). Submitted by: bde END K 10 svn:author V 5 wosch K 8 svn:date V 27 1998-01-04T10:42:29.000000Z K 7 svn:log V 74 Always copy the source file map3270 during install. Pointed out by: Bruce END K 10 svn:author V 6 helbig K 8 svn:date V 27 1998-01-04T16:02:09.000000Z K 7 svn:log V 291 Add LC_TIME file for Netherlands (nl_NL) and via symlink for the northern part of Belgium (nl_BE). The southern part of Belgium is supposed to be covered by the LC_TIME file in fr_BE. Now only the LC_TIME for Finland is left to close PR 5409. PR: 5409 Submitted by: Arjan de Vet Thanks! END K 10 svn:author V 5 steve K 8 svn:date V 27 1998-01-04T16:02:53.000000Z K 7 svn:log V 122 Don't use __BEGIN_DECLS, __END_DECLS, or __P in the KERNEL case as they are not defined unless is included. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1998-01-04T17:21:33.000000Z K 7 svn:log V 33 Add forgotten share/examples/ppi END K 10 svn:author V 5 steve K 8 svn:date V 27 1998-01-04T17:34:42.000000Z K 7 svn:log V 164 Note in the BUGS section that /etc/ethers has been deprecated and that using a DNS server is preferred to a static file. PR: 5233 Obtained from: partially NetBSD END K 10 svn:author V 5 steve K 8 svn:date V 27 1998-01-04T17:37:35.000000Z K 7 svn:log V 88 MFC: use of /etc/ethers has been deprecated. PR: 5233 Obtained from: partially NetBSD END K 10 svn:author V 5 steve K 8 svn:date V 27 1998-01-04T17:59:24.000000Z K 7 svn:log V 96 Suppress banner pages by default and add a note describing how to turn them back on. PR: 5226 END K 10 svn:author V 5 wosch K 8 svn:date V 27 1998-01-04T18:00:53.000000Z K 7 svn:log V 26 Update copyright to 1998. END K 10 svn:author V 4 ache K 8 svn:date V 27 1998-01-04T20:25:29.000000Z K 7 svn:log V 24 Raw import of patch 2.5 END K 10 svn:author V 4 ache K 8 svn:date V 27 1998-01-04T20:25:29.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r32243, 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 1998-01-04T20:25:30.000000Z K 7 svn:log V 79 This commit was manufactured by cvs2svn to create tag 'patch-vendor-patch_2_5'. END K 10 svn:author V 5 brian K 8 svn:date V 27 1998-01-04T20:25:41.000000Z K 7 svn:log V 113 Initialize CcpInfo protocols to -1 (none, not OUI). Don't Call Term() for an algorithm that hasn't been Init()d. END K 10 svn:author V 5 brian K 8 svn:date V 27 1998-01-04T20:26:37.000000Z K 7 svn:log V 107 Don't scribble on the stack if our input packet is bigger than our MRU. Moan and drop the packet instead. END K 10 svn:author V 4 ache K 8 svn:date V 27 1998-01-04T20:28:01.000000Z K 7 svn:log V 19 Reflect new import END K 10 svn:author V 5 brian K 8 svn:date V 27 1998-01-04T20:33:14.000000Z K 7 svn:log V 79 MFC: Don't scribble on the stack if a packet is bigger than our MRU. PR: 5424 END K 10 svn:author V 4 ache K 8 svn:date V 27 1998-01-04T20:45:41.000000Z K 7 svn:log V 37 Remove library funcs we already have END