ƒ¤/27000 248 127 278 224 300 205 392 148 314 167 166 181 282 164 97 178 139 458 141 174 122 111 116 117 116 156 133 134 126 149 466 128 97 129 157 136 119 97 182 136 109 295 117 121 107 127 238 175 107 289 237 236 99 176 166 115 115 350 97 172 128 119 148 162 1275 137 460 175 146 176 132 152 136 97 378 137 238 162 145 140 210 306 114 198 178 142 446 410 151 97 176 190 156 136 134 150 143 130 133 200 115 110 195 150 187 286 115 198 134 139 122 127 1158 317 150 1229 382 113 164 312 362 126 248 152 193 263 180 150 234 284 159 152 215 438 346 172 1131 257 486 97 131 147 157 152 133 213 124 115 155 128 107 248 197 542 146 111 165 405 407 449 264 236 112 210 254 236 159 133 127 134 144 147 125 149 152 144 154 157 236 136 174 292 236 195 125 174 132 145 124 203 148 436 98 230 107 160 116 117 177 195 117 109 224 143 118 220 227 171 232 149 660 240 145 126 166 97 197 135 144 135 236 236 653 204 195 216 236 170 217 236 198 236 171 222 303 236 217 236 201 236 120 190 264 236 434 959 171 131 169 K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-06-27T22:13:50.000000Z K 7 svn:log V 34 Added fields to the LVT1/2 group. END K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-06-27T22:27:18.000000Z K 7 svn:log V 184 Program lint1 to handle NMIs. Till now NMIs would be ignored. Now an NMI is caught by the BSP. APs still ignore NMI, am working on code to allow a CPU to stop other CPUs via an IPI. END K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-06-27T23:12:31.000000Z K 7 svn:log V 130 Preliminaries for stop_cpus()/restart_cpus(). Both are turned off by default. Added macro for displaying POST codes from kernel. END K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-06-27T23:19:43.000000Z K 7 svn:log V 206 Added other_cpus to CPU private page. This variable is a bitmap showing all CPUs present EXCEPT the CPU owning the variable. In other words, it is equal to the global bitmap 'all_cpus' minus its own bit. END K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-06-27T23:24:38.000000Z K 7 svn:log V 111 Experimental calls to stop_cpus()/restart_cpus() within breakpoint calls. Turned off by default in smptests.h. END K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-06-27T23:33:17.000000Z K 7 svn:log V 298 Added POST code output to various points of the startup code. General cleanup. New functions to stop/start CPUs via IPIs: - int stop_cpus( u_int map ); - int restart_cpus( u_int map ); Turned off by default, enabled via smptests.h:TEST_CPUSTOP. Current version has a BUG, perhaps a deadlock? END K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-06-27T23:38:32.000000Z K 7 svn:log V 55 Initialize private variable other_cpus during AP boot. END K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-06-27T23:48:05.000000Z K 7 svn:log V 220 apic_vector.s: - added Xcpustop IPI code to support stop_cpus()/restart_cpus(). it is off by default, enable via smptests.h:TEST_CPUSTOP intr_machdep.h: - moved +ICULEN to lower level. - added entry for Xcpustop. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-06-28T01:04:54.000000Z K 7 svn:log V 73 Allow command line control of ppp through both TCP and AF_LOCAL sockets. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1997-06-28T01:04:55.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-06-28T01:09:01.000000Z K 7 svn:log V 87 YAMFC: Allow command line control of ppp through both TCP and AF_LOCAL sockets. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-06-28T01:34:03.000000Z K 7 svn:log V 187 Deal with HISADDR/MYADDR in filter rules. Mostly submitted by: kfurge@worldnet.att.net Allow MYADDR in add/delete commands to facilitate dynamic additions of a loopback route to MYADDR. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-06-28T02:37:33.000000Z K 7 svn:log V 72 Properly make directory before moving things into it. Submitted by: pst END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-06-28T02:37:43.000000Z K 7 svn:log V 6 YAMFC END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-06-28T03:23:03.000000Z K 7 svn:log V 84 Update 2.2 to cvs-1.9.10 from -current (fixes a security problem with pserver mode) END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-06-28T03:27:53.000000Z K 7 svn:log V 45 Update bmake backend to deal with cvs 1.9.10 END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-06-28T04:19:52.000000Z K 7 svn:log V 363 replace the OpenBSD fd_set sizing code with something more efficient. Only call malloc() if the fd is too big for the compiled in fd_set size, and don't use calloc either. This should reduce the impact of conflicts with private malloc implementations etc. When using the fd_set on the stack, only zero what is needed rather than all 1024 bits like FD_ZERO did. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-06-28T04:28:07.000000Z K 7 svn:log V 47 add cvspserver (officially registered at 2401) END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-06-28T07:36:49.000000Z K 7 svn:log V 80 Update the 2.2 version of bind from 4.9.4-P1 to 4.9.6. More commits to follow. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-06-28T07:37:56.000000Z K 7 svn:log V 28 Update bmakefiles for 4.9.6 END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-06-28T07:41:30.000000Z K 7 svn:log V 17 Update for 4.9.6 END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-06-28T07:41:56.000000Z K 7 svn:log V 22 Update for bind 4.9.6 END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-06-28T07:42:25.000000Z K 7 svn:log V 23 Update for named-4.9.6 END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-06-28T07:43:16.000000Z K 7 svn:log V 22 Update for bind-4.9.6 END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-06-28T07:47:06.000000Z K 7 svn:log V 62 YAMFC: Update dns and and other files shipped with bind-4.9.6 END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-06-28T07:48:42.000000Z K 7 svn:log V 39 YAMFC: Update from bind-4.9.4 to 4.9.6 END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-06-28T07:56:12.000000Z K 7 svn:log V 41 YAMFC (CPU_DIRECT_MAPPED_CACHE support). END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-06-28T08:09:30.000000Z K 7 svn:log V 32 YAMFC: Update to sendmail-8.8.6 END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-06-28T08:14:10.000000Z K 7 svn:log V 57 Make NOSHARED = no / NOSHARED = NO do what you'd expect. END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-06-28T08:18:29.000000Z K 7 svn:log V 373 Attempt to open the device for reading before actually adding the device to the session list. If the device comes back as unconfigured, just ignore that line in /etc/ttys. If someone HUP's init, we'll try again. This change stops getty's from hanging on vty and sio ports that don't exist, either due to LKM drivers not being loaded, or probes failing. Reviewed by: bde END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-06-28T08:21:10.000000Z K 7 svn:log V 36 Reorder things and import NOSHARED. END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-06-28T08:23:09.000000Z K 7 svn:log V 6 YAMFC END K 10 svn:author V 4 jhay K 8 svn:date V 27 1997-06-28T09:23:54.000000Z K 7 svn:log V 36 Merge the ipx changes from current. END K 10 svn:author V 4 jhay K 8 svn:date V 27 1997-06-28T09:32:15.000000Z K 7 svn:log V 64 Oops, almost missed the LINT file in my ipx merge from current. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-06-28T16:24:09.000000Z K 7 svn:log V 44 endif -> .endif (from BOOT_CONFIG changes). END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-06-28T16:53:47.000000Z K 7 svn:log V 27 Fix bogus patch (my fault) END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-06-28T16:54:10.000000Z K 7 svn:log V 6 YAMFC END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-06-28T19:27:51.000000Z K 7 svn:log V 88 Some minor cosmetic tweaks. PR: docs/3941 Partially submitted by: uenami@imasy.or.jp END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-06-28T19:43:09.000000Z K 7 svn:log V 42 MFC: minor cosmetic tweaks PR: docs/3941 END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-06-29T00:33:17.000000Z K 7 svn:log V 17 _err() -> err(). END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-06-29T06:03:42.000000Z K 7 svn:log V 202 NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!". NOPIC is used to not generate a shared library, not NOSHARED. Make NOSHARED advisory where appropriate. Remove bogus NOSHARED (kbdio). END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-06-29T06:05:28.000000Z K 7 svn:log V 25 YAMFC -- noshared fixes. END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-06-29T06:06:10.000000Z K 7 svn:log V 29 Maybe this time's the charm? END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-06-29T06:23:14.000000Z K 7 svn:log V 15 Merge from 2.2 END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-06-29T06:55:02.000000Z K 7 svn:log V 33 Import of GNU patch version 2.4. END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-06-29T06:55:02.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r27044, 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 1997-06-29T06:55:03.000000Z K 7 svn:log V 79 This commit was manufactured by cvs2svn to create tag 'patch-vendor-patch_2_4'. END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-06-29T06:56:24.000000Z K 7 svn:log V 13 -Wall clean. END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-06-29T07:20:16.000000Z K 7 svn:log V 194 Add a blurb on how to import newer versions of patch(1) so that others don't make the same bone-headed mistakes that I just did. Obtained from: Peter Wemm's version of this file in contrib_cvs END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-06-29T08:45:45.000000Z K 7 svn:log V 141 Add ``MOD_DISPATCH'' macro to give 2.2x the 3.0 lkm dispatch API. One should not think that the rest of the 3.0 lkm changes have been added. END K 10 svn:author V 6 julian K 8 svn:date V 27 1997-06-29T08:48:52.000000Z K 7 svn:log V 140 YAMFC a flag that is not quite as draconian as IMMUTABLE. if you never use this, you'll never see it. Submitted by: Whistle Communications END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-06-29T08:51:44.000000Z K 7 svn:log V 5 MFC. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-06-29T10:06:56.000000Z K 7 svn:log V 81 Add magic for FIGlet fonts and controlfiles Obtained from: Figlet v2.2 release. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1997-06-29T10:06:57.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 obrien K 8 svn:date V 27 1997-06-29T10:12:43.000000Z K 7 svn:log V 20 Merge from current. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-06-29T10:19:17.000000Z K 7 svn:log V 20 Merge from current. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-06-29T10:41:49.000000Z K 7 svn:log V 257 Add support for @option preserve - moves existing files out of the way before replacing them (using pkgname to make this hopefully unique). Delete also moves them back, if they exist, resulting in a package which can be "backed out" with reasonable safety. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-06-29T10:42:15.000000Z K 7 svn:log V 6 YAMFC END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-06-29T10:51:55.000000Z K 7 svn:log V 77 ``-C ${WRKDIR} -xzf'' are no longer the default args for EXTRACT_BEFORE_ARGS END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-06-29T11:43:31.000000Z K 7 svn:log V 36 Attempt to fix clobbered vendor Id. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-06-29T11:52:51.000000Z K 7 svn:log V 27 Fixed clobbered vendor Id. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-06-29T13:54:31.000000Z K 7 svn:log V 54 Fix HUP handling while dialing. Pointed out by: ache END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-06-29T13:55:58.000000Z K 7 svn:log V 68 YAMFC: Fix HUP handling while dialing. Pointed out by: ache END K 10 svn:author V 6 yokota K 8 svn:date V 27 1997-06-29T15:11:40.000000Z K 7 svn:log V 1178 A fix/work-around for ThinkPad 535. Add a new configuration flag, KBD_NORESET (0x20) to tell scprobe() not to reset the keyboard. IBM ThinkPad 535 has the `Fn' key with which the user can perform certain functions in conjunction with other keys. For example, `Fn' + PageUP/PageDOWN adjust speaker volume, `Fn' + Home/End change brightness of LCD screen. It can also be used to suspend the system. It appears that these functions are implemented at the keyboard level or the keyboard controller level and totally independent from BIOS or OS. But, if the keyboard is reset (as is done in scprobe()), they become unavailable. (There are other laptops which have similar functions associated with the `Fn' key. But, they aren't affected by keyboard reset.) ThinkPad 535 doesn't have switches or buttons to adjust brightness and volume, or to put the system into the suspend mode. Therefore, it is essential to preserve these `Fn' key functions in FreeBSD. The new flag make scprobe() skip keyboard reset. If this flag is not set, scprobe() behaves in the same say as before. (If we only knew a way to detect ThinkPad 535, we could skip keyboard reset automatically, but...) END K 10 svn:author V 6 yokota K 8 svn:date V 27 1997-06-29T15:13:47.000000Z K 7 svn:log V 42 YAMFC. Merge workaround for ThinkPad 535. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-06-29T16:39:11.000000Z K 7 svn:log V 367 Fixed the fix for not using -fomit-frame-pointer with -pg. The previous fix stopped it being used in all cases, because substitution on unset variables does not work. When profiling, put -malign-functions=4 in CFLAGS instead of in PROF. This fixes the histogram counts for profiling support functions. It gives bogus but harmless extra alignment for genassym etc. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-06-29T16:44:41.000000Z K 7 svn:log V 83 YAMFC (part of 1.100: fixed the histogram counts for profiling support functions). END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-06-29T17:39:57.000000Z K 7 svn:log V 54 Don't generate unused nested #include of . END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-06-29T17:47:32.000000Z K 7 svn:log V 84 Updated generated files (makesyscalls.sh changed). Only sysproto.h really changed. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-06-29T18:06:40.000000Z K 7 svn:log V 40 Removed unused files (about 8MB total). END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-06-29T18:07:01.000000Z K 7 svn:log V 60 Protect against CVSROOT not being set. Submitted by: fenner END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-06-29T18:12:14.000000Z K 7 svn:log V 44 Removed most unused files (about 8M total). END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-06-29T18:13:57.000000Z K 7 svn:log V 6 YAMFC END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-06-29T18:37:43.000000Z K 7 svn:log V 283 YAMFC: Deal with HISADDR/MYADDR in filter rules. Partially submitted by: kfurge@worldnet.att.net Allow MYADDR in add/delete commands to facilitate dynamic additions of a loopback route to MYADDR. I'd consider most of this a bug fix rather than an enhancement. END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-06-29T18:50:34.000000Z K 7 svn:log V 43 Import of NetBSD's rbootd version 19970629 END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-06-29T18:50:34.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r27074, 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 1997-06-29T18:50:35.000000Z K 7 svn:log V 66 This commit was manufactured by cvs2svn to create tag 'v19970629'. END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-06-29T19:00:29.000000Z K 7 svn:log V 51 Merge conflicts and make this compile -Wall clean. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-06-29T19:43:23.000000Z K 7 svn:log V 48 YAMFC (removed unused files (about 8MB total)). END K 10 svn:author V 5 steve K 8 svn:date V 27 1997-06-29T19:50:26.000000Z K 7 svn:log V 115 Zap register keyword usage and convert: bcopy -> memmove, bzero -> memset, index -> strchr, and rindex -> strrchr. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-06-29T20:38:38.000000Z K 7 svn:log V 213 Prepare to remove the declaration of sys_siglist from . It should only be declared in if at all. Modload used to depend on getting it from because it only included . END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-06-29T20:59:03.000000Z K 7 svn:log V 22 Print fs_maxfilesize. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-06-29T21:36:33.000000Z K 7 svn:log V 105 Configure static linkage in the normal way (default to -static using NOSHARED?= yes). Split long lines. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-06-29T21:40:54.000000Z K 7 svn:log V 86 Configure static linkage in the normal way (default to -static using NOSHARED?= yes). END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-06-29T22:23:32.000000Z K 7 svn:log V 49 dev->id_flags --> flags (not compiles otherwise) END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-06-29T22:43:01.000000Z K 7 svn:log V 353 Implemented `-c command'. Fixed bitrot (__dead went away; EOF is now wrong for the getopt failure value). Moved sleep command to the end of the main loop to avoid mismatch between main loop and the report loop. There is an extra iteration that could be used to calibrate the loop overhead, but was used to report wrong results. Fixed usage message. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-06-29T23:09:07.000000Z K 7 svn:log V 315 Delete old comment about /bin/mail. We don't have a /bin/mail. Sync with /etc/master.passwd and RFC 2142. In detail: added: man, news, operator, usenet (->news), xten deleted: ingres added as comment: info, marketing, sales, support, abuse, noc, security, ftp, hostmaster, webmaster, www, bit-bucket, dev-null END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-06-30T02:57:40.000000Z K 7 svn:log V 59 Whoops, only attempt to back up the file if it exists. :-} END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-06-30T02:57:49.000000Z K 7 svn:log V 6 YAMFC END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-06-30T03:03:38.000000Z K 7 svn:log V 82 Allow specification of a umask for local socket creation in "set server" command. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-06-30T03:05:14.000000Z K 7 svn:log V 96 YAMFC: Allow specification of a umask for local socket creation in "set server" command. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-06-30T03:15:22.000000Z K 7 svn:log V 64 Make deletes get along with new preserve option a little nicer. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-06-30T03:15:40.000000Z K 7 svn:log V 44 YAMF22 - deletes and preserve option fixes. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-06-30T06:37:15.000000Z K 7 svn:log V 37 Add missing -s flag in usage string. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-06-30T06:40:16.000000Z K 7 svn:log V 53 Use err(3). Add DIAGNOSTIC section name in man page. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-06-30T06:42:43.000000Z K 7 svn:log V 46 Mdoc'ify man page. Use err(3). Remove whoami. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-06-30T06:44:07.000000Z K 7 svn:log V 33 Uncompress is under .Nm not .Ar. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-06-30T06:45:53.000000Z K 7 svn:log V 36 Add usage string. Typo in man page. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-06-30T06:48:46.000000Z K 7 svn:log V 102 Use err(3) instead of local redefinition. Change argument name in man page to sync with usage string. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-06-30T06:50:07.000000Z K 7 svn:log V 18 Document -k flag. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-06-30T06:51:20.000000Z K 7 svn:log V 13 Add usage(). END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-06-30T09:57:33.000000Z K 7 svn:log V 101 Synchronize with sys/i386/conf/Makefile.i386 and files.i386 revisions 1.100 and 1.166, respectively. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-06-30T09:58:39.000000Z K 7 svn:log V 57 Synchronize with sys/i386/i386/machdep.c revision 1.252. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-06-30T10:00:47.000000Z K 7 svn:log V 94 Synchronize with sys/i386/isa/syscons.c and syscons.h revisions 1.219 and 1.30, respectively. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-06-30T10:59:16.000000Z K 7 svn:log V 191 Bring if_media support from -current across to 2.2.. It's dormant unless used. I've had reports that it works under 2.2 with the new if_de.c, but I've only tested it with a hacked if_ed.c. END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-06-30T10:59:25.000000Z K 7 svn:log V 22 Add LC_TIME=C to date END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-06-30T11:02:04.000000Z K 7 svn:log V 103 YAMFC: update to -current ifconfig for ifmedia support and 'ifconfig -l', as well as various cleanups. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-06-30T11:10:18.000000Z K 7 svn:log V 37 Remove lines inside #ifdef 0/#endif. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-06-30T11:18:14.000000Z K 7 svn:log V 42 MFC: Remove lines inside #ifdef 0/#endif. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-06-30T11:24:18.000000Z K 7 svn:log V 25 Use EX_USAGE in usage(). END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-06-30T11:26:13.000000Z K 7 svn:log V 30 MFC: Use EX_USAGE in usage(). END K 10 svn:author V 6 yokota K 8 svn:date V 27 1997-06-30T12:52:57.000000Z K 7 svn:log V 1061 Add experimental APM support for some laptops. If the configuration option PSM_HOOKAPM is defined and the APM device is available, the psm driver will issue the ENABLE command to the pointing device at the resume APM event if the device was open when the system went into suspended mode. If the option PSM_RESETAFTERSUSPEND is specified in addition to PSM_HOOKAPM, the driver will try to reset the pointing device before sending the ENABLE command. Built-in PS/2-type pointing devices in some laptops (all the reports I heard were about Toshiba models) sometimes don't work immediately after the system is resumed. The device MAY become available after a while. The system may exhibit the same symptom in other OS's too (no, FreeBSD is not the only OS that is suffering :-). I don't know the correct way of solving this yet, but it's been reported that issuing the ENABLE command after resumption wakes up the pointing device. Without PSM_HOOKAPM, the psm driver behaves in the same way as before. Problem reported in the bsd-nomads mailing list in Japan. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-06-30T12:57:58.000000Z K 7 svn:log V 224 gdb.info still needs a near-copy of hsuser.texinfo to avoid the reference to the programming manual. Use this near-copy of the version of hsuser.texinfo in contrib/libreadline instead of the stale near-copy in contrib/gdb. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-06-30T13:16:38.000000Z K 7 svn:log V 58 YAMFC (finish avoiding use of gdb's stale readline info). END K 10 svn:author V 6 yokota K 8 svn:date V 27 1997-06-30T13:31:49.000000Z K 7 svn:log V 1132 Fixes annoying behavior and a bug regarding the destructive cursor (CHAR_CURSOR) 1. Reduced the number of calls to set_destructive_cursor(). The destructive cursor produced noticeable overhead on the system. It was caused by draw_cursor_image() calling set_destructive_cursor() every so often. set_destructive_cursor() absolutely needs to be called when a) the character code under the cursor has changed either because the cursor moved or because the screen was updated or the mouse pointer overlapped the cursor. b) Or a new font has been loaded, c) or the video mode has been changed, d) or the cursor shape has been changed, e) or the user switched virtual consoles. 2. Turn off the configuration flag CHAR_CURSOR (destructive cursor) in scattach() if we have a non-VGA card. The destructive cursor works only for VGA. 3. Removed redundant calls to set_destructive_cursor() in some places. 4. Fixed the "disappearing mouse pointer" problem. The mouse pointer looked hidden under the destructive cursor when it overlaped the cursor. A slightly different version of the patch was reviewd and OKed by sos and ache. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1997-06-30T14:37:43.000000Z K 7 svn:log V 286 options.i386: - Added the psm options PSM_HOOKAPM and PSM_RESETAFTERSUSPEND. LINT: - Added the psm options PSM_HOOKAPM and PSM_RESETAFTERSUSPEND. - Added comments on the flag 0x20 for syscons. - Clarified descriptions on the flags (0x02, 0x04) regarding the cursor shape in syscons. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-06-30T19:01:03.000000Z K 7 svn:log V 21 sysconfig -> rc.conf END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-06-30T19:10:50.000000Z K 7 svn:log V 72 sysconfig -> rc.conf PR: 3978 Submitted by: Janick.Taillandier@ratp.fr END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-06-30T23:10:54.000000Z K 7 svn:log V 219 Removed -I path to gdb's readline. This didn't do much in -current because the -I path to config/libreadline had precedence, but in 2.2 it help hide the bug that the -I path to the non-contrib libreadline was garbage. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-06-30T23:31:20.000000Z K 7 svn:log V 269 YAMFC. The previous MFC was incomplete (it didn't merge the cosmetic SRCDIR simplification) and broken (it went back to using the nonexistent gnu/lib/libreadline/doc). Try merging everything this time (SRCDIR simplification, fix one stale path and remove the other). END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-06-30T23:37:54.000000Z K 7 svn:log V 34 Removed temporary SMP header fix. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-06-30T23:49:17.000000Z K 7 svn:log V 155 Don't depend on gcc's feature of interpreting `int foo(c) char c; ...' as `int foo(char c) ...' if there is a bogus prototype `int foo(char c);' in scope. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-06-30T23:54:50.000000Z K 7 svn:log V 60 Some staticized variables were still declared to be extern. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-01T00:08:34.000000Z K 7 svn:log V 100 Don't depend on gcc's feature of permitting returning void expressions in functions returning void. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-01T00:14:39.000000Z K 7 svn:log V 170 Enabled some SMP options. LINT is for testing that all code compiles cleanly, so only negative options should be commented out. Options should have non-default values. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-01T00:22:51.000000Z K 7 svn:log V 88 Don't depend on gcc's feature of permitting labels that aren't followed by a statement. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-01T00:29:33.000000Z K 7 svn:log V 58 Don't depend including . END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-01T00:33:42.000000Z K 7 svn:log V 141 Don't depend on including . In fact, don't include this kernel-only header at all, since we don't need it. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-01T00:45:45.000000Z K 7 svn:log V 191 Don't cast function pointers to (void *). This will cause warnings. They should be fixed when similar warnings for the general interrupt attach routines are fixed. Removed unused #include. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-01T00:52:37.000000Z K 7 svn:log V 67 Removed extra definition of constty. It is defined in subr_prf.c. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-01T00:54:37.000000Z K 7 svn:log V 60 Some staticized variables were still declared to be extern. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-01T01:02:03.000000Z K 7 svn:log V 122 Un-inline a call to spl0(). It is not time critical, and was only inline because there was no non-inline spl0() to call. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-01T01:18:38.000000Z K 7 svn:log V 345 Added ifdefs so that this compiles when neither I586_CPU nor I586_CPU is defined, or SMP is defined. It is silly to configure PERFMON when it can't work (it will be disabled at runtime), but I like to leave the PERFMON configuration alone when I temporarily disable support for modern CPUs to run regression tests. Removed an unused #include. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-01T01:34:30.000000Z K 7 svn:log V 253 Un-inline a call to spl0(). It is not time critical, and was only inline because there was no non-inline spl0() to call. Don't frob intr_nesting_level in idle() or cpu_switch(). Interrupts are mostly disabled then, so the frobbing had little effect. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-07-01T03:50:58.000000Z K 7 svn:log V 80 Allow distSetByName() to process all the relevant entries. Submitted by: msmith END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-07-01T05:42:16.000000Z K 7 svn:log V 1037 Fix a bug (apparently very old) that can cause a TCP connection to be dropped when it has an unusual traffic pattern. For full details as well as a test case that demonstrates the failure, see the referenced PR. Under certain circumstances involving the persist state, it is possible for the receive side's tp->rcv_nxt to advance beyond its tp->rcv_adv. This causes (tp->rcv_adv - tp->rcv_nxt) to become negative. However, in the code affected by this fix, that difference was interpreted as an unsigned number by max(). Since it was negative, it was taken as a huge unsigned number. The effect was to cause the receiver to believe that its receive window had negative size, thereby rejecting all received segments including ACKs. As the test case shows, this led to fruitless retransmissions and eventually to a dropped connection. Even connections using the loopback interface could be dropped. The fix substitutes the signed imax() for the unsigned max() function. PR: closes kern/3998 Reviewed by: davidg, fenner, wollman END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-07-01T05:56:06.000000Z K 7 svn:log V 164 Bring in 3.0 changes (dual booting et al). Unfortunately, with the addition of the kernel config file, the boot blocks are FULL again. Time to do more bit buming. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-07-01T06:13:51.000000Z K 7 svn:log V 393 Change the naming conventions for preserve'd files and also document the option in pkg_create. Now preserved files start with a . and are named ...backup so that their purpose is more clear. Note that just using the preserve option without proper pkg_deps is also foolish since packages being deleted in the incorrect order with preserve on can generate some odd results. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-07-01T06:14:15.000000Z K 7 svn:log V 6 YAMFC END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-07-01T06:18:36.000000Z K 7 svn:log V 34 MFC: Add -s flag in usage string. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-07-01T06:20:23.000000Z K 7 svn:log V 50 MFC: Use err(3). Add DIAG... section in man page. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-07-01T06:22:14.000000Z K 7 svn:log V 60 MFC: Use err(3). Remove whoami variable. Mdoc'ify man page. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-07-01T06:24:09.000000Z K 7 svn:log V 55 Nm does not need any parameter, unless the first time. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-07-01T06:25:53.000000Z K 7 svn:log V 36 MFC: Add usage(). Typo in man page. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-07-01T06:28:24.000000Z K 7 svn:log V 115 MFC: Use err(3) instead of local redefinition. Change argument name so that man page and usage string are in sync. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-07-01T06:29:33.000000Z K 7 svn:log V 27 MFC: document the -k flag. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-07-01T06:30:41.000000Z K 7 svn:log V 18 MFC: Add usage(). END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-07-01T06:34:31.000000Z K 7 svn:log V 58 Add usage(), rcsid. Use getopt(). Obtained from: OpenBSD. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-07-01T06:37:34.000000Z K 7 svn:log V 31 Do not use argv[0] in usage(). END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-07-01T06:52:35.000000Z K 7 svn:log V 13 Merge 1.261. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-01T16:20:56.000000Z K 7 svn:log V 155 $FreeBSD$ -> $Id$. Removed Berkeley Id. We never did this like Berkeley (because cvs doesn't handle symlinks) and no interesting Berkeley words are left. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-07-01T17:46:39.000000Z K 7 svn:log V 104 Add 64 bit int support to scanf() PR: 2080 Submitted by: David Dawes END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-07-01T18:39:38.000000Z K 7 svn:log V 449 malloc_sysv used before initialized, reported in PR4002 by Dmitrij Tejblum Various cleanup from Keith Bostic Reinstate calloc() as a separate funtion, in its own source/object file. leave the manpage integrated with malloc.3 and friends. Too many things were broken in this respect. PR: 4002 Reviewed by: phk Submitted by: Dmitrij Tejblum Submitted by: Keith Bostic END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-07-01T19:46:22.000000Z K 7 svn:log V 52 Add forgotten newline. Submitted by: Solaris gencat END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-07-01T20:44:10.000000Z K 7 svn:log V 17 Initial revision END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1997-07-01T20:44:11.000000Z K 7 svn:log V 69 This commit was manufactured by cvs2svn to create branch 'MACKERRAS'. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-07-01T20:44:12.000000Z K 7 svn:log V 310 Import files from the ppp-2.3.0 dist for working on. This does not change the present code, all existing files have left the vendor branch. There are three new files that will appear but they are not used and should not be a problem. Obtained from: Paul Mackerras, via ftp://cs.anu.edu.au/pub/software/ppp END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-07-01T21:31:28.000000Z K 7 svn:log V 312 Make HUP cause an exit (as it used to), and make INT cause a hangup - not exiting for -ddial & -auto. HUP must exit because init sends this at system shutdown time (why, I don't know), and we don't want to end up redialing after the HUP (due to another dfilter packet). Pointed out by and discussed with: ache END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-07-01T21:33:49.000000Z K 7 svn:log V 354 YAMFC: Make HUP cause an exit (as it used to), and make INT cause a hangup - not exiting for -ddial & -auto. HUP must exit because init sends this at system shutdown time (why, I don't know), and we don't want to end up redialing after the HUP (due to another dfilter packet). Pointed out by and discussed with: ache END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-01T21:34:30.000000Z K 7 svn:log V 171 Import this unwanted file from Lite-original so that it doesn't get imported with Lite2 (there was only one missing file in src/bin, other than tags files and obj links). END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-01T21:34:30.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r27159, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-01T21:38:49.000000Z K 7 svn:log V 20 Bury this properly. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-01T22:34:08.000000Z K 7 svn:log V 117 Import Lite2's src/bin. All files in src/bin are off the vendor branch, so this doesn't change the active versions. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-02T00:25:26.000000Z K 7 svn:log V 161 Import Lite2's src/sbin, except for XNSrouted and routed. All relevant files in src/sbin are off the vendor branch, so this doesn't change the active versions. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-02T00:25:26.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r27163, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-07-02T06:21:42.000000Z K 7 svn:log V 62 MFC: Add usage() and use of getopt(). Obtained from: OpenBSD. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-07-02T06:25:28.000000Z K 7 svn:log V 36 MFC: Do not use argv[0] in usage(). END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-07-02T06:28:32.000000Z K 7 svn:log V 30 One newline should be enough. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-07-02T06:30:51.000000Z K 7 svn:log V 37 Nm does not always need an argument. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-07-02T06:34:51.000000Z K 7 svn:log V 47 Add rcsid, usage(). Silent -Wall. Use warn(3). END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-07-02T08:59:00.000000Z K 7 svn:log V 55 Split section 6 catpages/manpages out into games dist. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-07-02T08:59:35.000000Z K 7 svn:log V 33 YAMFC games man/catdist changes. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-07-02T11:00:20.000000Z K 7 svn:log V 56 Synchronize with sys/i386/isa/syscons.c revision 1.220. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-07-02T11:00:56.000000Z K 7 svn:log V 59 Synchronize with sys/i386/conf/options.i386 revision 1.49. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-07-02T11:01:37.000000Z K 7 svn:log V 51 Synchronize with sys/i386/isa/wd.c revision 1.131. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-07-02T11:02:32.000000Z K 7 svn:log V 61 Synchronize with sys/i386/boot/kzipboot/boot.c revision 1.7. END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-07-02T13:53:31.000000Z K 7 svn:log V 64 Remove unneded cast in login_getclassbyname which cause warning END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-07-02T14:06:45.000000Z K 7 svn:log V 141 Sync with original source: Add Steven M. Schultz for providing 2.11 BSD manual pages. Add OpenBSD 2.1, FreeBSD 2.2.2, BSDI 2.0.1 releases. END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-07-02T19:18:42.000000Z K 7 svn:log V 44 Reset all LQR variables when we start over. END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-07-02T19:33:23.000000Z K 7 svn:log V 82 Have another go at the malloc-sysv initialization. PR: 4002 Pointed out by: bde END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-03T03:28:27.000000Z K 7 svn:log V 199 Import Lite2's src/lib, except for non-i386 machine-dependent directories, libc/db, libc/gen/crypt.* and libtelnet. All affected files except 3 unimportant ones have already left the vendor branch. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-03T03:28:27.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r27180, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-03T04:15:01.000000Z K 7 svn:log V 102 Kill histedit.h again. Importing Lite2 brought it back for some reason (although it hasn't changed). END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-07-03T07:08:12.000000Z K 7 svn:log V 28 MFC: Remove Nm's parameter. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-07-03T07:12:40.000000Z K 7 svn:log V 77 MFC: Add rcsid, usage(), err(3) instead of local redefinition. Silent -Wall. END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-07-03T07:19:46.000000Z K 7 svn:log V 35 Add rcsid, prototypes. Use err(3). END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-07-03T11:37:43.000000Z K 7 svn:log V 52 Include instead of private declarations END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-07-04T01:30:09.000000Z K 7 svn:log V 32 Die and stay dead. Ya got it?! END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-07-04T03:29:57.000000Z K 7 svn:log V 110 Add "nfsv2" to the default mount options. It can be removed when V3 stops causing unkillable hung processes. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-07-04T03:34:28.000000Z K 7 svn:log V 56 Sync with main branch 1.3: Add resvport,nfsv2 options. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-07-04T04:45:42.000000Z K 7 svn:log V 343 Add BINDIR so that people can install this into /stand. Is it bogus to replace a crunched binary with a single sysinstall executable? Yes. Is it less bogus than not providing a reasonable install target so you can tell users where to go and type "make all install" in order to update sysinstall? No. Hence this commit, with reservations. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-07-04T04:46:29.000000Z K 7 svn:log V 7 YAMF22 END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-07-04T04:48:02.000000Z K 7 svn:log V 137 Add proper md5 comments to ports-installed packages also by masticating it through the same routine used by pkg_create. Submitted by: se END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-07-04T04:48:16.000000Z K 7 svn:log V 15 YAMFC (se fix) END K 10 svn:author V 8 charnier K 8 svn:date V 27 1997-07-04T06:25:30.000000Z K 7 svn:log V 63 MFC: Remove Nm's parameter. Add rcsid, prototypes. Use err(3). END K 10 svn:author V 3 max K 8 svn:date V 27 1997-07-04T06:31:52.000000Z K 7 svn:log V 24 Add Xref to nologin(5). END K 10 svn:author V 3 max K 8 svn:date V 27 1997-07-04T06:35:19.000000Z K 7 svn:log V 25 MFC: Xref to nologin(5). END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-07-04T22:09:07.000000Z K 7 svn:log V 84 death: revoke all lines listed in /etc/ttys instead of sending HUP to all processes END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-07-04T22:32:59.000000Z K 7 svn:log V 100 Better section guessing for manual pages without suffix. The plan9 manual pages dont have a suffix. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-07-05T00:39:21.000000Z K 7 svn:log V 25 Add entries for tooltalk END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-07-05T00:39:34.000000Z K 7 svn:log V 17 tooltalk entries END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-05T02:02:02.000000Z K 7 svn:log V 131 Document recent changes (config files and -D...) and not so recent changes (bios drive number...). Submitted by: mostly by yokota END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-05T02:04:31.000000Z K 7 svn:log V 51 YAMFC (document recent and not so recent changes). END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-05T02:08:09.000000Z K 7 svn:log V 26 Fixed description of -cv. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-07-05T02:15:42.000000Z K 7 svn:log V 125 Apply Bill Fenner's patch for the lost vendor branch bug - I've looked over the code too and it makes sense to me. PR: 4033 END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-07-05T13:48:13.000000Z K 7 svn:log V 132 Hmm.. Somehow, the MAKE_EBONES hooks only partially came across to 2.2. So, if src/eBones was present, it only got "sort-of" built. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-07-05T14:11:52.000000Z K 7 svn:log V 79 If we're going to have the new boot block features in 2.2, better support 'em. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-07-05T14:22:15.000000Z K 7 svn:log V 137 .if exists(../eBones) tests the obj dir, not the source dir's existance. The existance of a stale obj dir does not imply the source too. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-07-05T14:23:54.000000Z K 7 svn:log V 55 YAMFC: test exists(${.CURDIR}/../eBones) not ../eBones END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-07-05T15:44:29.000000Z K 7 svn:log V 565 Send these files to the attic until they are in use for several reasons. 1: cvs and cvsup don't really support vendor branches other than 1.1.1.x, this is on 1.1.2.x and causing problems in cvsup 'checkout mode', just the same as cvs has problems interpreting dates. (cvs has "1.1.1" hard coded) 2: cvs 'rm'ing them takes them off the vendor branch and should hide the above problems. 3: it's just clutter until the merge is done. 4: if the problem isn't sufficiently resolved by taking these off the vendor branch, the files will have to be nuked and re-imported. END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-07-05T19:12:45.000000Z K 7 svn:log V 147 Remove addgroup/rmgroup -- they are completely replaced by pw(1). Adduser/rmuser stay for now until we get a good user-friendly front-end for pw. END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-07-05T19:34:51.000000Z K 7 svn:log V 52 Add -D_NEW_VFSCONF to eliminate compilation warning END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-07-05T19:35:22.000000Z K 7 svn:log V 34 netstart wasn't getting installed END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-07-05T19:35:45.000000Z K 7 svn:log V 74 netstart should really only do phase 1 bringup, not start all the daemons END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-07-05T19:36:53.000000Z K 7 svn:log V 6 YAMFC END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-07-05T19:36:55.000000Z K 7 svn:log V 103 1. Replace malloc+bzero by calloc 2. Revoke internal active session list only now, not whole /etc/ttys END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-07-05T20:23:53.000000Z K 7 svn:log V 41 Support message of last database update. END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-07-06T00:32:00.000000Z K 7 svn:log V 52 Move TCP extensions into phase 1. Submitted by: bde END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-07-06T00:33:34.000000Z K 7 svn:log V 43 Merge from 2.2 (tcp extensions in phase 1) END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-06T02:22:28.000000Z K 7 svn:log V 143 Import Lite2's src/usr.bin/cksum. The Makefile is still on the vendor branch and will temporarily give bogus hard links cksum[.1] -> sum[.1]. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-06T02:22:28.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r27219, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 5 dyson K 8 svn:date V 27 1997-07-06T02:40:43.000000Z K 7 svn:log V 558 This is an upgrade so that the kernel supports the AIO calls from POSIX.4. Additionally, there is some initial code that supports LIO. This code supports AIO/LIO for all types of file descriptors, with few if any restrictions. There will be a followup very soon that will support significantly more efficient operation for VCHR type files (raw.) This code is also dependent on some kernel features that don't work under SMP yet. After I commit the changes to the kernel to support proper address space sharing on SMP, this code will also work under SMP. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-06T03:03:10.000000Z K 7 svn:log V 111 Merge from Lite2 (make the command `sum' an alias for `cksum -o 1', and reject -o args other than "1" or "2"). END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-06T03:18:13.000000Z K 7 svn:log V 102 Default to `cksum' instead of to `sum' for unusual program names. Mention `sum' in the usage message. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-06T03:28:40.000000Z K 7 svn:log V 123 Import Lite2's src/usr.bin/banner. The man page is still on the vendor branch and this import converts it to mdoc format. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-06T03:28:40.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r27224, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-06T03:39:37.000000Z K 7 svn:log V 78 Merge from Lite2 (reject widths <= 0 instead of pretending that they are 80). END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-06T03:45:58.000000Z K 7 svn:log V 124 Import Lite2's src/usr.bin/leave. The man page is still on the vendor branch and this import just makes a cosmetic change. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-06T03:45:58.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r27227, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-06T04:02:30.000000Z K 7 svn:log V 105 Import Lite2's src/usr.bin/systat. cmds.c is still on the vendor branch and this import just breaks it. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-06T04:02:30.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r27229, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-06T04:13:20.000000Z K 7 svn:log V 79 Importing Lite2 broke lookup() to return -1 for the nmatches == 0 case. Fixed. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-06T04:37:22.000000Z K 7 svn:log V 129 Merge from Lite2 (print "??" instead NULL if devname() fails). More faithful stealing from pstat would have given this already. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-06T05:14:28.000000Z K 7 svn:log V 210 Import Lite2's src/usr.bin/telnet. The README is still on the vendor branch and importing it gives some anachronisms. tn3270.c is still on the vendor branch and importing it just changes a memcpy to memmove. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-06T05:14:28.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r27233, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-06T05:25:43.000000Z K 7 svn:log V 124 Import Lite2's src/usr.bin/tn3270. mset/3270.5 is still on the vendor branch and importing it just changes the formatting. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-06T05:25:43.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r27235, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-06T06:06:57.000000Z K 7 svn:log V 108 Import Lite2's src/usr.bin/bdes. This was too hard to check at home since bdes is not on the export cdrom. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-06T06:06:57.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r27237, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-06T06:15:35.000000Z K 7 svn:log V 28 Removed mis-imported files. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-06T06:27:25.000000Z K 7 svn:log V 98 Import from Lite2 again to fix up mis-importing of Lite2's bdes. This leaves a bogus rev.1.1.1.2. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-06T06:54:14.000000Z K 7 svn:log V 171 Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail, pascal and vmstat.sparc. All changed files on the vendor branch should already have been imported. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-07-06T06:54:14.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r27241, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-07-06T07:19:14.000000Z K 7 svn:log V 339 fix rndcontrol invocation.. rndcontrol has the irq after a -s switch, not just the next argument. We really need to be able to tag drivers with their randomness "suitability" so that this can be more automatic. It would be nice if all suitable drivers registered their irq automatically, but still allowed them to be turned on/off etc. END K 10 svn:author V 4 jhay K 8 svn:date V 27 1997-07-06T07:38:36.000000Z K 7 svn:log V 865 Major IPXrouted rework. In rt_change() remember to update the interface pointer otherwise we will send the RIP packets to the wrong interface(s) in future. Update the hash generator and increase the size of the hash tables. Only use the network and host parts when comparing IPX interface addresses. Immediately broadscast RIP and SAP changes. Change the alarm code to use the setitimer() call and only set a flag in the alarm signal handler. This gets rid of possible race conditions. Remove the host routing table. IPX RIP cannot do host routes, only net routes. Make the delay between broadcast packets 50ms. It seems that some Netware 4.x servers is very slow and don't have much input buffering. Handle received messages about networks and services that go down, better. Add tracing of RIP and SAP changes. It gets sysloged with a level of LOG_DEBUG. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-07-06T07:54:56.000000Z K 7 svn:log V 77 Fix off-by-one error PR: 3451 Submitted by: Tim Vanderhoek END K 10 svn:author V 4 jhay K 8 svn:date V 27 1997-07-06T08:14:29.000000Z K 7 svn:log V 38 Merge IPXrouted changes from current. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-07-06T08:28:34.000000Z K 7 svn:log V 75 Update description of rand_args to not suggest "-s".. Pointed out by: bde END