ƒ­s42680 207 252 301 221 97 204 144 134 330 233 225 525 454 210 187 237 217 131 161 192 110 118 120 243 130 2090 241 262 156 128 221 564 202 202 216 220 122 490 1787 835 111 156 124 150 149 149 137 137 144 143 256 216 200 289 160 423 420 813 196 199 170 562 363 413 598 204 289 137 187 489 155 163 211 243 206 184 678 135 355 229 268 113 166 510 127 231 259 138 149 226 493 120 543 144 178 123 397 172 388 363 154 160 275 209 132 162 170 171 439 166 241 173 159 120 194 235 251 185 147 146 226 167 130 133 220 218 183 150 340 173 531 272 416 673 213 163 126 133 230 244 345 161 512 139 771 334 1667 196 294 152 260 229 581 139 216 144 113 156 215 226 161 190 243 327 185 209 227 196 151 809 187 335 122 134 140 278 120 144 177 180 127 110 129 169 133 114 208 173 369 416 127 128 221 334 185 263 107 213 469 124 109 138 189 239 163 114 174 183 K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-01-15T00:03:39.000000Z K 7 svn:log V 156 Add sscanf/vsscanf/strtoq/strtouq to the kernel. Initially these will be used for parsing kernel environment values, although they have utility elsewhere. END K 10 svn:author V 2 jb K 8 svn:date V 27 1999-01-15T00:21:03.000000Z K 7 svn:log V 209 Increase the size of private thread flags so that the test for a thread trying to call pthread_exit() from a cleanup handler actually works. Submitted by: David Leonard OpenBSD END K 10 svn:author V 5 abial K 8 svn:date V 27 1999-01-15T00:31:45.000000Z K 7 svn:log V 126 Fall back to /boot/boot.conf, if /boot/loader.rc was not fount. This is to cover the transition period. Suggested by: msmith END K 10 svn:author V 3 jmz K 8 svn:date V 27 1999-01-15T02:38:33.000000Z K 7 svn:log V 6 Typo. END K 10 svn:author V 4 ache K 8 svn:date V 27 1999-01-15T04:14:52.000000Z K 7 svn:log V 110 fix optimize= settings - configpm understand only =' or =" as variables and treat any other stuff as comments END K 10 svn:author V 5 danny K 8 svn:date V 27 1999-01-15T05:15:41.000000Z K 7 svn:log V 50 Yet another y2k bug. (printf("19%s %s", $3, $4);) END K 10 svn:author V 5 danny K 8 svn:date V 27 1999-01-15T05:18:56.000000Z K 7 svn:log V 40 MFC y2k bug (printf("19%s %s", $3, $4)) END K 10 svn:author V 3 imp K 8 svn:date V 27 1999-01-15T05:46:28.000000Z K 7 svn:log V 237 Y2K nit: Make two digit years specified on the command line represent the century that the computer currently resides. So 99 means 1999 this year, but 2099 next year. Pointed out by: Peter Jeremy END K 10 svn:author V 5 markm K 8 svn:date V 27 1999-01-15T05:58:28.000000Z K 7 svn:log V 138 Add a file that I forgot to "cvs add", and remove a lot of stuff that is no longer a part of texinfo-3.12. Pointed out by: dg (partially) END K 10 svn:author V 3 imp K 8 svn:date V 27 1999-01-15T07:37:00.000000Z K 7 svn:log V 132 Use 69 pivot kludge from date(1) to make it consistant. Also honor is_delta and only apply date kludge when it isn't a delta time. END K 10 svn:author V 3 bde K 8 svn:date V 27 1999-01-15T09:15:27.000000Z K 7 svn:log V 432 Fixed corruption of the fd buffer queue. Once upon a time, the active buffer had to be left on the head of the queue for [bufq]disksort() to sort against. This isn't right for devices that can support multiple active i/o's, and only the fd driver did it. "Fixing" this in rev.1.36 of ufs_disksubr.c broke the fd driver in much the same way as rev.1.52 of broke it (see rev.1.119). Bug reported and fix tested by: dt END K 10 svn:author V 3 bde K 8 svn:date V 27 1999-01-15T10:00:12.000000Z K 7 svn:log V 361 Use a fast interrupt handler for the PCI version of the cy driver if option CY_PCI_FASTINTR is configured and mapping the irq to a fastintr is possible. Unfortunately, this has to be optional because pci_map_int_right() doesn't handle the INTR_EXCL flag right -- INTR_EXCL is honoured even if the interrupt needs to be non-exclusive for other devices to work. END K 10 svn:author V 5 danny K 8 svn:date V 27 1999-01-15T10:26:59.000000Z K 7 svn:log V 115 Print yyyy/mm/dd in /var/log/adduser, instead of yy/mm/dd Submitted by: Peter Jeremy END K 10 svn:author V 5 danny K 8 svn:date V 27 1999-01-15T10:29:14.000000Z K 7 svn:log V 93 MFC yy/mm/dd -> yyyy/mm/dd PR: 9505 Submitted by: Peter Jeremy END K 10 svn:author V 5 danny K 8 svn:date V 27 1999-01-15T12:01:57.000000Z K 7 svn:log V 142 Tidy logic in previous sccs2rcs commit. "19$year" -> $year+=1900 in log.pl PR: 9501 Submitted by: Peter Jeremy END K 10 svn:author V 5 danny K 8 svn:date V 27 1999-01-15T12:05:57.000000Z K 7 svn:log V 122 Tidy logic in sccs2rcs, Fix y2kbug "19$year" in log.pl PR: 9501 Submitted by: Peter Jeremy END K 10 svn:author V 5 markm K 8 svn:date V 27 1999-01-15T12:06:17.000000Z K 7 svn:log V 37 Sigh. Fix broken merges. I hate CVS. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-15T12:24:56.000000Z K 7 svn:log V 67 Fix(?) an apparent merge glitch. Half of xrealloc() was missing.. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-15T12:27:02.000000Z K 7 svn:log V 98 Typo: s/local/locale/ in LOCALEDIR. Submitted by: Seigo TANIMURA END K 10 svn:author V 5 markm K 8 svn:date V 27 1999-01-15T12:37:44.000000Z K 7 svn:log V 16 Break cvs merge END K 10 svn:author V 5 markm K 8 svn:date V 27 1999-01-15T12:38:11.000000Z K 7 svn:log V 24 Fix CVS merge breakage. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-15T12:49:53.000000Z K 7 svn:log V 26 Unbreak previous commit.. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1999-01-15T16:56:22.000000Z K 7 svn:log V 146 For RFC 850 dates received in HTTP responses, implement the century pivot described in RFC 2068. Include a reference to same in the manual page. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1999-01-15T17:10:31.000000Z K 7 svn:log V 34 Fix logic error in RFC 850 kluge. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1999-01-15T17:21:39.000000Z K 7 svn:log V 1994 Misspelt Eighth Edition. The Eighth Edition is *not* descended from the Seventh Edition. Submitted by: Greg Lehey and Dennis Ritchie Here's a quote from Dennis Ritchie, posted to Warren Toomey: [January 1999] ----- Forwarded message from dmr ----- I also got mail from Norman Wilson today about the discussion. This is mainly to confirm and fill out details of Wilson's account. The Eighth Edition system started with (I believe) BSD 4.1c and the work was done on VAX 11/750s -- our group did not get a 780 until a while later. Most of the operating system superstructure of BSD was retained (in particular no one (even the indefatigable Norman) wanted to get much into the paging code. Norman is also right that the competitor was John Reiser's (and Tom London's) 32V descendant from another group at the Labs. In structure this system had a lot to offer (in particular the buffer cache and the page pool were unified, but it was clear that their work was not being supported by their own management. It was used for a while on our first 750 and also our first 11/780 ("alice", a name that lives in netnews fame preceding the reach of Dejanews). The big change leading to V8 was the scooping-out and replacement of the character-device and networking part by the streams mechanism. Later, Peter Weinberger added the file-system switch that enabled remote file systems and prescient things ideas like /proc). Weinberger, as Norman said, also did a simple-minded FFS. The TCP/IP stack wasn't very important to us then and it has a mixed and murky history. Much of it came from early CSRG work, but it was converted to a streams approach by Robert Morris and subsequently fiddled over a lot. Likewise, as Norman said, the applications (/bin and whatnot) were somewhat of a mixture. Many were the locally-done versions, some were taken from BSD in some incarnation, some from System V. Dennis ----- End of forwarded message from dmr ----- END K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-01-15T17:24:05.000000Z K 7 svn:log V 145 Fetch an overide for NMBCLUSTERS from the kernel environment. Never allow the value to be reduced below that defined when the kernel was built. END K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-01-15T17:25:02.000000Z K 7 svn:log V 166 Add getenv_int(), specifically for retrieving integer values from kernel environment variables. This makes it easy to pass tuning parameters in from the bootloader. END K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-01-15T18:00:19.000000Z K 7 svn:log V 61 Oops, add the NMBCLUSTERS initialiser for the Alpha as well. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1999-01-15T23:24:23.000000Z K 7 svn:log V 34 Add two missing break statements. END K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-01-16T00:36:53.000000Z K 7 svn:log V 125 Fix breakage in rev 1.19; the second argument to ide_pci_candma is a controller number, not a unit number. Make this clear. END K 10 svn:author V 3 bde K 8 svn:date V 27 1999-01-16T01:06:23.000000Z K 7 svn:log V 471 Don't let bugs in ide_pci.c break wdprobe(), at least for standard IDE hardare. The attempted fix in rev.1.182 was a no-op except for adding dozens of style bugs. The undocumented options ALI_V and DISABLE_PCI_IDE go away as a side effect. ALI_V was a no-op because rev.1.182 was a no-op. DISABLE_PCI_IDE didn't actually disable PCI IDE. It disabled the buggy code in wdprobe() at a cost of completely breaking support for Promise controllers. Broken in: rev.1.139 END K 10 svn:author V 5 danny K 8 svn:date V 27 1999-01-16T01:51:03.000000Z K 7 svn:log V 107 y2k nit: print 4 digit years correctly. PR: 9506 Submitted by: Peter Jeremy END K 10 svn:author V 5 danny K 8 svn:date V 27 1999-01-16T01:58:48.000000Z K 7 svn:log V 107 y2k nit: print dates > 1999 correctly. PR: 9506 Submitted by: Peter Jeremey END K 10 svn:author V 3 jdp K 8 svn:date V 27 1999-01-16T03:25:24.000000Z K 7 svn:log V 123 Replace duplicated "old" linker set definitions with an include of . Note, this isn't used on the i386. END K 10 svn:author V 5 danny K 8 svn:date V 27 1999-01-16T03:50:10.000000Z K 7 svn:log V 125 Fix Makefile so it works. Change date format to yyyy/mm/dd hh:mm:ss Submitted by: Peter Jeremy END K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-01-16T03:55:46.000000Z K 7 svn:log V 27 Spell "ctlr" consistently. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-01-16T04:02:31.000000Z K 7 svn:log V 394 More bandaids. One important one from Sascha Blank () about quirks being set as arithmetic values, not as bitfields. Add HP, Kennedy and M4 1/2" reel quirk entries. Do a lot of gratuitous source changing. Audit all functions that build ccbs for the tape driver and decide whether each one can be retried or not. Still to do is some more state management post errors. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1999-01-16T06:19:38.000000Z K 7 svn:log V 1691 Fix some stability problems: - Normally, the driver allocates an mbuf cluster for each receive descriptor. This is because we have to be prepared to accomodate up to 1500 bytes (a cluster buffer can hold up to 2K). However, using up a whole cluster buffer for a tiny packet is a bit of a waste. Also, it seems to me that sometimes mbufs will linger in the kernel for a while after being passed out of the driver, which means we might drain the mbuf cluster pool. The cluster pool is smaller than the mbuf pool in general, so we do the following: if the packet is less that MINCLSIZE bytes, then we copy it into a small mbuf chain and leave the mbuf cluster in place for another go-round. This saves mbuf clusters in some cases while still allowing them to be used for heavy traffic exchanges with lots of full-sized frames. - The transmit descriptor has a bit in the control word which allows the driver to request that a 'TX OK' interrupt be generated when a frame has been completed. Sometimes, a frame can be fragmented across several descriptors. The manual for the real DEC 21140A says that if this happens, the 'TX interrupt request' bit is only valid in the descriptor of the last fragment. With the ASIX chip, it seems the 'TX interrupt request' bit is only valid in the descriptor of the _first_ fragment. Actually, the manual contains conflicting information, but I think it's supposed to be the first fragment. To play it safe, set the bit in both the first and last fragment to be sure that we get a TX OK interrupt. Without this fix, the driver can sometimes be late in releasing mbufs from the transmit queue after transmission. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1999-01-16T06:25:59.000000Z K 7 svn:log V 740 Stability fixes: - In wb_rxeof(), if the received packet is less than MINCLSIZE bytes, copy it to an mbuf chain so as to be more frugal in our use of mbuf clusters. - The Winbond chip, like the ASIX, wants the 'TX interrupt request' bit set in the _first_ fragment of a transmitted frame, not the last. (At least the Winbond manual states this unambiguously; too bad I wasn't paying attention when I read it the first time.) - Turn off the transmit threshold mechanism (initialize the threshold to 0). This effectively puts the chip in 'store and forward' mode which seems to cut down on transmit errors a little. It may also reduce transmit performace a bit, but I'm willing to do that if it means better reliability. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-16T08:51:46.000000Z K 7 svn:log V 17 a.out is default END K 10 svn:author V 3 des K 8 svn:date V 27 1999-01-16T10:20:16.000000Z K 7 svn:log V 64 Move the definition of set_origin from logo_saver.c to saver.h. END K 10 svn:author V 5 danny K 8 svn:date V 27 1999-01-16T10:57:01.000000Z K 7 svn:log V 30 y2k nit: date +%y -> date +%Y END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-01-16T11:36:28.000000Z K 7 svn:log V 57 Sync with sys/i386/conf/majors.i386 revision up to 1.64. END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-01-16T11:38:03.000000Z K 7 svn:log V 56 Sync with sys/i386/i386/machdep.c revision up to 1.322. END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-01-16T11:39:08.000000Z K 7 svn:log V 56 Sync with sys/i386/i386/machdep.c revision up to 1.125. END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-01-16T11:40:02.000000Z K 7 svn:log V 44 Sync with sys/i386/isa/fd.c revision 1.131. END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-01-16T11:41:18.000000Z K 7 svn:log V 44 Sync with sys/i386/isa/npx.c revision 1.65. END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-01-16T11:42:16.000000Z K 7 svn:log V 51 Sync with sys/i386/isa/sio.c revision up to 1.223. END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-01-16T11:43:12.000000Z K 7 svn:log V 50 Sync with sys/i386/isa/wd.c revision up to 1.185. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-01-16T12:56:00.000000Z K 7 svn:log V 160 Fix palette save/load functions. # They have been unchanged since the introduction of the VESA support. # But, we started seeing the problem only recently ;-< END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-01-16T13:20:42.000000Z K 7 svn:log V 122 Revise sio entries to synchronize with current driver. Submitted by: Takahashi Yoshihiro END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-16T13:22:35.000000Z K 7 svn:log V 105 Remove BINFORMAT/a.out/elf default hackery, it's elf by default internally and doesn't need to use this. END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-01-16T13:41:33.000000Z K 7 svn:log V 195 There are two models of AMD K6-2 Model 8 (c.f. AMD's document), so the CPU stepping must be checked. Also, fixed print_AMD_info. Submitted by: Akio Morita END K 10 svn:author V 3 dfr K 8 svn:date V 27 1999-01-16T17:29:56.000000Z K 7 svn:log V 68 Add kern_syscalls.c Submitted by: Assar Westerlund END K 10 svn:author V 3 dfr K 8 svn:date V 27 1999-01-16T17:44:09.000000Z K 7 svn:log V 330 A few small improvements to the bus code: * A function device_printf() to make pretty-printing driver messages easier. * A function device_get_children() to query the children of a device. * Generic implementations of BUS_ALLOC_RESOURCE and BUS_RELEASE_RESOURCE. * Change bus_generic_print_child() so that it is actually useful. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-01-16T19:20:30.000000Z K 7 svn:log V 324 Sascha Blank convinced me I was an idiot about testing SA_QUIRK_2FM in samount. Fixed. Removed the NORRLS quirk (to save quirk space) and left the behaviour of being quiet about failed reserve/release (failed due Illegal Request) the same. Added a SF_QUIET_IR for prevent/allow for the same purposes. END K 10 svn:author V 3 bde K 8 svn:date V 27 1999-01-16T19:48:01.000000Z K 7 svn:log V 720 Fixed a 1-bit error in initializing UDMA mode for VIA chipsets. Instead of initializing UDMA mode, we turned it off and made sure that it stays off by turning on the "UDMA enable by SET FEATURES" disable. The damage was limited by bugs in cookie lookup, and suitable initialization by some BIOSes. The cookie list has slaves before masters, and the unit number is ignored when cookies are looked up, so cookie lookup always finds cookies for slaves and the bug only clobbers slaves, so the bug was harmless for common configurations with no slaves or only non-UDMA slaves. UDMA initialization for masters actually worked if the BIOS turns on the UDMA mode bit and turns off the "UDMA enable by SET FEATURES" disable. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1999-01-16T20:40:52.000000Z K 7 svn:log V 101 Remove the code that manually pads frames to at least 60 bytes; the ASIX chip supports auto-padding. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1999-01-16T21:03:57.000000Z K 7 svn:log V 104 Small cosmetic tweak: in rl_rxeof(), use the constant RX_CMD_EMPTY_RXBUF instead of the magic number 1. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-01-16T22:42:25.000000Z K 7 svn:log V 78 More floppy size adjustments - I thought I'd already committed these, whoops! END K 10 svn:author V 5 billf K 8 svn:date V 27 1999-01-17T01:22:55.000000Z K 7 svn:log V 467 Add a new option for pkg_add, -r. The remote option allows for automatic package fetching and installation using the package repository found on wcarchive. Naturally, this site can be overridden with a enviornment variable. This code uses getobjformat() and getosreldate(). This means when some event causes the package to be fetched to change (such as e-day) the logic also needs to be changed. Sorta reviewed by: jkh Code suggestions: peter, jkh, eivind, msmith END K 10 svn:author V 4 grog K 8 svn:date V 27 1999-01-17T03:32:07.000000Z K 7 svn:log V 269 Add hooks for starting vinum at boot time. Set the variable vinum_slices to the names of all slices (block device) which are under the control of vinum. The configuration will be read in from each in turn, starting with the most recently updated. Reviewed-by: jkh END K 10 svn:author V 3 bde K 8 svn:date V 27 1999-01-17T05:18:54.000000Z K 7 svn:log V 320 Fixed a 2-bit error in initializing MWDMA mode for VIA chipsets. Prefetch/postwrite was enabled for the wrong controller. (VIA is bitwise big endian and we confused ourself by shifting left instead of right.) Extracted from: last set of patches from the author (john hood ) on 7 Feb 1998 END K 10 svn:author V 3 bde K 8 svn:date V 27 1999-01-17T05:46:25.000000Z K 7 svn:log V 505 Pass the unit number to the DMA cookie lookup routine and use it to look up cookies properly, at least for standard controllers. Cookies are used so that we don't have to pass around lots of args. All of the dmainit functions use the unit number so it is essential that we pass them a cookie with the correct unit number. This may break working configurations if there are bugs in the dmainit functions like the ones I just fixed for VIA chipsets. Broken in: rev 1.4 of ide_pci.c and rev.1.139 of wd.c. END K 10 svn:author V 3 bde K 8 svn:date V 27 1999-01-17T06:33:43.000000Z K 7 svn:log V 111 Removed the #defines of interrupt handlers to NULL. This hack was for old (> 3 months) versions of config(8). END K 10 svn:author V 5 markm K 8 svn:date V 27 1999-01-17T09:53:34.000000Z K 7 svn:log V 194 Back out the last commit; it broke things. NB! NB! NB! GUYS - the perl5 build is extremely nasty!! Please run all changes to it past me _before_ committing. There are some very subtle gotchas. END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-01-17T12:24:48.000000Z K 7 svn:log V 44 Sync with sys/i386/isa/wd.c revision 1.186. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-01-17T14:12:48.000000Z K 7 svn:log V 92 Don't forget copying video mode flags to the adapter info. block when changing video modes. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-01-17T14:23:15.000000Z K 7 svn:log V 393 - Examine the error code from the screen saver and act accordingly. 0 success EAGAIN try again later other don't call this screen saver again - Test flags consistently to examine the status of the screen saver. scrn_blanked: the screen saver is running scp->status & SAVER_RUNNING: the saver is running in this vty - Correctlyu preserve status flag bits in set/restore_scrn_saver_mdoe(). END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-01-17T14:25:19.000000Z K 7 svn:log V 60 Retrun EAGAIN if the current video mode is a graphics mode. END K 10 svn:author V 6 jseger K 8 svn:date V 27 1999-01-17T15:08:09.000000Z K 7 svn:log V 68 enviornment -> environment PR: docs/9534 Submitted by: rv@fore.com END K 10 svn:author V 5 guido K 8 svn:date V 27 1999-01-17T15:31:03.000000Z K 7 svn:log V 116 MFC: When resuming with 2 identical cards in 2 slots, the initialisation of the second card fails. This fixes that. END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-01-17T15:42:27.000000Z K 7 svn:log V 149 Make old syscons work. (New syscons driver for PC98 is still under development.) Submitted by: Takahashi Yoshihiro END K 10 svn:author V 3 imp K 8 svn:date V 27 1999-01-17T17:39:32.000000Z K 7 svn:log V 113 Remove stray html markers left in last commit. Submitted by: "Philippe Charnier" END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1999-01-17T17:42:22.000000Z K 7 svn:log V 90 Fix cut & paste mind-o: the entry for the xl driver should say ethernet, not FDDI. *smak* END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-17T17:58:52.000000Z K 7 svn:log V 583 Try and clean up the multiple formal loading support a bit, based on suggestions from Greg Lehey some time ago. In the face of multiple potential file formats, try and give a more sensible error than just ENOEXEC. XXX a good case can be made that the loading process is wrong - the linker should locate the file first (using the search paths etc), then run the loaders to see if they recognize it. While the present system allows for the possibility of different search paths for different formats, we do not use it and it just makes things more complicated than they need to be. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-17T18:58:04.000000Z K 7 svn:log V 41 Move lkmnosys() from kern_lkm.c to here. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-17T19:00:58.000000Z K 7 svn:log V 260 - Move lkmnosys() to kern_syscall.c - Have the VFS lkm support use vfs_register() etc rather than having it's own version. - Have the syscall lkm support use syscall_register() etc rather than having it's own verison. - Convert the lkm driver to a module. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-17T19:02:39.000000Z K 7 svn:log V 134 LKM kernel support becomes optional on "options LKM". (Bear in mind that the default kernel is now ELF and cannot load these LKM's). END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-17T19:05:40.000000Z K 7 svn:log V 173 World, please meet the kld module called "lkm". If you have an a.out kernel and you forgot to add 'options LKM', you can kldload this module and get LKM compatability. (!) END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-17T19:06:06.000000Z K 7 svn:log V 19 Add the lkm module END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-17T19:09:41.000000Z K 7 svn:log V 72 Add LKM option so that the remaining code (hopefully) doesn't go stale. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-17T19:56:02.000000Z K 7 svn:log V 415 "fix" long standing aicasm build glitch. The problem was the reorganization in rev 1.16 of i386/include/types.h which changed stdlib.h's use of . The problem was the -I. was causing machine/types.h to come from the current kernel source, while stdlib.h was coming from /usr/include. /usr/include/stdlib.h is as old as the last 'make world', the machine/types.h was as new as the current source. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-17T20:25:22.000000Z K 7 svn:log V 33 Clean up the KLD/LKM goop a bit. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-17T20:28:12.000000Z K 7 svn:log V 136 Remove LKM support, src/lkm that built it is gone and it never worked as an LKM anyway. It does work as a preloaded KLD module though. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-17T20:30:13.000000Z K 7 svn:log V 164 Remove the LKM glue since the support (src/lkm) has been gone a while. This was impossible to use as an LKM anyway, but does work as a preloaded kld module though. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-17T20:36:14.000000Z K 7 svn:log V 44 Minor cleanup; no more references to LKM's. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-17T20:39:08.000000Z K 7 svn:log V 55 Remove references to an LKM that isn't built any more. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-17T20:41:02.000000Z K 7 svn:log V 131 Mountroot could concievably make sense to a KLD though, in the preload case. I'm not sure the autoconf code is up to it though... END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-17T20:53:48.000000Z K 7 svn:log V 398 Undo #undef KERNEL hack for vnode.h to avoid vnode_if.h. XXX It probably makes sense to have a flag for bsd.kern.mk to avoid these rules. XXX IO_NDELAY seems to be the main reason for it, when used in a cdevsw read or write "flag" context. Perhaps a redundant declaration somewhere like sys/conf.h might help remove the need for vnode.h in these device drivers in the first place. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-17T21:04:53.000000Z K 7 svn:log V 26 Missed a stray LKM #ifdef END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-17T21:17:27.000000Z K 7 svn:log V 448 Use the gensetdefs that is now in /usr/bin, it's a superset of the one in the kernel source, and that one is already used for modules. I don't _think_ this will hurt releases, aout-to-elf, etc, but it is possible. In all the cases I've looked at, config(8) has been generated straight after a make world, so if /usr/sbin/config exists and is the right version for the kernel, then we can pretty much count on /usr/bin/gensetdefs being there too. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-17T21:18:19.000000Z K 7 svn:log V 50 Replaced by /usr/bin/gensetdefs a few months ago. END K 10 svn:author V 2 dt K 8 svn:date V 27 1999-01-17T22:33:08.000000Z K 7 svn:log V 87 Bring a bit closer to the normal form. (In particular, add __BEGIN_DECLS/__END_DECLS). END K 10 svn:author V 2 dt K 8 svn:date V 27 1999-01-17T22:35:09.000000Z K 7 svn:log V 32 Install as . END K 10 svn:author V 6 fenner K 8 svn:date V 27 1999-01-18T01:54:36.000000Z K 7 svn:log V 301 If arpresolve() gets passed a route with a null llinfo, call arplookup() to try again. This gets rid of at least one user's "arpresolve: can't allocate llinfo" errors, and arplookup() gives better error messages to help track down the problem if there really is a problem with the routing table. END K 10 svn:author V 6 fenner K 8 svn:date V 27 1999-01-18T01:56:31.000000Z K 7 svn:log V 77 Rename igmp's MALLOC; it doesn't have anything to do with multicast routing. END K 10 svn:author V 6 fenner K 8 svn:date V 27 1999-01-18T02:06:59.000000Z K 7 svn:log V 292 Use dynamic memory allocation instead of mbuf's for multicast routing state. Note: this requires a recompilation of netstat (but netstat has been broken since rev 1.52 of ip_mroute.c anyway) Obtained from: Significantly based on Steve McCanne's work for BSD/OS END K 10 svn:author V 6 fenner K 8 svn:date V 27 1999-01-18T02:09:15.000000Z K 7 svn:log V 267 Don't use ip_mrtproto to determine whether multicast routing is in the kernel; this was left over from the earlier protocol-dependent kernel multicast routing code. Learn how to handle the malloc'd multicast routing table (instead of expecting it to be in mbufs) END K 10 svn:author V 6 fenner K 8 svn:date V 27 1999-01-18T02:09:52.000000Z K 7 svn:log V 59 Get rid of MT_RTABLE; multicast routing no longer uses it. END K 10 svn:author V 3 des K 8 svn:date V 27 1999-01-18T02:14:20.000000Z K 7 svn:log V 68 Use the correct type for uid and gid in struct passwd. Document it. END K 10 svn:author V 6 jkoshy K 8 svn:date V 27 1999-01-18T02:37:03.000000Z K 7 svn:log V 179 revoke(2) is supported on regular files under current. Change wording in manual page that indicated otherwise. PR: docs/9517 Submitted by: David Malone END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-01-18T03:04:41.000000Z K 7 svn:log V 113 Fix some symbol keys, accented chars, and capslock state flags. Submitted by: Thordur Ivarsson END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-01-18T03:06:16.000000Z K 7 svn:log V 37 Correct Hungarian keymap file names. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-01-18T03:08:34.000000Z K 7 svn:log V 67 Add Portuguese keymaps. Submitted by: Paulo Menezes END K 10 svn:author V 4 grog K 8 svn:date V 27 1999-01-18T03:25:10.000000Z K 7 svn:log V 77 Only start vinum if vinum_slices variable is non-empty Reported-by: roberto END K 10 svn:author V 5 billf K 8 svn:date V 27 1999-01-18T03:54:17.000000Z K 7 svn:log V 77 Style police, inline ifs. Submitted by: Brian Feldman END K 10 svn:author V 6 jkoshy K 8 svn:date V 27 1999-01-18T06:58:25.000000Z K 7 svn:log V 343 Move to a uniform '\ooo' (VIS_OCTAL) encoding for special characters. The previous commit broke mtree(8) when file names using certain 8-bit characters ended up being encoded with '/', '*', and other shell metacharacters. PR: bin/9538 Submitted by: "Eugene M. Kim" Reviewed by: jkoshy Bug-missed-last-time-by: jkoshy END K 10 svn:author V 8 simokawa K 8 svn:date V 27 1999-01-18T06:59:18.000000Z K 7 svn:log V 69 Import Global v3_4_2 sources. Ok'd by: peter Discussed with: msmith END K 10 svn:author V 8 simokawa K 8 svn:date V 27 1999-01-18T06:59:18.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r42788, 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 1999-01-18T06:59:19.000000Z K 7 svn:log V 77 This commit was manufactured by cvs2svn to create tag 'global-vendor-v3_4_2'. END K 10 svn:author V 8 simokawa K 8 svn:date V 27 1999-01-18T07:32:38.000000Z K 7 svn:log V 62 Merge from verdor branch (v_3_4_2) and remove obsolete files. END K 10 svn:author V 8 simokawa K 8 svn:date V 27 1999-01-18T07:38:13.000000Z K 7 svn:log V 23 Update to Global-3.42. END K 10 svn:author V 8 simokawa K 8 svn:date V 27 1999-01-18T07:48:41.000000Z K 7 svn:log V 97 Clean new index file(GPATH) of global. Submitted by: Shigio Yamaguchi END K 10 svn:author V 6 julian K 8 svn:date V 27 1999-01-18T07:55:02.000000Z K 7 svn:log V 139 From inspection, ISA interrupts were completely broken.. revert some of the old ISA code. (I can't test this but I'm working on the file.) END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-01-18T08:38:08.000000Z K 7 svn:log V 157 Switched to new syscons driver. Submitted by: NOKUBI Hirotaka and Kazutaka YOKOTA END K 10 svn:author V 5 abial K 8 svn:date V 27 1999-01-18T10:17:38.000000Z K 7 svn:log V 91 Fix copy & paste error. Submitted by: Reinier Bezuidenhout END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-01-18T11:00:29.000000Z K 7 svn:log V 54 Sync with sys/i386/conf/Makefile.i386 revision 1.135. END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-01-18T11:01:57.000000Z K 7 svn:log V 53 Sync with sys/i386/i386/userconfig.c revision 1.126. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-01-18T12:38:59.000000Z K 7 svn:log V 130 - Added Spanish messages. Submitted by: J M Alcaide - Fixed typo in the last commit: IS-8859-1 -> ISO-8859-1 END K 10 svn:author V 7 roberto K 8 svn:date V 27 1999-01-18T12:40:44.000000Z K 7 svn:log V 71 Fix "make world" breakage because MT_RTABLE was still referenced here. END K 10 svn:author V 2 hm K 8 svn:date V 27 1999-01-18T13:58:47.000000Z K 7 svn:log V 39 Add directory /usr/share/examples/isdn END K 10 svn:author V 2 hm K 8 svn:date V 27 1999-01-18T14:05:23.000000Z K 7 svn:log V 42 Add ISDN (i4b) documentation and examples END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-01-18T14:47:01.000000Z K 7 svn:log V 126 Don't forget to initialize va_mode. Submitted by: Kazutaka YOKOTA Forgotten by: kato END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-01-18T14:48:34.000000Z K 7 svn:log V 124 Merge with sys/dev/syscons/syscons.c revision 1.292. Submitted by: Kazutaka YOKOTA END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-01-18T14:55:38.000000Z K 7 svn:log V 90 Added copyright. Pointed out by: Kazutaka YOKOTA END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1999-01-18T17:26:01.000000Z K 7 svn:log V 56 Mention that the CNet Pro110B is supported (ax driver). END K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-01-18T19:05:27.000000Z K 7 svn:log V 244 Transition from using Perl to using awk for our text-manipulation needs. This removes the dependancy on Perl for the generation of the loader, allowing the world to be built on a perl-free system. Submitted by: Joe Abley END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1999-01-18T19:25:30.000000Z K 7 svn:log V 79 Update to include new drivers, mention newly supported fast ethernet adapters. END K 10 svn:author V 8 gallatin K 8 svn:date V 27 1999-01-18T20:15:07.000000Z K 7 svn:log V 433 Added support for the DEC EB64PLUS systype. (part I) The new file pci_eb64plus_intr.s deals with the interrupt hardware on the EB64PLUS and was obtained from NetBSD with the NetBSD copyright intact The apecs chipset support code was altered to allow routing interrupts through pci if we're not running on an avanti. Avanti's route all interrupts through isa. Tested by: Wilko Bulte Partially reviewed by: dfr END K 10 svn:author V 8 gallatin K 8 svn:date V 27 1999-01-18T20:18:49.000000Z K 7 svn:log V 174 Added support for the DEC EB64PLUS systype. (part II) The DEC EB64PLUS support code. Based on NetBSD's dec_eb64plus.c,v 1.15 Submitted by: Wilko Bulte END K 10 svn:author V 8 gallatin K 8 svn:date V 27 1999-01-18T20:26:50.000000Z K 7 svn:log V 318 Added support for the DEC EB64PLUS systype. (Part III) o Add the EB64PLUS systype into the kernel configuration files and add it to the GENERIC kernel o Correct mcclock_isa.c's dependence on cia, it should depend on isa. This will allow avanti and eb64+ kernels to be built without the cia chipset support code. END K 10 svn:author V 8 gallatin K 8 svn:date V 27 1999-01-18T20:38:37.000000Z K 7 svn:log V 575 Reserve a major number for use by the Iprobe device driver. Iprobe is an alpha-only system profiling suite which I'm porting from Linux/alpha to FreeBSD. Iprobe works by using the hardware profiling support built into alpha cpus. In a nutshell, what Iprobe does is to setup the alpha performance counters to sample the pc at a fairly high rate & dumps those pc samples out to user space. Then some code runs to map the sampled PCs to functions. You get a bit more than that (like the PSL word, so you can tell if you're in the kernel or userland, what the ipl is, etc). END K 10 svn:author V 6 julian K 8 svn:date V 27 1999-01-18T21:23:47.000000Z K 7 svn:log V 117 Fix screwed up previous commit. Obviously no-one is using this card on ISA as the interrupts were NOT being handled. END K 10 svn:author V 6 julian K 8 svn:date V 27 1999-01-18T21:27:03.000000Z K 7 svn:log V 68 Fix typo. Unit is spelled with a 'u'. 'init' just types too easily. END K 10 svn:author V 5 danny K 8 svn:date V 27 1999-01-18T22:15:09.000000Z K 7 svn:log V 32 Allow two digit years 1969-2068 END K 10 svn:author V 5 danny K 8 svn:date V 27 1999-01-18T22:42:05.000000Z K 7 svn:log V 39 "19%02", tm.year -> "%d", tm.year+1900 END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-19T00:10:59.000000Z K 7 svn:log V 135 Break configure() into a couple of stages to allow insertion of hooks (eg: by drivers or (pre)loadable modules into a convenient spot. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-19T00:13:05.000000Z K 7 svn:log V 149 Call the xpt_init() hook during at the start of the configure() process via SYSINIT(). This gets a little closer to making cam useable as a module. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-19T00:18:28.000000Z K 7 svn:log V 250 Initial update pccard code for KLD module support. Module support however is only marginally useful until the new-style bus (pci and isa) stuff comes onboard to give us a better shot at actually pci and isa drivers loadable (or preloadable anyway). END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-19T00:21:53.000000Z K 7 svn:log V 67 Update the pccard hooks to use a module style declaration instead. END K 10 svn:author V 3 bde K 8 svn:date V 27 1999-01-19T00:23:25.000000Z K 7 svn:log V 419 Fixed breakage of `make checkdpadd' in previous commit. Didn't fix related bogotification from moving the definitions of DPADD and LDADD to here. Setting these variables in a top-level directory gives bogus dependencies in library subdirectories. E.g., there is a dependency on `foo.so..' where the double dots separate null shared library version numbers. Set BINDIR properly by inheriting it from ../Makefile.inc. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-19T00:41:17.000000Z K 7 svn:log V 45 Update for pcic for kld modules and activate END K 10 svn:author V 3 ken K 8 svn:date V 27 1999-01-19T01:02:47.000000Z K 7 svn:log V 678 Generalize the quirk entry for the Conner CFP* drives. It did just cover the CFP2107, but it appears (not surprisingly) that the 1 gig and 4 gig versions of that drive have the same problem with tagged queueing. Also, fix the problem reported in PR kern/9482. The XPT_DEV_MATCH case in xptioctl() wasn't putting a proper path in the CCB before it called xpt_action(). When CAMDEBUG is defined, and CAM_DEBUG_TRACE debugging is turned on, the CAM_DEBUG statement at the beginning of xpt_action would end up deferencing a NULL path pointer. That of course caused a panic. My solution is to just stick the xpt peripheral's path in the CCB. PR: kern/9482 Reviewed by: gibbs END K 10 svn:author V 3 ken K 8 svn:date V 27 1999-01-19T05:59:43.000000Z K 7 svn:log V 241 Qualify Adaptec 2920 support -- only the 2920C is supported. The 2920 is a rebadged Future Domain card that is not supported. Also, only the DPT SmartRAID III and IV are supported. (The SmartRAID V isn't yet supported by the DPT driver.) END K 10 svn:author V 8 simokawa K 8 svn:date V 27 1999-01-19T06:48:44.000000Z K 7 svn:log V 1568 Replace 'long int' with 'int' for Alpha. This change should have no effect on i386. Pointed out by: Steve Kargl Quote from http://www.netlib.org/f2c/readme: NOTE: f2c.h defines several types, e.g., real, integer, doublereal. The definitions in f2c.h are suitable for most machines, but if your machine has sizeof(double) > 2*sizeof(long), you may need to adjust f2c.h appropriately. f2c assumes sizeof(doublecomplex) = 2*sizeof(doublereal) sizeof(doublereal) = sizeof(complex) sizeof(doublereal) = 2*sizeof(real) sizeof(real) = sizeof(integer) sizeof(real) = sizeof(logical) sizeof(real) = 2*sizeof(shortint) EQUIVALENCEs may not be translated correctly if these assumptions are violated. On machines, such as those using a DEC Alpha processor, on which sizeof(short) == 2, sizeof(int) == sizeof(float) == 4, and sizeof(long) == sizeof(double) == 8, it suffices to modify f2c.h by removing the first occurrence of "long " on each line containing "long ", e.g., by issuing the commands mv f2c.h f2c.h0 sed 's/long //' f2c.h0 >f2c.h On such machines, one can enable INTEGER*8 by uncommenting the typedef of longint in f2c.h, so it reads typedef long longint; by compiling libI77 with -DAllow_TYQUAD, and by adjusting libF77/makefile as described in libF77/README. END K 10 svn:author V 8 simokawa K 8 svn:date V 27 1999-01-19T06:58:31.000000Z K 7 svn:log V 99 Initialize __progname by argv[0] before striping leading path, otherwise we always get empty name. END K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-01-19T08:00:51.000000Z K 7 svn:log V 198 Obtained from: Luoqi Fix NFS file corruption problem introduced in 1.188. The valid range was not being set properly, causing a later reference to the buffer to clear the B_CACHE bit. END K 10 svn:author V 8 rnordier K 8 svn:date V 27 1999-01-19T09:04:18.000000Z K 7 svn:log V 55 Make some further revisions to the boot documentation. END K 10 svn:author V 8 truckman K 8 svn:date V 27 1999-01-19T09:33:14.000000Z K 7 svn:log V 162 Document the errno return if the restrictions on the fcntl(F_SETOWN, ...) argument implemented by the security patch in PR kern/7899 are violated. PR: kern/7899 END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-01-19T10:32:20.000000Z K 7 svn:log V 133 Remove unused files. They served well. Now that their descendant is firmly in place and taking over, they can now rest in peace... END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-01-19T11:31:22.000000Z K 7 svn:log V 485 syscons - Bring down the splash screen when a vty is opened for the first time. - Make sure the splash screen/screen saver is stopped before switching vtys. - Read and save initial values in the BIOS data area early. VESA BIOS may change BIOS data values when switching modes. - Fix missing '&' operator. - Move ISA specific part of driver initialization to syscons_isa.c. atkbd - kbdtables.h is now in /sys/dev/kbd. all - Adjust for forthcoming alpha port. Submitted by: dfr END K 10 svn:author V 5 danny K 8 svn:date V 27 1999-01-19T11:52:57.000000Z K 7 svn:log V 45 Use 4 digit year in log file, rather than 2. END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-01-19T12:41:26.000000Z K 7 svn:log V 122 Sync with sys/dev/syscons and sys/dev/kbd drivers. Submitted by: Kazutaka YOKOTA END K 10 svn:author V 4 kato K 8 svn:date V 27 1999-01-19T14:08:04.000000Z K 7 svn:log V 51 Fixed argument to intr member of the variable kbd. END K 10 svn:author V 3 des K 8 svn:date V 27 1999-01-19T15:11:46.000000Z K 7 svn:log V 21 Fix comment wording. END K 10 svn:author V 2 hm K 8 svn:date V 27 1999-01-19T15:33:23.000000Z K 7 svn:log V 65 Rename files to indicate a bit better that they are just samples END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-19T16:26:32.000000Z K 7 svn:log V 120 Don't decrement userrefs unless the file was actually was unloaded. Submitted by: Ustimenko Semen END K 10 svn:author V 3 ken K 8 svn:date V 27 1999-01-19T16:59:36.000000Z K 7 svn:log V 133 The Samsung WN34324U is broken for tagged queueing. PR: kern/9535 Submitted by: NAKAJI Hiroyuki END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-19T17:08:28.000000Z K 7 svn:log V 67 Hide the gensetdefs run the same way we hide the final ld command. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1999-01-19T17:55:23.000000Z K 7 svn:log V 98 Correct the previous Y2K "fix". It caused man page dates to come out like "January 19, 99+1900". END K 10 svn:author V 3 imp K 8 svn:date V 27 1999-01-19T21:04:22.000000Z K 7 svn:log V 150 Add note about the need to reconfigure kernel for some new syscons cahnges that kazu-san has committed, culled from his HEADS UP message to -current. END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-01-19T22:15:25.000000Z K 7 svn:log V 232 Send the peer-decided PSTN address with the CBCP Ack, otherwise windows clients will keep resending the response :-/ It'd be nice if M$ would document this sort of thing ! Problem reported by: Andrzej Tobola END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-01-19T22:15:41.000000Z K 7 svn:log V 91 Suggest that ``set proctitle'' is used in ppp.linkup when USER is expected to be expanded. END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-01-19T22:16:02.000000Z K 7 svn:log V 114 Change the maximum number of filters from 20 to 40. Increase requested by: "Clement T. Cole" END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-01-19T22:18:58.000000Z K 7 svn:log V 132 MFC: Send the peer-decided PSTN address with the CBCP Ack, otherwise windows clients will keep resending the response :-/ END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-01-19T22:21:20.000000Z K 7 svn:log V 101 MFC: Suggest that ``set proctitle'' is used in ppp.linkup when USER is expected to be expanded. END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-01-19T22:22:13.000000Z K 7 svn:log V 57 MFC: Change the maximum number of filters from 20 to 40. END K 10 svn:author V 3 ken K 8 svn:date V 27 1999-01-19T22:24:06.000000Z K 7 svn:log V 716 Significant modifications to the SCSI controller support sections in both files. They are now both basically the same. I also modified the driver list in HARDWARE.TXT: add the adw and isp drivers, and indicate that the uha driver isn't yet supported under CAM. This includes specific mention of all supported NCR and BusLogic models, additional qualification of the supported DPT and QLogic models, and some additions to the list of supported onboard Adaptec chips. The hope is, of course, that this will lead to fewer questions like "is the froboz SCSI controller supported?" I think the formatting of the new entries looks okay, but someone with a better eye for things like that might want to look at this. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-19T22:26:46.000000Z K 7 svn:log V 93 Relax linkage symbol scope restrictions to be more compatable with that of shared libraries. END K 10 svn:author V 5 abial K 8 svn:date V 27 1999-01-19T22:59:37.000000Z K 7 svn:log V 240 Add a compile knob to avoid using PAM code (login will use standard Unix authentication only). This comes handy when you're tight on space. Submitted by: mostly John Baldwin Reviewed by: John D. Polstra END K 10 svn:author V 5 abial K 8 svn:date V 27 1999-01-19T23:01:25.000000Z K 7 svn:log V 28 Bump version number to 0.43 END K 10 svn:author V 5 abial K 8 svn:date V 27 1999-01-19T23:02:05.000000Z K 7 svn:log V 40 Next round of fixes before 3.1-RELEASE. END K 10 svn:author V 5 abial K 8 svn:date V 27 1999-01-19T23:07:17.000000Z K 7 svn:log V 46 Add stty to emulate getpass in dialup script. END K 10 svn:author V 5 abial K 8 svn:date V 27 1999-01-19T23:09:15.000000Z K 7 svn:log V 183 Emulate getpass behaviour when asking for user's password. Add ability to use PAP/CHAP authentication in auto-generated ppp.conf. Let users edit ppp arguments before the first run. END K 10 svn:author V 5 abial K 8 svn:date V 27 1999-01-19T23:09:46.000000Z K 7 svn:log V 26 Sync more with reality... END K 10 svn:author V 5 abial K 8 svn:date V 27 1999-01-19T23:10:34.000000Z K 7 svn:log V 50 Add NOPAM hook to be able to use login(1) here... END K 10 svn:author V 3 mks K 8 svn:date V 27 1999-01-19T23:11:40.000000Z K 7 svn:log V 85 Don't return errors for 'atm show arpserver' command on sigpvc and spans interfaces. END K 10 svn:author V 5 abial K 8 svn:date V 27 1999-01-19T23:11:50.000000Z K 7 svn:log V 86 Remove snmp for now - it has to either shrink, or we have to invent something else... END K 10 svn:author V 5 abial K 8 svn:date V 27 1999-01-19T23:12:27.000000Z K 7 svn:log V 33 Remove PROCFS - we don't use it. END K 10 svn:author V 5 abial K 8 svn:date V 27 1999-01-19T23:12:50.000000Z K 7 svn:log V 16 Add NOPAM hook. END K 10 svn:author V 5 abial K 8 svn:date V 27 1999-01-19T23:14:30.000000Z K 7 svn:log V 35 Remove generated copy of the file. END K 10 svn:author V 3 mks K 8 svn:date V 27 1999-01-19T23:14:51.000000Z K 7 svn:log V 77 Prevent accessing freed signalling instance memory during detach processing. END K 10 svn:author V 5 abial K 8 svn:date V 27 1999-01-19T23:15:41.000000Z K 7 svn:log V 39 Don't start (now) noneexistent snmpd. END K 10 svn:author V 5 abial K 8 svn:date V 27 1999-01-19T23:15:56.000000Z K 7 svn:log V 20 Add missing "quit". END K 10 svn:author V 3 mks K 8 svn:date V 27 1999-01-19T23:16:11.000000Z K 7 svn:log V 115 Prevent duplicate output lines from 'atm show arpserver' command on systems with multiple ATM physical interfaces. END K 10 svn:author V 6 fenner K 8 svn:date V 27 1999-01-19T23:17:03.000000Z K 7 svn:log V 78 Fix bug in last commit (la was used uninitialized if no route was passed in). END K 10 svn:author V 2 se K 8 svn:date V 27 1999-01-19T23:29:20.000000Z K 7 svn:log V 277 Fix problem with zero valued map registers followed by valid map entries. The previous code just ignored the invalid map register, but this gave surprising results because of the way pci_map_port() associated the map register offset supplied with a map entry in the map array. END K 10 svn:author V 3 bde K 8 svn:date V 27 1999-01-19T23:36:05.000000Z K 7 svn:log V 323 Fixed breakage of cross-compiling in previous commit. The installed version of makeinfo must be used. The fix breaks bootstrapping of texinfo by a simple `make' in the texinfo directory -- `make world' must be used to bootstrap it if you don't know how to do it manually. Fixed at least 7 style bugs in previous commit. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1999-01-19T23:42:44.000000Z K 7 svn:log V 35 Spell check and minor grammar fix. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1999-01-19T23:45:48.000000Z K 7 svn:log V 36 Install man page link for strtok_r. END K 10 svn:author V 3 mks K 8 svn:date V 27 1999-01-20T00:56:21.000000Z K 7 svn:log V 128 Re-write of ilmi daemon. Among the major changes, it does not use predefined PDUs and should handle multi-request OIDs on GETs. END K 10 svn:author V 3 ken K 8 svn:date V 27 1999-01-20T01:13:20.000000Z K 7 svn:log V 241 By popular demand, back out the CONNER CFP* quirk entry, and return it to its original form. (Originally, it only applied to the CFP 2107.) Hopefully we can come to some conclusion about which Conner drives are broken for tagged queueing. END K 10 svn:author V 5 luoqi K 8 svn:date V 27 1999-01-20T01:22:39.000000Z K 7 svn:log V 91 Allow tuning of read-only mounted file system. Reviewed by: Bruce Evans END K 10 svn:author V 5 asami K 8 svn:date V 27 1999-01-20T01:55:05.000000Z K 7 svn:log V 168 (1) Add gnome master sites. Submitted by: Jeremy Lea (2) Change backup distfiles dir to reflect change in ftp.freebsd.org's reorganization. END K 10 svn:author V 5 asami K 8 svn:date V 27 1999-01-20T01:55:40.000000Z K 7 svn:log V 13 Merge 1.302. END K 10 svn:author V 5 asami K 8 svn:date V 27 1999-01-20T01:58:39.000000Z K 7 svn:log V 118 Change MASTER_SITE_BACKUP to point to new dir on wcarchive. Merge some MASTER_SITE_* macros from latest bsd.port.mk. END K 10 svn:author V 3 bde K 8 svn:date V 27 1999-01-20T02:08:07.000000Z K 7 svn:log V 376 Fixed ifdef for libintl in previous commit (the location of libintl.a's obj dir is only indirectly related to the location of libtxi.a's obj dir). Fixed about 3 style bugs in previous commit. Fixed my bug in rev.1.7. "../../Makefile.inc" worked as an alias for "../Makefile.inc" in some cases, but it gives endless recursion when there is an obj dir in one of the subdirs. END K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-01-20T03:29:59.000000Z K 7 svn:log V 29 Remove 'alog'. G'bye Jamil. END K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-01-20T03:30:39.000000Z K 7 svn:log V 14 Alog is gone. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-01-20T04:24:22.000000Z K 7 svn:log V 46 Make more messages conditional on bootverbose END K 10 svn:author V 6 fenner K 8 svn:date V 27 1999-01-20T05:11:48.000000Z K 7 svn:log V 94 Import mtrace release 5.2 ftp://ftp.parc.xerox.com/pub/net-research/ipmulti/mtrace-5.2.tar.gz END K 10 svn:author V 6 fenner K 8 svn:date V 27 1999-01-20T05:11:48.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r42881, 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 1999-01-20T05:11:49.000000Z K 7 svn:log V 67 This commit was manufactured by cvs2svn to create tag 'mtrace_5_2'. END K 10 svn:author V 6 fenner K 8 svn:date V 27 1999-01-20T05:13:42.000000Z K 7 svn:log V 19 Resolve conflicts. END K 10 svn:author V 5 markm K 8 svn:date V 27 1999-01-20T05:45:57.000000Z K 7 svn:log V 80 Help for Perl5 to make in cross-build environments. Submitted by: Eivind Eklund END K 10 svn:author V 5 markm K 8 svn:date V 27 1999-01-20T05:48:19.000000Z K 7 svn:log V 89 Texinfo has been upgraded. This needs to catch up. Submitted by: lkoeller@cc.fh-lippe.de END