70898 102 475 182 218 232 169 774 287 130 158 135 124 147 459 408 216 179 214 182 171 116 125 186 186 204 840 111 116 482 212 482 346 204 121 147 206 140 640 387 110 165 135 124 212 137 165 184 591 139 124 129 136 415 213 244 152 338 147 115 258 187 145 110 153 149 198 245 385 142 110 166 156 139 263 173 112 115 152 145 157 110 115 131 226 609 122 107 126 214 169 225 132 286 212 494 119 155 157 141 128 172 122 360 K 10 svn:author V 4 jake K 8 svn:date V 27 2001-01-10T18:15:25.000000Z K 7 svn:log V 381 - Add #defines for the symbol names of the kernel interrupt, system call and trap entry points so they're easy to find and change - Use the cpuhead and allcpu list to locate globaldata for the current cpu, rather than SMP_prvspace or __globaldata - Use offsets into struct globaldata directly to find per-cpu variables, rather than symbols in globals.o Glanced at by: peter END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-01-10T19:12:47.000000Z K 7 svn:log V 87 Have rpcgen actually tell us what cpp it is looking for (as it would if we were SVR%). END K 10 svn:author V 3 sos K 8 svn:date V 27 2001-01-10T19:17:38.000000Z K 7 svn:log V 125 Add session argument to *CLOSEDISK, allowing to set session type on fixate. Add defines for the different blank/erase types. END K 10 svn:author V 3 sos K 8 svn:date V 27 2001-01-10T19:19:47.000000Z K 7 svn:log V 139 Add session argument to *close_disk, allowing to set session type on fixate. Add support for different blank/erase types. Update headers. END K 10 svn:author V 7 iwasaki K 8 svn:date V 27 2001-01-10T19:28:03.000000Z K 7 svn:log V 73 Disable strstr() if ACPICA is compiled in userland. Reviewed by: msmith END K 10 svn:author V 3 sos K 8 svn:date V 27 2001-01-10T19:28:37.000000Z K 7 svn:log V 681 New option -m to select multisession mode. WARNING: until now all disks was closed as multisession disks, this is no longer the case, if the -m option isn't used disks are closed as singlesession. The reason is that some drives wont close a disk with one large image on in multisession mode, probably because it "knows" that a new session wont fit on the media resonably. Also update burncd with new stuff from various places that I've collected and modified to my taste, its actually amasing how many thinks up the same enhancements (none mentioned none forgotten): Allow '-' to be used as filename for using stdin. Add 'l' option to take a list of image files from 'filename' END K 10 svn:author V 7 ghelmer K 8 svn:date V 27 2001-01-10T21:01:30.000000Z K 7 svn:log V 190 MFC login_ok.c rev 1.8: Pass the number of bytes needed, not simply the number of login time structures. Forward the name of the deny capability rather than hard-coding it in login_hostok. END K 10 svn:author V 4 grog K 8 svn:date V 27 2001-01-10T21:42:06.000000Z K 7 svn:log V 37 Reinstate 1.19. Prodded by: iedowse END K 10 svn:author V 5 abial K 8 svn:date V 27 2001-01-10T22:24:07.000000Z K 7 svn:log V 64 Fix breakage after moving from struct proc/eproc to kinfo_proc. END K 10 svn:author V 5 abial K 8 svn:date V 27 2001-01-10T22:25:54.000000Z K 7 svn:log V 41 Reformat to be a bit closer to style(9). END K 10 svn:author V 5 luigi K 8 svn:date V 27 2001-01-10T22:34:38.000000Z K 7 svn:log V 30 ssh-keygen1 is now ssh-keygen END K 10 svn:author V 5 luigi K 8 svn:date V 27 2001-01-10T22:35:11.000000Z K 7 svn:log V 53 let make ignore crunchgen errors, some are non fatal END K 10 svn:author V 6 archie K 8 svn:date V 27 2001-01-10T22:53:52.000000Z K 7 svn:log V 363 lmc_ifup() was not checking the state of the interface. This would cause the watchdog to (incorrectly) detect the interface state going from down to up one second after lmc_ifup() was called, causing lmc_ifup() to be called again, and resetting everything. Fix by checking the interface state within lmc_ifup(). Submitted by: Darren Croke END K 10 svn:author V 5 abial K 8 svn:date V 27 2001-01-10T23:06:31.000000Z K 7 svn:log V 313 Fix so that the netmask is displayed correctly when it does not consist of contiguous bits in little endian format. Before the fix the netmask of 0xfffffff0 (0xf0ffffff in little endian format) was displayed /24 instead of /28. Also, add a missing include. Submitted by: Maxime Soule END K 10 svn:author V 6 julian K 8 svn:date V 27 2001-01-10T23:19:32.000000Z K 7 svn:log V 120 Changes to stop zombie nodes showing up in active node lists. Also some changes resulting from debug work done earlier. END K 10 svn:author V 6 julian K 8 svn:date V 27 2001-01-10T23:31:49.000000Z K 7 svn:log V 84 Don't list zombie nodes in reports. Submitted by: Archie@freebsd.org (Archie Cobbs) END K 10 svn:author V 6 julian K 8 svn:date V 27 2001-01-10T23:49:03.000000Z K 7 svn:log V 118 Only free items that are not already free or passed to other nodes. Clever work by: Brian Sommers (Brian@freeBSD.org) END K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2001-01-11T00:13:54.000000Z K 7 svn:log V 85 Style improvements for last fix. Should be functionally the same. Submitted by: bde END K 10 svn:author V 3 bsd K 8 svn:date V 27 2001-01-11T02:11:14.000000Z K 7 svn:log V 79 Add portmap as a dependency for NIS client and server. Requested by: gallatin END K 10 svn:author V 6 archie K 8 svn:date V 27 2001-01-11T04:13:46.000000Z K 7 svn:log V 21 Unbreak compilation. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-01-11T08:16:46.000000Z K 7 svn:log V 34 mdoc(7) police: formatting fixes. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-01-11T09:16:28.000000Z K 7 svn:log V 95 Fixed the bug in D1 macro where it would eat its first (text) argument. Obtained from: mdocNG END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-01-11T09:18:31.000000Z K 7 svn:log V 95 Fixed the ``undesirable hyphenation'' problem, most noticeable with Xr. Obtained from: mdocNG END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-01-11T11:27:03.000000Z K 7 svn:log V 112 MFC: Teach man(1) how to look inside compressed manuals for preprocessor directives. Avoid use of cat(1). END K 10 svn:author V 5 dougb K 8 svn:date V 27 2001-01-11T13:01:20.000000Z K 7 svn:log V 745 Add a system to save entropy from /dev/random periodically so that it can be used to reseed at boot time. This will greatly increase the chances that there will be sufficient entropy available at boot time to prevent long delays. For /etc/rc, remove the vmstat and iostat runs from the attempt to provide some cheesy randomness if the files fail, since those programs are dynamically linked, and ldd seems to want some randomness to do its magic. Guidance and parameters for this project were provided by Mark Murray, based on the requirements of the Yarrow algorithm. Some helpful suggestions for implementation (including the tip about iostat and vmstat) were provided by Sheldon Hearn. All blame for problems or mistakes is mine of course. END K 10 svn:author V 5 dougb K 8 svn:date V 27 2001-01-11T13:02:29.000000Z K 7 svn:log V 17 Fix a small typo END K 10 svn:author V 5 dougb K 8 svn:date V 27 2001-01-11T13:06:22.000000Z K 7 svn:log V 22 MFC, fix a small typo END K 10 svn:author V 2 hm K 8 svn:date V 27 2001-01-11T13:38:38.000000Z K 7 svn:log V 390 Update the ihfc driver with a patch from the author. He writes: This patch enables the driver to work on current (I have not tested the isa part fully, but I suppose it should work). The patching from jlemon caused a crash at probe time. This is probably my fault not having added a comment for "RESET_SOFT" saying: "this resets all!". Submitted by: Hans Petter Selasky END K 10 svn:author V 2 hm K 8 svn:date V 27 2001-01-11T14:26:39.000000Z K 7 svn:log V 120 Add infrastructure to support the ISDN itjc hardware driver. Submitted by: Sergio de Souza Prallon END K 10 svn:author V 2 hm K 8 svn:date V 27 2001-01-11T14:35:45.000000Z K 7 svn:log V 390 Add the ISDN itjc hardware driver. This driver supports the NETJet-S cards from Traverse Technology and also the Teles PCI-TJ cards both based on the chipset combination of the Siemens ISAC and the TJNet Tiger300/320 chips. The itjc/i4b_hdlc.h file will hopefully soon be merged with the file /usr/src/sys/i4b/layer1/i4b_hdlc.h. Submitted by: Sergio de Souza Prallon END K 10 svn:author V 4 jake K 8 svn:date V 27 2001-01-11T14:46:26.000000Z K 7 svn:log V 252 - Remove compatibility macros for accessing per-cpu variables. __FreeBSD_version 500015 can be used to detect their disappearance. - Move the symbols for SMP_prvspace and lapic from globals.s to locore.s. - Remove globals.s with extreme prejudice. END K 10 svn:author V 2 hm K 8 svn:date V 27 2001-01-11T15:20:38.000000Z K 7 svn:log V 112 Add infrastructure for the itjc ISDN hardware driver Submitted by: Sergio de Souza Prallon END K 10 svn:author V 2 hm K 8 svn:date V 27 2001-01-11T15:35:45.000000Z K 7 svn:log V 30 Add itjc ISDN hardware driver END K 10 svn:author V 6 julian K 8 svn:date V 27 2001-01-11T15:42:22.000000Z K 7 svn:log V 52 Fix uninitialised pointer. Found by: Brian Sommers END K 10 svn:author V 2 hm K 8 svn:date V 27 2001-01-11T15:42:37.000000Z K 7 svn:log V 114 Add support to name cards supported by the itjc driver Submitted by: Sergio de Souza Prallon END K 10 svn:author V 6 julian K 8 svn:date V 27 2001-01-11T15:44:41.000000Z K 7 svn:log V 45 Another brian fix, luckily not in live code. END K 10 svn:author V 8 gallatin K 8 svn:date V 27 2001-01-11T18:04:22.000000Z K 7 svn:log V 542 MFC: cleanup apecs.c - eliminate code that's been ifdef'ed out since day 1 - use a constant (APECS_PCI_CONF) for pci config space access rather than the softc. This gets us access to pci config space very early (eg when syscons is probing adapters), which will be needed for the forthcoming TGA console driver. This file has diverged substantially in -current due to the busspace rewrite that Doug did. This is somewhat of an MFC as Doug has made these changes already in -current. Tested by: "Andrew M . Miklic" END K 10 svn:author V 6 julian K 8 svn:date V 27 2001-01-11T19:27:54.000000Z K 7 svn:log V 291 Add an exported function ng_rmhook_self() that removes a hook from a node, but does it via the locking queue, thus ensuring that the node is locked when it's hook is removed. Add 'deadnode' and 'deadhook' structures for when a node or hook is invalidated but not yet freed. (not yet freed) END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-01-11T20:07:30.000000Z K 7 svn:log V 19 man(7) -> mdoc(7). END K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2001-01-11T20:46:50.000000Z K 7 svn:log V 68 MFC: 1.68 and 1.70. Don't corrupt pipe_zone if pipe creation fails. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-01-11T20:53:36.000000Z K 7 svn:log V 40 Add the us.pc-ctrl and us.unix keymaps. END K 10 svn:author V 6 julian K 8 svn:date V 27 2001-01-11T22:22:52.000000Z K 7 svn:log V 29 Make hook deletion SMP safe. END K 10 svn:author V 3 joe K 8 svn:date V 27 2001-01-11T22:35:57.000000Z K 7 svn:log V 119 MF4: Allow the build process to continue even if crunchgen returns an error. Most crunchgen errors are non-fatal. END K 10 svn:author V 4 dmlb K 8 svn:date V 27 2001-01-11T22:38:10.000000Z K 7 svn:log V 44 Add manual for ray driver. Reviewed by: ru END K 10 svn:author V 6 julian K 8 svn:date V 27 2001-01-11T23:05:34.000000Z K 7 svn:log V 70 remove debug sysctl slight tweek to hook removal. (or is that tweak?) END K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-01-11T23:22:33.000000Z K 7 svn:log V 92 Woops, use the SYSCTL_STATIC_CHILDREN() macro instead of manually expanding it for _hw_snd. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-01-11T23:26:16.000000Z K 7 svn:log V 498 - Move all of the hwvol functions into a mixer_hwvol_* namespace, and make all of the hwvol members of struct snd_mixer live in a hwvol_* namespace. - When changing the mixer device via the hwvol_mixer sysctl, reset the muted state so that a mute operation on a new device won't try to unmute the new device with the old device's saved volume. - When the volume is muted, if a down or up volume request is received, first restore the saved volume level and then adjust it. Reviewed by: cg END K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-01-11T23:26:38.000000Z K 7 svn:log V 47 Catch up to the name changes in the hwvol API. END K 10 svn:author V 5 steve K 8 svn:date V 27 2001-01-12T02:49:40.000000Z K 7 svn:log V 30 Spell declarations correctly. END K 10 svn:author V 5 steve K 8 svn:date V 27 2001-01-12T02:50:39.000000Z K 7 svn:log V 35 MFC: spell declarations correctly. END K 10 svn:author V 5 green K 8 svn:date V 27 2001-01-12T04:26:22.000000Z K 7 svn:log V 42 MFC: OpenSSH 2.3.0 Reviewed by: freefall END K 10 svn:author V 5 benno K 8 svn:date V 27 2001-01-12T07:28:46.000000Z K 7 svn:log V 320 Convert all instances of: #include "quad.h" to: #include as the former breaks under a kernel build. This change had already been performed on the files that were used in other kernel builds, however the PowerPC kernel build seems to require some that weren't being used. Reviewed by: obrien, peter END K 10 svn:author V 8 bmilekic K 8 svn:date V 27 2001-01-12T07:46:28.000000Z K 7 svn:log V 115 Remove useless include of sys/mbuf.h (no longer useful since the mbuf subsystem init was moved to a better place). END K 10 svn:author V 8 bmilekic K 8 svn:date V 27 2001-01-12T07:47:53.000000Z K 7 svn:log V 146 Prototype inet_ntoa_r and thereby silence a warning from GCC. The function is prototyped immediately under inet_ntoa, which is also from libkern. END K 10 svn:author V 4 jake K 8 svn:date V 27 2001-01-12T07:47:54.000000Z K 7 svn:log V 59 Remove unused per-cpu variables inside_intr and ss_eflags. END K 10 svn:author V 8 bmilekic K 8 svn:date V 27 2001-01-12T07:49:29.000000Z K 7 svn:log V 240 Remove declaration of airq variable from outer block. There were two declarations of a variable of the same name. The one in the outer block was unused and probably just slipped in at one point or another. This silences a compiler warning. END K 10 svn:author V 4 jake K 8 svn:date V 27 2001-01-12T08:24:25.000000Z K 7 svn:log V 54 Change return ??? to return -1 in some #if 0'ed code. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-01-12T08:30:10.000000Z K 7 svn:log V 24 MFC: man(7) -> mdoc(7). END K 10 svn:author V 2 hm K 8 svn:date V 27 2001-01-12T08:48:54.000000Z K 7 svn:log V 166 Fix a bug overwriting random data when Van Jacobsen header compression was used with the isp/isppp driver. Submitted by: Sergio de Souza Prallon END K 10 svn:author V 2 hm K 8 svn:date V 27 2001-01-12T09:08:18.000000Z K 7 svn:log V 96 Small clarification from the driver author Submitted by: Hans Petter Selasky END K 10 svn:author V 2 hm K 8 svn:date V 27 2001-01-12T09:09:00.000000Z K 7 svn:log V 54 Add manual page for the new itjc ISDN hardware driver END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-01-12T09:51:45.000000Z K 7 svn:log V 19 man(7) -> mdoc(7). END K 10 svn:author V 2 ps K 8 svn:date V 27 2001-01-12T10:13:59.000000Z K 7 svn:log V 62 MFC: [rev 1.9] Update for OpenSSH 2.3.0. Forgotten by: green END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-01-12T10:19:21.000000Z K 7 svn:log V 58 Fixed mdoc(7) errors introduced in the previous revision. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-01-12T10:21:51.000000Z K 7 svn:log V 106 Minor mdoc(7) formatting fixes: Removed extraneous .Pp calls and blank lines (mdocNG does not like them). END K 10 svn:author V 3 phk K 8 svn:date V 27 2001-01-12T11:31:32.000000Z K 7 svn:log V 152 Make it possible to run the doFS.sh from -stable on a -current system. This script does some nasty DIY things with mknod, it really shouldn't have to. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-01-12T11:36:12.000000Z K 7 svn:log V 288 Fix a bug where pkg_create does not make an md5 entry for the last item in the packing list. Also use switch() instead of zillion "else if ()" and for() loop instead of while() loop for traversing through linked list. MFC candidate. Submitted by: Alec Wolman END K 10 svn:author V 3 phk K 8 svn:date V 27 2001-01-12T12:40:28.000000Z K 7 svn:log V 50 MFC: -a option to dmesg(8) to show entire buffer. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-01-12T13:35:17.000000Z K 7 svn:log V 19 man(7) -> mdoc(7). END K 10 svn:author V 4 kato K 8 svn:date V 27 2001-01-12T13:38:46.000000Z K 7 svn:log V 73 Merged from sys/conf/files.i386 revisions 1.342, 1.344, 1.345 and 1.346. END K 10 svn:author V 4 kato K 8 svn:date V 27 2001-01-12T13:39:50.000000Z K 7 svn:log V 63 Merged from sys/i386/i386/machdep.c revisions 1.427 and 1.428. END K 10 svn:author V 4 kato K 8 svn:date V 27 2001-01-12T13:42:53.000000Z K 7 svn:log V 46 Merged from sys/i386/isa/npx.c revision 1.87. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-01-12T15:14:28.000000Z K 7 svn:log V 171 Make .Ft and .Vt macros accept punctuation characters as arguments, make .Vt usable outside the SYNOPSIS section. Obtained from: mdocNG (not yet submitted for inclusion) END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-01-12T15:20:26.000000Z K 7 svn:log V 82 Reduce diffs (mostly whitespace) to mdocNG. Obtained from: mdocNG through NetBSD END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-01-12T15:27:40.000000Z K 7 svn:log V 21 Synch with -CURRENT. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-01-12T15:41:19.000000Z K 7 svn:log V 24 MFC: man(7) -> mdoc(7). END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-01-12T15:46:56.000000Z K 7 svn:log V 61 mdoc(7) police: Ft/Vt now accept punctuation-type arguments. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-01-12T16:02:58.000000Z K 7 svn:log V 54 Oops, the previous did not work with current mdoc(7). END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-01-12T16:16:02.000000Z K 7 svn:log V 66 MFC: mdoc(7) police: Ft/Vt now accept punctuation-type arguments. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-01-12T18:01:17.000000Z K 7 svn:log V 19 man(7) -> mdoc(7). END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-01-12T18:06:50.000000Z K 7 svn:log V 24 MFC: man(7) -> mdoc(7). END K 10 svn:author V 3 phk K 8 svn:date V 27 2001-01-12T19:17:18.000000Z K 7 svn:log V 39 MFC: bring mtree up to current level. END K 10 svn:author V 8 mckusick K 8 svn:date V 27 2001-01-12T21:56:55.000000Z K 7 svn:log V 128 Properly compute the size of the final block of superblock summary information. Submitted by: Ian Dowse END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-01-12T23:01:15.000000Z K 7 svn:log V 515 New release notes: Linksys Fast Ethernet cards and ed(4) driver flags, new API for hardware volume control, VESA S3 framebuffer driver, logging of wrong-interface ARP replies sysctl, NFS client bug fixed, BurnProof(TM) for ATAPI drives, IPFW works with ECN bits, ihfc(4), itjc(4), , pthread_* strong references, unified libgcc, SSH bug with X11 forwarding fixed, syslogd(8) and LOG_CONSOLE, rpcgen use of /usr/bin/cpp, rc.syscons, burncd(8) -m and -l, dmesg(a). MFCs noted: aac(4), OpenSSH 2.3.0. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-01-12T23:05:16.000000Z K 7 svn:log V 29 MFC: aac(4), OpenSSH 2.3.0. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-01-12T23:06:10.000000Z K 7 svn:log V 14 MFC: aac(4). END K 10 svn:author V 6 scottl K 8 svn:date V 27 2001-01-12T23:45:14.000000Z K 7 svn:log V 31 Add the aac driver to GENERIC. END K 10 svn:author V 5 green K 8 svn:date V 27 2001-01-13T01:18:49.000000Z K 7 svn:log V 119 Add the documentation for ENABLE_SUID_SSH. PR: 24275 Submitted by: Andre Albsmeier END K 10 svn:author V 4 ache K 8 svn:date V 27 2001-01-13T01:33:59.000000Z K 7 svn:log V 76 /usr/libexec/cpp -> /usr/bin/cpp because of new rename to /usr/libexec/cpp0 END K 10 svn:author V 8 dannyboy K 8 svn:date V 27 2001-01-13T01:53:23.000000Z K 7 svn:log V 127 The -i option to ln requests user confirmation, not configuration. PR: 24279 Submitted by: Roelof Osinga END K 10 svn:author V 6 jedgar K 8 svn:date V 27 2001-01-13T02:44:21.000000Z K 7 svn:log V 37 MFC: ECN flag handling fixes in IPFW END K 10 svn:author V 3 ben K 8 svn:date V 27 2001-01-13T05:50:19.000000Z K 7 svn:log V 193 Only install sysinstall.8 if the release/sysinstall directory exists. This fixes the world for people without src-release. PR: 24122 Submitted by: Steven G. Kargl END K 10 svn:author V 5 green K 8 svn:date V 27 2001-01-13T07:57:43.000000Z K 7 svn:log V 117 /Really/ deprecate ConnectionsPerPeriod, ripping out the code for it and giving a dire error to its lingering users. END K 10 svn:author V 6 nsouch K 8 svn:date V 27 2001-01-13T11:30:17.000000Z K 7 svn:log V 398 Add Truecolor 16 and 32bits support. Note that 24bits modes are not supported since it's not easy to put 3 bytes accross 64Kb windows of memory. This should not be such a problem with linear framebuffers. There is no major interface modification except that the color type becomes u_long instead of byte. So one just need to recompile his application. Approved by: Soren Schmidt END K 10 svn:author V 4 nyan K 8 svn:date V 27 2001-01-13T13:21:43.000000Z K 7 svn:log V 26 Check __i386__, not i386. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2001-01-13T13:23:22.000000Z K 7 svn:log V 62 Merged from sys/i386/conf/GENERIC.hints revision 1.6 and 1.7. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2001-01-13T13:23:42.000000Z K 7 svn:log V 64 Merged from sys/i386/conf/GENERIC revision from 1.286 to 1.291. END K 10 svn:author V 7 iwasaki K 8 svn:date V 27 2001-01-13T16:16:25.000000Z K 7 svn:log V 45 Add manpage for acpiconf. Submitted by: des END K 10 svn:author V 7 iwasaki K 8 svn:date V 27 2001-01-13T16:18:37.000000Z K 7 svn:log V 32 Oops, forgotten to add manpage. END K 10 svn:author V 3 ben K 8 svn:date V 27 2001-01-13T17:49:34.000000Z K 7 svn:log V 80 fix typo; file -> files Submitted by: Alexey Dokuchaev END K 10 svn:author V 3 ben K 8 svn:date V 27 2001-01-13T17:53:41.000000Z K 7 svn:log V 30 MFC: fix typo; file -> files. END K 10 svn:author V 5 chris K 8 svn:date V 27 2001-01-13T18:38:00.000000Z K 7 svn:log V 265 o Clear up explanations of various entries (includes spelling, grammar, punctuation, and explanations that are just plain wrong) o Add missing entries o Remove entries for directories that do not exist Submitted by: Rich Morin (for the most part) END