Ĥ 23521 279 1106 157 161 130 230 330 287 313 98 361 109 163 209 506 151 159 139 316 167 136 123 200 134 331 283 386 125 163 108 131 159 149 115 170 152 148 112 174 140 191 581 185 169 199 146 388 186 129 238 171 255 113 276 189 186 170 161 132 233 206 297 143 138 1540 107 310 137 176 122 166 228 126 108 122 122 320 122 335 271 249 263 135 203 193 359 131 139 331 169 140 115 128 142 369 125 152 123 141 141 116 180 114 158 116 233 128 146 364 107 118 124 157 139 136 168 173 122 136 150 98 180 146 161 149 204 165 180 108 363 147 238 135 134 216 137 130 172 147 238 220 192 114 111 130 125 305 129 238 235 238 239 167 111 134 257 144 146 289 124 159 168 248 131 146 291 167 114 138 135 168 238 141 111 167 199 402 137 133 170 128 133 133 142 130 238 152 148 151 125 111 139 230 105 335 160 130 151 152 157 197 146 151 98 121 146 144 126 97 273 134 163 122 210 297 190 133 142 263 120 144 296 158 136 475 205 141 129 151 121 130 116 114 97 127 152 112 142 135 139 131 122 362 355 107 337 143 294 333 147 133 187 340 105 138 173 207 174 393 163 355 143 104 143 106 146 182 200 196 247 134 174 118 312 158 176 186 208 189 151 K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-08T15:22:14.000000Z K 7 svn:log V 1012 Fixed the hash formula. Lite2 doesn't have phashinit(), so Lite2's hash formula uses `& nchash'. This is very broken when nchash is a prime number instead of 1 less than a power of 2, but the Lite2 formula was merged in. Merged some cosmetic changes from Lite2, rev.1.21 and Lite1. The merge was difficult because the Lite2 code is essentially ours (phk's) except where Lite2 improved or broke it. Summary of the Lite2 changes: - in the copyright, phk's rights have been transferred to the Regents. This change should be reviewed. - nchENOENT went away; the "no" vnode is now simply 0. - comments were improved. - style was "improved". - goto instead of Fanatism (sic) was considered bad :-). - there are some small changes to support whiteouts. - new cache entries are added in more cases. More work is required near here to change the hash table size if kern.desiredvnodes is changed using sysctl. - rescanning of the hash bucket in cache_purgevfs() was removed. This change should be reviewed. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-03-08T15:46:59.000000Z K 7 svn:log V 64 Synchronize with sys/i386/boot/biosboot/Makefile revision 1.55. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-03-08T15:48:18.000000Z K 7 svn:log V 68 Synchronize with sys/i386/boot/biosboot/Makefile revision 1.50.2.3. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-03-08T15:54:56.000000Z K 7 svn:log V 36 Sync with /etc/mtree/BSD.root.dist. END K 10 svn:author V 5 guido K 8 svn:date V 27 1997-03-08T16:05:44.000000Z K 7 svn:log V 135 Make mv more robust. A race has been fixed, as well as an extra warning added when sbits are cleared. Fixes PR 1351 and 1377 (I hope). END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-08T16:06:34.000000Z K 7 svn:log V 237 Fixed missing initialisation of vp->v_type for types Pfile and Pmem in procfs_allocvp(). This fixes at least stat() of /proc/*/mem. stat() of /proc/*/file already worked. I think procfs_allocvp() isn't actually called for type Pfile. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-08T16:09:38.000000Z K 7 svn:log V 194 Use the common nchstats struct instead of a private one for ncs_2passes and ncs_pass2. The public one is already used for other cd9660 statistics and the private one was effectively invisible. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-08T16:16:15.000000Z K 7 svn:log V 220 o Be just a wee bit more paranoid about saving configuration data before running off to invoke the XFree86 setup tool or the package manager or anything else which might die badly. o Tidy up the label editor a bit. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-08T16:17:49.000000Z K 7 svn:log V 7 YAMF22 END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-03-08T16:21:40.000000Z K 7 svn:log V 266 Allow comments in group database. The character `#' introduces a comment. Leading spaces and tabs are ignored: '^[ \t]*#.*\n$' Count an empty line - only spaces, tabs or newline - also as a comment. (to be compatibel with password database comments). '^[ \t]*\n$' END K 10 svn:author V 5 guido K 8 svn:date V 27 1997-03-08T16:27:59.000000Z K 7 svn:log V 15 Add my pgp key END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-03-08T16:35:39.000000Z K 7 svn:log V 69 Enable some aliases. Add example for variable CDPATH, commented out. END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-03-08T18:01:40.000000Z K 7 svn:log V 115 Make /dev/urandom fd static, or it pick up random descriptor (stack garbadge) and read from it Should go into 2.2 END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-03-08T18:04:45.000000Z K 7 svn:log V 411 Cleaned up some messages, added a check to remove a leftover popd file from /var/mail, added a routine to delete the removed user's files from /tmp, /var/tmp, & /var/tmp/vi.recover, and added code to kill any running processes owned by the removed user). I've also added a flag for non-interactive execution, cleaned up the man page, and adjusted my address. Submitted by: ghelmer@cs.iastate.edu (Guy Helmer) END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-08T19:06:23.000000Z K 7 svn:log V 59 Fixed substitution of @TMAC_S_PREFIX@ and @TMAC_M_PREFIX@. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-08T19:09:01.000000Z K 7 svn:log V 67 YAMFC (fixed substitution of @TMAC_S_PREFIX@ and @TMAC_M_PREFIX@). END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-03-08T19:09:24.000000Z K 7 svn:log V 47 Merge API fixes from current. Reviewed by: jkh END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-08T19:28:07.000000Z K 7 svn:log V 223 Don't use a dot in the chown commands. In fact, don't use any commands except `install'. Changed $() to ${}. Don't use the afterinstall target (it is only for things that must be done after the install target is built). END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-08T19:29:54.000000Z K 7 svn:log V 75 YAMFC (don't use a dot in the chown commands - only use install commands). END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-03-08T19:42:17.000000Z K 7 svn:log V 44 Make OPIE's public API use BSD conventions. END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-03-08T19:42:41.000000Z K 7 svn:log V 31 Install opie.h in /usr/include END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-08T19:47:08.000000Z K 7 svn:log V 107 Don't use dot in a chown command. The chown command has been a no-op for years since it is for a symlink. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-08T19:48:05.000000Z K 7 svn:log V 42 YAMFC (don't use dot in a chown command). END K 10 svn:author V 4 nate K 8 svn:date V 27 1997-03-08T20:04:20.000000Z K 7 svn:log V 237 Added comments regarding 3Com PCMCIA cards: - Multi-function ethernet/modem cards are not supported - 3c589D is not supported - Add advice on how to setup the driver to work with 3c589 cards. - State how to select the network connector. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-08T21:41:41.000000Z K 7 svn:log V 190 Don't use a dot in the chown commands. In fact, don't use any commands except `install' at install time. Don't build things at install time. Install with mode ${NOBINMODE} instead of 444. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-03-08T23:46:56.000000Z K 7 svn:log V 291 Add new variables COMPRESS_CMD and COMPRESS_EXT. bsd.doc.mk: rename GZIPCMD to DCOMPRESS_CMD, add DCOMPRESS_EXT bsd.info.mk: rename GZIPCMD to ICOMPRESS_CMD, add ICOMPRESS_EXT set INFOTMPL to ${INFODIR}/dir-tmpl bsd.man.mk rename ZEXTENSION to MCOMPRESS_EXT, MCOMPRESS to MCOMPRESS_CMD END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-08T23:47:04.000000Z K 7 svn:log V 33 Update version on samba package. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-08T23:57:22.000000Z K 7 svn:log V 71 Merge r1.24 from -current, modulo one small change to avoid line-wrap. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-03-09T00:14:00.000000Z K 7 svn:log V 14 Add comments. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-09T00:16:23.000000Z K 7 svn:log V 39 YAMFC: From rev 1.7: make "fd" static. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-09T00:25:10.000000Z K 7 svn:log V 67 YAMFC: document the MAIL env variable. Sync up hier with reality. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-09T00:33:19.000000Z K 7 svn:log V 57 Fix a number of typos, one of which is part of PR# 2917. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-09T00:34:37.000000Z K 7 svn:log V 23 YAMFC: Fix some typos. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-09T00:42:46.000000Z K 7 svn:log V 78 Pause() is made obsolete by sigsuspend(2), not sigpause(3). Part of PR# 2917. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-09T00:43:49.000000Z K 7 svn:log V 60 The first argument to fts_set was wrong. Part of PR# 2917. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-09T00:49:00.000000Z K 7 svn:log V 56 The CIRCLEQ_ENTRY example was wrong. Part of PR# 2917. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-09T00:50:47.000000Z K 7 svn:log V 20 YAMFC: Fix example. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-09T00:51:58.000000Z K 7 svn:log V 82 YAMFC: Fix fts_set declaration, and update specify the correct function in pause. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-03-09T02:23:40.000000Z K 7 svn:log V 46 Add table of contents. Remove stale comments. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-09T06:00:44.000000Z K 7 svn:log V 99 Update a number of panic messages to reflect the actual name of the routine that caused the panic. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-09T06:08:22.000000Z K 7 svn:log V 488 Don't use a dot in a chown command. In fact, don't use any commands except `install' at install time. Don't build things at install time. Don't hide the build steps using @. Install with mode ${NOBINMODE} instead of 444. Poor source layout made this harder than it should have been. E.g., a suffix rule can't be used because of the subdirectories, and a new makefile per subdirectory (i.e.m per data file) would be excessive. See /usr/src/usr.bin/mklocale for a better organisation. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-09T06:10:36.000000Z K 7 svn:log V 93 Update a number of routines to reflect the actual name of the routine that caused the panic. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1997-03-09T06:32:30.000000Z K 7 svn:log V 74 YAMFC - at last, kbdio with keyboard/mouse data queues is brought to 2.2. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-09T06:57:00.000000Z K 7 svn:log V 106 Added forgotten directories netns and pccard. The bug was masked by bogons in /usr/src/include/Makefile. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-09T06:58:45.000000Z K 7 svn:log V 54 YAMFC (added forgotten directories netns and pccard). END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-09T07:12:37.000000Z K 7 svn:log V 295 Don't use a dot in the chown command. In fact, don't use a chown command. Use mtree instead of mkdir+chown+chmod to build the subdirectory hierachy. The corresponding mtree command in src/etc/Makefile can't be relied on because the hierachy gets blown away in the default SHARED=symlinks case. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-09T07:27:18.000000Z K 7 svn:log V 94 Fixed style bugs in install rule (afterinstall -> beforeinstall, etc). Removed stale comment. END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-03-09T09:28:29.000000Z K 7 svn:log V 37 Merge from current. Reviewed by: jkh END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-09T09:41:44.000000Z K 7 svn:log V 145 Don't use a dot in the chown command. Fixed some minor style bugs. Building things at install time under ${DESTDIR} was too hard to fix. Bruce END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-09T10:21:26.000000Z K 7 svn:log V 79 YAMInTheWrongDirectionF22 (part of rev.1.28.2.3: set B_CLUSTEROK for commits). END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-09T10:39:15.000000Z K 7 svn:log V 162 Cloned src/lib/libc/i386/DEFS.h to create for the i386. The former file was too hard to get at from other parts of the src tree and will go away. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-03-09T12:20:48.000000Z K 7 svn:log V 19 Document comments. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-03-09T12:21:45.000000Z K 7 svn:log V 181 Support comments in password database (/etc/master.passwd). Comments in group database (/etc/group) are currently not supported - adduser silently delete blank lines and comments. END K 10 svn:author V 5 mckay K 8 svn:date V 27 1997-03-09T13:16:48.000000Z K 7 svn:log V 95 Clarified the behaviour of dup2(fd1,fd2) when fd1==fd2 and when fd1 is invalid. Safe for 2.2! END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-03-09T13:30:08.000000Z K 7 svn:log V 93 Synchronize with sys/i386/isa/syscons.{c,h} revisions 1.182.2.15 and 1.23.2.3, respectively. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-09T13:57:33.000000Z K 7 svn:log V 78 Moved userland assembler macros from to . END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-09T14:01:11.000000Z K 7 svn:log V 69 Include instead of kernel-only . END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-03-09T15:51:07.000000Z K 7 svn:log V 38 Add reference to `PMake - A Tutorial' END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-09T16:29:29.000000Z K 7 svn:log V 140 Use __ieee754_sqrt() instead of sqrt() internally. Similarly for the float versions. Using sqrt() was inefficient. Obtained from: NetBSD END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-03-09T16:40:13.000000Z K 7 svn:log V 112 Added PC-98 specific function to get battery status. Submitted by: URATA Shuichiro END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-03-09T16:46:05.000000Z K 7 svn:log V 203 Makefile generates boths IBM-PC and PC-98 version of object code in apm_init.inc. The PC-98 version of object is included in `#ifdef PC98'. Pointed-out by: URATA Shuichiro END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-03-09T16:52:49.000000Z K 7 svn:log V 50 YAMFC (PC-98 battery status code; revision 1.16). END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-03-09T16:56:18.000000Z K 7 svn:log V 45 YAMFC (PC-98 object; revisions 1.7 and 1.7). END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-03-09T20:03:51.000000Z K 7 svn:log V 1445 I remove pending signals completely, they are not useless, they are dangerous! Signal handlers themself must be fixed to not call malloc, but no pended handlers, it will be correct fix. In finite case each signal handler can set some variable which will be analized later, but calling handler functions manually is too dangerous (f.e. signals not blocked while the handler or handlers switch executed in this case). Of course this code can be fixed instead of removing, but it not worth fixing in any case. Should go into 2.2 In addition sig.c code shows following dangerous fragments (there can be more, but I stop after two): This fragment if (fn == SIG_DFL || fn == SIG_IGN) { handler[sig-1] = (sig_type)0; <------------- here signal(sig,fn); } else { cause NULL pointer reference when signal comes "here", but more worse fragment is below: void handle_signals() { int sig; if (caused) for (sig=0; sig<__MAXSIG; sig++, caused>>=1) if (caused&1) (*handler[sig])(sig+1); } caused is bitmask which set corresponding bit on each signal coming. And now imagine, what happens when some signal comes (bit sets) while loop is executed (see caused>>=1 !!!) In this light carrier drop situation was (as gdb shows) 1. SIGSEGV in handle_signals because some junk called as *handler reference. 2. Since SIGSEGV was pended too (== never happens), it can cause various range of disasters. END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-03-09T20:09:17.000000Z K 7 svn:log V 14 cdefs cleanup END K 10 svn:author V 3 jmg K 8 svn:date V 27 1997-03-09T20:53:20.000000Z K 7 svn:log V 217 replace non-existant ioctl [GP]IO_STRMAP with what really does exist, [GS]ETFKEY... Definately a 2.2 Candidate a clean up of this page is to follow.... but I'm not sure I'll have it before 2.2 is to be released... END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-09T22:16:51.000000Z K 7 svn:log V 45 YAMFC: From rev 1.8: Clarify how dup2 works. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-09T22:25:49.000000Z K 7 svn:log V 84 Add a registration screen so we can finally start counting our little user puppies. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-09T22:35:12.000000Z K 7 svn:log V 30 Add registration help screen. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1997-03-09T22:35:13.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 3 jkh K 8 svn:date V 27 1997-03-09T22:38:01.000000Z K 7 svn:log V 135 Merge changes from -current for registration screen (also forgot to mention - fixed a window leak in all clients of the Layout* code). END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-03-09T22:39:56.000000Z K 7 svn:log V 32 Sync with /etc/mtree/BSD.*.dist END K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-03-09T23:10:56.000000Z K 7 svn:log V 14 Add comments. END K 10 svn:author V 5 hanai K 8 svn:date V 27 1997-03-10T01:09:48.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-03-10T01:57:32.000000Z K 7 svn:log V 30 Add sample entries for Samba. END K 10 svn:author V 5 danny K 8 svn:date V 27 1997-03-10T02:10:58.000000Z K 7 svn:log V 225 Update MAKEDEV to handle lots of tun devices, consistent with the tun device selection code in usr.sbin/ppp/os.c (tun0-tun127, rather than tuna and tunb). Also, make it make all devices up to and including the requested one. END K 10 svn:author V 5 hanai K 8 svn:date V 27 1997-03-10T03:04:05.000000Z K 7 svn:log V 28 Catch up with the original. END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-03-10T06:21:02.000000Z K 7 svn:log V 241 Don't waste time scanning tun_in+10 descriptors, scan exactly what we need now. Don't assume that file descriptor can't be 0 (many places) Protect FD_* macros from being used with negative descriptors Shorten MS EXT show help to fit 80 cols END K 10 svn:author V 5 markm K 8 svn:date V 27 1997-03-10T06:38:26.000000Z K 7 svn:log V 176 Initial import of the Brooktree PCI-TV drivers. I have not tested these, they may not even compile. I am importing them on behalf of the submitters. Submitted by: amancio, smp END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-03-10T06:54:58.000000Z K 7 svn:log V 155 Detect failure open condition for direct mode now Don't assume that modem descriptor must be >=3 in CloseModem, just assume it is any valid descriptor >=0 END K 10 svn:author V 6 fenner K 8 svn:date V 27 1997-03-10T07:12:51.000000Z K 7 svn:log V 167 YAMFC. Fix FTP URL parsing, new FTP_PROXY behavior, allow non- standard FTP ports, handle almost-HTTP/1.0 servers (PR#2868), fix restarting HTTP transfers (PR#2870). END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-03-10T07:46:03.000000Z K 7 svn:log V 42 Add ^ getpid() for better srandom results END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-03-10T08:04:15.000000Z K 7 svn:log V 109 Do not re-initialize random numbers generator several times. Use ^ getpid() to produce better initial state. END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-03-10T09:55:20.000000Z K 7 svn:log V 99 Remove part about sending in complete ports for an upgrade, we prefer recursive diffs in any case. END K 10 svn:author V 5 asami K 8 svn:date V 27 1997-03-10T11:55:17.000000Z K 7 svn:log V 264 Ask user to carefully examine changes when sending an upgrade. (Actually, this is the main reason why we want them as diffs.) Also, ask them to explicitly state files that are added or deleted (lazy committers like me often forget to "cvs add" or "cvs remove"). END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-10T12:20:10.000000Z K 7 svn:log V 39 Make the russian mirrors follow canon. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-10T14:17:49.000000Z K 7 svn:log V 47 Fixed the Cyclades and Digiboard port numbers. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-03-10T16:47:19.000000Z K 7 svn:log V 236 Fix brain-o in SunOS passwd.adjunct stuff: !strstr(s, "##") is a) bad style and b) the wrong logic. Should be strstr(s, "##") != NULL. (Note that the passwd.adjunct stuff has not been merged into 2.2 so this bug is not in that branch.) END K 10 svn:author V 5 markm K 8 svn:date V 27 1997-03-10T17:55:49.000000Z K 7 svn:log V 75 Move this files* entry for the Brooktree TV driver toi the right 'files*'. END K 10 svn:author V 5 guido K 8 svn:date V 27 1997-03-10T19:10:08.000000Z K 7 svn:log V 46 Fix buffer overflow (probably unexploitable). END K 10 svn:author V 5 guido K 8 svn:date V 27 1997-03-10T19:10:52.000000Z K 7 svn:log V 21 Fix buffer overflow. END K 10 svn:author V 5 guido K 8 svn:date V 27 1997-03-10T19:12:29.000000Z K 7 svn:log V 34 From current: fix buffer overflow END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-03-10T19:18:23.000000Z K 7 svn:log V 48 Fix a logico in my last (commented out) commit. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-03-10T19:20:39.000000Z K 7 svn:log V 274 Fix a gross bug in the ! operator optimization code. The following kind of expressions caused a dereferencation of an uninitialized malloc area, yielding wrong expression evaluation at best, and core dumps at worst (malloc.conf -> AJ): find ... ! \( expr1 ! expr2 \) ... END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-03-10T19:22:43.000000Z K 7 svn:log V 31 YAMFC (rev 1.24: fix a logico) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-03-10T19:23:57.000000Z K 7 svn:log V 58 YAMFC (rev 1.3: fix gross uninitiliazed variable problem) END K 10 svn:author V 5 guido K 8 svn:date V 27 1997-03-10T19:32:46.000000Z K 7 svn:log V 29 Check for overflow of FD_SET END K 10 svn:author V 5 guido K 8 svn:date V 27 1997-03-10T19:35:22.000000Z K 7 svn:log V 47 From current: overflow in FD_SET was possible. END K 10 svn:author V 5 guido K 8 svn:date V 27 1997-03-10T19:37:35.000000Z K 7 svn:log V 47 From -current: fix possible overflow in FD_SET END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-10T19:38:14.000000Z K 7 svn:log V 24 Update russian mirrors. END K 10 svn:author V 5 guido K 8 svn:date V 27 1997-03-10T19:39:43.000000Z K 7 svn:log V 86 This is a funny one: df for a device that was not mounted used to fail for root only. END K 10 svn:author V 5 guido K 8 svn:date V 27 1997-03-10T19:52:12.000000Z K 7 svn:log V 20 Fix buffer overflow END K 10 svn:author V 3 phk K 8 svn:date V 27 1997-03-10T20:25:45.000000Z K 7 svn:log V 66 Add char#80 xdcp, assigned to Chris Ficklin END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-10T20:35:46.000000Z K 7 svn:log V 24 Merge rev 1.7 into 2.2. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-03-10T20:51:17.000000Z K 7 svn:log V 138 Add a quirk entry for the HP6020i, after John has just confirmed that it works now. Submitted by: jhay@zibbi.mikom.csir.co.za (John Hay) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-03-10T20:53:16.000000Z K 7 svn:log V 34 YAMFC (rev 1.81: add the HP6020i) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-03-10T20:56:34.000000Z K 7 svn:log V 52 YAMFC (rev 1.3: update to the new open() semantics) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-10T21:10:45.000000Z K 7 svn:log V 271 o Add alias for `register' so you can say `/stand/sysinstall register' to go straight to the registration screen. o Add ports collection option a little more prominently to distribution choices. o Tell user how to register if they elect to say "No" the first time. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-10T21:11:57.000000Z K 7 svn:log V 15 Sync with 2.2. END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-03-10T21:59:53.000000Z K 7 svn:log V 25 Add and ss ordering END K 10 svn:author V 3 pst K 8 svn:date V 27 1997-03-10T22:28:46.000000Z K 7 svn:log V 32 Mergen in IMAP change from head END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-10T22:47:32.000000Z K 7 svn:log V 65 Whoops! I got my own address stuck back in here during testing. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-11T00:07:11.000000Z K 7 svn:log V 47 Add support for ports collection distribution. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-11T00:07:59.000000Z K 7 svn:log V 44 Use correct email address for registration. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1997-03-11T00:08:00.000000Z K 7 svn:log V 72 This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1997-03-11T00:08:01.000000Z K 7 svn:log V 77 This commit was manufactured by cvs2svn to create tag 'RELENG_2_1_7_RELEASE'. END K 10 svn:author V 5 hanai K 8 svn:date V 27 1997-03-11T03:04:03.000000Z K 7 svn:log V 28 Catch up with the original. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-11T05:49:04.000000Z K 7 svn:log V 44 YAMFC: From rev 1.12: update ioctl values. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-11T06:39:54.000000Z K 7 svn:log V 58 Delete a superfluous entry for setting the root password. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-11T06:40:38.000000Z K 7 svn:log V 7 YAMF22 END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-11T06:42:03.000000Z K 7 svn:log V 88 close PR#2942 - add src/contrib to list of src components. Submitted by: sjr1@flash.net END K 10 svn:author V 6 msmith K 8 svn:date V 27 1997-03-11T07:11:46.000000Z K 7 svn:log V 51 Avoid double-s when #conflicts drops from 10 to 9. END K 10 svn:author V 6 msmith K 8 svn:date V 27 1997-03-11T07:13:43.000000Z K 7 svn:log V 66 YAMFC (rev 1.84, avoid double-s) (Yes, this is on the 2.2 branch) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-11T07:17:52.000000Z K 7 svn:log V 57 Yikes! BUILDNAME should most definitely not be set yet. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-11T07:23:55.000000Z K 7 svn:log V 111 Fix what Guido stomped in rev 1.14 - we should be calling _res_close() from within this file, not res_close(). END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-11T09:13:13.000000Z K 7 svn:log V 73 Whap two $FreeBSD$ lines which somehow survived Peter's ethnic clensing. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-11T09:29:42.000000Z K 7 svn:log V 88 Merge all my sysinstall changes over to the 2.1 branch. I just have this feeling... :) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-11T10:15:28.000000Z K 7 svn:log V 16 Add compat dir. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T10:52:21.000000Z K 7 svn:log V 268 Kill sup from the main sources now that the ports version is updated. This puts it on the same footing as cvsup. It's been suggested on numerous occasions that I shouldn't have imported it in the first place, and now that sup has outlived it's usefulness..... Boom! END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T11:11:37.000000Z K 7 svn:log V 53 Import CSRG 4.4BSD-Lite2 includes onto vendor branch END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T11:11:37.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r23650, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-03-11T11:13:54.000000Z K 7 svn:log V 41 YAMFC (rev 1.4: fix and ss sorting) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-03-11T11:15:39.000000Z K 7 svn:log V 40 YAMFC (rev 1.139: add more tun devices) END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T11:15:46.000000Z K 7 svn:log V 121 Merge Lite2 changes onto mainline: - declare opendir2(), which is used to control how readdir() handles whiteouts etc. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T11:16:27.000000Z K 7 svn:log V 43 Merge Lite2 changes (Just version number) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-03-11T11:17:03.000000Z K 7 svn:log V 36 YAMFC (rev 1.3: more randomization) END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T11:18:25.000000Z K 7 svn:log V 78 Merge Lite2 changes - move getopt etc declarations from stdlib.h to unistd.h END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T11:29:42.000000Z K 7 svn:log V 53 Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branch END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T11:29:42.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r23658, 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-03-11T11:35:56.000000Z K 7 svn:log V 125 Merge from Lite2 onto mainline - - add undelete() and undelete.2 (requires libc minor bump some time) - man page updates END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T11:37:59.000000Z K 7 svn:log V 98 merge from Lite2 - realpath() now shares a lot of code with getcwd() and is now in the same file. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T11:39:58.000000Z K 7 svn:log V 20 Merge Lite2 changes END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T11:40:40.000000Z K 7 svn:log V 17 Merge from Lite2 END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T11:41:46.000000Z K 7 svn:log V 36 Merge from Lite2 (whiteout/unionfs) END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T11:42:56.000000Z K 7 svn:log V 31 Merge from Lite2 (+realpath.3) END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T11:46:19.000000Z K 7 svn:log V 210 Merge from Lite2 (YAMFL2? :-) Document that popen() can now create bidirectional pipes and handles. Note that this needs to be updated since we have a native bidirectional pipe and don't use socketpair() here. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T11:47:52.000000Z K 7 svn:log V 35 Merge from Lite2: man page updates END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T11:52:33.000000Z K 7 svn:log V 143 Merge from Lite2: filesystem include updates, duplicate group suppression, cleanups, filesystem whiteout support (unionfs), bidir popen(). END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T11:59:39.000000Z K 7 svn:log V 140 Import some CSRG 4.4BSD-Lite2 components for sbin onto vendor branch. (note that some of these have already been imported, this is a no-op) END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T11:59:39.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r23669, 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-03-11T12:06:41.000000Z K 7 svn:log V 144 Disable two newly broken dirs: fsdb (too intimate with old fsck, needs work) newlfs (doesn't build since Lite2 lfs wasn't merged into kernel) END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T12:09:50.000000Z K 7 svn:log V 73 Merge Lite2 changes (rather bigish, the dump/restore folks should check) END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T12:12:26.000000Z K 7 svn:log V 17 Merge from Lite2 END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T12:14:07.000000Z K 7 svn:log V 40 Merge from Lite2 (does not work though) END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T12:20:21.000000Z K 7 svn:log V 162 Merge from Lite2. Note that Lite2 has it's own filesystem clean check skipping code that overrides ours sooner. One should be eliminated, but for now it works. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T12:23:09.000000Z K 7 svn:log V 50 Compile under Lite2 (getopt() is in unistd.h etc) END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T12:24:00.000000Z K 7 svn:log V 52 Compile under Lite2 (unistd.h has proto for getopt) END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T12:28:00.000000Z K 7 svn:log V 194 Merge from Lite2 - use new getvfsbyname() interface and mount(2) interface **DANGER WILL ROBINSON!!** You must be running a -current kernel from within a week or so in order for this to work! END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T12:38:16.000000Z K 7 svn:log V 30 Update to compile under Lite2 END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T12:40:45.000000Z K 7 svn:log V 65 Merge from Lite2 (use new getvfsbyname() and mount(2) interface) END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T12:43:45.000000Z K 7 svn:log V 74 Merge from Lite2 (use new getvfsbyname() and mount(2) interface, cleanup) END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T12:48:17.000000Z K 7 svn:log V 153 Merge from Lite2: - use new getvfsbyname() and mount(2) interface (mount_mfs) - use new fs include files - updated inode / cg layout calculations (?) END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T12:49:29.000000Z K 7 svn:log V 37 Merge from Lite2 (but does not work) END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T12:51:00.000000Z K 7 svn:log V 52 Merge from Lite2 (use new getvfsbyname() interface) END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T12:55:19.000000Z K 7 svn:log V 196 Merge from Lite2 - cleanups, - whiteout support - bug fixes (chflags missing on a few file types etc) The dump/restore folks would want to have a closer look at this, the change is pretty big. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T12:58:49.000000Z K 7 svn:log V 73 Import some CSRG 4.4BSD-Lite2 components in order to fix the tree build. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T13:00:41.000000Z K 7 svn:log V 20 Merge Lite2 changes END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T13:01:42.000000Z K 7 svn:log V 44 Merge from Lite2 (use special dbopen flags) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-11T13:04:00.000000Z K 7 svn:log V 43 compat21 isn't in the RELENG_2_1_0 branch. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T13:08:12.000000Z K 7 svn:log V 74 Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T13:08:12.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r23690, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-11T13:32:38.000000Z K 7 svn:log V 49 Fix _res_close() here too. Pointed-out-by: joerg END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T13:43:33.000000Z K 7 svn:log V 17 Merge from Lite2 END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T13:45:59.000000Z K 7 svn:log V 73 Merge from Lite2 (note: needs checking by somebody who understands join) END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T13:48:37.000000Z K 7 svn:log V 104 Merge from Lite2 - use new getvfsbyname() and related changes. understand whiteouts (FTS_W from fts()). END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-03-11T13:53:11.000000Z K 7 svn:log V 307 Introduce a hack that eases bootstrapping from a more recent hosting environment than the target version will be: move the shared libs out of the way while doing the `make world', so the binaries will link against the newly built libs. This will probably become even more important once 2.2 is released... END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-03-11T13:55:46.000000Z K 7 svn:log V 43 YAMF22 (rev 1.246.2.29: bootstrapping aid) END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-03-11T14:06:52.000000Z K 7 svn:log V 40 Fix srandom arg type according to Lite2 END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-03-11T14:08:34.000000Z K 7 svn:log V 77 Fix srandom arg type accodring to Lite2 Use ^ getpid() instead of + getpid() END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-03-11T14:11:43.000000Z K 7 svn:log V 35 Fix srandom arg according to Lite2 END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-03-11T14:25:10.000000Z K 7 svn:log V 40 Fix srandom arg type according to Lite2 END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T14:25:31.000000Z K 7 svn:log V 39 Update to compile under Lite2 includes END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T14:26:52.000000Z K 7 svn:log V 48 Update to compile under Lite2 fs include layout END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T14:39:26.000000Z K 7 svn:log V 36 Import some CSRG 4.4BSD-Lite2 games END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T14:39:26.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r23704, 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-03-11T14:40:40.000000Z K 7 svn:log V 58 Include unistd.h for getopt() prototype after Lite2 merge END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T14:41:52.000000Z K 7 svn:log V 54 Include unistd.h for new location of getopt prototype END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T14:44:05.000000Z K 7 svn:log V 57 Include unistd.h for new location of getopt() prototypes END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T14:47:11.000000Z K 7 svn:log V 31 Import CSRG 4.4BSD-Lite2 tsort END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T14:48:14.000000Z K 7 svn:log V 17 Merge from Lite2 END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T14:49:51.000000Z K 7 svn:log V 45 Cope with the possibility of __FreeBSD__ = 3 END K 10 svn:author V 3 jmg K 8 svn:date V 27 1997-03-11T15:13:28.000000Z K 7 svn:log V 137 fix a bug in processing of FTP_TIMEOUT environment variable. Closes PR#2947 Submitted-by: Peter Childs END K 10 svn:author V 4 ache K 8 svn:date V 27 1997-03-11T15:19:32.000000Z K 7 svn:log V 12 Fix ftp2.ru END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T15:51:36.000000Z K 7 svn:log V 240 I feel sick. :-( There is some really, truely, shameful stuff in here to try and work around the nfsv3 headers in the post-lite2-kernel era. This program somehow manages to make just about every #include conflict with everything else. :-( END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1997-03-11T15:51:37.000000Z K 7 svn:log V 64 This commit was manufactured by cvs2svn to create branch 'CSRG'. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T15:57:44.000000Z K 7 svn:log V 36 Update to work under Lite2 includes END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-03-11T16:18:08.000000Z K 7 svn:log V 58 Synchronize with sys/i386/conf/majors.i386 revision 1.14. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-03-11T16:19:55.000000Z K 7 svn:log V 59 Synchronize with sys/i386/i386/userconfig.c revision 1.84. END K 10 svn:author V 4 kato K 8 svn:date V 27 1997-03-11T16:21:32.000000Z K 7 svn:log V 64 Synchronize with sys/i386/i386/userconfig.c revision 1.63.2.16. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-03-11T16:22:22.000000Z K 7 svn:log V 102 Add a little blurb to two explanations where the past experience shows that many users have problems. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-03-11T16:27:25.000000Z K 7 svn:log V 52 YAMF22 (rev 1.70.2.10, added blurb to explanations) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-11T16:41:22.000000Z K 7 svn:log V 59 Fix some bogons with static storage usage. Fix UK mirrors. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-11T16:44:00.000000Z K 7 svn:log V 7 YAMF22 END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T17:13:31.000000Z K 7 svn:log V 27 Build under Lite2 includes END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T17:14:37.000000Z K 7 svn:log V 52 Fix the getopt() prototype to match the system one. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T17:25:32.000000Z K 7 svn:log V 50 Merge from Lite2 (oops, nearly forgot these ones) END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-03-11T17:42:37.000000Z K 7 svn:log V 32 Update this to reflect reality. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-11T17:49:21.000000Z K 7 svn:log V 6 YAMFC END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-11T17:51:01.000000Z K 7 svn:log V 180 Fix a long-standing bug with the label editor I just found (you could mount two dos partitions with the same name). Neaten up a dialog box that was encroaching on the right edge. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-11T17:51:51.000000Z K 7 svn:log V 42 Merge -p argument handling from -current. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-11T17:57:26.000000Z K 7 svn:log V 69 Oops.. Missed this one too. getopt is in unistd.h now, not stdlib.h END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-11T18:16:02.000000Z K 7 svn:log V 30 Fixed #include's in synopsis. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-11T18:20:06.000000Z K 7 svn:log V 117 Install the Lite2 getvfsbyname.3. The old getvfsbyname() interface is still available and described in getvfsent.3. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-11T18:51:43.000000Z K 7 svn:log V 204 Fixed cleaning up after malloc failure, which was broken by Lite2. We don't use socketpair(), so don't #include . Restored some gcc-quieting parentheses that were lost in the Lite2 merge. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-11T19:28:24.000000Z K 7 svn:log V 98 Document that popen() uses a bidirectional pipe (in FreeBSD) and not a socket pair (as in Lite2). END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-03-11T19:38:02.000000Z K 7 svn:log V 39 Retrofit Bruce's changes from rev 1.7. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-03-11T19:39:07.000000Z K 7 svn:log V 48 YAMFC (rev 1.11: retrofit changes from rev 1.7) END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-11T19:39:21.000000Z K 7 svn:log V 170 Fixed clist limits. I got them wrong several years ago in rev.1.9 (1994/11/26). Packets with more than approximately 128 0xc0's or 0xdb's in them were untransmittable. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-11T19:40:37.000000Z K 7 svn:log V 28 YAMFC (fixed clist limits). END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-11T19:42:46.000000Z K 7 svn:log V 52 Merged rev.1.50 from -current (fixed clist limits). END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-03-11T20:03:42.000000Z K 7 svn:log V 201 Drop a copy of cdrom.inf in the ftp area as well, so people who wanna cut the FTP distribution onto their own CD-R won't bite the bullet. Jordan, it seems -current misses the disc1/disc2 split still. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-03-11T20:04:43.000000Z K 7 svn:log V 64 YAMFC (rev 1.183: put a .cdrom.inf file into the ftp area, too) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-03-11T20:09:49.000000Z K 7 svn:log V 42 YAMFC (rev 1.6: fix FTP timeout handling) END K 10 svn:author V 2 se K 8 svn:date V 27 1997-03-11T23:17:28.000000Z K 7 svn:log V 383 Add support for the buggy CMD640B PCI EIDE controller chip, which can't perform overlapping commands on both of its channels. To enable the CMD640B work-around, the kernel must be compiled with "options CMD640". Without that option there should be no difference in the code produced compared to the previous revision of wd.c. Submitted by: Wolfgang Helbig END K 10 svn:author V 2 se K 8 svn:date V 27 1997-03-11T23:30:50.000000Z K 7 svn:log V 113 Add description of the CMD640 option for the wdc driver. Submitted by: Wolfgang Helbig END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-12T00:39:00.000000Z K 7 svn:log V 49 Make this man page really match the 2.2 mount.h. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-12T01:21:37.000000Z K 7 svn:log V 37 Bring /usr/lib/compat to 2.1 branch. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-12T01:57:58.000000Z K 7 svn:log V 59 Make the release notes look a little more like the others. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-12T02:19:15.000000Z K 7 svn:log V 29 Adjust tabbing in /etc/fstab END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-12T02:31:12.000000Z K 7 svn:log V 38 Bring in split-CDROM changes from 2.2 END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-12T02:31:28.000000Z K 7 svn:log V 24 Tidy up generated fstab END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-12T02:32:08.000000Z K 7 svn:log V 22 Copy ABOUT.TXT to CD. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-12T02:33:58.000000Z K 7 svn:log V 6 YAMFC END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-12T02:35:23.000000Z K 7 svn:log V 35 Merge Joerg's changes in -current. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-12T02:41:54.000000Z K 7 svn:log V 60 Obey NO_PORTS more properly everywhere. Submitted-By: joerg END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-12T02:42:55.000000Z K 7 svn:log V 20 NO_PORTS changes... END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-12T03:33:16.000000Z K 7 svn:log V 48 factor.6, not factor.0 (crept in from 4.4Lite2) END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-12T03:41:40.000000Z K 7 svn:log V 41 Import CSRG 4.4BSD-Lite2 games/phantasia END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-12T03:43:15.000000Z K 7 svn:log V 45 Man page is .6, not .0 - crept in from Lite2 END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-12T03:51:01.000000Z K 7 svn:log V 37 Merge from Lite2 so that it compiles END K 10 svn:author V 5 hanai K 8 svn:date V 27 1997-03-12T04:25:20.000000Z K 7 svn:log V 28 Catch up with the original. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-12T06:24:52.000000Z K 7 svn:log V 267 Move the conditional declarations of ICOMPRESS_CMD and ICOMPRESS_EXT to before they are used in .for loops and .SUFFIXES lists, or it doesn't work! Without this, 'make all' doesn't gzip the result as the generated 'all' target doesn't seem to be defined completely. END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-12T07:14:44.000000Z K 7 svn:log V 260 makeinfo can fail but still leave behind zero length files which cause interesting problems because the resulting file is newer than the source and this stops 'make' from rebuilding it. Go via an intermediate file and rename to make sure this doesn't happen. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-12T08:18:15.000000Z K 7 svn:log V 15 objlink -> obj END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-12T08:29:44.000000Z K 7 svn:log V 242 Make amd actually work instead of just compiling. The new Lite2 code was not setting the version number in the nfs_args data to mount(2), so it was returning EFAULT. Perhaps the nfs_args version number was something we added at some point? END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-12T11:02:00.000000Z K 7 svn:log V 49 _res_close() -> res_close() Pointed out by: bde END K 10 svn:author V 5 peter K 8 svn:date V 27 1997-03-12T11:10:54.000000Z K 7 svn:log V 199 Fix problem with FD_SET* overflow reporting.. Perror() didn't have enough args, and errno hasn't actually been set so it probably doesn't make sense to report it via strerror(). Pointed out by: bde END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-12T12:35:44.000000Z K 7 svn:log V 240 Fixed errors in the Lite2 merge. Some style changes were mismerged. My changes to preserve errno across free() and close() and to report fstat() errors properly were blown away. Updated the FreeBSD changes to match the Lite2 style fixes. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-12T13:22:17.000000Z K 7 svn:log V 55 Some minor mdoc cleanup. Partially based on PR# 2959. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-12T13:31:08.000000Z K 7 svn:log V 41 YAMFC: FRom rev 1.9: minor mdoc cleanup. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-03-12T13:37:56.000000Z K 7 svn:log V 93 Document the various link-level flag for these drivers. 2.2 candidate (after typo police :) END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-12T13:46:16.000000Z K 7 svn:log V 247 Improve the wording of the section on comments in the group and passwd files. Also mention that this feature is not enabled by default and that they must be enabled by compile-time options. Fixed another typo or two I noticed while I was at it. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-12T13:51:17.000000Z K 7 svn:log V 13 Typo police. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-12T13:51:57.000000Z K 7 svn:log V 46 Typo police (this one wasn't yours, Joerg :-) END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-12T13:54:35.000000Z K 7 svn:log V 81 YAMFC: Document the various link-level flags for these drivers, plus a typo fix. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-12T14:05:36.000000Z K 7 svn:log V 114 Oops. I misread some commit mail - remove the blurb about comments in passwd/group not being enabled by default. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-12T14:34:23.000000Z K 7 svn:log V 82 YAMFC: Update to reflect the current dirent.h. This was part of the Lite2 merge. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-12T14:49:41.000000Z K 7 svn:log V 300 Cleanup some of the Lite2 merge. Most of it is mdoc cleanup, but in one case the Lite2 changes were flat out wrong and caused the man page to disagree with a header file. There are still some *roff macro calls that were added that I have yet to figure out what to do with in some of the man pages. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-12T14:50:51.000000Z K 7 svn:log V 71 YAMFC: Some man page cleanup that applies to 2.2 from the Lite2 merge. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-12T14:54:22.000000Z K 7 svn:log V 262 Fixed merging error. Lite2 fixed premature failure and didn't touch duplicate group suppression, but the merge blew away our duplicate group suppression. The merge also blew away the -Wall cleanup in rev.1.5, but that was misformatted, so I didn't restore it. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-12T15:07:15.000000Z K 7 svn:log V 51 YAMFC: Lite2 man page cleanup that applies to 2.2. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-12T15:08:06.000000Z K 7 svn:log V 12 Add cvs Id. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-12T15:12:16.000000Z K 7 svn:log V 51 YAMFC: Lite2 man page cleanup that applies to 2.2. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-12T15:14:07.000000Z K 7 svn:log V 14 Mdoc cleanup. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-12T15:18:28.000000Z K 7 svn:log V 54 Restored a .Fa line that was lost in the Lite2 merge. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-12T15:21:57.000000Z K 7 svn:log V 90 More cleanup - I didn't realize that this was a new man page and need extra attention :-) END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-12T15:35:52.000000Z K 7 svn:log V 107 Update the structure to match how things are going to appear after bde commits some changes later tonight. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1997-03-12T15:42:38.000000Z K 7 svn:log V 103 agh! Kill the -lipx that crept in there again (could have sworn I removed it from the original diff). END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-12T15:59:22.000000Z K 7 svn:log V 154 Correct the self reference in the description of the "tabs" option. It should really refer to "oxtabs". Obtained from: NetBSD-bugs mailing list PR# 3320 END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-12T16:00:05.000000Z K 7 svn:log V 42 YAMFC: correct info on the "tabs" option. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-12T16:05:41.000000Z K 7 svn:log V 82 Add a missing '\' to some text. Obtained from: NetBSD-bugs mailing list PR# 3321 END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-12T16:06:18.000000Z K 7 svn:log V 26 YAMFC: add a missing '\'. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1997-03-12T16:23:36.000000Z K 7 svn:log V 219 Make this man page match the current again :-). Bruce says that since NetBSD, OpenBSD and Linux currently use ss_sp, we won't be changing it to the lite2 ss_base. The type may change at some later date. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-12T16:35:26.000000Z K 7 svn:log V 66 Restored lost reference to fsdb(8). Fixed weird quoting of $Id$. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-12T16:46:32.000000Z K 7 svn:log V 84 Finished (?) merging with Lite2: cleaned up #include mess. Updated getopt() usage. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-12T16:49:28.000000Z K 7 svn:log V 94 Finished (?) merging with Lite2: cleaned up #include mess. Fixed misformatting in a comment. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-12T16:53:31.000000Z K 7 svn:log V 115 Finished (?) merging with Lite2: cleaned up #include mess and fixed a style bug. Removed a redundant declaration. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-12T16:58:35.000000Z K 7 svn:log V 97 Finished (?) merging with Lite2: cleaned up #include mess. Fixed style bugs in FreeBSD changes. END K 10 svn:author V 3 bde K 8 svn:date V 27 1997-03-12T17:01:11.000000Z K 7 svn:log V 59 Finished (?) merging with Lite2: cleaned up #include mess. END