ƒ«24731 238 152 161 141 178 258 171 115 122 152 140 136 259 157 400 118 149 118 152 248 682 357 250 320 403 179 951 234 278 332 135 306 240 183 112 223 122 126 190 122 157 153 328 425 163 265 216 140 538 192 480 303 200 150 240 188 181 293 262 234 423 247 251 284 413 401 113 153 146 132 162 152 121 149 154 180 228 129 265 187 203 113 195 179 421 303 222 426 179 140 126 173 143 213 128 131 153 298 225 218 210 261 163 523 271 224 184 158 245 195 273 395 232 484 252 331 127 127 797 160 370 388 355 193 150 240 288 410 419 106 185 119 127 210 564 206 123 123 134 343 170 280 147 138 138 143 142 142 126 142 126 198 121 128 128 142 125 302 160 157 142 179 144 390 147 608 323 343 115 105 390 343 128 141 256 108 258 167 260 361 139 156 158 300 215 215 112 152 158 144 137 539 179 149 133 410 128 206 132 155 270 98 215 229 145 135 133 115 143 336 146 367 420 130 197 126 152 109 126 225 142 200 125 150 688 126 143 151 146 329 236 163 103 777 265 154 178 233 278 K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-04-08T20:27:48.000000Z K 7 svn:log V 60 Improve the wording in the NOTES section. Closes PR# 3223. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-04-08T20:36:36.000000Z K 7 svn:log V 69 Ensure that the remote host name is Nul terminated. Closes PR# 2589. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-04-08T20:43:37.000000Z K 7 svn:log V 49 YAMFC: improve the wording in the NOTES section. END K 10 svn:author V 5 hanai K 8 svn:date V 27 1997-04-09T03:05:58.000000Z K 7 svn:log V 84 Catch up with the original. Submitted by: Yoshiaki Uchikawa END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-04-09T05:04:43.000000Z K 7 svn:log V 165 Provide examples of how to remove file names that begin with a dash in non-getopt implementations. E.g.: rm /home/mpp/-filename rm ./-filename Requested by: bde END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-04-09T05:05:46.000000Z K 7 svn:log V 79 YAMFC: document non-getopt ways of removing file names that begin with a dash. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-04-09T05:39:32.000000Z K 7 svn:log V 23 Document wakeup_one(). END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-04-09T05:40:58.000000Z K 7 svn:log V 30 YAMFC: document wakeup_one(). END K 10 svn:author V 2 se K 8 svn:date V 27 1997-04-09T09:15:03.000000Z K 7 svn:log V 61 Fix consistency test to not fail on pre PCI 2.0 motherboards END K 10 svn:author V 2 se K 8 svn:date V 27 1997-04-09T09:16:27.000000Z K 7 svn:log V 49 Fix spelling of align and interrupt in comments. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-04-09T09:22:02.000000Z K 7 svn:log V 44 NO_PORTS -> NOPORTS Will-Make-Happy: msmith END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-04-09T10:34:31.000000Z K 7 svn:log V 166 Reorganize the donor's gallery to include people who've donated parts to replace freefall.freebsd.org (so that we can use what's currently there to replace spatter). END K 10 svn:author V 2 se K 8 svn:date V 27 1997-04-09T11:34:50.000000Z K 7 svn:log V 66 Mask out revision register in consistency test of class register. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-09T15:23:09.000000Z K 7 svn:log V 307 Include instead of . kern_sysctl.c no longer has anything to do with vnodes and never had anything to do with buffers, but it needs the definitions of B_READ and B_WRITE for use with the bogus useracc() interface and was getting them bogusly due to excessive cleanups in rev.1.49. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-09T15:34:09.000000Z K 7 svn:log V 26 Removed unused #includes. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-09T15:37:04.000000Z K 7 svn:log V 57 Regenerate (removed unused #includes in linux_sysent.c). END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-09T15:44:47.000000Z K 7 svn:log V 26 Removed unused #includes. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-09T15:46:25.000000Z K 7 svn:log V 60 Regenerate (removed unused #includes from ibcs2*_sysent.c). END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-04-09T16:00:07.000000Z K 7 svn:log V 153 Oops. Missed the Complex number add case of code generation.. :-] Fixes PR#3239. Submitted by: Takeshi WATANABE END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-09T16:10:27.000000Z K 7 svn:log V 589 Use `ld -f' (actually `cc -Wl,-f') at `make depend' time to generate almost perfect dependencies on crt0's and libraries. DPADD and bsd.libnames.mk should go away soon. Use a new _EXTRADEPEND target to implement this and to avoid editing of .depend when .depend isn;t being rebuilt. The afterdepend target doesn't seem to be good for anything and is now unused. Fixed LDDESTDIR for the DESTDIR case when ${SHLIBDIR} != /usr/lib. Added commented-out -nostdlib to LDDESTDIR for the DESTDIR case. The wrong libraries may be used without this; however it breaks linkage to crt0 and libc. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-09T16:32:23.000000Z K 7 svn:log V 264 Distinguish fifos from sockets in the S_IS* macros. This is possible now that nameless pipes are not implemented as sockets. Don't include if KERNEL is defined. It should already have been included by including . Fixed a nearby typo. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-09T16:53:45.000000Z K 7 svn:log V 157 Removed support for OLD_PIPE. is now missing the hack that supported nameless pipes being indistinguishable from fifos. We're not going back. END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-04-09T17:35:54.000000Z K 7 svn:log V 226 Ignore SIGPIPE or any user can quit ppp just telnetting to it and quitting telnet immediately (while phone number dialed) Log client connection/disconnection with PHASE_BIT now. Add more error recovery on client disconnection END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-04-09T18:59:36.000000Z K 7 svn:log V 310 Process "lib/csu/i386" at the beginning of the "libraries" target, instead of in the middle of it. Soon, "c++rt0.o" will be linked into all shared libraries. An up-to-date version of it must be in place before any shared libraries are built. This is one piece of the solution for PR gnu/3035 (gcc -shared). END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-04-09T19:03:14.000000Z K 7 svn:log V 87 Check for -1 instead of EOF in the getopt() example. Submitted by: Kent Vander Velden END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-04-09T19:14:31.000000Z K 7 svn:log V 858 Declare the constructor/destructor linker sets as extern rather than common. Add one do-nothing element to each set. This ensures that the linker realizes that they are linker sets rather than simple commons, and makes it possible to link c++rt0.o into every shared library regardless of whether it is a C++ library or not. Without this change, the constructors and destructors in the main program could be executed multiple times. This change is going to make it possible to get rid of the CPLUSPLUSLIB makefile variable once and for all. It is a piece of the solution to PR gnu/3505 (gcc -shared). Finally, it fixes a heretofore unreported bug: If CPLUSPLUSLIB was set in a makefile for a C++ shared library that had no static constructors or destructors in it, then the main program's constructors and destructors would be executed multiple times. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-04-09T19:44:58.000000Z K 7 svn:log V 141 Add Kent Vander Velden for his various contributions via problem reports. Also updated Keith Bostic's mail address while I was in the area. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-04-09T20:13:41.000000Z K 7 svn:log V 185 Make "gcc -shared" work properly for building shared libraries. An up-to-date version of c++rt0.o is necessary for this to work right. Closes PR gnu/3035: gcc -shared flag is broken. END K 10 svn:author V 5 guido K 8 svn:date V 27 1997-04-09T20:17:15.000000Z K 7 svn:log V 237 Make a sysconfig variable controlling if teh kernel should accept nfs requests from non-privileged ports. Change mountd such that it does never set this variable, but only clears it when run with -n. Also document this in the man page. END K 10 svn:author V 5 guido K 8 svn:date V 27 1997-04-09T20:25:43.000000Z K 7 svn:log V 41 Oops...now really commit the doc change. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-04-09T20:31:15.000000Z K 7 svn:log V 213 Use "-pg" instead of "-p" for generating profiled object files. The two options differ only when linking, but "-p" is incorrect because it is associated with the old-style "prof" command, which we do not support. END K 10 svn:author V 5 guido K 8 svn:date V 27 1997-04-09T20:31:33.000000Z K 7 svn:log V 145 From current: Fix mountd so the privport stuff is backwards compatible with older systems. Add sysconfig variable to control the privport stuff. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-04-09T23:05:04.000000Z K 7 svn:log V 91 Typo police. Part of PR# 3242. Submitted by: Philippe Charnier END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-04-09T23:06:21.000000Z K 7 svn:log V 20 YAMFC: Typo police. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-04-10T02:15:59.000000Z K 7 svn:log V 130 Expand donors list. Note: Anyone I missed, *please* contact me! I'm only now starting to get this a little more well organized. END K 10 svn:author V 5 hanai K 8 svn:date V 27 1997-04-10T04:41:55.000000Z K 7 svn:log V 28 Catch up with the original. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-04-10T05:20:19.000000Z K 7 svn:log V 34 Add Jack O'Neill to donor's list. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-04-10T05:23:25.000000Z K 7 svn:log V 98 Nate Johnson is now the Gallery/Commercial editor since Charles Wimmer seems to have disappeared. END K 10 svn:author V 5 hanai K 8 svn:date V 27 1997-04-10T06:06:22.000000Z K 7 svn:log V 28 Catch up with the original. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-04-10T10:20:22.000000Z K 7 svn:log V 63 Make the use of mousedtype/sysmouse clearer. Suggested by: jkh END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-04-10T10:20:46.000000Z K 7 svn:log V 59 Add a section on sysmouse configuration. Suggested by: jkh END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-04-10T12:06:53.000000Z K 7 svn:log V 233 Add a short blurb about the ports page in the "applications" question. List all three packages directories in the ensuing packages description. Add a short (in fact, very short) section about libc.so.3.0 and wrong package versions. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1997-04-10T12:26:50.000000Z K 7 svn:log V 329 Preserve some bits in the keyboard controller command byte when resetting the keyboard. Well, sorry, this bug is totally my fault. I DID intend to preserve them, but somehow I failed. The bug puts some old keyboard controllers in a strange state, resulting in keyboard freeze or random key input. The fix closes PR kern/3067. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1997-04-10T12:39:08.000000Z K 7 svn:log V 68 Merge recent keyboard related fixes from -current (v1.207, v1.209). END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-10T13:17:09.000000Z K 7 svn:log V 172 Use smalllblktosize() instead of multiplying small block numbers by fs->fs_bsize. The macro is usually faster and makes it clearer that the multiplication can't overflow. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-04-10T13:48:59.000000Z K 7 svn:log V 121 Add extra paranoia test. In theory this doesn't really gain you anything, but the extra warning message could be useful. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-04-10T13:53:31.000000Z K 7 svn:log V 46 Merge from -current: add extra paranoia test. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-10T13:54:19.000000Z K 7 svn:log V 445 Deprecated some more - changed the comment saying that should be used instead to a warning. If this causes too many warnings in ports then it should be changed back after checking some ports for related configuration errors. Moved the definition of DIRSIZ() from to so that it can be used in the kernel without including . Renamed it in some cases to avoid new namespace pollution. END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-04-10T13:56:43.000000Z K 7 svn:log V 98 Merge 1.43 -> 1.44 delta from -current so RELENG_2_2 users get info about the packages they need. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-04-10T14:12:51.000000Z K 7 svn:log V 385 Add a sanity test to ypproc_xfr_2_svc(): check that the map and domain in the transfer request actually exist. Technically ypxfr can do this too, but why waste the cycles getting ypxfr off the ground for a transfer we already know is going to fail. Also apply stricter access control rules; ypproc_xfr_2_svc() is in a different class than the normal map access procedures procedures. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-04-10T14:16:19.000000Z K 7 svn:log V 208 Merge sanity checks from -current to 2.2 branch. Oh, forgot to mention: also removed trailing semicolons from instances of the YPXFR_RETURN() macro. The last line in the macro already ends with a semicolon. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-04-10T14:18:03.000000Z K 7 svn:log V 105 Avoid processing obviously bogus domain names in the YPBINDPROC_DOMAIN and YPBINDPROC_SETDOM procedures. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-04-10T14:18:48.000000Z K 7 svn:log V 56 Merge from -current (don't process bogus domain names). END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-04-10T14:34:28.000000Z K 7 svn:log V 145 Backport extra ypproc_xfr_2_svc() sanity check to the 2.1 branch. (Note: in case it doesn't show up, this commit is to the RELENG_2_1_0 branch.) END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-10T14:35:32.000000Z K 7 svn:log V 96 Removed unused or apparently-unused #includes, especially of the deprecated header . END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-04-10T14:40:59.000000Z K 7 svn:log V 87 Backport extra sanity test from -current (watch out for obviously wrong domain names). END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-10T14:56:49.000000Z K 7 svn:log V 200 Get the declaration of `struct dirent' from , not from . Removed unused #include. Fixed type and order of struct members in pseudo-declaration of `struct vop_readdir_args'. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-10T15:05:38.000000Z K 7 svn:log V 169 Get the declaration of `struct dirent' from , not from , and use the new macro GENERIC_DIRSIZ() instead of DIRSIZ(). Removed unused #includes. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-10T15:15:43.000000Z K 7 svn:log V 141 Fixed bogus existence check related to searching for a nearby obj directory. Now the search is as incomplete as elsewhere instead of broken. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-10T16:04:43.000000Z K 7 svn:log V 330 Fixed bogus existence test related to searching for a nearby obj directory. config.h is always in the current (= object) directory, so don't search for it. config.h is not a source for the library, so don't put it in SRCS and don't make the library depend on it. Don't put unused flags in CFLAGS. Simplify using INTERNALLIB*. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-10T16:13:17.000000Z K 7 svn:log V 154 Fixed bogus existence test related to searching for a nearby obj directory. man.1 is always in the current (= object) directory, so don't search for it. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-10T16:14:09.000000Z K 7 svn:log V 158 Fixed bogus existence test related to searching for a nearby obj directory. manpath.1 is always in the current (= object) directory, so don't search for it. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-10T16:33:32.000000Z K 7 svn:log V 191 Fixed bogus existence test related to searching for a nearby obj directory. The object (= current) directory always exists, so don't search for it. Use ${.TARGET} instead of deprecated $@. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1997-04-10T19:13:07.000000Z K 7 svn:log V 318 aic7xxx.seq: Be consistant about testing for parity errors after waiting for a REQ on the bus. Don't ack the last byte in a transaction until after we've cleared all target state. aic7xxx_asm.c: Test the return value of getopt against -1 not EOF. (Yet another shameless victum of the style guide being wrong). END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1997-04-10T19:14:58.000000Z K 7 svn:log V 306 Drop the number of allowed tags back down to 8. Pluto uses a higher value which mistakenly got committed. Fix two bugs in the ahc_reset_device code: Limit search for SCBs to process to those that are active and are not queued for done processing. It's okay for an SCB to not have a waiting next SCB. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1997-04-10T19:26:09.000000Z K 7 svn:log V 19 Sync with current. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-04-10T20:26:04.000000Z K 7 svn:log V 59 Don't even think about processing bogus domain names here. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-04-10T20:29:35.000000Z K 7 svn:log V 52 Merge from -current: sanity checks on domain names. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-04-10T21:16:49.000000Z K 7 svn:log V 38 backport paranoia check to 2.1 branch END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-04-10T21:28:16.000000Z K 7 svn:log V 70 Whups! This commit got lost somehow, no wonder pds was confused! :-} END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-04-11T04:32:44.000000Z K 7 svn:log V 60 Add Joe McGuckin for the Kingston ethernet card he donated. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-04-11T05:17:25.000000Z K 7 svn:log V 29 Make depend rely on config.h END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-04-11T07:41:22.000000Z K 7 svn:log V 56 Synchronize with sys/i386/isa/syscons.c revision 1.209. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-04-11T07:44:39.000000Z K 7 svn:log V 61 Synchronize with sys/i386/isa/syscons.c revision 1.182.2.16. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-04-11T10:04:46.000000Z K 7 svn:log V 88 Ulf has now also donated the case for "the new freefall" - amend his entry accordingly. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-04-11T10:33:12.000000Z K 7 svn:log V 132 Add ``%{'' and ``%}'' to one of the examples so that you can actually cut-n-paste the example and have it actually lex and compile. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-04-11T10:37:41.000000Z K 7 svn:log V 34 Merge revision 1.4 from -CURRENT. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-04-11T12:29:51.000000Z K 7 svn:log V 171 Deleted ddb_inb and ddb_outb functions that provide I/O access routines as function for DDB. The inb and outb are provided as functions in machdep.c when DDB is defined. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-04-11T15:45:35.000000Z K 7 svn:log V 93 YAMFC: Update FAQ with sysmouse section, add comment before mousedtype setting in sysconfig. END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-04-11T16:44:10.000000Z K 7 svn:log V 108 Bring in latest libreadline from -current. Note src/contrib/libreadline is already tagged into RELENG_2_2. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1997-04-11T16:45:51.000000Z K 7 svn:log V 19 Sync with current. END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-04-11T16:54:09.000000Z K 7 svn:log V 100 Bring in latest texinfo from -current. Note src/contrib/texinfo is already tagged into RELENG_2_2. END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-04-11T16:58:46.000000Z K 7 svn:log V 85 Merge in from -current all the changes needed to make world with the latest texinfo. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-11T17:08:56.000000Z K 7 svn:log V 328 Don't print nonexistent library names for `ld -f [-Lfoo] -lbar'. A dependency on `bar' is very unlikely to be correct. This is a quick fix for broken dependencies in gdb and many other places. The dependencies on internal libraries are now missing instead of wrong when `make depend' is run before the libraries are created. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-11T17:49:56.000000Z K 7 svn:log V 210 Fixed synopsis: - don't declare nonexistent function sleep(). - don't include explicitly. sleep() should be nuked some more, e.g., this man page should not be named after a nonexistent function. END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-04-11T17:54:01.000000Z K 7 svn:log V 127 (I'm not sure why this didn't get committed last time....) Merge in texinfo changes from -current to use src/contrib/texinfo. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-11T17:55:19.000000Z K 7 svn:log V 333 Cleaned up synopsis: - don't quote function names, since quoting them is unnecessary and unusual and confuses my synopsis checker. - include instead of . It is normal to (have to) include instead of , but it is more useful for man pages to document minimal prerequisites. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-11T17:58:16.000000Z K 7 svn:log V 87 Fixed #include(s) in the synopsis to actually declare the function(s) in the synopsis. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-11T18:07:45.000000Z K 7 svn:log V 48 Fixed synopsis (prototype was missing a const). END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-11T18:09:29.000000Z K 7 svn:log V 34 Fixed missing header in synopsis. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-11T18:39:44.000000Z K 7 svn:log V 81 Fixed synopsis (the #include was bogus and the return type for brk() was wrong). END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-11T18:47:10.000000Z K 7 svn:log V 51 Fixed missing const(s) or #include(s) in synopsis. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-11T18:54:05.000000Z K 7 svn:log V 120 Fixed return type of __syscall() in synopsis. Don't quote "..." in synopsis. Quoting here is unnecessary and unusual. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-11T18:57:26.000000Z K 7 svn:log V 36 Fixed missing #include in synopsis. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-04-11T19:54:09.000000Z K 7 svn:log V 36 Add -3 option to usage() statement. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1997-04-11T20:01:53.000000Z K 7 svn:log V 58 Merge from rev 1.4 (EOF => -1) and rev 1.5 (fix usage()). END K 10 svn:author V 2 jb K 8 svn:date V 27 1997-04-11T22:38:22.000000Z K 7 svn:log V 206 Set wakeup time in pthread_cond_wait() to `forever' (-1) to prevent calling thread from being rescheduled based on an unspecified wakeup time. Bug/fix pointed out by Alexandre Fenyo . END K 10 svn:author V 5 dyson K 8 svn:date V 27 1997-04-11T23:37:23.000000Z K 7 svn:log V 130 Allow a kernel-supported process thread to do an exec without blasting away the VM space of all of the other, associated threads. END K 10 svn:author V 6 davidn K 8 svn:date V 27 1997-04-12T01:04:50.000000Z K 7 svn:log V 122 Submitted by: Philippe Charnier Fixes name size limitation (was hardcoded to 8). Closes PR#3258 END K 10 svn:author V 5 dyson K 8 svn:date V 27 1997-04-12T04:07:50.000000Z K 7 svn:log V 115 Effectively remove the previous commit to fix threads forking. The change was a false-start, and needs more work. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-04-12T04:23:13.000000Z K 7 svn:log V 166 Support input and output filters with remote printing. Output filters are executed on a per-file basis as it's necessary to supply the file size to the "other side". END K 10 svn:author V 4 dima K 8 svn:date V 27 1997-04-12T06:16:14.000000Z K 7 svn:log V 70 From HEAD: Use "find -print0 | xargs -0" instead of "find -X | xargs" END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-04-12T07:06:08.000000Z K 7 svn:log V 428 Put on my flame proof suit and make libtcl build conditional on the src/contrib/tcl directory existing, and also have an /etc/make.conf override (NOTCL) to stop building libtcl. This is in similar other things from src/Makefile, eg: NOGAMES, NOLKM, etc. This is so that people can put in a refuse entry in their cvsup files and not fetch the tcl code, and have it not built automatically. I'll do something similar for perl. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-04-12T07:09:18.000000Z K 7 svn:log V 176 Make tclsh conditional on the src/contrib/tcl directory existing, and allow it to be disabled via NOTCL in /etc/make.conf (similar to other stuff in src/Makefile, eg: NOGAMES) END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-04-12T07:19:09.000000Z K 7 svn:log V 129 Don't descend into the perl directory if it isn't there (eg: cvsup refuse file), or if NOPERL is defined (eg: in /etc/make.conf) END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-04-12T14:28:13.000000Z K 7 svn:log V 90 Respect NOTCL, don't link with libtcl for the scripting support if we're not building it. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-04-12T14:34:02.000000Z K 7 svn:log V 64 Oops. Broke golden rule #1: test everything before commit. :-] END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-04-12T16:11:21.000000Z K 7 svn:log V 152 XiG now distributes CDE 1.1 with a full X11R6.1 environment; make more sweeping changes to the USE_XIG_ENVIRONMENT variable handling to deal with this. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-04-12T16:51:20.000000Z K 7 svn:log V 102 Fold hardware contributors section into the donor's gallery - no sense in having two places for this. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-04-12T17:35:02.000000Z K 7 svn:log V 178 Everyone's favorite, i think: make DDB understand the arrow keys for the basic cursor movements. Assumes ANSI/DEC tty, but you can still resort to plain emacs ^p/^n etc anyway. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-04-12T21:54:48.000000Z K 7 svn:log V 300 Minor fixups. Mention that DDB now has a history, and understands emacs-style editing (which it used to have for a long time already). Also mention the `gdb' and `help' commands. Other commands need an overhaul, too (like the various `show' subcommands), but i don't feel very competent for these. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-04-12T21:55:53.000000Z K 7 svn:log V 137 Sync this up with RELENG_2_2. Du-oh, i've totally spammed rev 1.278, and quite a number of smaller fixes from 2.2 were missing as well. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-04-12T22:58:41.000000Z K 7 svn:log V 389 Only wait for the redial timeout when the last phone number in the list has been dialed. Alternate number dialing has no "pause". Suggested by: joerg Document this behaviour. Document that the number of dial attempts applies to the number of phone calls rather than the number of times each number is dialed. Add a missing .El. Give a decent description of how to connect to an ISP. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-04-13T00:54:45.000000Z K 7 svn:log V 157 Make -background option attempt each phone number at most once. Make -background ignore redial. Output exit value to syslog with "PPP Terminated" message. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-04-13T01:07:00.000000Z K 7 svn:log V 236 Allow forcing of local_ip:remote_ip in pap-secrets and chap-secrets files. This allows specific users to have pre-allocated IP numbers while others get assigned dynamically. Submitted by: David Nugent END K 10 svn:author V 3 jmz K 8 svn:date V 27 1997-04-13T01:13:52.000000Z K 7 svn:log V 35 Upgrade to the 1997/02/19 version. END K 10 svn:author V 3 jmz K 8 svn:date V 27 1997-04-13T01:16:58.000000Z K 7 svn:log V 35 Upgrade to the 1997/02/26 version. END K 10 svn:author V 5 dyson K 8 svn:date V 27 1997-04-13T01:48:35.000000Z K 7 svn:log V 702 Fully implement vfork. Vfork is now much much faster than even our fork. (On my machine, fork is about 240usecs, vfork is 78usecs.) Implement rfork(!RFPROC !RFMEM), which allows a thread to divorce its memory from the other threads of a group. Implement rfork(!RFPROC RFCFDG), which closes all file descriptors, eliminating possible existing shares with other threads/processes. Implement rfork(!RFPROC RFFDG), which divorces the file descriptors for a thread from the rest of the group. Fix the case where a thread does an exec. It is almost nonsense for a thread to modify the other threads address space by an exec, so we now automatically divorce the address space before modifying it. END K 10 svn:author V 5 dyson K 8 svn:date V 27 1997-04-13T03:05:31.000000Z K 7 svn:log V 66 Correct the previous thread-fix commit. I made a clerical error. END K 10 svn:author V 5 dyson K 8 svn:date V 27 1997-04-13T03:33:25.000000Z K 7 svn:log V 275 Improve the buffer cache memory policy by moving pages over to the cache queue more often. The pageout daemon had to be waken up more often than necessary since pages were not put on the cache queue, when they should have been. Submitted by: David Greenman END K 10 svn:author V 5 dyson K 8 svn:date V 27 1997-04-13T03:35:30.000000Z K 7 svn:log V 293 The pmap code was too generous in the allocation of kva space for the pv entries. This problem has become obvious due to the increase in the size of the pv entries. We need to create a more intelligent policy for pv entry management eventually. Submitted by: David Greenman END K 10 svn:author V 5 dyson K 8 svn:date V 27 1997-04-13T04:07:24.000000Z K 7 svn:log V 260 Decrease the amount of memory allocated for bouncing. This will allow large systems to boot successfully with bounce buffers compiled in. We are now limiting bounce space to 512K. The 8MB allocated for a 512MB system is very bogus -- and that is now fixed. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-04-13T05:39:42.000000Z K 7 svn:log V 100 Don't put ifconfig_ppp0 lines in /etc/sysconfig if you're using the ppp install. Evil will result. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-04-13T06:02:52.000000Z K 7 svn:log V 57 Synchronize with sys/i386/i386/machdep.c revision 1.237. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-04-13T06:12:13.000000Z K 7 svn:log V 146 Removed libc stuffs. Lite/2 merged libc contains unionfs support, and we don't have to use the libc related files in sys/misc/unionfs directory. END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-04-13T06:25:03.000000Z K 7 svn:log V 195 Though malloc allocates only cn.cn_namelen bytes for cn.cn_pnbuf in union_vn_create(), following bcopy copies cn.cn_namlen + 1 bytes to cn.cn_pnbuf PR: 3255 Reviewed by: phk Submitted by: kato END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-04-13T06:27:09.000000Z K 7 svn:log V 317 The path name buffer, cn->cn_pnbuf, is FREEed by VOP_MKDIR when relookup() in union_relookup() is succeeded. However, if relookup() returns non-zero value, that is relookup fails, VOP_MKDIR is never called (c.f. union_mkshadow). Thus, pathname buffer is never FREEed. Reviewed by: phk Submitted by: kato PR: 3262 END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-04-13T06:29:13.000000Z K 7 svn:log V 326 The function union_fsync tries to lock overlaying vnode object when dolock is not set (that is, targetvp == overlaying vnode object). Current code use FIXUP macro to do this, and never unlocks overlaying vnode object in union_fsync. So, the vnode object will be locked twice and never unlocked. PR: 3271 Submitted by: kato END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-04-13T06:38:56.000000Z K 7 svn:log V 14 Close PR#3118 END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-04-13T06:43:58.000000Z K 7 svn:log V 93 Add a -b option to make the resulting CDROM image bootable (requires new mkisofs 1.10 port). END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-04-13T06:44:25.000000Z K 7 svn:log V 27 Support GLOBAL style tags. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-04-13T06:47:02.000000Z K 7 svn:log V 35 Add support for GLOBAL style tags. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-04-13T08:39:38.000000Z K 7 svn:log V 115 Don't create anything on the disk if -O (aka --to-stdout) was given. PR: gnu/3247: tar -O creates directories... END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-04-13T08:46:58.000000Z K 7 svn:log V 469 Add more bootstrapping bandaids: copy over some of the host system dependent utilities to /bootstrap inside the chroot tree, so the hosting and targeted environment are not required the same. By now, mount/umount (due to the Lite2 changes) and cpio (due to lchown) make it there. This should allow building a 3.0-current release from inside a 2.2 vintage system, and visa verse. Isn't lchown also a reason for a shared lib version number bump? PR: Reviewed by: jkh END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-13T11:10:40.000000Z K 7 svn:log V 113 Updated to use new MOD_SYSCALL() and MOD_DISPATCH() macros. Removed bogus unused #include and unused #includes. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-13T11:24:29.000000Z K 7 svn:log V 31 Removed bogus unused #include. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-13T11:31:20.000000Z K 7 svn:log V 31 Removed bogus unused #include. END K 10 svn:author V 4 paul K 8 svn:date V 27 1997-04-13T11:33:17.000000Z K 7 svn:log V 41 This file is deprecated not "obsoleted". END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-13T11:41:59.000000Z K 7 svn:log V 250 Declare the documented (modulo a spelling error) interface `void __set_ospeed(long);' in the appropriate header. The implementation still uses speed_t instead of long. This will break properly when speed_t is fixed (speed_t shall be unsigned ...). END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-13T12:16:59.000000Z K 7 svn:log V 78 Fixed spelling of __set_ospeed (was _set_ospeed) and improved nearby English. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-13T12:36:42.000000Z K 7 svn:log V 187 Fixed synopsis. There was a missing arg, 3 args with the wrong type, and many apparent dependendcies on from use of u_char. avoids u_char, so avoid it here too. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-13T12:55:36.000000Z K 7 svn:log V 55 Don't use literal semicolons in .Fn macro invocations. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-13T13:01:05.000000Z K 7 svn:log V 46 Fixed wrong function return type in synopsis. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-13T13:02:07.000000Z K 7 svn:log V 46 Fixed wrong/incomplete #includes in synopsis. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-04-13T13:12:12.000000Z K 7 svn:log V 50 Access correct union mount point in union_access. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-13T13:16:20.000000Z K 7 svn:log V 50 Fixed #include and/or prototype bugs in synopsis. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-13T13:26:42.000000Z K 7 svn:log V 50 Fixed #include and/or prototype bugs in synopsis. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-13T13:29:06.000000Z K 7 svn:log V 34 Fixed wrong #include in synopsis. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-13T13:35:33.000000Z K 7 svn:log V 50 Fixed #include and/or prototype bugs in synopsis. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-13T13:37:56.000000Z K 7 svn:log V 34 Fixed missing consts in synopsis. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-13T13:43:06.000000Z K 7 svn:log V 105 Updated the LOCK_* #defines in the synopsis to be lexically identical with the (Lite1) ones in fcntl.h). END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-13T13:48:43.000000Z K 7 svn:log V 29 Fixed #includes in synopsis. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-13T13:52:58.000000Z K 7 svn:log V 36 Fixed missing #include in synopsis. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-13T14:05:58.000000Z K 7 svn:log V 36 "Fixed" prototype bugs in synopsis. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-13T14:10:05.000000Z K 7 svn:log V 50 Fixed #include and/or prototype bugs in synopsis. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-13T14:12:48.000000Z K 7 svn:log V 33 Fixed missing const in synopsis. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-13T14:19:59.000000Z K 7 svn:log V 209 Fixed type bugs in synopsis. Some of the typedefs that were used here haven't existed for years, if they ever existed. The "prototypes" are actually for macros, so they are difficult to check automatically. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-04-13T14:36:18.000000Z K 7 svn:log V 68 Add Jack O'Neill for his donation of an NCR 53C575 controller card. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-13T14:39:59.000000Z K 7 svn:log V 65 Updated synopsis for Lite2. Fixed missing #include in synopsis. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-13T14:49:13.000000Z K 7 svn:log V 50 Fixed #include and/or prototype bugs in synopsis. END K 10 svn:author V 6 davidn K 8 svn:date V 27 1997-04-13T15:09:46.000000Z K 7 svn:log V 84 Add bitflags TTY_NETWORK/TTY_DIALUP and interface functions which make use of them. END K 10 svn:author V 6 davidn K 8 svn:date V 27 1997-04-13T15:12:14.000000Z K 7 svn:log V 49 Add MLINKS for isdialuptty(3) & isnetworktty(3). END K 10 svn:author V 6 davidn K 8 svn:date V 27 1997-04-13T15:16:03.000000Z K 7 svn:log V 294 Implement two new keywords and status flags for entries in /etc/ttys; TTY_NETWORK (network), TTY_DIALUP (dialup), which determine a basic connection type. TTY_DIALUP in particular will replace the old out of date heuristic "tty[dD]*" in login.c (and better than the current hard-coded method). END K 10 svn:author V 6 davidn K 8 svn:date V 27 1997-04-13T15:26:04.000000Z K 7 svn:log V 52 Use isdialuptty() rather than hard-coded heuristic. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-13T15:27:12.000000Z K 7 svn:log V 515 Moved #include of earlier so that __signed in gets redefined in the non-GNU and non-ANSI cases. Since this hasn't caused problems, there must be no one actually benefitting from the obfuscations supported by . `make CC="cc -traditional"' in /usr/src/bin shows the same. Almost everything is broken in essentially the same way - `const' is used in strings before is included, so `const' is not #defined away until after it is used. Fixed some style bugs. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-13T15:38:10.000000Z K 7 svn:log V 230 #ifdef'ed the declaration of lseek() so that -Wredundant-decls doesn't cause noise. Duplicated the lseek() redeclaration hack for all functions involving off_t's (ftruncate(), mmap() and truncate()) to help broken programs work. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-13T15:50:07.000000Z K 7 svn:log V 250 Removed nonstandard #include of . Use _BSD_OFF_T_ instead of off_t so that we're still self-sufficent. Copied the ftruncate/lseek()/mmap()/truncate() redeclaration hacks from so that things depending on them don't break. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-13T15:52:26.000000Z K 7 svn:log V 23 Fixed some style bugs. END K 10 svn:author V 6 davidn K 8 svn:date V 27 1997-04-13T16:55:56.000000Z K 7 svn:log V 10 Fix typo. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-13T16:58:08.000000Z K 7 svn:log V 297 Don't forget to set `runtime' in fork_trampoline(). The time slice before switching to a child for the first time was being counted twice. I think this only affected unimportant statistics. Simplified arg handling in fork_trampoline(). splz() doesn't actually smash the registers of interest. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-04-13T17:51:32.000000Z K 7 svn:log V 248 Make the $@ macro behave as described in the man page. This patch has been submitted by Andreas Burmester (i think) on the German Usenet long ago. Andreas told me that our m4 has quite more subtle bugs, so we might consider using NGU m4 instead. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-04-13T17:52:24.000000Z K 7 svn:log V 34 YAMFC: rev 1.4, fix the $@ macro. END K 10 svn:author V 6 davidn K 8 svn:date V 27 1997-04-13T19:58:05.000000Z K 7 svn:log V 46 PR: Reviewed by: Submitted by: Obtained from: END K 10 svn:author V 6 davidn K 8 svn:date V 27 1997-04-13T20:09:54.000000Z K 7 svn:log V 160 (log entry inadvertently missed) Add "dialin" to installable /etc/ttys file for dialin lines which allows login to recognise which serial lines are dialin etc. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-04-13T20:20:25.000000Z K 7 svn:log V 14 ``Ooops'' :-) END K 10 svn:author V 6 davidn K 8 svn:date V 27 1997-04-13T21:29:50.000000Z K 7 svn:log V 162 Remove text about unsupported flags 'mdmbuf', 'local', 'crtscts' etc that are in reality handled in gettytab. Document the new 'dialin' and 'network' tty flags. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1997-04-14T00:31:19.000000Z K 7 svn:log V 73 Remove this man page now that the ie driver supports the EtherExpress16. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1997-04-14T00:35:25.000000Z K 7 svn:log V 165 GENERIC, LINT: Add an ie entry that corresponds to the location the old ix entry used to probe and kill the ix entry. files.i386: Remove entries for the ix driver. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1997-04-14T00:37:53.000000Z K 7 svn:log V 266 Add Intel EtherExpress16 support into the ie driver, removing the need for the ix driver. Add a shutdown hook that resets the etherexpress so that Windoze can find the card after a warm boot. Submitted by: Aaron Smith Obtained From: NetBSD END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1997-04-14T00:40:04.000000Z K 7 svn:log V 45 New name for the EtherExpress register file. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1997-04-14T00:48:48.000000Z K 7 svn:log V 62 Sync with current: ie driver understands Intel EtherExpress16 END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1997-04-14T00:51:23.000000Z K 7 svn:log V 64 Sync with current: ie driver now understands the EtherExpress16 END K 10 svn:author V 5 dyson K 8 svn:date V 27 1997-04-14T01:28:58.000000Z K 7 svn:log V 205 Make a problem that I cannot reproduce go away for now. This commit is to decrease the inconvienience of other developers until I can really fix the code. Reviewed by: Donald J. Maddox END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1997-04-14T02:26:59.000000Z K 7 svn:log V 120 Re-arange the selection and reselection code to hopefully kill the spurious selection timeouts that have been reported. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1997-04-14T02:27:50.000000Z K 7 svn:log V 120 Be more careful about how SCBs are cleaned up during error recovery. Add some more diagnostic information to timeouts. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1997-04-14T02:31:44.000000Z K 7 svn:log V 18 Sync with current END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-04-14T03:40:42.000000Z K 7 svn:log V 58 Unused variable (upobj is now purely handled within pmap) END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-04-14T05:13:55.000000Z K 7 svn:log V 65 Fix locking violation when accessing `..'. Obtained from: NetBSD END K 10 svn:author V 3 jmg K 8 svn:date V 27 1997-04-14T09:24:06.000000Z K 7 svn:log V 52 slight rewording of HISTORY section Closes PR#3261 END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-04-14T10:24:14.000000Z K 7 svn:log V 43 Add manpage link introduction.1 -> intro.1 END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-04-14T10:52:25.000000Z K 7 svn:log V 445 Fix `lockmgr: locking against myself' panic by multi union mount of same directory pair. If we do: mount -t union a b mount -t union a b then, (1) namei tries to lock fs which has been already locked by first union mount and (2) union_root() tries to lock locked fs. To avoid first deadlock condition, unlock vnode if lowerrootvp is union node, and to avoid second case, union_mount returns EDEADLK when multi union mount is detected. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-04-14T13:20:21.000000Z K 7 svn:log V 87 Add Stefan Bethke to all the usual places. Fix typo-spam from yesterday (sorry John!) END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-14T13:33:20.000000Z K 7 svn:log V 57 Fixed spelling of isnetworktty. Fixed stray whitespace. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-14T13:37:18.000000Z K 7 svn:log V 41 Fixed another prototype bug in synopsis. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-14T13:52:52.000000Z K 7 svn:log V 317 Fixed printing of registers in dbflalt_handler(). The registers were always in a tss; that tss just changed from the one in the pcb to common_tss (who knows where it was when there was no curpcb?). Not using the pcb also fixed the problem that there is no pcb in idle(), so we now always get useful register values. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-14T15:05:49.000000Z K 7 svn:log V 36 Removed ix.4. Submitted by: roberto END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-14T15:14:58.000000Z K 7 svn:log V 113 Fixed missing const. Include so that the function type gets checked. Submitted by: partly by roberto END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1997-04-14T15:45:50.000000Z K 7 svn:log V 38 Remove reference to dead ix man page. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-14T15:54:39.000000Z K 7 svn:log V 63 Use the same IOPL check as in syscons. Reviewed by: pst, joerg END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-04-14T16:41:21.000000Z K 7 svn:log V 177 fix and feature add for asc driver (see PR#3268 for details). Submitted-By: Luigi Rizzo Really-Should-By-A-Committer-By-This-Point: Luigi Rizzo [:-)] END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-04-14T16:47:38.000000Z K 7 svn:log V 7 YAMF22 END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-14T16:49:30.000000Z K 7 svn:log V 122 Renamed undelete() to undelete_messages() to avoid conflict with new undelete() syscall. Submitted by: partly by roberto END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-04-14T18:12:05.000000Z K 7 svn:log V 136 Forget all about APM. Instead of "hlt" call through a vector which APM can then fiddle with. Default for the vector is to "htl; ret" END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-04-14T18:15:47.000000Z K 7 svn:log V 53 Remove all traces of undocumented feature ISODEVMAP. END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-04-14T18:22:02.000000Z K 7 svn:log V 43 Add LIST_FIRST, LIST_FOREACH and LIST_NEXT END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-04-14T18:23:25.000000Z K 7 svn:log V 41 Use LIST macros instead of insque/remque END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-04-14T18:23:48.000000Z K 7 svn:log V 23 #include END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-04-14T18:26:51.000000Z K 7 svn:log V 51 Remove unneeded member nsp_head from struct nspcb. END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-04-14T23:48:20.000000Z K 7 svn:log V 241 Make the next number redial ability configurable. The "set redial pause [times]" command becomes "set redial end-pause[.next-pause] [times]" and next-pause defaults to 3 seconds. This keeps things backwards compatable. Suggested by: ache END K 10 svn:author V 5 brian K 8 svn:date V 27 1997-04-15T00:03:36.000000Z K 7 svn:log V 52 Remove osreldate. I got the number wrong anyway :( END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-04-15T05:29:32.000000Z K 7 svn:log V 272 Bump reldate to 221001 now that we are now a little past 2.2.1R and have texinfo-3.9. (We probably should have changed it to 221000 for 2.2.1 release, but hindsight is always 20/20. ;) Whenever a major component is brought in from -current, please add 1 to this number. END K 10 svn:author V 5 danny K 8 svn:date V 27 1997-04-15T07:00:35.000000Z K 7 svn:log V 325 Reviewed by: Brian Somers pppd now creates /var/run/ttyXn.if file containing the interface name; check that a 'login' user is not listed in /etc/ppp/ppp.disabled; check that a 'login' user's shell is listed in /etc/ppp/ppp.shells; make sure that passwordless 'login' logins are recorded in wtmp and utmp. END K 10 svn:author V 3 jmg K 8 svn:date V 27 1997-04-15T07:06:15.000000Z K 7 svn:log V 38 fix a couple typos... Closer PR#3264 END K 10 svn:author V 5 danny K 8 svn:date V 27 1997-04-15T07:15:15.000000Z K 7 svn:log V 102 List of users who may not use pppd in system password logins, and a sample list of acceptable shells. END K 10 svn:author V 3 jmg K 8 svn:date V 27 1997-04-15T07:15:47.000000Z K 7 svn:log V 34 fix a few typos.. Closed PR#3265 END K 10 svn:author V 3 jmg K 8 svn:date V 27 1997-04-15T07:41:10.000000Z K 7 svn:log V 60 fix some typos, and some slight clean up... Closes PR#3266 END K 10 svn:author V 3 jmg K 8 svn:date V 27 1997-04-15T08:04:48.000000Z K 7 svn:log V 17 YAMFC: fix typos END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-15T08:05:08.000000Z K 7 svn:log V 34 Removed more traces of ISODEVMAP. END K 10 svn:author V 3 jmg K 8 svn:date V 27 1997-04-15T08:09:11.000000Z K 7 svn:log V 132 YAMFC: fix some typos, and minor clean-up's (Note that even though the first message had a Branch: line, it really did go to head) END K 10 svn:author V 3 jmg K 8 svn:date V 27 1997-04-15T08:12:11.000000Z K 7 svn:log V 50 YAMFC: fix some typos, and other minor clean-up.. END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-04-15T08:16:44.000000Z K 7 svn:log V 105 Add comments about overridable MASTER_SITE_* variables. Suggested by: Narvi END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-04-15T08:26:19.000000Z K 7 svn:log V 31 Merge rev. 1.47 from -current. END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-04-15T08:27:23.000000Z K 7 svn:log V 56 Just for the heck of it, merge rev. 1.47 from -current. END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-04-15T08:36:41.000000Z K 7 svn:log V 593 (1) Change comment for USE_X11 to be more explicit about what it means. (2) Change MASTER_SITE_GNU etc. to use += instead of ?=, so users can specify a local mirror in /etc/make.conf and still get the full fallback in case something is missing. Submitted by: Narvi (3) Skip port if USE_X11 or USE_IMAKE is defined and /usr/X11R6 doesn't exist. Submitted by: imp (4) Add "-" in front of rmdir of ${DISTDIR}/${DIST_SUBDIR} in distclean target; the directory might not be empty because the subdir is shared with some other ports' distfiles. END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-04-15T08:38:36.000000Z K 7 svn:log V 32 Merge rev. 1.255 from -current. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-04-15T09:02:48.000000Z K 7 svn:log V 49 Implement a -r option to fsdb(8), ``read/only''. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-04-15T11:43:10.000000Z K 7 svn:log V 58 Synchronize with sys/i386/conf/files.i386 revision 1.159. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-04-15T11:49:00.000000Z K 7 svn:log V 53 Synchronize with sys/i386/i386/trap.c revision 1.92. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-04-15T12:30:38.000000Z K 7 svn:log V 236 Shigio Yamaguchi's global tags package. The infrastructure support for this is already in place, so "make tags" (or "make tags HTML=yes") should work after your next make world. Submitted by: Shigio Yamaguchi END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-04-15T12:30:38.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r24959, 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-04-15T12:30:39.000000Z K 7 svn:log V 67 This commit was manufactured by cvs2svn to create tag 'global1_81'. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-04-15T12:31:09.000000Z K 7 svn:log V 11 Add global END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-04-15T12:56:57.000000Z K 7 svn:log V 683 Quick-hack to avoid `lock against myself' panic. It is not the real fix! The ufs_link() assumes that vnode is not unlocked and tries to lock it in certain case. Because union_link calls VOP_LINK after locking vnode, vn_lock in ufs_link causes above panic. Currently, I don't know the real fix for a locking violation in union_link, but I think it is important to avoid panic. A vnode is unlocked before calling VOP_LINK and is locked after it if the vnode is not union fs. Even though panic went away, the process that access the union fs in which link was made will hang-up. Hang-up can be easily reproduced by following operation: mount -t union a b cd b ln foo bar ls END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-15T14:05:28.000000Z K 7 svn:log V 172 Added -D_ARCH_INDIRECT=i387_ to CFLAGS. _ARCH_INDIRECT will soon be used to control generation of indirections in ENTRY(). Only msun needs it. Use ${ARCH} consistently. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-15T14:06:34.000000Z K 7 svn:log V 62 Only do indirections in ENTRY() if _ARCH_INDIRECT is defined. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-15T14:18:17.000000Z K 7 svn:log V 86 Second stage of moving this to in : just include here. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-15T16:18:57.000000Z K 7 svn:log V 140 Fixed type mismatch caused by bogus prototypes. rpcgen for some reason doesn't generate any prototypes for the functions to be registered. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-04-15T17:37:23.000000Z K 7 svn:log V 185 Set flags to 0x1 on npx0 by default - too damn many people are being bitten by the Pentium bcopy() stuff right now and I really don't want to be answering this question for 2.2.x also. END