Го20000 210 135 212 207 206 146 167 97 233 172 137 353 226 207 129 272 185 255 221 313 261 219 412 168 147 305 213 336 185 460 223 210 111 97 245 154 187 178 285 157 283 1273 155 159 97 181 297 257 344 364 319 260 161 290 1996 843 135 118 118 226 122 947 729 150 206 229 115 146 134 480 441 243 213 148 1981 162 178 153 162 271 256 117 143 211 167 177 453 176 145 206 158 178 269 240 164 130 459 459 259 477 124 670 388 272 149 238 175 243 161 199 138 243 97 97 146 97 97 473 332 170 1665 358 361 146 208 184 151 171 208 257 154 231 162 151 264 171 147 119 505 276 97 114 264 170 191 190 151 198 220 205 219 140 149 304 149 148 141 164 161 174 175 285 204 362 292 295 232 114 156 557 183 216 149 155 162 368 377 210 119 118 123 117 148 490 182 414 448 483 224 152 113 278 197 169 221 168 311 121 171 253 146 225 409 147 233 194 129 226 152 374 162 K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-11-28T08:58:25.000000Z K 7 svn:log V 41 Mergomanic. (1.2->1.3 of fixit.profile) END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-11-28T09:51:03.000000Z K 7 svn:log V 119 Rogue entry for DEC DLT2700 Reviewed by: julian & phk Submitted by: Andre Albsmeier END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-11-28T09:54:38.000000Z K 7 svn:log V 114 Add a timeout here, just like in if_ed.c Reviewed by: phk Submitted by: Luigi Rizzo END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-11-28T09:57:31.000000Z K 7 svn:log V 113 Update to more current reality. Reviewed by: phk Submitted by: Robin Carey END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-11-28T17:18:56.000000Z K 7 svn:log V 54 I broke psm.c and none of the 5 reviewers noticed :-) END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-11-28T18:09:30.000000Z K 7 svn:log V 71 Some new sections. Submitted by: William Lloyd END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-11-28T22:07:16.000000Z K 7 svn:log V 6 YAMFC END K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-11-28T23:15:07.000000Z K 7 svn:log V 138 Make the kernel smaller with at worst a neutral effect on perf by de-inlining some VM calls. (Actually, I measured a small improvement.) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-11-29T03:33:27.000000Z K 7 svn:log V 80 Note unpleasant interaction between rawrite.exe and various flavors of Windows. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-11-29T04:55:47.000000Z K 7 svn:log V 45 Add a new feature which Garrett pointed out. END K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-11-29T07:04:03.000000Z K 7 svn:log V 258 Support the appropriate use of bswap instruction on non-I386 builds. Per Wayne Scott of Intel, the old sequence took 20cycles!!! on a P6. Another nice side-benefit is that the kernel is about 3K smaller!!! Submitted by: Wayne Scott END K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-11-29T07:08:48.000000Z K 7 svn:log V 131 Clarified the comment about removing other CPU defs. Specifically, I added the suggestion to remove the I386_CPU def if possible. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-11-29T07:19:57.000000Z K 7 svn:log V 114 More involved description for fe0 driver using cards. Closes PR#2099. Submitted-By: seki@sysrap.cs.fujitsu.co.jp END K 10 svn:author V 2 tg K 8 svn:date V 27 1996-11-29T08:06:48.000000Z K 7 svn:log V 38 Add Sander Vesik for his tkcron port. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-11-29T12:26:30.000000Z K 7 svn:log V 179 Correct name in probe type. Closes PR# 2122 (with a change, since the PR did not actually use the correct name either :-). Submitted-By: Toyonori Fujiura END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-11-29T12:54:10.000000Z K 7 svn:log V 93 ${COPY} -> -c. ${COPY} should never be used for installing sources since it might be empty. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-11-29T13:12:14.000000Z K 7 svn:log V 162 Don't clobber the SIGCONT bit in the signal mask in sigreturn(). Use the `sigcantmask' macro to get the correct set of unmaskable signals. Found by: NIST-PCTS. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-11-29T13:19:26.000000Z K 7 svn:log V 128 Don't print bootinfo.bi_n_bios_used in cpu_startup() since it is always zero because no drivers have had a chance to change it. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-11-29T14:32:30.000000Z K 7 svn:log V 220 Fixed EFAULT handling in i586_copyin() and i586_copyout(). Use a consistent stack frame in fastmove() so that only one new fault handler is necessary. Should be in 2.2. Harmless until the i586 versions are reenabled. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-11-29T14:48:17.000000Z K 7 svn:log V 168 Changed _POSIX_VERSION from 198808L to 199009L. We're close to conforming to the 1990 version according to NIST-PCTS. Many man pages still refer to the 1988 version. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-11-29T15:06:17.000000Z K 7 svn:log V 126 Fixed handling of non-POSIX control characters. They must not do anything special unless IEXTEN is set. Found by: NIST-PCTS END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-11-29T15:23:42.000000Z K 7 svn:log V 319 Fixed some bugs in BREAK handling. If BRKINT is set, then always flush the queues and generate a SIGINT. Previously, this wasn't done if ISIG was clear or the VINTR character was disabled, and it was done by converting the BREAK to a VINTR character and sometimes bogusly echoing this character. Found by: NIST-PCTS END K 10 svn:author V 3 max K 8 svn:date V 27 1996-11-29T15:42:52.000000Z K 7 svn:log V 76 Moved around some lines to make the contributor list in alphabetical order. END K 10 svn:author V 3 max K 8 svn:date V 27 1996-11-29T15:45:14.000000Z K 7 svn:log V 55 Reflect changes in the English version (1.155->1.157). END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-11-29T15:50:56.000000Z K 7 svn:log V 212 Fixed bugs handling (background) orphaned process groups. tty writes and tty ioctls by processes in such groups must return -1/EIO, but they were allowed. tty reads were handled correctly. Found by: NIST PCTS END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-11-29T16:16:47.000000Z K 7 svn:log V 120 Help broken d_stop() routines by flushing the output queue before calling them (as well as after). Found by: NIST PCTS END K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-11-29T16:22:22.000000Z K 7 svn:log V 241 Relax the constraints on the bswap opcode (it works on non-byte registers.) Also clean up some namespace pollution, and remove gcc-1 support (nothing really works with it anymore anyway.) Submitted by: Bruce Evans and me. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-11-29T16:28:40.000000Z K 7 svn:log V 93 Made O_NOCTTY distinct from the other flags (it clashed with O_RDONLY). Found by: NIST-PCTS END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-11-29T18:01:55.000000Z K 7 svn:log V 367 Fixed sigaction() for SIGKILL and SIGSTOP. Reading the old action now succeeds. Writing an action now succeeds iff the handler isn't changed. (POSIX allows attempts to change the handler to be ignored or cause an error. Changing other parts of the action is allowed (except attempts to mask unmaskable signals are silently ignored as usual).) Found by: NIST-PCTS END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-11-29T18:41:08.000000Z K 7 svn:log V 128 YAMFC. The appropriate changes to the mtree files have already been commited, so 2.2 did no longer install. Forgotten by: phk END K 10 svn:author V 2 dg K 8 svn:date V 27 1996-11-29T19:03:42.000000Z K 7 svn:log V 118 Check for error return from uiomove to prevent looping endlessly in soreceive(). Closes PR#2114. Submitted by: wpaul END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-11-29T19:28:27.000000Z K 7 svn:log V 19 Add da_DK timedef. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-11-29T19:52:49.000000Z K 7 svn:log V 6 YAMFC END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-11-29T20:04:11.000000Z K 7 svn:log V 148 Syntax tweak. The breakage is actually a subtle bug in the DTD, but fixing it may have some other ugly implications that need to be explored first. END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-11-29T21:01:29.000000Z K 7 svn:log V 61 Add PT locale Submitted by: Paulo Menezes END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-11-29T23:52:20.000000Z K 7 svn:log V 95 Change boolean nature of "router" variable since it's not a boolean anymore. Noticed-By: joerg END K 10 svn:author V 5 wosch K 8 svn:date V 27 1996-11-30T00:29:51.000000Z K 7 svn:log V 84 rename obsolete 'TZ=US/Pacific' example to 'TZ=America/Los_Angeles' close PR #2125 END K 10 svn:author V 3 max K 8 svn:date V 27 1996-11-30T01:00:11.000000Z K 7 svn:log V 192 We don't offer the LaTeX or ASCII version of the handbook on the FTP sites anymore. Plain text (latin1, PostScript and HTML are there. Pointed-Out by: Mitsuru IWASAKI END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-11-30T05:35:49.000000Z K 7 svn:log V 64 Add en_GB Submitted by: mark@linus.demon.co.uk (Mark Valentine) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-11-30T07:39:37.000000Z K 7 svn:log V 188 Add the Quantum DLT drives. All of them grok SC_MORE_LUS, so the tape library devices will properly come up with all LUNs detected. Submitted by: dawes@Physics.usyd.edu.au (David Dawes) END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-11-30T09:53:38.000000Z K 7 svn:log V 1177 (1) Add ${DIST_SUBDIR} in front of filename in files/md5. This will make it possible to obtain the list of distfiles/patchfiles by only looking at files/md5 instead of parsing the Makefile. Also, we can now share the same files/md5 for distfiles of same names. (If you are wondering why this is good, look at the www/netscape3 port.) Submitted by: max (2) Fix handling of ${DIST_SUBDIR} when ${DISTDIR} is defined by the user. (3) Use and define variable ${MASTER_SITE_BACKUP} instead of repeating ftp.freebsd.org all over the place. In addition to being more aesthetically pleasing (bsd.port.mk thrives in this, you know), the user can define this to be their closest FreeBSD mirror in order to reduce the load on ftp.freebsd.org. Submitted by: fenner (4) Print out descriptive messages when the port is being ignored, for example, because it IS_INTERACTIVE and BATCH is set. Submitted by: max (5) Make clean-depends target as non-fallible as possible. Submitted by: max (6) Misc, cleanup, fix typo, remove "test ! -d" in front of ${MKDIR} (which already has the -p flag and can't fail), etc. This should go into 2.2. END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-11-30T10:31:50.000000Z K 7 svn:log V 61 Merge from RELENG_2_2 (duh). See rev 1.227.2.4 for details. END K 10 svn:author V 8 torstenb K 8 svn:date V 27 1996-11-30T12:00:25.000000Z K 7 svn:log V 62 add flag to allow only anonymous ftp logins Reviewed by: pst END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-11-30T12:02:02.000000Z K 7 svn:log V 6 YAMFC END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-11-30T14:08:44.000000Z K 7 svn:log V 89 Reenabled i586-optimized copyin/out. Should be in 2.2. Don't put it there for a while. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-11-30T14:51:04.000000Z K 7 svn:log V 204 Cleaned up CONSPEED changes. `comdefaultrate' gives the default speed for the "com" console, not for general purpose "com" ports, so there was no need to split it into comdefaultrate and condefaultrate. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-11-30T15:03:05.000000Z K 7 svn:log V 164 Throw away input if CREAD is not set. POSIX requires no characters to be received in this case even if the hardware doesn't have a CREAD bit. Found by: NIST-PCTS END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-11-30T15:19:19.000000Z K 7 svn:log V 251 Fixed sloppy clearing of TS_BUSY. Don't clear it until the transmitter is completely empty. There is no interrupt for output completion, so poll for it every 10 ms after output is nearly complete. Now ttywait() works right. Reminded by: NIST-PCTS END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-11-30T15:29:31.000000Z K 7 svn:log V 271 Reset h/w fifos (if any) in siostop(). Now ttyflush() works fairly well with sio devices (not perfectly, since there is no way to flush the tx holding register on 8250-16450's. I'm not sure if resetting the fifos flushes the tx shift register). Reminded by: NIST-PCTS END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-11-30T15:52:56.000000Z K 7 svn:log V 226 Fixed input of BREAKs when IGNPAR is set and IGNBRK is not set. BREAKs are always together with Framing Errors and they were incorrectly treated as FE's and discarded. Reorganized the BREAK/FE/PE tests. Found by: NIST-PCTS END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-11-30T16:12:46.000000Z K 7 svn:log V 167 Made the synopsis in the man page conform to the style guide. Made the usage message conform to the style guide. Don't use the implementation variable `__progname'. END K 10 svn:author V 6 chuckr K 8 svn:date V 27 1996-11-30T18:05:48.000000Z K 7 svn:log V 66 Correcting Mark Huizer's address. Obtained from: Mark, of course. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-11-30T20:59:32.000000Z K 7 svn:log V 195 Truncate the file when opening it with write intent. Otherwise, there's a good chance that garbage will remain at the end. Closes PR # bin/2112: tftpd doesn't truncate ... Reviewed by: fenner END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1996-11-30T22:38:44.000000Z K 7 svn:log V 1900 This commit changes the YPPROC_ALL procecdure so that it handles requests _without_ using fork(). The problem with YPPROC_ALL is that it transmits an entire map through a TCP pipe as the result of a single RPC call. First of all, this requires certain hackery in the XDR filter. Second, if the map being sent is large, the server can end up spending lots of time in the XDR filter sending to just the one client, while requests for other clients will go unanswered. My original solution for this was to fork() the request into a child process which terminates after the map has been transmitted (or the transfer is interrupted due to an error). This leaves the parent free to handle other requests. But this solution is kind of lame: fork() is relatively expensive, and we have to keep a cap on the number of child processes to keep from swamping the system. What we do now is grab control of the service transport handle and XDR handle from the RPC library and send the records one at a time ourselves instead of letting the RPC library do it. We send a record, then go back to the svc_run() loop and select() on the socket. If select() says we can still write data, we send the next record. Then we call svc_getreqset() and handle other RPCs and loop around again. This way, we can handle other RPCs between records. We manage multiple YPPROC_ALL requests using a circular queue. When a request is done, we dequeue it and destroy the handle. We also tag each request with a ttl which is decremented whevever we run the queue and a handle isn't serviced. This lets us nuke requests that have sat idle for too long (if we didn't do this, we might run out of socket descriptors.) Now all I have to do is come up with an async resolver, and ypserv won't need to fork() at all. :) Note: these changes should not go into 2.2 unless they get a very throrough shakedown before the final cutoff date. END K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-11-30T22:41:49.000000Z K 7 svn:log V 748 Implement a new totally dynamic (up to MAXPHYS) buffer kva allocation scheme. Additionally, add the capability for checking for unexpected kernel page faults. The maximum amount of kva space for buffers hasn't been decreased from where it is, but it will now be possible to do so. This scheme manages the kva space similar to the buffers themselves. If there isn't enough kva space because of usage or fragementation, buffers will be reclaimed until a buffer allocation is successful. This scheme should be very resistant to fragmentation problems until/if the LFS code is fixed and uses the bogus buffer locking scheme -- but a 'fixed' LFS is not likely to use such a scheme. Now there should be NO problem allocating buffers up to MAXPHYS. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-11-30T23:24:20.000000Z K 7 svn:log V 43 Fix an incorrect man page cross reference. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-11-30T23:35:43.000000Z K 7 svn:log V 26 Fix some spelling errors. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-11-30T23:51:49.000000Z K 7 svn:log V 26 Fix some spelling errors. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-12-01T00:10:28.000000Z K 7 svn:log V 133 Update getdomainname(3) to reflect that it operates on domain names and not host names. Pointed out by: bde Obtained from: NetBSD END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-12-01T00:25:06.000000Z K 7 svn:log V 30 Correct some spelling errors. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1996-12-01T06:01:00.000000Z K 7 svn:log V 850 Cosmetic code cleanup from Matt's latest driver. a) Removal of private typedefs tulip_uint*_t, use standard u_int_*_t. b) Change [Dd][Cc]21.4. to just 21.4., seems Dec has done this to all of the drivers for all OS's. (Did they get in trouble with someone?) [The few that remain can either not be eliminated, or are waiting for additional driver functional changes that will remove them.] c) Move some code from dc21040.h into the driver, later a whole block of that code and more will move to devar.h, but for now this makes it easier to study diffs. d) Add a big bold comment to the README.de file about it not reflecting reality anymore. Note that these are all cosmetic changes and should be no functional change in the driver whatsoever. If _anyone_ spots a problem introduced by this please let me know ASAP! END K 10 svn:author V 3 sos K 8 svn:date V 27 1996-12-01T11:25:38.000000Z K 7 svn:log V 636 This update adds the support for != 512 byte sector SCSI devices to the sd & od drivers. There is also slight changes to fdisk & newfs in order to comply with different sectorsizes. Currently sectors of size 512, 1024 & 2048 are supported, the only restriction beeing in fdisk, which hunts for the sectorsize of the device. This is based on patches to od.c and the other system files by John Gumb & Barry Scott, minor changes and the sd.c patches by me. There also exist some patches for the msdos filesys code, but I havn't been able to test those (yet). John Gumb (john@talisker.demon.co.uk) Barry Scott (barry@scottb.demon.co.uk) END K 10 svn:author V 3 max K 8 svn:date V 27 1996-12-01T11:39:07.000000Z K 7 svn:log V 58 Merge the change to the English version (1.157 -> 1.158). END K 10 svn:author V 3 max K 8 svn:date V 27 1996-12-01T11:46:09.000000Z K 7 svn:log V 113 Sync the Original revision: line to the English version in -current (1.7->1.8). (No need to change the content.) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-12-01T12:27:36.000000Z K 7 svn:log V 136 Move configResolv() to *after* the chroot(). This is what was causing NFS installation to fail the first time. This will go into 2.2. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-12-01T12:28:29.000000Z K 7 svn:log V 23 Merge r1.143 from HEAD END K 10 svn:author V 3 max K 8 svn:date V 27 1996-12-01T12:38:41.000000Z K 7 svn:log V 54 Reflect change to the English version (1.13 -> 1.14). END K 10 svn:author V 5 wosch K 8 svn:date V 27 1996-12-01T13:49:59.000000Z K 7 svn:log V 40 update E-Mail address of Andrew Webster END K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-12-01T15:46:40.000000Z K 7 svn:log V 385 Fix a problem with the new buffer_map management code. Additionally, decrease the size of buffer_map to approx 2/3 of what it used to be (buffer_map can be smaller now.) The original commit of these changes increased the size of buffer_map to the point where the system would not boot on large systems -- now large systems with large caches will have even less problems than before. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-12-01T16:05:44.000000Z K 7 svn:log V 348 Don't allow empty pathnames. POSIX standard. Most of the standard utilities that depended on (or were broken in a different way by) the old behaviour of interpreting "" as "." were fixed a year or two ago. There is still a fairly harmless bug in tar and a harmless bug in gzip. Tar apparently replaces "/" by "" when it strips leading slashes. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-12-01T16:34:41.000000Z K 7 svn:log V 150 Removed all references to b_cylinder (aka b_cylin). It was evil and hasn't been used for a year or two since disksort() started sorting on b_pblkno. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-12-01T17:19:29.000000Z K 7 svn:log V 118 Simplify the disklabel trickery, and thus avoid the dreaded ``Operation not supported by device''. Requested by: jkh END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-12-01T17:20:49.000000Z K 7 svn:log V 54 Merge from rev 1.11: simplify the disklabel trickery. END K 10 svn:author V 3 sos K 8 svn:date V 27 1996-12-01T19:05:50.000000Z K 7 svn:log V 1887 Alot of fixes from kazu: 1. All the suggestions earlier made by Bruce: renaming some symbols, stricter error checking, removing redundant code, etc. 2. The `psm' driver preserves the default counter resolution and report rate, whatever they are after reset. (Based on reports and suggestion from Nate and Rob Bolin). 3. The `psm' driver now does not check the so-called sync. bit in the first byte of the data packet by default, so that the tapping feature of ALPUS GlidePoint works (based on reports from Louis Mamakos). I tested the code with ALPUS Desktop GlidePoint (M/N GP101) and found no problem; tapping worked. It appears ALPUS produces several models of GlidePoint. I hope the other models are OK too. The check code can still be activated by defining the PSM_CHECKSYNC option in the config file. (The bit checking slightly reduces, if not completely eliminates, weird mouse behavior cased by unsynchronized mouse data packets. It also helps us to detect if the mouse interrupt can ever be lost. But, well, if there are devices which cannot be supported this way...) 4. The `psm' driver does not include the protocol emulation code by default. The code can still be compiled in if the PSM_EMULATION option is specified in the config file. Louis Mamakos suggests the emulation code is putting too much in the kernel, and `moused' works well. I will think about this later and decide if the entire emulation code should be removed. 5. And, of course, the fix in `scprobe()' from Bruce to cure the UserConfig problem. My code in `kbdio.c' is slightly different from his patch, but has the same effect. There still is a possibility that `scprobe()' gets confused, if, for whatever reasons, the user holds down a key for very long time during the boot process. But we cannot cope with everything, can we? Submitted by: Kazutaka YOKOTA (yokota@zodiac.mech.utsunomiya-u.ac.jp) END K 10 svn:author V 3 max K 8 svn:date V 27 1996-12-01T20:32:34.000000Z K 7 svn:log V 70 Merge the change in the English version (1.39->1.40) into jp version. END K 10 svn:author V 3 max K 8 svn:date V 27 1996-12-01T21:04:12.000000Z K 7 svn:log V 86 Added Koichi Sato and Yoshiaki Suzuki for their extensive help on making port of CAP. END K 10 svn:author V 3 max K 8 svn:date V 27 1996-12-01T21:11:27.000000Z K 7 svn:log V 61 Merge change in the en version (1.158->1.159) to jp version. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-12-02T05:01:02.000000Z K 7 svn:log V 70 Don't run routed by default. Virtually-Demanded-At-Gunpoint-By: joerg END K 10 svn:author V 6 fenner K 8 svn:date V 27 1996-12-02T06:38:30.000000Z K 7 svn:log V 175 Display multicast addresses if the "a" flag is used in combination with "-i". This was already in the man page but was not implemented. Obtained from: Multicast release 3.5 END K 10 svn:author V 3 max K 8 svn:date V 27 1996-12-02T07:23:47.000000Z K 7 svn:log V 163 Files for sections recently added to the English handbook. The translation for these files is in progress, so I only put the header and leave the contents empty. END K 10 svn:author V 3 max K 8 svn:date V 27 1996-12-02T07:25:53.000000Z K 7 svn:log V 25 Added new files to SRCS. END K 10 svn:author V 3 max K 8 svn:date V 27 1996-12-02T07:56:12.000000Z K 7 svn:log V 51 Merge the change to the en version (1.17 -> 1.18.) END K 10 svn:author V 3 max K 8 svn:date V 27 1996-12-02T08:00:57.000000Z K 7 svn:log V 118 Merge the change made to the en version (1.59 -> 1.61.) Submitted by: Takashi Saeki END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-12-02T12:00:46.000000Z K 7 svn:log V 74 Add fr_* family Submitted by: roberto@keltia.freenix.fr (Ollivier Robert) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-12-02T12:12:19.000000Z K 7 svn:log V 85 Allow baud rate of 230400. Submitted-By: Andrew L.Davydov END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-12-02T12:32:46.000000Z K 7 svn:log V 360 I have added a '-n' flag to the watch(8) command. This option disables the ability to interactively select a new tty. I have also removed a check for uid == 0 because it gets in the way of using suid mode based access control. Watch (8)is only runnable by root, so this does not really change things much. Closes PR#2131 Submitted-By: adrian@virginia.edu END K 10 svn:author V 3 max K 8 svn:date V 27 1996-12-02T13:11:42.000000Z K 7 svn:log V 84 Now that lprps is part of the ports collection, changed some statement about lprps. END K 10 svn:author V 3 max K 8 svn:date V 27 1996-12-02T13:18:03.000000Z K 7 svn:log V 53 Merged change made to the en version (1.11 -> 1.12). END K 10 svn:author V 3 max K 8 svn:date V 27 1996-12-02T13:49:26.000000Z K 7 svn:log V 113 Merge the changes made to the en version (1.38 ->1.44). Cosmetic tweaks. Submitted by: simokawa@jp.freebsd.org END K 10 svn:author V 3 max K 8 svn:date V 27 1996-12-02T14:21:34.000000Z K 7 svn:log V 66 Some more cosmetic tweaks. Submitted by: simokawa@jp.freebsd.org END K 10 svn:author V 6 fenner K 8 svn:date V 27 1996-12-02T16:21:20.000000Z K 7 svn:log V 83 Fix a typo in the man page (the "-n" flag was added to the synopsis in a comment). END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-12-02T16:59:56.000000Z K 7 svn:log V 172 1996 `L' release of timezone data files. Includes corrections for historical data in several locations. Obtained from: ado@elsie.nci.nih.gov, ftp://elsie.nci.nih.gov/pub END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-12-02T16:59:56.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r20091, 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 1996-12-02T16:59:57.000000Z K 7 svn:log V 68 This commit was manufactured by cvs2svn to create tag 'tzdata1996l'. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-12-02T17:14:48.000000Z K 7 svn:log V 34 Merge changes from vendor branch. END K 10 svn:author V 5 guido K 8 svn:date V 27 1996-12-02T18:38:37.000000Z K 7 svn:log V 364 Some imporvemnets to the vx driver. 1. 'connector_table' is shortened to 'conn_tab'. 2. More reliable connector change code. 3. Display message like "vx0: selected bnc. (link1)" when the connector changed by link[012]. 4. Handle MII properly. 5. Potentially slightly better performance. 6. Fixed a silly typo. Submitted by: Naoki Hamada END K 10 svn:author V 5 guido K 8 svn:date V 27 1996-12-02T18:44:31.000000Z K 7 svn:log V 364 Some imporvemnets to the vx driver. 1. 'connector_table' is shortened to 'conn_tab'. 2. More reliable connector change code. 3. Display message like "vx0: selected bnc. (link1)" when the connector changed by link[012]. 4. Handle MII properly. 5. Potentially slightly better performance. 6. Fixed a silly typo. Submitted by: Naoki Hamada END K 10 svn:author V 5 wosch K 8 svn:date V 27 1996-12-02T20:03:58.000000Z K 7 svn:log V 164 upgrade STANDARDS from POSIX 1003.1-88 to 1003.1-90 using .St macro use ``is expected to conform to'' phrase, not ``conforms to'' Pointed out by: Bruce->NIST-PCTS END K 10 svn:author V 6 julian K 8 svn:date V 27 1996-12-02T21:07:33.000000Z K 7 svn:log V 381 2 small changes: 1/ increase the tun MTU from 1500 to 1600 to allow it to be used with packets formatted according to RFC1490 and RFC1717 2/ allow the tsleep() when reading, to be interruptable by signals so that one can now do: od -xc END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-12-03T06:07:35.000000Z K 7 svn:log V 55 Import sendmail 8.8.4. See RELEASE_NOTES for changes. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-12-03T06:07:35.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r20103, 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 1996-12-03T06:07:36.000000Z K 7 svn:log V 79 This commit was manufactured by cvs2svn to create tag 'sendmail-vendor-v8_8_4'. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-12-03T06:15:52.000000Z K 7 svn:log V 148 Merge 8.8.3->8.8.4 changes onto our mainline where we've edited the file at some point in the past. Obtained from: Eric Allman END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-12-03T06:18:11.000000Z K 7 svn:log V 67 Back out rev 1.6, it's in the official source now (a few lines up) END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-12-03T06:19:51.000000Z K 7 svn:log V 104 Remove defunct files that are no longer shipped (and don't work with this version of sendmail any more) END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-12-03T06:20:18.000000Z K 7 svn:log V 44 Remove file no longer shipped with sendmail END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-12-03T06:21:49.000000Z K 7 svn:log V 148 Remove file that we don't have any way of using. We don't have the other Makefiles for other OS's in our tree that this uses when not using bmake. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-12-03T10:53:06.000000Z K 7 svn:log V 6 YAMFC END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-12-03T11:06:25.000000Z K 7 svn:log V 6 YAMFC END K 10 svn:author V 6 obrien K 8 svn:date V 27 1996-12-03T13:38:40.000000Z K 7 svn:log V 51 Added FURUSAWA Kazuhisa for his port of xloadface. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-12-03T15:25:18.000000Z K 7 svn:log V 6 YAMFC END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-12-03T15:55:45.000000Z K 7 svn:log V 6 YAMFC END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-12-03T16:08:00.000000Z K 7 svn:log V 380 PR kern/2141: function ed_attach_NE2000_pci() in if_ed.c passes an uninitialized block of memory (got with malloc()) to ed_attach. This prevents a proper initialization of the device descriptor and in my case causes a panic during the probe, while printing out device info. Reviewed by: phk Submitted by: Luigi Rizzo END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1996-12-03T17:04:51.000000Z K 7 svn:log V 237 Re-enable reselections as the first thing after we see a bus free. We seem to miss reselections from some devices and since the reselection response timeout is only 200ns, enabling reselections too late may be the cause of our problem. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1996-12-03T17:06:00.000000Z K 7 svn:log V 76 Clear the busfree interrupt when one occurs, after a SELTO, or a bus reset. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1996-12-03T17:55:49.000000Z K 7 svn:log V 1569 Add support for detecting and hopefully using the passwd.adjunct.byname NIS map which is present on SunOS NIS servers with the SunOS C2 security hack^Woption installed. I'm convinced that the C2 security option restricts access to the passwd.adjunct.byname map in the same way that I restrict access to the master.passwd.{byname,buid} maps (checking for reserved ports), which means that we should be able to handle passwd.adjunct.byname map correctly. If _havemaster() doesn't find a master.passwd.byname map, it will now test for a passwd.adjunct.byname map before defaulting back to the standard non-shadowed passwd.{byname,byuid} maps. If _pw_breakout_yp() sees that the adjunct map was found and the password from the standard maps starts with ##, it will try to grab the correct password field from the adjunct map. As with the master.passwd maps, this only happens if the caller is root, so the shadowing feature is preserved; non-root users just get back ##username as the encrypted password. Note that all we do is grab the second field from the passwd.adjunct.byname entry, which is designated to be the real encrypted password. There are other auditing fields in the entry but they aren't of much use to us. Also switched back to using yp_order() to probe for the maps (instead of yp_first()). The original problem with yp_order() was that it barfed with NIS+ servers in YP compat mode since they don't support the YPPROC_ORDER procedure. This condition is handled a bit more gracefully in yplib now: we can detect the error and just punt on the probing. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-12-03T21:38:52.000000Z K 7 svn:log V 264 Added my 'ddial' patches to user-PPP. The new mode tries it's darndest to keep the link up, so it re-dials whenever it detects the link go down. This is useful for 'dedicated' links who use PPP. It's been used for over a year w/out problems at different sites. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-12-03T21:56:15.000000Z K 7 svn:log V 267 Added support for '-T' and '-B' (text and binary) file recognition by peeking inside of Chris Torek's stdio library internals. This is similar to the code used for other systems, but didn't work on CT's new implementation. Submitted by: Gary Kline END K 10 svn:author V 3 max K 8 svn:date V 27 1996-12-03T22:50:06.000000Z K 7 svn:log V 54 Merge the changes in the en version (1.159 -> 1.160). END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-12-03T23:03:22.000000Z K 7 svn:log V 115 The semget man page uses the incorect symbol for alter access. Closes PR# 1712. Submitted by: Kent Vander Velden END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-12-03T23:26:49.000000Z K 7 svn:log V 92 Remove some garbage text from the man page. Closes PR# 1971. Submitted by: Lydon Nerenberg END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-12-03T23:40:11.000000Z K 7 svn:log V 59 Use the predefined entities for a couple of mailing lists. END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-12-04T00:00:20.000000Z K 7 svn:log V 79 Remove a self referential xref, and add an xref for modload. Closes PR# 2104. END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-12-04T04:21:30.000000Z K 7 svn:log V 113 Synchronize with the RELENG_2_2 branch. Definite 2.2 candidate. Submitted by: The FreeBSD(98) Development Team END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-12-04T04:32:52.000000Z K 7 svn:log V 162 Replace sbic driver (WD33C93 SCSI card driver) with new bs driver. Submitted by: The FreeBSD(98) Development Team Obtained from: NetBSD/pc98 based on NetBSD 1.2 END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-12-04T04:36:59.000000Z K 7 svn:log V 60 Syncronize. Submitted by: The FreeBSD(98) Development Team END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-12-04T05:53:17.000000Z K 7 svn:log V 136 Optimize by changing "sort | uniq" -> "sort -u". "make index" is now 412 secs instead of 498 secs on my machine! Submitted by: fenner END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-12-04T05:55:07.000000Z K 7 svn:log V 68 Merge 1.233, just in case someone's still listening to this branch. END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-12-04T05:56:03.000000Z K 7 svn:log V 57 Merge 1.233, sort -u optimization. Pre-approved by: phk END K 10 svn:author V 6 obrien K 8 svn:date V 27 1996-12-04T08:07:44.000000Z K 7 svn:log V 168 Added Pedro Giffuni to the contributor's section for his two ports: CIM Simula Compiler using C Isearch A text search Engine from CNIDR (to be commited later) END K 10 svn:author V 6 obrien K 8 svn:date V 27 1996-12-04T08:49:52.000000Z K 7 svn:log V 76 First cut at adding a little bit about the ports framework's dir structure. END K 10 svn:author V 3 max K 8 svn:date V 27 1996-12-04T09:04:42.000000Z K 7 svn:log V 55 Merge changes made to the en version (1.160 -> 1.161). END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-12-04T09:42:39.000000Z K 7 svn:log V 26 Fix syntax error loc->doc END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-12-04T11:31:14.000000Z K 7 svn:log V 412 Bump maximum username length to 16 characters. This brings us into line with BSD/OS and Linux's username limits, making transitioning from either operating system a lot easier than it is now. I'm currently running with this change on my system, as are several others, and have experienced no ill effects. This is not for 2.2! This needs to get shaken out longer term in 3.0. Previously-approved-by: davidg END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-12-04T13:42:09.000000Z K 7 svn:log V 183 Fixed an off by 1 error in unix2dostime(). The first day of each month was converted to the last day of the previous month. This bug was introduced in the optimizations in rev.1.4. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-12-04T16:12:00.000000Z K 7 svn:log V 6 YAMFC END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-12-04T19:07:52.000000Z K 7 svn:log V 22 Back out this change. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-12-05T01:45:08.000000Z K 7 svn:log V 170 'ulimit' can overflow the int return value, so avoid the overflow by subtracting one if ulimit returns -1. Submitted by: Miguel Angel Sagreras END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-12-05T01:47:33.000000Z K 7 svn:log V 77 Added Miguel Angel Sagreras for his ibcs2 patches. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-12-05T03:14:14.000000Z K 7 svn:log V 98 Better fix for the previous overflow problem using the code from ogetrlimit(). Suggested by: bde END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-12-05T03:30:59.000000Z K 7 svn:log V 98 *Ahem*. Plexstor, not plasmon. Spotted-By: Someone from Japan who's name I now forget (sorry!). END K 10 svn:author V 3 max K 8 svn:date V 27 1996-12-05T03:31:00.000000Z K 7 svn:log V 59 Merge the changes made to the en version (1.161 -> 1.162). END K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-12-05T04:28:52.000000Z K 7 svn:log V 103 Clean-up of the new buffer kva allocation code. Also, there was an error in the !BOUNCE_BUFFERS case. END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-12-05T10:33:56.000000Z K 7 svn:log V 125 Directories for Japanese manpages. Definite 2.2 candidate, as it will be used for the "Japanese manpages port" coming soon. END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-12-05T11:17:11.000000Z K 7 svn:log V 110 Add ports-vietnamese. While I'm here, comment out ports-distfiles, which has been discontinued indefinitely. END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-12-05T11:21:47.000000Z K 7 svn:log V 124 Update to match reality. New __FreeBSD_version values for post 2.1.5R releases, example for MASTER_SITE_XCONTRIB and such. END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-12-05T11:27:53.000000Z K 7 svn:log V 46 Add ports-vietnamese, delete ports-distfiles. END K 10 svn:author V 3 max K 8 svn:date V 27 1996-12-05T11:57:23.000000Z K 7 svn:log V 57 Merge the changes made to the en version (1.20 -> 1.21). END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-12-05T12:43:30.000000Z K 7 svn:log V 211 Fixed handling of modem status changes. Only the most common case of connect/hangup in !CLOCAL mode was handled correctly. mgetty and ppp didn't work because they turn on CLOCAL and poll for carrier (or RI?). END K 10 svn:author V 3 max K 8 svn:date V 27 1996-12-05T13:43:30.000000Z K 7 svn:log V 57 Merge the changes made to the en version (1.47 -> 1.51). END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-12-05T14:46:57.000000Z K 7 svn:log V 55 Fix compiler warning: /* inside comment 2.2 candidate END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-12-05T17:00:16.000000Z K 7 svn:log V 48 Increase username field to reflect utmp changes END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-12-05T17:12:51.000000Z K 7 svn:log V 71 Use UT_* contstants when possible instead of harcoded 8 2.2 candidate END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-12-05T17:33:46.000000Z K 7 svn:log V 68 Adjust line to not overflow 80 cols (result of recent utmp changes) END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-12-05T17:56:05.000000Z K 7 svn:log V 81 Remove one space to produce the same output alignment like in who, rwho, w, etc. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-12-05T18:05:11.000000Z K 7 svn:log V 83 make u_char * -> char * conversion explicit. Found-By: insight's "insure++" tool. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-12-05T18:14:56.000000Z K 7 svn:log V 192 gethostname() returns int, not long. Answered my own question by RTFM'ing. Either both the header files and the man pages are wrong or this code is, and I'll take the majority decision. :-) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-12-05T18:22:00.000000Z K 7 svn:log V 111 _key is a char array and we don't need to pass its address to _buildkey() when buildkey is expecting a char *. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-12-05T18:27:20.000000Z K 7 svn:log V 269 sethostname() returns int, not long. I could get used to having this copy of insure++, too bad the runtime only works for BSD/OS. :-( Maybe they'll be so impressed by my initial 15 entry bug report for it that they'll take the FreeBSD version more seriously. :-) :-) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-12-05T18:41:35.000000Z K 7 svn:log V 199 Eliminate 3 more examples of gratutiously passing arrays by address. Everyone please call ParaSoft today and say "I will buy 57 copies of Insure++ tomorrow, but first I want a FreeBSD version." :-) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-12-05T18:46:19.000000Z K 7 svn:log V 202 Remove more instances of passing arrays by address when they should have simply been passed as arrays. In some cases, casts had even been added to remove the warnings generated by such misuse! Aieee! END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-12-05T20:19:33.000000Z K 7 svn:log V 138 Fix my error from previous commit with mixing rwhod protocol and utmp sizes. Replace hardcoded constants by sizeofs or symbolic constants END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-12-05T20:33:07.000000Z K 7 svn:log V 21 Swap %X and %Y in %c END K 10 svn:author V 6 julian K 8 svn:date V 27 1996-12-05T22:41:13.000000Z K 7 svn:log V 61 Add comments to hard-to-follow File descriptor handling code END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-12-06T00:12:31.000000Z K 7 svn:log V 464 I asked Bill Paul why _getnetbynis() was only being called with 2 parameters, and he said: The 3rd agrument is new; looks like it was part of the upgrade to a new BIND with some IPv6 support. The third argument here should be AF_INET. In order for it to be anything else, I'd have to add new NIS functions to support IPv6 lookups. I don't even know what those look like yet. So there ya go, add AF_INET as the 3rd argument to the call. Submitted-by: wpaul END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-12-06T01:58:14.000000Z K 7 svn:log V 90 Added psm manpage. Submitted by: Kazutaka YOKOTA END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-12-06T08:01:17.000000Z K 7 svn:log V 123 Drop the e_spare[] array to 3 elements so that padding of the eproc structure remains the same despite bumping MAXLOGNAME. END K 10 svn:author V 3 max K 8 svn:date V 27 1996-12-06T10:10:40.000000Z K 7 svn:log V 57 Merge the changes made to the en version (1.39 -> 1.41). END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-12-06T11:29:15.000000Z K 7 svn:log V 61 Update this to what freefall's been running for a day or so. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-12-06T11:37:34.000000Z K 7 svn:log V 70 Add Peter da Silva to authors list now that he's taking over the FAQ. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-12-06T12:47:05.000000Z K 7 svn:log V 275 Fixed a null pointer panic in ADDENTRY(). Unloading the lkm and joy modules sort of works now. Their devswitch entries aren't cleaned up, so accessing them after they have been unloaded causes a panic in spec_open(). Submitted by: durian@plutotech.com (Mike Durian), IIRC END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-12-06T18:19:31.000000Z K 7 svn:log V 284 List Peter da Silva explicitly as the maintainer. I feel this to be better than using the "FAQ" alias as people have either ignored or misused the alias in the past, and this gives the feeling that there's an actual person behind it now (which will be a nice change in any case :-). END K 10 svn:author V 4 kato K 8 svn:date V 27 1996-12-06T19:51:49.000000Z K 7 svn:log V 116 Synchronize with sys/i386/i386/machdep.c revision 1.217. This should not be in 2.2 until original change is merged. END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-12-06T22:51:11.000000Z K 7 svn:log V 26 Turn off _POSIX_SAVED_IDS END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-12-06T22:53:52.000000Z K 7 svn:log V 25 Turn POSIX_SAVED_IDS off END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-12-06T22:55:31.000000Z K 7 svn:log V 30 Not have saved setuid anymore END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-12-06T22:59:56.000000Z K 7 svn:log V 24 Enable seteuid, setegid END K 10 svn:author V 3 max K 8 svn:date V 27 1996-12-06T23:05:10.000000Z K 7 svn:log V 56 Merge the change made to the en version (1.40 -> 1.41). END K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-12-07T00:03:43.000000Z K 7 svn:log V 395 Make vm_map_insert much more intelligent in the MAP_NOFAULT case so that map entries are coalesced when appropriate. Also, conditionalize some code that is currently not used in vm_map_insert. This mod has been added to eliminate unnecessary map entries in buffer map. Additionally, there were some cases where map coalescing could be done when it shouldn't. That problem has been resolved. END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-12-07T00:16:04.000000Z K 7 svn:log V 89 Disable seteuid/setegid back, I overlook one place where SETEUID chacked before SETREUID END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-12-07T03:12:23.000000Z K 7 svn:log V 321 Add Guido von Rooij to list of security officers, remove myself from Webmaster list since I'm not doing that anymore, remove "system administration" category entirely since it's now a responsibility shared among multiple individuals and, finally, add FAQ category and stick Peter da Silva's name on it. Reminded-By: max END K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-12-07T03:46:20.000000Z K 7 svn:log V 353 Change endian.h so that when a kernel is compiled without I386_CPU, and with one of the following (I486_CPU,I586_CPU,I686_CPU) so it can take advantage of the very quick bswap insn. This keeps LKMs from being built to take advantage of the insn, but also makes sure that the LKMs can be run on all CPUs. (The LKMs don't pick up the CPU options :-( ). END K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-12-07T05:08:37.000000Z K 7 svn:log V 388 Make LKM's build again. I have added the allegedly broken ACTUALLY_LKM_NOT_KERNEL until the real fix comes through. Whatever flag that is used to indicate building LKMs will have be be substituted in the future. This allows proper selection of the usage of the efficient, single instruction in the kernel, but alas, doesn't allow for use in userland or LKMs :-(. Them's the breaks!!! END K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-12-07T06:19:37.000000Z K 7 svn:log V 129 Fix a map entry leak problem found by DG. Also, de-inline a function vm_map_entry_dispose, because it won't help being inlined. END K 10 svn:author V 3 max K 8 svn:date V 27 1996-12-07T07:18:38.000000Z K 7 svn:log V 60 Merged the changed made to the en version (1.162 -> 1.163). END K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-12-07T07:44:05.000000Z K 7 svn:log V 19 Expunge inlines... END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-12-07T11:07:20.000000Z K 7 svn:log V 185 Fixed `stty [-]extproc'. It set extproc to a semi-random state (always off if there are no other options, always (?) on if another option that changes the state is processed earlier). END K 10 svn:author V 4 kato K 8 svn:date V 27 1996-12-07T12:31:05.000000Z K 7 svn:log V 103 Obtained from: NetBSD/pc98 based on NetBSD 1.2 Add a missing file of bs driver. It's a 2.2 candidate. END K 10 svn:author V 4 kato K 8 svn:date V 27 1996-12-07T12:59:36.000000Z K 7 svn:log V 76 Change obsolete SBIC55 into SCSI in a comment line. Definite 2.2 candidate. END K 10 svn:author V 5 markm K 8 svn:date V 27 1996-12-07T13:03:29.000000Z K 7 svn:log V 126 Fix libmp to be more Berkely compatible. This is a very safe 2.2 candidate. Submitted by: Nick Sayer END K 10 svn:author V 4 kato K 8 svn:date V 27 1996-12-07T13:04:21.000000Z K 7 svn:log V 75 Synchronize with sys/i386/isa/if_ed.c revision 1.09. It's a 2.2 candidate. END K 10 svn:author V 3 sef K 8 svn:date V 27 1996-12-07T20:20:41.000000Z K 7 svn:log V 218 Change how SIGINFO is handled -- set a flag (of sig_atomic_t), and check that flag on every iteration of the loop. This avoids calling fprintf inside a signal handler, which is always somewhat icky. Reviewed by: bde END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-12-07T21:25:12.000000Z K 7 svn:log V 28 Expand username limit to 16 END K 10 svn:author V 3 sos K 8 svn:date V 27 1996-12-07T22:33:05.000000Z K 7 svn:log V 79 Fix the broken support for monochrome VGA's. It was MY fault after all, damn.. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-12-07T22:45:15.000000Z K 7 svn:log V 158 Default the CD-ROM devices to a single LUN only. Too many of them are broken and respond to multiple LUNs. Reviewed by: rv@groa.uct.ac.za (Russell Vincent) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-12-07T22:48:42.000000Z K 7 svn:log V 52 Merge the fix from rev 1.70: opnly one LUN for CDs. END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-12-07T23:20:04.000000Z K 7 svn:log V 130 Add the following two for Japanese man port: Kazuhiko Kiriyama Tadashi Kumano END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-12-07T23:32:37.000000Z K 7 svn:log V 314 Remove /usr/ucb and /usr/local/mh/bin from MANPATH_MAP, we don't ship the system with these (and the mh port doesn't install there either). Comment out /usr/X386/bin in MANPATH_MAP, it is already commented out in MANDATORY_MANPATH. 2.2 candidate, I guess. I can't even imagine why these stuff were still there! END K 10 svn:author V 3 max K 8 svn:date V 27 1996-12-08T00:13:24.000000Z K 7 svn:log V 55 Merge changes made to the en version (1.163 -> 1.164). END K 10 svn:author V 8 swallace K 8 svn:date V 27 1996-12-08T02:24:10.000000Z K 7 svn:log V 135 Perform special sigset() check. Make sure signal is not blocked. If it is, return SIG_HOLD instead of handler and unblock the signal. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1996-12-08T05:40:38.000000Z K 7 svn:log V 99 Was using new URL (ftp://ftp://) before the RFC has been voted on. :-) Obtained from: make fetch END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-12-08T06:27:09.000000Z K 7 svn:log V 37 Fix typo in last patch. empty!=emtpy END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-12-08T07:16:55.000000Z K 7 svn:log V 133 Correct an aggregious insult and display the days of the week the way that god(tm) intended them to be displayed. Candidate for 2.2 END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-12-08T07:21:33.000000Z K 7 svn:log V 60 Whoops, also fix time for those watchmakers to the north... END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-12-08T12:27:58.000000Z K 7 svn:log V 281 Several areas of improvement: o Incorporate some of Tatsumi's bug fixes. o Remove the xperimnt and commerce distribution items; they haven't been actual distributions for awhile. o Try to sanitize the device checking code a little more. o Cosmetic work on the network code. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-12-08T12:32:22.000000Z K 7 svn:log V 70 Merge revisions 1.52, 1.80, 1.20, 1.34, 1.99 and 1.17 (respectively). END