ƒ­42443 237 164 1364 191 193 143 380 181 360 138 428 111 180 181 199 463 218 112 127 162 448 162 161 189 296 902 184 238 171 159 264 198 166 919 188 206 579 131 187 764 244 414 194 193 232 206 185 111 156 389 216 170 140 140 119 111 119 207 281 145 119 207 521 191 354 170 288 175 325 437 320 117 233 374 358 145 214 121 175 1445 107 240 151 168 260 154 212 242 136 133 137 130 138 126 167 190 124 130 401 135 189 113 111 288 113 141 132 140 249 132 244 127 141 145 119 153 173 187 123 256 275 1230 240 181 130 219 188 113 155 218 118 225 153 189 238 175 225 139 238 138 136 162 207 500 144 273 208 196 248 159 167 154 155 232 196 118 400 178 343 138 223 183 178 122 175 229 125 147 234 173 230 217 482 224 173 151 164 121 189 173 295 205 190 190 184 442 142 132 239 171 134 110 294 120 222 165 188 166 277 129 322 215 125 255 193 204 155 160 476 714 845 143 221 234 113 134 258 133 243 238 184 185 112 167 137 166 207 154 208 161 129 128 123 125 110 119 159 167 K 10 svn:author V 6 nsouch K 8 svn:date V 27 1999-01-09T18:10:37.000000Z K 7 svn:log V 69 Fix Linux compatible mode. ppb_rxxx() calls are chars, inb() is int. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1999-01-09T18:12:08.000000Z K 7 svn:log V 1268 Add driver support (and man page) for PCI fast ethernet cards based on the ASIX AX88140A chip. Update /sys/conf/files, RELNOTES.TXT, /sys/i388/i386/userconfig.c, sysinstall/devices.c, GENERIC and LINT accordingly. For now, the only board that I know of that uses this chip is the Alfa Inc. GFC2204. (Its predecessor, the GFC2202, was a DEC tulip card.) Thanks again to Ulf for obtaining the board for me. If anyone runs across another, please feel free to update the man page and/or the release notes. (The same applies for the other drivers.) FreeBSD should now have support for all of the DEC tulip workalike chipsets currently on the market (Macronix, Lite-On, Winbond, ASIX). And unless I'm mistaken, it should also have support for all PCI fast ethernet chipsets in general (except maybe the SMC FEAST chip, which nobody seems to ever use, including SMC). Now if only we could convince 3Com, Intel or whoever to cough up some documentation for gigabit ethernet hardware. Also updated RELNOTEX.TXT to mention that the SVEC PN102TX is supported by the Macronix driver (assuming you actually have an SVEC PN102TX with a Macronix chip on it; I tried to order a PN102TX once and got a box labeled 'Hawking Technology PN102TX' that had a VIA Rhine board inside it). END K 10 svn:author V 7 gpalmer K 8 svn:date V 27 1999-01-09T19:14:22.000000Z K 7 svn:log V 95 Really delete the netboot image off the alpha floppy. I think Jordan got his paths confused :) END K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-01-09T20:14:46.000000Z K 7 svn:log V 98 Explicitly look for kzip in /usr/bin, again this is a stopgap, to avoid making kzip a build tool. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-01-09T20:25:02.000000Z K 7 svn:log V 48 uptime display more in style with original code END K 10 svn:author V 2 dt K 8 svn:date V 27 1999-01-09T21:41:22.000000Z K 7 svn:log V 288 Oops --<, replace 1.216 with a version that actually check pv_entries (and was tested for month or two in production). Noticed by: Stephen McKay Stephen also suggested to remove the complication at all. I don't do it as it would be backout of a large part of 1.190 (from 1998/03/16)... END K 10 svn:author V 3 jdp K 8 svn:date V 27 1999-01-09T21:47:01.000000Z K 7 svn:log V 89 share/examples/kld/misc -> share/examples/kld/syscall Fixes make installworld breakage. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1999-01-09T21:51:00.000000Z K 7 svn:log V 267 Switch to using ".So" as the extension for PIC object files rather than ".so". The old extension conflicted with well-established naming conventions for dynamically loadable modules. The "clean" targets continue to remove ".so" files too, to deal with old systems. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-01-09T23:14:34.000000Z K 7 svn:log V 46 Nuke this - it's antiquated and unmaintained. END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-01-10T01:26:30.000000Z K 7 svn:log V 333 Only call isatty() when we open our descriptor, and remember the answer. If we later get a descriptor exception from select(), we know that it's a tty (isatty() returns 0 after the exception on a tty) and remember to call modem_LogicalClose(). The upshot of it all is that descriptor exceptions dont leave the tty locked any more. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-10T01:58:29.000000Z K 7 svn:log V 16 KNFize, by bde. END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-01-10T02:05:13.000000Z K 7 svn:log V 86 If we can't open alias.log, don't try to write to the resulting NULL FILE *. PR: 9403 END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-01-10T02:06:46.000000Z K 7 svn:log V 87 MFC: If we can't open alias.log, don't try to write to the resulting NULL FILE *. END K 10 svn:author V 3 des K 8 svn:date V 27 1999-01-10T02:10:08.000000Z K 7 svn:log V 106 Clean up option handling a little. Add an option for showing sysctl descriptions instead of their values. END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-01-10T02:26:09.000000Z K 7 svn:log V 368 MFC: Only call isatty() when we open our descriptor, and remember the answer. If we later get a descriptor exception from select(), we know that it's a tty (isatty() returns 0 after the exception on a tty) and remember to call modem_LogicalClose(). The upshot of it all is that descriptor exceptions dont leave the tty locked any more. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-01-10T02:45:51.000000Z K 7 svn:log V 122 Amazingly stupid forgetfullness had me forgetting to turn on FIFO bursts for the 1XX0 cards. That cost > 50% performance. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-01-10T02:46:27.000000Z K 7 svn:log V 20 whoops, missed one. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-01-10T02:51:06.000000Z K 7 svn:log V 32 add MEMZERO portability defines END K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-01-10T02:51:48.000000Z K 7 svn:log V 67 up isp_fifo_threshold NVRAM storage to 3 bits (for future 128 bit) END K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-01-10T02:55:10.000000Z K 7 svn:log V 352 Add some prototype deadchip detection. Set FIFO bursting (1XX0 only- it's already on for the 2XX0) and detect the broken 1040A FIFO. Change bzero to MEMZERO (portability with **nux). Use memcpy for same reason. Finally detect QUEUE FULL conditions and return this as an error that will get cam_periph_error to do it's 'tagged openings now XXX' dance. END K 10 svn:author V 5 danny K 8 svn:date V 27 1999-01-10T04:56:33.000000Z K 7 svn:log V 68 Fix typos: if_name -> ifr_name Submitted by: Casper END K 10 svn:author V 5 danny K 8 svn:date V 27 1999-01-10T04:59:59.000000Z K 7 svn:log V 67 Fix typo: if_name -> ifr_name Submitted by: Casper END K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-01-10T05:08:12.000000Z K 7 svn:log V 94 Enable escapes for $ to make it possible to insert variable names into other variable values. END K 10 svn:author V 3 des K 8 svn:date V 27 1999-01-10T05:33:43.000000Z K 7 svn:log V 203 Add kernel support for sysctl descriptions. The NO_SYSCTL_DESCRIPTIONS option disables them if they're not wanted; in that case, sysctl_sysctl_descr will always return an empty string. Apporved by: jkh END K 10 svn:author V 3 phk K 8 svn:date V 27 1999-01-10T07:45:33.000000Z K 7 svn:log V 809 Back out last change to sysctl. It was nay'ed before committing on the grounds that this is not the way to do it, and has been decided as such several times in the past. There is not point in loading gobs of ascii into the kernel when the only use of that ascii is presentation to the user. Next thing we'd be adding all section 4 man pages to the loaded kernel as well. The argument about KLD's is bogus, klds can store a file in /usr/share/doc/sysctl/dev/foo/thisvar.txt with a description and sysctl or other facilities can pick it up there. Proper documentation will take several K worth of text for many sysctl variables, we don't want that in the kernel under any circumstances. I will welcome any well thought out attempt at improving the situation wrt. sysctl documentation, but this wasn't it. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-10T09:47:00.000000Z K 7 svn:log V 90 Import zlib 1.1.3 onto the vendor branch. Obtained from: ftp.cdrom.com:/pub/infozip/zlib END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-10T09:47:00.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r42468, 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-10T09:47:01.000000Z K 7 svn:log V 75 This commit was manufactured by cvs2svn to create tag 'libz-vendor-v1_1_3'. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-10T09:53:51.000000Z K 7 svn:log V 65 Merge changes from vendor branch (1.1.1 -> 1.1.3) into mainline. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-01-10T11:15:23.000000Z K 7 svn:log V 168 Suggested by bde@freebsd.org- memcpy not necessarily good to use. D'oh- not in the BSD DKI. Stop being lazy and finish the defines so MEMCPY becomes bzero for FreeBSD. END K 10 svn:author V 5 danny K 8 svn:date V 27 1999-01-10T11:18:59.000000Z K 7 svn:log V 103 Fix typo: "login failures" -> "login failure" PR: 9424 Submitted by: Lars K*ller END K 10 svn:author V 5 danny K 8 svn:date V 27 1999-01-10T11:21:04.000000Z K 7 svn:log V 72 "login failures" -> "login failure" PR: 9424 Submitted by: Lars K*ller END K 10 svn:author V 6 nsouch K 8 svn:date V 27 1999-01-10T12:04:56.000000Z K 7 svn:log V 823 Major ppbus commit with: + ECP parallel port chipset FIFO detection + DMA+FIFO parallel I/O handled as chipset specific + nlpt updated in order to use the above enhanced parallel I/O. Use 'lptcontrol -e' to use enhanced I/O + Various options documented in LINT + Full IEEE1284 NIBBLE and BYTE modes support. See ppbus(4) for an overview of the IEEE1284 standard + Detection of PnP parallel devices at boot + Read capability added to nlpt driver to get IEEE1284 compliant printer status with a simple 'cat /dev/lpt0' + IEEE1284 peripheral emulation added to BYTE mode. Two computers may dialog according to IEEE1284 signaling method. See PERIPH_1284 option and /sys/dev/ppbus/ppi.c All this code is supposed to provide basic functions for IEEE1284 programming. ppi.c and nlpt.c may act as examples. END K 10 svn:author V 3 dfr K 8 svn:date V 27 1999-01-10T12:35:39.000000Z K 7 svn:log V 96 Add hooks for the Iprobe kernel profiler. Submitted by: Andrew Gallatin END K 10 svn:author V 5 guido K 8 svn:date V 27 1999-01-10T13:00:09.000000Z K 7 svn:log V 111 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 5 peter K 8 svn:date V 27 1999-01-10T13:29:52.000000Z K 7 svn:log V 484 Damn, I thought I had committed this already, but it seems not. Move the relocated boot1 and arg transfer space from 0x600/0x800 to 0x700/0x900. In theory this should make no difference, apart from the fact that Buslogic controllers happen to use a few bytes at 0x600 for some sort of scratch space for it's int 0x13 hook (!!!), causing the machine to crash badly when the boot2 code makes it's callbacks into boot1 for disk IO. Submitted by: Robert Nordier END K 10 svn:author V 2 hm K 8 svn:date V 27 1999-01-10T14:30:53.000000Z K 7 svn:log V 40 add directory /etc/isdn and populate it END K 10 svn:author V 8 rnordier K 8 svn:date V 27 1999-01-10T14:48:05.000000Z K 7 svn:log V 90 Use etc/make.conf settings for serial port and speed. Submitted by: rvb Reviewed by: bde END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-10T15:28:37.000000Z K 7 svn:log V 669 Fix the annoying bug introduced in rev 1.18 that caused each line to be one character shorter than the previous in a stairstep fashion when long idle times were involved. A couple of nits: - spelling/typo fix. - some of the easier style(9) fixes where it was bothering me. - Handle 100+ days idle time (ha!). Probably the right thing to do is to do a snprintf into a buffer and strlen the result rather than doing hackery on magic numbers. XXX the wide (and mostly unused) username and tty columns annoy me since it it could be used for more useful information for the command. We should actually count the largest username and tty and adjust like 'ls -l' does. END K 10 svn:author V 6 nsouch K 8 svn:date V 27 1999-01-10T16:41:14.000000Z K 7 svn:log V 148 Fix broken low level ppb_rxxx() return type: char becomes u_char. Submitted by: Bruce Evans Some ppb bootup printfs simplified. END K 10 svn:author V 3 dfr K 8 svn:date V 27 1999-01-10T17:22:49.000000Z K 7 svn:log V 321 From the submitter: I found the reason why f77 so offen dies on alpha. Here is a fix. "Const" is a union of int and double. If nelt->constblock.Const.ci > 0 then it trys to evaluate it as double and floating point exception occurs. Submitted by: Hidetoshi Shimokawa Obtained from: NetBSD END K 10 svn:author V 4 sada K 8 svn:date V 27 1999-01-10T17:23:10.000000Z K 7 svn:log V 100 Typo: /etc/ppp/ppp.conf.example -> ppp.conf.sample Submitted by: Sugiura Shiro END K 10 svn:author V 5 luigi K 8 svn:date V 27 1999-01-10T17:36:58.000000Z K 7 svn:log V 99 MFC as in 1.102->1.103 (several people reported this problem and are using bridging with -STABLE). END K 10 svn:author V 5 luigi K 8 svn:date V 27 1999-01-10T17:40:10.000000Z K 7 svn:log V 137 Remove check from where arp replies are coming from -- when doing bridging, interfaces are used in clusters so the check does not apply. END K 10 svn:author V 6 nsouch K 8 svn:date V 27 1999-01-10T17:41:33.000000Z K 7 svn:log V 110 Forgotten options needed to build last ppbus commit. Submitted by: "D. Rock" END K 10 svn:author V 5 steve K 8 svn:date V 27 1999-01-10T18:22:23.000000Z K 7 svn:log V 91 Remove redundant line of code. PR: 9364 Submitted by: Daniel C. Sobral END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-01-10T18:31:22.000000Z K 7 svn:log V 15 Remove warning END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-01-10T18:42:54.000000Z K 7 svn:log V 60 Sync with NetBSD sources. Almost there. Mostly style fixes. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1999-01-10T18:51:49.000000Z K 7 svn:log V 294 Tweak the vr_start() and vr_rxeof() routines a little to improve performance and reliability a little. There was a condition before where transmission would stall during periods of heavy traffic exchange between two hosts. Also set the 'want interrupt' bit in receive descriptor control words. END K 10 svn:author V 5 steve K 8 svn:date V 27 1999-01-10T19:26:27.000000Z K 7 svn:log V 121 Add vpo.4 to the list of manpages to build and install. PR: 9427 Submitted by: Jeroen Ruigrok/Asmodai END K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-01-10T20:20:27.000000Z K 7 svn:log V 75 Disable kzipping the loader; it seems to be breaking the aout-to-elf build END K 10 svn:author V 8 rnordier K 8 svn:date V 27 1999-01-10T21:08:26.000000Z K 7 svn:log V 43 No longer install outdated boot.help file. END K 10 svn:author V 8 rnordier K 8 svn:date V 27 1999-01-10T21:31:37.000000Z K 7 svn:log V 43 No longer install obsolete boot.help file. END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-01-10T21:57:55.000000Z K 7 svn:log V 23 Added usbd and usbdevs END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-01-10T22:04:05.000000Z K 7 svn:log V 15 Remove warning END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-01-10T22:06:22.000000Z K 7 svn:log V 23 Added starting of usbd END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-10T23:15:35.000000Z K 7 svn:log V 111 Use truncate() instead of otruncate() - step on the way to stopping the linulator from depending on COMPAT_43. END K 10 svn:author V 3 imp K 8 svn:date V 27 1999-01-11T00:02:37.000000Z K 7 svn:log V 188 Fix a minor security problem in libc_r. Submitted by: Alexandre Snarskii Approved by: John Birrell Reminded me that I'd been sitting on this too long: snar@paranoia.ru END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-01-11T00:03:59.000000Z K 7 svn:log V 49 Added file handling to ulpt (USB printer) driver END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-01-11T00:54:00.000000Z K 7 svn:log V 27 Try some new floppy sizes. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-01-11T03:06:28.000000Z K 7 svn:log V 111 Oops, I committed wrong version of these files in the last commit! Here are the correct, and up-top-date ones. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-01-11T03:18:56.000000Z K 7 svn:log V 425 The first stage of console driver reorganization: activate new keyboard and video card drivers. Because of the changes, you are required to update your kernel configuration file now! The files in sys/dev/syscons are still i386-specific (but less so than before), and won't compile for alpha and PC98 yet. syscons still directly accesses the video card registers here and there; this will be rectified in the later stages. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-01-11T03:20:32.000000Z K 7 svn:log V 96 The first stage of console driver reorganization: activate new keyboard and video card drivers. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-01-11T03:34:56.000000Z K 7 svn:log V 258 Add splash screen module. This version has rather limited capabilities, but should be a good start... Well, sort of. It can handle W*ndows 256 color BMP file. (Other color depth probably won't work.) The size of the image must be 320x200 or less. *sigh* END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-01-11T03:50:01.000000Z K 7 svn:log V 75 Don't refer to i386/isa/kbdio.h anymore. Use dev/kbd/atkbdcreg.h instead. END K 10 svn:author V 5 steve K 8 svn:date V 27 1999-01-11T05:27:37.000000Z K 7 svn:log V 193 Implement the -l commandline option which turns off broadcast of information, but still allows you to monitor other machines. PR: 9301 Submitted by: Matthew Fuller END K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-01-11T05:28:44.000000Z K 7 svn:log V 80 Fix linux sendmsg() emulation Submitted by: Brian Feldman END K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-01-11T05:52:28.000000Z K 7 svn:log V 229 Preserve the previous loader as loader.old. Note no matching commit for the Alpha, as the alpha boot0 stage does not have the ability to prompt for user input. PR: kern/9406 Submitted by: "Daniel C. Sobral" END K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-01-11T06:01:29.000000Z K 7 svn:log V 341 POSIX introduced optreset to deal with multiple invocations of getopt (as in, multiple input lines :). This is documented in the man page and is used in the code, but unistd.h and stand.h do not declare it. Incidentally, it prevents me fixing a bug in loader's code... :-) PR: misc/9373 Submitted by: "Daniel C. Sobral" END K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-01-11T06:41:32.000000Z K 7 svn:log V 224 No builtin command resets getopt before using it, causing problems in case a wrong option was given previously, and no option is given to the next command. PR: kern/9371 Submitted by: "Daniel C. Sobral" END K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-01-11T08:06:04.000000Z K 7 svn:log V 22 Add usbd to the build END K 10 svn:author V 3 imp K 8 svn:date V 27 1999-01-11T09:07:18.000000Z K 7 svn:log V 140 Add notes about the new console system and a pointer to the changes required by it. Submitted by: Kazutaka YOKOTA (with minor edits by me) END K 10 svn:author V 5 asami K 8 svn:date V 27 1999-01-11T09:07:42.000000Z K 7 svn:log V 279 Move nologin from /etc to /var/run. This means one less file that has to be written to /etc. The only essential change is in paths.h, so any third-party software written correctly will pick it up in the next rebuild. Reviewed by: the committers list (actually an old version) END K 10 svn:author V 5 luigi K 8 svn:date V 27 1999-01-11T11:08:07.000000Z K 7 svn:log V 263 Add a missing bzero which could be the source of instability problems reported recently (the rtentry pointer in the dummynet queue was not initialized in all cases, resulting in spurious rt_refcnt decreases in the lucky cases, and memory trashing in other cases. END K 10 svn:author V 5 luigi K 8 svn:date V 27 1999-01-11T11:27:20.000000Z K 7 svn:log V 51 MFC: critical dummynet fix -- add a missing bzero. END K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-01-11T11:32:35.000000Z K 7 svn:log V 118 optreset is a POSIX extension, make it visible in POSIX_SOURCE scope. Submitted by: Andrzej Bialecki END K 10 svn:author V 8 rnordier K 8 svn:date V 27 1999-01-11T11:36:03.000000Z K 7 svn:log V 24 Drop boot.help support. END K 10 svn:author V 5 asami K 8 svn:date V 27 1999-01-11T12:45:18.000000Z K 7 svn:log V 81 Merge recent changes from doc/handbook/porting.sgml and www/en/ports/categories. END K 10 svn:author V 5 asami K 8 svn:date V 27 1999-01-11T13:04:18.000000Z K 7 svn:log V 1349 (1) Add ONLY_FOR_ARCHS and NOT_FOR_ARCHS. They are list of architecture names (as given by "uname -m") by which you can specify which architectures the port is appropriate for. Idea borrowed from: NetBSD, OpenBSD Reviewed by: simokawa (2) New variable PERL_ARCH (value: ${ARCH}-freebsd) that is also passed to ${PLIST_SUB}. Use it to simplify PLISTs. Submitted by: simokawa (3) Check OSVERSION as well as existence of /usr/bin/perl5 before assuming USE_PERL5 is to be a no-op. Basically to allow building of 2.2-INDEX on a 3.0 machine. (4) Change USE_QT definition to use new shlib version (2) and directory (qt142). (5) Uncomment temporary Motif dependency for parallel package building. We still need to figure out a way to install the pkg database files, but it's a start. (6) Move EXTRACT_SUFX up into the pre.mk area so it can be used in exists() tests. (7) Add MASTER_SITE_COMP_SOURCES. Note that this is defined like "/pub/usenet/comp.sources.%SUBDIR%/" so you can specify something like "SUBDIR=x/volume18" to select the newsgroup as well as subdirectory name. Submitted by: "distfiles" fenner (8) Other misc. master site cleanup. Submitted by: "distfiles" fenner (9) New target "maintainer". I intend to use it to auto-mail failure build failure notices to the maintainer. END K 10 svn:author V 5 asami K 8 svn:date V 27 1999-01-11T13:04:59.000000Z K 7 svn:log V 13 Merge 1.301. END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-01-11T15:05:39.000000Z K 7 svn:log V 145 Correct some formatting errors (one is a groff bug) Noted & partially submitted by: Peter Jeremy PR: 9432 END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-01-11T15:06:17.000000Z K 7 svn:log V 57 MFC: Correct some formatting errors (one is a groff bug) END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-11T15:06:57.000000Z K 7 svn:log V 74 Remove the example for setting KERNFORMAT=elf; it is the default already. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1999-01-11T15:38:25.000000Z K 7 svn:log V 165 Doh... han an occurance of MX that should have been PN (forgot to change it when I turn a copy of mx.4 into pn.4). Pointed out by: Jason Wright END K 10 svn:author V 3 jdp K 8 svn:date V 27 1999-01-11T16:08:02.000000Z K 7 svn:log V 62 Fix an NFS-related installation problem. Submitted by: asami END K 10 svn:author V 2 hm K 8 svn:date V 27 1999-01-11T16:13:16.000000Z K 7 svn:log V 120 corrected disorder, override of user and group defaults and group permissions for /etc/isdn (suggested by Bruce Evans). END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-01-11T17:32:22.000000Z K 7 svn:log V 146 Update the pointer into the bitmap correctly. The previous code had the pointer off by 4 bytes if the width of the bitmap is a multiple of four. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-11T17:44:06.000000Z K 7 svn:log V 41 SLOW_VGA -> VGA_SLOW_IOACCESS here, too. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-11T17:45:22.000000Z K 7 svn:log V 38 Add 'static' to the declaration, too. END K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-01-11T18:03:54.000000Z K 7 svn:log V 42 Back out 1.146 - usbd is already enabled. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-01-11T18:26:25.000000Z K 7 svn:log V 35 Make HP T4000S quirk to FIXED mode END K 10 svn:author V 2 dt K 8 svn:date V 27 1999-01-11T18:35:14.000000Z K 7 svn:log V 47 Update to match rev. 1.28 of msdosfs_lookup.c. END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-01-11T20:00:50.000000Z K 7 svn:log V 30 New device descriptions added END K 10 svn:author V 6 nsouch K 8 svn:date V 27 1999-01-11T21:22:41.000000Z K 7 svn:log V 72 Fix missing \n in boot printfs. Add more mode detection if bootverbose. END K 10 svn:author V 6 julian K 8 svn:date V 27 1999-01-11T22:14:23.000000Z K 7 svn:log V 95 Add support for the Cyrix Cx5530 PCI/ISA bridge which also includes a PCI UDMA IDE controller. END K 10 svn:author V 6 julian K 8 svn:date V 27 1999-01-11T22:49:16.000000Z K 7 svn:log V 29 remove some unused variables END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-11T23:32:35.000000Z K 7 svn:log V 35 Avoid warning for unused variable. END K 10 svn:author V 3 bde K 8 svn:date V 27 1999-01-11T23:35:01.000000Z K 7 svn:log V 308 Updated for not-so-new version of Cyclom-Y PCI boards (with a custom register for the PLX id). Merge the vendor's modification of the 2.2.* release version into -current for reference. Will be cleaned up in next commit. Obtained from: ftp://ftp.cyclades.com/pub/cyclades/cyclom-y/freebsd/3.0/cyy30.tar.gz END K 10 svn:author V 3 bde K 8 svn:date V 27 1999-01-11T23:43:54.000000Z K 7 svn:log V 43 Fixed minor style bugs in previous commit. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T00:17:53.000000Z K 7 svn:log V 94 Silence warnings by removing unused convenience function and globalizing debugging functions. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T00:19:33.000000Z K 7 svn:log V 18 Silence warnings. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-01-12T00:25:49.000000Z K 7 svn:log V 19 add minimum2 entry END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T00:27:43.000000Z K 7 svn:log V 192 Clean up warnings; a couple of these came because of genuine errors in parameter passing (passing a pointer to u_short where a pointer to int is expected), for which the bugs have been fixed. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T00:36:36.000000Z K 7 svn:log V 18 Silence warnings. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T01:04:38.000000Z K 7 svn:log V 46 Silence warnings by cleaning up xxxintr types END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T01:17:01.000000Z K 7 svn:log V 37 Remove/comment out unused functions. END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-01-12T01:18:38.000000Z K 7 svn:log V 44 Changed DRIVER_MODULE to CDEV_DRIVER_MODULE END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-01-12T01:21:15.000000Z K 7 svn:log V 152 1) textual changes 2) bug fix in handling of select (or presumed bug) 3) trigger a mouse packet on the Z direction as well (but Z still not working) END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T01:28:00.000000Z K 7 svn:log V 37 Add a prototype to silence warnings. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T01:29:45.000000Z K 7 svn:log V 148 Move a couple of functions to make __inline work. While I'm here, split a couple of function declarations to make the style internally consistent. END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-01-12T01:31:13.000000Z K 7 svn:log V 31 Take cdev major # 114 for ugen END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T01:36:46.000000Z K 7 svn:log V 46 Clean out warnings introduced in last commit. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T01:42:01.000000Z K 7 svn:log V 50 Silence warning by casting vxintr to correct type END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T01:42:43.000000Z K 7 svn:log V 24 Remove unused variable. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T01:44:42.000000Z K 7 svn:log V 58 Remove 'pci_bridgeto' - it was just an empty placeholder. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T02:09:33.000000Z K 7 svn:log V 78 Switch type of vxintr instead of using the previous casts. Requested by: bde END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T02:16:16.000000Z K 7 svn:log V 92 Clean out warnings by changin ID string declarations to be char xxx[] instead of char *xxx. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T02:22:59.000000Z K 7 svn:log V 28 %b takes ints, not u_longs. END K 10 svn:author V 6 jkoshy K 8 svn:date V 27 1999-01-12T02:58:23.000000Z K 7 svn:log V 160 Teach mtree(8) to handle whitespace in filenames. Uses strvis(3). PR: bin/3246 Submitted by: Eugene M. Kim Reviewed by: jkoshy, wollman END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-12T07:57:01.000000Z K 7 svn:log V 180 When doing a setuid script, the usual #!/usr/bin/perl detects it and execs /usr/bin/sperl5.00502 to implement it, so that name had better exist.. Reviewed by: markm (a while ago) END K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-01-12T08:15:47.000000Z K 7 svn:log V 1133 Clean up and fix quirk table (was missing necessary wildcards) and add a couple from the old driver. Change format of quirk table to have a preferred block size for devices that need to be QUIRK_FIXED- this is loaded into the last_media_blocksize tag at saregister time and will be used in the first samount case. Change sasetparams to take a sense_flags argument so that probe time testing can be quieter (e.g. with SF_NO_PRINT). Fix a couple of silly bugs in the fixed/variable determination in samount- one was where there was a check against 'guessing' AND the density code being default density- *SMACK* - you're only guessing if you find the media code to be *other* than default density. Second bug was a test against current blocksize being zero- should be a test against whether current blocksize is not equal to the last blocksize if you had wanted to be fixed (suppose you came up in fixed, but not the preferred size?). And if you don't know what the fixed size should be, select 512 as the starting point, not BLKDEV_IOSIZE (reality wins). Finally, in doing the test set to variable mode, make sasetparams non-chatty. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-01-12T10:35:58.000000Z K 7 svn:log V 144 Clean up warnings: get conditional compilation right so that a local function won't be defined unless it is actually used. Requested by: eivind END K 10 svn:author V 3 dfr K 8 svn:date V 27 1999-01-12T10:54:14.000000Z K 7 svn:log V 89 A couple more osf/1 compat tweaks. Submitted by: Andrew Gallatin END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T11:05:03.000000Z K 7 svn:log V 35 Silence warnings. Approved by: hm END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T11:42:41.000000Z K 7 svn:log V 123 Silence warning about unused debug function. (I'll turn this function into a DDB command in my next staticization sweep). END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T11:49:30.000000Z K 7 svn:log V 93 Remove declarations for undefined functions and a couple of unused enotsupp implementations. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T11:59:34.000000Z K 7 svn:log V 18 Silence warnings. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T12:07:00.000000Z K 7 svn:log V 60 Remove unused variable & clean up a couple of style issues. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T12:09:27.000000Z K 7 svn:log V 122 De-staticize and add prototype for main debug function. I'll turn this into a DDB command in the next staticization run. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T12:16:50.000000Z K 7 svn:log V 23 Remove unused statics. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-01-12T12:23:00.000000Z K 7 svn:log V 129 Fix PIO_KEYMAPENT/GIO_KEYMAPENT. They used to copy from/to a wrong place. The bug found by: Mike Zanker END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T12:25:00.000000Z K 7 svn:log V 58 Add #ifdef's to avoid unused label warning in some cases. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-12T12:26:57.000000Z K 7 svn:log V 95 Import sendmail-8.9.2 onto vendor branch (update from 8.9.1) Obtained from: ftp.sendamil.org END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-12T12:26:57.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r42575, 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-12T12:26:58.000000Z K 7 svn:log V 79 This commit was manufactured by cvs2svn to create tag 'sendmail-vendor-v8_9_2'. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T12:27:54.000000Z K 7 svn:log V 129 * Print pointers using the correct type (%p) instead of %x. * Use the correct type for timeout function. * Add missing #include. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T12:37:18.000000Z K 7 svn:log V 44 Remove functions that are no longer in use. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-12T12:38:06.000000Z K 7 svn:log V 143 Merge sendmail 8.9.1 -> 8.9.2 changes into mainline. Some of our changes were submitted back to sendmail.org (stage 1) and were incorporated. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T12:38:31.000000Z K 7 svn:log V 43 #ifdef out unused function key_freetables. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T12:39:14.000000Z K 7 svn:log V 41 Remove two cases of unused variable sp3. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T12:46:36.000000Z K 7 svn:log V 67 Cast argument to avoid warning. Reviewed by: Nick Hibma END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-12T12:47:54.000000Z K 7 svn:log V 112 Update for 8.9.2 (new file, control.c) Also, turn on support for the MaxMimeHeaderLength option in sendmail.cf. END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-12T13:18:22.000000Z K 7 svn:log V 405 Update the default sendmail.cf to be a little more respectable. I have not enabled rbl by default, I understand an 'opt-in' is a key part of it's legal protection. Activate a few optional features (access_db, virtusertable, etc) which will operate if (and only if) the corresponding table is created. I've also turned on the MIME buffer overflow checking with sendmail.org's recommended values (256/128). END K 10 svn:author V 5 peter K 8 svn:date V 27 1999-01-12T13:24:46.000000Z K 7 svn:log V 50 These files were replaced by symlinks in 8.9.2... END K 10 svn:author V 5 asami K 8 svn:date V 27 1999-01-12T14:09:23.000000Z K 7 svn:log V 178 Oops, I missed a few more /etc/nologin references yesterday. It appears my check of the tree was incomplete. Sorry guys. Reported by: Ben Smithurst END K 10 svn:author V 5 joerg K 8 svn:date V 27 1999-01-12T15:37:19.000000Z K 7 svn:log V 113 Allow chflags(1) to fail inside the chroot environment for /R. This can happen iff ${CHROOTDIR} is NFS-mounted. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1999-01-12T16:14:24.000000Z K 7 svn:log V 101 Added FreeBSD 2.2.8, FreeBSD 3.0, FreeBSD 3.1 Added NetBSD 1.3.3, OpenBSD 2.4 Update URL & Copyright END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T16:26:19.000000Z K 7 svn:log V 152 Make dsopen() and dsioctl() use cdstrategy1 instead of cdstrategy. This silence the warnings and makes it more obvious where the bugs have to be fixed. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T16:40:57.000000Z K 7 svn:log V 64 Avoid unnecessary GCCism - I hadn't noticed the __unused macro. END K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-01-12T16:43:52.000000Z K 7 svn:log V 72 ... _and_ the (void*) casts for %p. Next, I'll forget my own name :-( END K 10 svn:author V 5 danny K 8 svn:date V 27 1999-01-12T18:43:38.000000Z K 7 svn:log V 60 Allow --newer and friends to handle dates beyond 1999/12/31 END K 10 svn:author V 5 danny K 8 svn:date V 27 1999-01-12T18:47:37.000000Z K 7 svn:log V 61 Allow --newer and friends to handle dates beyond 1999/12/31. END K 10 svn:author V 5 danny K 8 svn:date V 27 1999-01-12T19:37:32.000000Z K 7 svn:log V 137 Fix leap year calculations, including 2000. The code was broken for all years! Reviewed by: , END K 10 svn:author V 5 danny K 8 svn:date V 27 1999-01-12T19:38:55.000000Z K 7 svn:log V 101 Fix leap year comments. 2000 is a leap year, so code without a century-test still works until 2100. END K 10 svn:author V 5 danny K 8 svn:date V 27 1999-01-12T19:55:32.000000Z K 7 svn:log V 24 Fix leap year comments. END K 10 svn:author V 3 imp K 8 svn:date V 27 1999-01-12T20:11:29.000000Z K 7 svn:log V 307 Convert to HTML. Verified to work on Netscape 4.5 and Netscape 3.something. We were getting a lot of URL links in this file and it seemed like a good idea to convert this file to html so people can follow them easily. This does not use the doc tools to generate. I'm doing it all by hand at the moment. END K 10 svn:author V 5 danny K 8 svn:date V 27 1999-01-12T20:30:55.000000Z K 7 svn:log V 84 Fix leap year calculations Reviewed by: , END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-01-12T21:50:20.000000Z K 7 svn:log V 248 If we've configured CBCP *and* another not-so-important CALLBACK protocol and end up agreeing CBCP, DTRT and go into CBCP phase rather than mistakenly terminating as if CBCP wasn't agreed. Problem reported by: Alexander Dubinin END K 10 svn:author V 5 brian K 8 svn:date V 27 1999-01-12T21:51:43.000000Z K 7 svn:log V 44 MFC: Sort out client side callback actions. END K 10 svn:author V 3 des K 8 svn:date V 27 1999-01-12T21:58:09.000000Z K 7 svn:log V 130 MFC (rev. 1.143): add directory for Russian FAQ. Hopefully, make release will work again now. Spotted by: END K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-01-12T22:12:12.000000Z K 7 svn:log V 88 Replace /mnt with ${MNT} PR: misc/7965 Submitted by: Junji SAKAI sakai@jp.freebsd.org END K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-01-12T22:13:06.000000Z K 7 svn:log V 83 MFC: /mnt -> ${MNT} PR: misc/7965 Submitted by: Junji SAKAI sakai@jp.freebsd.org END K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-01-12T23:05:45.000000Z K 7 svn:log V 27 fix for compiling on alpha END K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-01-12T23:06:29.000000Z K 7 svn:log V 80 Fix for compiling on alpha. Obtained from:yokota@zodiac.mech.utsunomiya-u.ac.jp END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-01-13T00:50:02.000000Z K 7 svn:log V 132 1) Bug fix: Interrupt transfers worked only for the first packet. The second packet was not seen as finished. 2) Textual changes END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-01-13T01:05:43.000000Z K 7 svn:log V 29 Removed warning and comments END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-01-13T01:09:14.000000Z K 7 svn:log V 51 Changed 'xxxdebug = 0' to '...= 1' (Brian Feldman) END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-01-13T01:14:26.000000Z K 7 svn:log V 138 Get conditional compilation right so that unnecessary reference to splash-relatec call won't be made if there is no splash pseudo device. END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-01-13T01:16:39.000000Z K 7 svn:log V 78 Oops, I accidentaly left the debug option on by default. It's set to off now. END K 10 svn:author V 6 julian K 8 svn:date V 27 1999-01-13T03:11:43.000000Z K 7 svn:log V 134 Re-enable the options in ps(1) that were disabled with the Linux threads support. Submitted by: "Richard Seaman, Jr." END K 10 svn:author V 6 julian K 8 svn:date V 27 1999-01-13T04:40:50.000000Z K 7 svn:log V 121 Add support for the ACER LABS Aladin chipset UDMA controller. Submitted by: Lee Cremeans END K 10 svn:author V 3 bde K 8 svn:date V 27 1999-01-13T04:59:19.000000Z K 7 svn:log V 389 Let drivers specify interrupt flags (INTR_EXCL and/or INTR_FAST) using the new pci_map_int_right() variant of pci_map_int(). Fast interrupts work for PCI devices if and only if they are exclusive. (The PCI interrupt mux doesn't support fast interrupts and can't support a mixture of fast and slow interrupts even in principle.) Don't assume that intrmask_t == unsigned in pci_map_int(). END K 10 svn:author V 5 danny K 8 svn:date V 27 1999-01-13T06:27:34.000000Z K 7 svn:log V 129 Don't bother with dates < 1970 in one section when not supported by another. Submitted by: Arjan de Vet END K 10 svn:author V 5 danny K 8 svn:date V 27 1999-01-13T06:31:55.000000Z K 7 svn:log V 79 MF22 - allow dates to 2069 Submitted by: Arjan de Vet END K 10 svn:author V 5 danny K 8 svn:date V 27 1999-01-13T07:01:07.000000Z K 7 svn:log V 57 Example "19%y" changed to "%Y" to discourage poor usage. END K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-01-13T08:05:16.000000Z K 7 svn:log V 69 Assign cdev major 84 to 'dftp' for "Louis A. Mamakos" END K 10 svn:author V 3 des K 8 svn:date V 27 1999-01-13T08:07:56.000000Z K 7 svn:log V 29 Sort options alphabetically. END K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-01-13T08:11:41.000000Z K 7 svn:log V 94 Typo in patch application. PR: kern/9459 Submitted by: "Daniel C. Sobral" END K 10 svn:author V 2 hm K 8 svn:date V 27 1999-01-13T08:20:55.000000Z K 7 svn:log V 82 Integrate the ISDN subsystem into the /etc/rc framework Reviewed by: Joerg Wunsch END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-01-13T09:55:19.000000Z K 7 svn:log V 199 Move notes on some flags for AT keyboard. They used to be for sc0, and now for atkbd0. # I know I should be writing a man page rather than editing LINT... Spotted by: tom@geotec.net (Tom Jackson) END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-01-13T09:59:30.000000Z K 7 svn:log V 109 Calculate the number of bitmap colors in the correct way. The bug found by: Kevin Street END K 10 svn:author V 8 simokawa K 8 svn:date V 27 1999-01-13T10:27:00.000000Z K 7 svn:log V 93 Add '-fno-builtin' to CFLAGS for alpha. Builtin memcpy is not align-aware. Approved by: jkh END K 10 svn:author V 8 simokawa K 8 svn:date V 27 1999-01-13T10:37:22.000000Z K 7 svn:log V 93 Allocate aligned memory according to sizeof(char *). Approved by: jkh Obtained from: NetBSD END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-01-13T11:19:19.000000Z K 7 svn:log V 89 Use the correct macro to test flags; we need KBD_IS_INITIALIZED here, not KBD_IS_PROBED. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1999-01-13T17:32:37.000000Z K 7 svn:log V 347 Add some special hooks for sppp(4) interfaces. In addition to the normal ifconfig stuff, one might need to pass down authentication parameters for them. This is closely tied to Hellmuth's impending rc patches for ISDN, but sppp can also be used separately (thus it doesn't go directly into the planned ISDN section of rc.conf). Reviewed by: hm END K 10 svn:author V 5 joerg K 8 svn:date V 27 1999-01-13T17:36:31.000000Z K 7 svn:log V 48 Mention isdn4bsd support. Forgotten by: phk :) END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-01-13T19:23:16.000000Z K 7 svn:log V 37 Virgin import of AMD (am-utils) v6.0 END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-01-13T19:23:16.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r42629, 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-13T19:23:17.000000Z K 7 svn:log V 75 This commit was manufactured by cvs2svn to create tag 'amd-vendor-amd_6_0'. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-01-13T19:33:02.000000Z K 7 svn:log V 39 Updated version string to 6.0-release. END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-01-13T20:04:00.000000Z K 7 svn:log V 15 Fix conflicts. END K 10 svn:author V 5 abial K 8 svn:date V 27 1999-01-13T21:31:50.000000Z K 7 svn:log V 199 Add words "pc!" and "pc@" which allow to manipulate I/O ports. This can be helpful when directly fiddling with PC hardware. Also, define "arch-i386" appropriately, as suggested by Daniel C. Sobral. END K 10 svn:author V 5 abial K 8 svn:date V 27 1999-01-13T21:56:58.000000Z K 7 svn:log V 26 *** empty log message *** END K 10 svn:author V 5 abial K 8 svn:date V 27 1999-01-13T21:59:58.000000Z K 7 svn:log V 127 Change /boot/boot.conf to /boot/loader.rc - this name reflects what it really is. Agreed upon by: jkh, msmith and many others END K 10 svn:author V 4 grog K 8 svn:date V 27 1999-01-13T23:05:26.000000Z K 7 svn:log V 72 Don't install vinum(8) sgid. Reported-by: Paul Hart END K 10 svn:author V 8 rnordier K 8 svn:date V 27 1999-01-13T23:30:07.000000Z K 7 svn:log V 91 In the event of a disk error, boot2 is expecting an error code to be returned: give it one END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-01-14T01:18:44.000000Z K 7 svn:log V 70 Added Entrega Parallel and Serial Connectors to the information file. END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-01-14T01:28:15.000000Z K 7 svn:log V 180 Corrected the latent fact that the uhub driver was providing a driver for the usb device class instead of the uhub devclass. Only a problem with more than one USB host controller. END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 1999-01-14T01:35:12.000000Z K 7 svn:log V 33 Removal unneccessary definitions END K 10 svn:author V 6 yokota K 8 svn:date V 27 1999-01-14T03:17:32.000000Z K 7 svn:log V 226 Fix various breakage after the recent keyboard driver change. - Don't try to set typematic rate if there is not a keyboard. - Fix wrong test on error code. - Don't try to claim the keyboard twice. The second call will fail. END K 10 svn:author V 3 kjc K 8 svn:date V 27 1999-01-14T03:30:48.000000Z K 7 svn:log V 122 add HZ missing in options. changing HZ used to break xntpd's PLL but it should be ok now (unless xntpd is misconfigured). END K 10 svn:author V 6 msmith K 8 svn:date V 27 1999-01-14T03:47:55.000000Z K 7 svn:log V 30 dftp -> dtfp Get it right... END K 10 svn:author V 3 jdp K 8 svn:date V 27 1999-01-14T05:48:46.000000Z K 7 svn:log V 162 Move the linker set definitions into a new header file . includes the new header, so functionally everything is still the same. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1999-01-14T05:53:54.000000Z K 7 svn:log V 100 Add a wrapper for , so that userland programs can use linker sets. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1999-01-14T05:56:30.000000Z K 7 svn:log V 109 Properly print devices that do not have attached peripherals. Submitted by: Kenneth Merry END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1999-01-14T05:57:32.000000Z K 7 svn:log V 61 Properly handle transfers that only consume partial buffers. END K 10 svn:author V 3 imp K 8 svn:date V 27 1999-01-14T05:59:52.000000Z K 7 svn:log V 68 After much negative feedback, go back to plain ASCII for this file. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1999-01-14T06:00:29.000000Z K 7 svn:log V 381 The target mode 'Black Hole' device. This peripheral driver provides inquiry data and sense information for target mode devices for which no other peripheral driver is attached. This simplifies the task of dealing with luns that are not otherwise enabled for target mode if the controller does not have firmware that automatically deals with this case (e.g. the aic7xxx driver). END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1999-01-14T06:03:59.000000Z K 7 svn:log V 619 Add support for wildcard device entries in the EDT. The target mode 'Black Hole' device uses this feature to schedule itself against any target or lun attached to a controller that receives an unwanted request from an initiator instead of having an instance per potential target/lun request. Use the wildcard entries to simplify wildcard async callback storage. Don't announce devices twice to peripheral drivers. The devices will be announced as soon as the AC_PATH_REGISTERED event is registered by the peripheral driver, so no manaul push of this event is required. Reviewed by: Kenneth Merry END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1999-01-14T06:14:15.000000Z K 7 svn:log V 750 Add support for routing initiator transactions to disabled luns to the black hole device. The controller will now only accept selections if the black hole device is present and some other target/lun is enabled for target mode. Handle the IGNORE WIDE RESIDUE message. This support has not been tested. Checkpoint work on handling ABORT, BUS DEVICE RESET, TERMINATE I/O PROCESS, and CLEAR QUEUE messages as a target. Fix a few problems with tagged command handling in target mode. Wait until the sync offset counter falls to 0 before changing phase after a data-in transfer completes as the DMA logic seems to indicate transfer complete as soon as our last REQ is issued. Simplify some of the target mode message handling code in the sequencer. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1999-01-14T06:16:45.000000Z K 7 svn:log V 49 Add entry for the target mode black hole driver. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1999-01-14T06:22:10.000000Z K 7 svn:log V 128 Replace includes of with includes of in those files that use only the linker set definitions. END K 10 svn:author V 4 jhay K 8 svn:date V 27 1999-01-14T06:45:53.000000Z K 7 svn:log V 140 Don't use /usr/obj/elf for make world anymore. NOTE: Your old /usr/obj/elf won't be deleted automagicaly, you will have to do it yourself. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-01-14T09:13:00.000000Z K 7 svn:log V 21 Document rwhod_flags END K 10 svn:author V 3 jkh K 8 svn:date V 27 1999-01-14T09:35:08.000000Z K 7 svn:log V 42 MFC: allow spaces in syslog.conf PR: 8762 END K 10 svn:author V 5 abial K 8 svn:date V 27 1999-01-14T15:36:53.000000Z K 7 svn:log V 163 (Fix null log in previous commit). Change /boot/boot.conf to /boot/loader.rc - this name reflects what it really is. Agreed upon by: jkh, msmith and many others END K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-01-14T17:03:12.000000Z K 7 svn:log V 38 Didn't get all the mods on the fixup. END K 10 svn:author V 5 markm K 8 svn:date V 27 1999-01-14T19:35:19.000000Z K 7 svn:log V 148 Upgrade texinfo to the latest-and-greatest. This has big improvements to the .info file utility support and much recent OSS requires its features. END K 10 svn:author V 5 markm K 8 svn:date V 27 1999-01-14T19:35:19.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r42660, 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-14T19:35:20.000000Z K 7 svn:log V 88 This commit was manufactured by cvs2svn to create tag 'texinfo-vendor-gnu_texinfo_3_12'. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1999-01-14T19:52:38.000000Z K 7 svn:log V 93 Instead of a wrapper , use a symlink to . Submitted by: bde END K 10 svn:author V 5 markm K 8 svn:date V 27 1999-01-14T19:56:32.000000Z K 7 svn:log V 18 Resove conflicts. END K 10 svn:author V 5 markm K 8 svn:date V 27 1999-01-14T20:00:46.000000Z K 7 svn:log V 73 Update this area for Texinfo-3.12. Submitted by: lkoeller@cc.fh-lippe.de END K 10 svn:author V 5 markm K 8 svn:date V 27 1999-01-14T20:02:41.000000Z K 7 svn:log V 43 Option names have changes for texinfo-3.12 END K 10 svn:author V 5 markm K 8 svn:date V 27 1999-01-14T20:27:26.000000Z K 7 svn:log V 72 Fix some more turdage from the original ./configure. Submitted by: bde END K 10 svn:author V 6 nsouch K 8 svn:date V 27 1999-01-14T21:38:16.000000Z K 7 svn:log V 111 Terminate negociation if Ext. link negociation succeeds. This avoids the unknown mode panic during boot probe. END K 10 svn:author V 3 phk K 8 svn:date V 27 1999-01-14T21:48:13.000000Z K 7 svn:log V 62 Bring us one step closer to sysinstall'ing on a DOC2k device. END K 10 svn:author V 6 nsouch K 8 svn:date V 27 1999-01-14T22:55:03.000000Z K 7 svn:log V 112 Return error codes to user-land. Submitted by: Takanori Watanabe END K 10 svn:author V 5 abial K 8 svn:date V 27 1999-01-14T23:14:46.000000Z K 7 svn:log V 67 Make transition to ELF kernel. Fix the userconfig_script handling. END K 10 svn:author V 5 abial K 8 svn:date V 27 1999-01-14T23:15:39.000000Z K 7 svn:log V 35 Change to the new syscons devices. END K 10 svn:author V 5 abial K 8 svn:date V 27 1999-01-14T23:19:47.000000Z K 7 svn:log V 34 Fix to match new syntax for kget. END K 10 svn:author V 5 abial K 8 svn:date V 27 1999-01-14T23:21:04.000000Z K 7 svn:log V 29 Use the new syntax for kget. END K 10 svn:author V 5 abial K 8 svn:date V 27 1999-01-14T23:22:51.000000Z K 7 svn:log V 31 Change to new syscons devices. END K 10 svn:author V 5 abial K 8 svn:date V 27 1999-01-14T23:23:02.000000Z K 7 svn:log V 16 Add natd entry. END K 10 svn:author V 5 abial K 8 svn:date V 27 1999-01-14T23:23:19.000000Z K 7 svn:log V 25 Use the new kget syntax. END K 10 svn:author V 3 bde K 8 svn:date V 27 1999-01-14T23:43:22.000000Z K 7 svn:log V 67 Backed out previous commit. MALLOC_DEFINE() needs . END K 10 svn:author V 5 abial K 8 svn:date V 27 1999-01-14T23:48:03.000000Z K 7 svn:log V 73 Change counter-intuitive pc@ and pc! to inb and outb. Submitted by: jkh END