h82904 96 109 156 1152 283 251 293 158 217 236 112 127 244 901 503 220 205 210 281 223 150 382 246 161 416 2047 137 145 453 174 153 220 175 160 186 246 202 122 122 162 172 444 124 137 193 137 151 132 119 284 119 120 177 128 204 138 148 159 255 317 153 104 110 160 314 189 155 139 366 1379 565 154 1232 184 276 421 347 187 201 150 146 142 146 148 144 148 142 146 141 145 242 177 127 221 395 520 176 K 10 svn:author V 4 jake K 8 svn:date V 27 2001-09-03T22:57:21.000000Z K 7 svn:log V 16 Add ktr traces. END K 10 svn:author V 4 jake K 8 svn:date V 27 2001-09-03T22:58:05.000000Z K 7 svn:log V 63 Move the alternate global register stack to struct globaldata. END K 10 svn:author V 4 jake K 8 svn:date V 27 2001-09-03T23:10:45.000000Z K 7 svn:log V 1057 Implement a slightly different window spill/fill algorithm for dealing with user windows in kernel mode. We split the windows using %otherwin, but instead of spilling user window directly to the pcb, we attempt to spill to user space. If this fails because a stack page is not resident (or the stack is smashed), the fault handler at tl 2 will detect the situation and resume at tl 1 again where recovery code can spill to the pcb. Any windows that have been saved to the pcb will be copied out to the user stack on return from kernel mode. Add a first stab at 32 bit window handling. This uses much of the same recovery code as above because the alignment of the stack pointer is used to detect 32 bit code. Attempting to spill a 32 bit window to a 64 bit stack, or vice versa, will cause an alignment fault. The recovery code then changes the window state to vector to a 32 bit spill/fill handler and retries the faulting instruction. Add ktr traces in useful places during trap processing. Adjust comments to reflect new code and add many more. END K 10 svn:author V 4 jake K 8 svn:date V 27 2001-09-03T23:13:42.000000Z K 7 svn:log V 189 Change tf_arg to uintptr_t from void * to reflect the fact that non-pointer values may be passed in it. Add appropriate casts. The interrupt type is now passed in tf_arg instead tf_type. END K 10 svn:author V 4 jake K 8 svn:date V 27 2001-09-03T23:15:54.000000Z K 7 svn:log V 157 Add comments following what other architectures have. Fiddle the register values in the trapframe so children returning from fork() return 0 (and success). END K 10 svn:author V 4 jake K 8 svn:date V 27 2001-09-03T23:18:02.000000Z K 7 svn:log V 199 Add ktr traces to copy{in,out} and cpu_switch. Context switch the cwp value. The register usage in cpu_switch will be updated shortly to better reflect the fact that the current window may change. END K 10 svn:author V 4 jake K 8 svn:date V 27 2001-09-03T23:19:18.000000Z K 7 svn:log V 65 Remove some stale definitions and update for new assembler code. END K 10 svn:author V 6 murray K 8 svn:date V 27 2001-09-04T00:54:37.000000Z K 7 svn:log V 121 Add additional information about VGA attributes. PR: docs/28000 Submitted by: Robert Drehmel END K 10 svn:author V 6 murray K 8 svn:date V 27 2001-09-04T01:01:07.000000Z K 7 svn:log V 140 Mention collision attacks on MD5. From the md5(3) man page. PR: docs/14158 Reviewed by: kris Submitted by: Eric Frias END K 10 svn:author V 4 jake K 8 svn:date V 27 2001-09-04T01:17:39.000000Z K 7 svn:log V 19 Make this compile. END K 10 svn:author V 4 jake K 8 svn:date V 27 2001-09-04T01:18:39.000000Z K 7 svn:log V 34 Add rwindow.c, forgotten earlier. END K 10 svn:author V 3 non K 8 svn:date V 27 2001-09-04T01:42:07.000000Z K 7 svn:log V 151 [MFC] Demand minimum I/O size rather than 0 when it calls bus_alloc_resource(dev, SYS_RES_IOPORT, ...) Pointed-out by: Yamamoto-san shigeru@iij.ad.jp END K 10 svn:author V 3 non K 8 svn:date V 27 2001-09-04T01:45:41.000000Z K 7 svn:log V 808 [MFC] Fix bus timeout bug which might happen when nsp do suspend I/O burst write. A nsp chip does suspend I/O write by 512bytes burst write, though the chip only has 48 bytes FIFO. The chip assert I/O WAIT signal to PC-Card bus after the CPU writes more than 48 bytes to the chip if the SCSI device does not respond immediately in supsend I/O burst write. If the device does not respond for a while it might cause PC-Card bus timeout. The previous work around was to wait the request from SCSI device. But there are some devices which request bytes for synchronous transfer immediately. So current work aound is to fill 32bytes FIFO, wait for FIFO empty and burst write 512-32 bytes for every 512 bytes block. Submitted-by: Honda-san (the author of the driver) Obtained-from: NetBSD/pc98 Approved-by: jkh END K 10 svn:author V 5 luigi K 8 svn:date V 27 2001-09-04T02:01:52.000000Z K 7 svn:log V 408 Move commands to create stripped kernel into Makefile.conf, so as to make the "picobsd" script less version-specific. Improve handling of cross-builds (which requires creation of includes and libraries for the new source tree). The "picobsd" script will not probably work on -current because it still uses 'vn' instead of 'md', but i am commiting it anyways to keep it in sync with the version in -stable. END K 10 svn:author V 5 luigi K 8 svn:date V 27 2001-09-04T02:03:04.000000Z K 7 svn:log V 125 MFC: move rules to create the stripped kernel into Makefile.conf, and improve handling of cross-builds. Approved By: jordan END K 10 svn:author V 6 murray K 8 svn:date V 27 2001-09-04T03:18:13.000000Z K 7 svn:log V 109 Note that kbdmap is an interactive command. PR: docs/29506 Submitted by: Gary W. Swearingen END K 10 svn:author V 6 murray K 8 svn:date V 27 2001-09-04T04:15:12.000000Z K 7 svn:log V 114 Fix a couple of typos. PR: docs/30286 Submitted by: SUZUKI Koichi Approved by: jkh (implicit) END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-09-04T04:30:04.000000Z K 7 svn:log V 188 Values for the Toshiba ToPIC's Function Control Register. These were lifted from Nakagawa-san's article in FreeBSD Press, as well as posts from hiroyuki Aizo-san and Chiharu Shibata-san. END K 10 svn:author V 3 non K 8 svn:date V 27 2001-09-04T04:32:48.000000Z K 7 svn:log V 130 We should not pass the size of the memory to bus_alloc_resource(). We should use 1 to request default iomem. Pointed-out-by: imp END K 10 svn:author V 6 murray K 8 svn:date V 27 2001-09-04T04:39:42.000000Z K 7 svn:log V 55 MFC: Correct device names in synopsis. Approved by: re END K 10 svn:author V 3 non K 8 svn:date V 27 2001-09-04T04:40:09.000000Z K 7 svn:log V 289 Change the access width of memory window from 8 bits to 16 bits. 16 bits access is required by nsp driver to work in SMIT mode. Since previously (1.65 and before in current, and 1.46.28 and before in stable branch) 16 bits access was default, I hope it will break nothing. Okayed-by: imp END K 10 svn:author V 3 non K 8 svn:date V 27 2001-09-04T04:45:24.000000Z K 7 svn:log V 153 [MFC] We should not pass the size of the memory to bus_alloc_resource(). We should use 1 to request default iomem. Pointed-out-by: imp Approved-by: jkh END K 10 svn:author V 6 murray K 8 svn:date V 27 2001-09-04T04:46:07.000000Z K 7 svn:log V 66 MFC: correct information about PT_STEP arguments. Approved by: re END K 10 svn:author V 3 non K 8 svn:date V 27 2001-09-04T04:47:47.000000Z K 7 svn:log V 323 [MFC] 1.72->1.73 Change the access width of memory window from 8 bits to 16 bits. 16 bits access is required by nsp driver to work in SMIT mode. Since previously (1.65 and before in current, and 1.46.28 and before in stable branch) 16 bits access was default, I hope it will break nothing. Okayed-by: imp Approved-by: jkh END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-09-04T04:47:58.000000Z K 7 svn:log V 1953 Move to using a chip function + function pointers to deal with the function and csc interrupt routing path (eg, ISA or PCI) so that we can more easily switch between the two. When we don't have a card ISR, put the function interrupt into ISA mode. This effectively masks the interrupt since it happens once, and not again until we have an ISR. This should help hangs, and might help people that unwisely update the kernel w/o updating pccardd. This is done at mapirq time. Force CL-PD6729/30 to use ISA interrupt routing and maybe even detect the number of pccard slots properly (this is still WIP). We aren't going to support PCI interrupts for this release. A future release should support them, however. Shibata-san's 3.3V fixes are not included. Add a hack which should, in i386, rewrite IRQ 0 cardbus bridges to be IRQ 255, which should cause interrupts to be routed. This is mostly untested since my one tester disappeared after reporting nothing changed. Implement, but do not use, a power method called cardbus. It looked like a great way to get around the 3.3V problem, but it seems that you can only use it to power cardbus cards (I get no CIS when I enable it, so maybe we're programming things bogusly). GC the intr and argp stuff from the slot database. Improve the ToPIC support with the power hacks that Nakagawa-san published in FreeBSD Press and that Hiroyuki Aizu-san ported to -stable. The ToPIC hacks were for 3.3V support in ToPIC 100, but it looks like the '97 also has identical registers, so use them too. Add some #defines for the cardbus power stuff. Finally implement making CSC on the Ricoh chips ISA or PCI. This will allow polling mode to work on vaios, I think. Add some minor debugging. This should likely be cleaned up or put behing a bootverbose. Some of this work, and earlier work, was influanced by Chiharu Shibata-san's power handing patches posted to bsd-nomads:15866. MFC: Soon, if possible. END K 10 svn:author V 6 murray K 8 svn:date V 27 2001-09-04T04:54:03.000000Z K 7 svn:log V 42 MFC: usage clarification. Approved by: re END K 10 svn:author V 6 murray K 8 svn:date V 27 2001-09-04T04:58:44.000000Z K 7 svn:log V 50 MFC: more diagnostic information. Approved by: re END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-09-04T05:50:08.000000Z K 7 svn:log V 360 Add support for changing the way that ToPIC csc interrupts are routed. # Note: The ToPIC 100 and the ToPIC 97 datasheets are in disagreement # as to if this bit is supposed to be set or cleared to enable INTA routing # so I made my best guess. Also, comments about the various chipsets, including some grumpy ones about how vague the O2micro datasheets are. END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-09-04T05:57:00.000000Z K 7 svn:log V 82 Kill init_t type, and minor white space changes to match original -stable version END K 10 svn:author V 6 julian K 8 svn:date V 27 2001-09-04T06:29:35.000000Z K 7 svn:log V 58 MFS: change name of sysctl to something more diplomatic. END K 10 svn:author V 4 grog K 8 svn:date V 27 2001-09-04T06:30:05.000000Z K 7 svn:log V 126 Remove an accidentally forgotten #ifdef. This could cause depletion of mutexes if a lot of plexes are created and destroyed. END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-09-04T07:46:57.000000Z K 7 svn:log V 82 MFC: Close race condition when updating /etc/master.passwd. Forgotten by: jedgar END K 10 svn:author V 3 dfr K 8 svn:date V 27 2001-09-04T08:27:39.000000Z K 7 svn:log V 68 Implement _setjmp()/_longjmp(). Obtained from: Intel's EFI toolkit END K 10 svn:author V 3 phk K 8 svn:date V 27 2001-09-04T08:33:30.000000Z K 7 svn:log V 94 Kill the NCCD constant by modernizing the ccd driver. Submitted by: sobomax Reviewed by: phk END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-09-04T08:36:46.000000Z K 7 svn:log V 151 Nuke #if 0'ed "setredzone()" stub. We never used it, and probably never will. I've implemented an optional redzone as part of the KSE upage breakup. END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-09-04T08:42:35.000000Z K 7 svn:log V 107 Zap #if 0'ed map init code that got moved to the MI area. Convert the powerpc tree to use the common code. END K 10 svn:author V 3 dfr K 8 svn:date V 27 2001-09-04T08:50:23.000000Z K 7 svn:log V 30 Add ia64 system dependancies. END K 10 svn:author V 3 dfr K 8 svn:date V 27 2001-09-04T08:51:15.000000Z K 7 svn:log V 30 Add definition for arch-ia64. END K 10 svn:author V 3 dfr K 8 svn:date V 27 2001-09-04T08:59:38.000000Z K 7 svn:log V 70 Make sure we copy over the linker set sections to the EFI executable. END K 10 svn:author V 3 phk K 8 svn:date V 27 2001-09-04T09:19:48.000000Z K 7 svn:log V 80 Duh! forgot this bit of the NCCD patch. Submitted by: sobomax Reviewed by: phk END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2001-09-04T09:22:21.000000Z K 7 svn:log V 346 Do the best we can with respect to fixing command-line option disorder in the SYNOPSIS and DESCRIPTION. Note that -l remains an ugly exception, to which no known rules apply, since the specification of a single option multiple times isn't normal standards-compliant CLI behaviour. While here, mark AF_INET* and LOG_* defined values up with Dv. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-09-04T09:23:23.000000Z K 7 svn:log V 29 style(9) the structure names END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-09-04T09:28:48.000000Z K 7 svn:log V 46 mdoc(7) police: removed hard sentence breaks. END K 10 svn:author V 6 robert K 8 svn:date V 27 2001-09-04T09:43:31.000000Z K 7 svn:log V 98 Use the correct blocksize when invoked with both -h and -k options. PR: 30275 Reviewed by: jake END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-09-04T09:47:40.000000Z K 7 svn:log V 46 mdoc(7) police: removed hard sentence breaks. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-09-04T09:54:04.000000Z K 7 svn:log V 60 mdoc(7) police: fixed formatting bugs in previous revision. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-09-04T09:56:11.000000Z K 7 svn:log V 41 MFC: 1.26: markup nits. Approved by: re END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-09-04T09:59:56.000000Z K 7 svn:log V 28 mdoc(7) police: sort FILES. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-09-04T10:00:20.000000Z K 7 svn:log V 188 Fix style bug from rev 1.20 in `struct foo' definition example to match the `struct foo' definition example from rev 1.1. (proper CSRG style was also verified with /sys/sys/{bio,file}.h) END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-09-04T10:08:19.000000Z K 7 svn:log V 28 mdoc(7) police: sort FILES. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-09-04T10:12:11.000000Z K 7 svn:log V 29 More at_shutdown(9) removal. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-09-04T10:18:45.000000Z K 7 svn:log V 86 mdoc(7) police: Please don't commit when you are drunk! (Committer rules candidate.) END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-09-04T10:24:52.000000Z K 7 svn:log V 37 mdoc(7) police: tighten label width. END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-09-04T11:05:33.000000Z K 7 svn:log V 109 Mostly cosmetic. Move various variables from .s files to .c files so that gdb generates debug info for them. END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-09-04T12:12:14.000000Z K 7 svn:log V 47 MFC: NO_LANGCODE_IN_DESTDIR Approved by: bmah END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-09-04T13:10:28.000000Z K 7 svn:log V 57 mdoc(7) police: s/vidmap/vidfont/, don't xref to itself. END K 10 svn:author V 3 dfr K 8 svn:date V 27 2001-09-04T13:13:12.000000Z K 7 svn:log V 67 Avoid an alignment fault on 64bit architectures. Reviewed by: dcs END K 10 svn:author V 5 assar K 8 svn:date V 27 2001-09-04T13:27:04.000000Z K 7 svn:log V 160 fix renamed options in some of the code that was #ifdef AFS also print an error if krb5 ticket passing is disabled Submitted by: Jonathan Chen END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-09-04T13:54:45.000000Z K 7 svn:log V 225 mdoc(7) police: 1) Removed the low-level (unneeded in this context) details on escape sequences that are already documented in screen(4). 2) Removed whitespace at EOL. 3) Removed the garbage from previous revision. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-09-04T14:10:41.000000Z K 7 svn:log V 62 mdoc(7) police: This still can be done with one-line display. END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-09-04T14:43:57.000000Z K 7 svn:log V 12 rmuser fix. END K 10 svn:author V 3 dfr K 8 svn:date V 27 2001-09-04T14:48:59.000000Z K 7 svn:log V 18 Enable bootforth. END K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-09-04T15:25:23.000000Z K 7 svn:log V 65 Fix sysctl comment field, s/the the/then the Pointed out by: ru END K 10 svn:author V 7 iwasaki K 8 svn:date V 27 2001-09-04T15:40:12.000000Z K 7 svn:log V 217 Just print a message in acpi_tz_monitor() only when new active state is different from the previous active state. This reduce tons of 'acpi_tz0: _AC0: temperature 64.0 >= setpoint 64.0' messages. Reviewed by: msmith END K 10 svn:author V 7 iwasaki K 8 svn:date V 27 2001-09-04T15:46:32.000000Z K 7 svn:log V 93 Add `-I.' option to CFLAGS so that we can compile asm code together with `-nostdinc' option. END K 10 svn:author V 3 sos K 8 svn:date V 27 2001-09-04T15:50:46.000000Z K 7 svn:log V 63 There is no option IDE_DELAY and havn't been for a long time.. END K 10 svn:author V 3 sos K 8 svn:date V 27 2001-09-04T15:52:00.000000Z K 7 svn:log V 47 Remove long overdue obsolete file ide_pcireg.h END K 10 svn:author V 7 iwasaki K 8 svn:date V 27 2001-09-04T16:02:06.000000Z K 7 svn:log V 269 Reenable RTC interrupts after wakeup. Some laptops have a problem with system statistics monitoring tools (such as systat, vmstat...) because of stopping RTC interrupts generation. Restore all the timers (RTC and i8254) atomically. Reviewed by: bde MFC after: 1 week END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-09-04T16:09:01.000000Z K 7 svn:log V 1286 The implementation of -flags was broken and did not match the (poorly) documented behavior. Only a certain set of file flags were recognized, and "no" flags did not match files that have corresponding flags bits turned off. Fix and extend the -flags functionality as follows: : -flags [-|+], : The flags are specified using symbolic names (see chflags(1)). : Those with the "no" prefix (except "nodump") are said to be : . Flags in are checked to be set, and flags in : are checked to be not set. Note that this is different : from -perm, which only allows the user to specify mode bits that : are set. : : If flags are preceded by a dash (``-''), this primary evaluates : to true if at least all of the bits in and none of the bits : in are set in the file's flags bits. If flags are pre- : ceded by a plus (``+''), this primary evaluates to true if any of : the bits in is set in the file's flags bits, or any of the : bits in is not set in the file's flags bits. Otherwise, : this primary evaluates to true if the bits in exactly match : the file's flags bits, and none of the bits match those of : . MFC after: 2 weeks END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-09-04T16:15:51.000000Z K 7 svn:log V 473 SECURITY. Fixed macros for temporarily relinquishing and restoring setuid/setgid privileges so that they never change the real user and group IDs of the calling process. The setre[ug]id() calls are still used in the REDUCE_PERM macro (with the r[ug]id arguments of -1) so that the call changes the saved user and group IDs of the process to that specified. Also, the panic() and perr() functions had insufficient privileges to delete the problematic file under /var/at. END K 10 svn:author V 2 ru K 8 svn:date V 27 2001-09-04T16:17:17.000000Z K 7 svn:log V 63 Don't reinvent the wheel; use strptime(3). MFC after: 2 weeks END K 10 svn:author V 4 ache K 8 svn:date V 27 2001-09-04T16:39:11.000000Z K 7 svn:log V 1137 Locale *is* used in strto*l*(), at least for isspace(), so remove 'locale not used' statement from comments and BUGS section of manpage. strtol(): fix non-portable 'cutoff' calculation using the same method as in strtoll(). Cleanup 'cutoff' calculation, remove unneded casts. Misc. cleanup to make all functions looks the same. Implement EINVAL reaction per POSIX, document it in manpage, corresponding POSIX example quotes here: ------------------------------------------------ If the subject sequence is empty or does not have the expected form, no conversion is performed; the value of str is stored in the object pointed to by endptr, provided that endptr is not a null pointer. If no conversion could be performed, 0 shall be returned and errno may be set to [EINVAL]. [EINVAL] The value of base is not supported. Since 0, {LONG_MIN} or {LLONG_MIN}, and {LONG_MAX} or {LLONG_MAX} are returned on error and are also valid returns on success, an application wishing to check for error situations should set errno to 0, then call strtol( ) or strtoll ( ), then check errno. ----------------------------------------------------- END K 10 svn:author V 4 dirk K 8 svn:date V 27 2001-09-04T16:51:52.000000Z K 7 svn:log V 91 MFC: Try to build the mkisofs/setcdboot port first before using pkg_add. Approved by: jkh END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-09-04T17:05:08.000000Z K 7 svn:log V 181 1) repair the return value in the PAM_RETURN() macro (Side effects!!). 2) canonicalise the options use in pam_options(). Submitted by: Gunnar Kreitz PR: 30250 END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2001-09-04T17:10:11.000000Z K 7 svn:log V 326 Add support for Conexant LANfinity miniPCI controllers. People who have laptops with this chip should test this and report back as I don't have access to this hardware myself. People with -stable systems should try the patch at: http://www.freebsd.org/~wpaul/conexant.patch.gz Submitted by: Phil Kernick END K 10 svn:author V 5 markm K 8 svn:date V 27 2001-09-04T17:10:57.000000Z K 7 svn:log V 252 WARNS=2 fixes. The remaining problem of converting highly incompatible pointer types is done by "laundering" the value through a union. This solves the problem (in my own mind) of how a "const char *" _ever_ actually gets a value in a WARNS=2 world. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-09-04T17:11:19.000000Z K 7 svn:log V 94 Add dhclient.conf and hosts.allow to the list of files in /etc preserved by a binary upgrade. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2001-09-04T17:11:49.000000Z K 7 svn:log V 107 MFC: /etc/{dhclient.conf,hosts.allow} are preserved by binary upgrades. Approved by: murray (implicitly) END K 10 svn:author V 4 ache K 8 svn:date V 27 2001-09-04T17:12:15.000000Z K 7 svn:log V 57 'acc' is not initialized in one hypotetical case, fix it END K 10 svn:author V 3 hrs K 8 svn:date V 27 2001-09-04T17:17:04.000000Z K 7 svn:log V 54 file Makefile.inc was initially added on branch HEAD. END K 10 svn:author V 3 hrs K 8 svn:date V 27 2001-09-04T17:17:05.000000Z K 7 svn:log V 50 file new.sgml was initially added on branch HEAD. END K 10 svn:author V 3 hrs K 8 svn:date V 27 2001-09-04T17:17:06.000000Z K 7 svn:log V 54 file relnotes.ent was initially added on branch HEAD. END K 10 svn:author V 3 hrs K 8 svn:date V 27 2001-09-04T17:17:07.000000Z K 7 svn:log V 56 file artheader.sgml was initially added on branch HEAD. END K 10 svn:author V 3 hrs K 8 svn:date V 27 2001-09-04T17:17:08.000000Z K 7 svn:log V 52 file intro.sgml was initially added on branch HEAD. END K 10 svn:author V 3 hrs K 8 svn:date V 27 2001-09-04T17:17:09.000000Z K 7 svn:log V 56 file upgrading.sgml was initially added on branch HEAD. END K 10 svn:author V 3 hrs K 8 svn:date V 27 2001-09-04T17:17:10.000000Z K 7 svn:log V 50 file Makefile was initially added on branch HEAD. END K 10 svn:author V 3 hrs K 8 svn:date V 27 2001-09-04T17:17:11.000000Z K 7 svn:log V 54 file article.sgml was initially added on branch HEAD. END K 10 svn:author V 3 hrs K 8 svn:date V 27 2001-09-04T17:17:12.000000Z K 7 svn:log V 49 file catalog was initially added on branch HEAD. END K 10 svn:author V 3 hrs K 8 svn:date V 27 2001-09-04T17:17:13.000000Z K 7 svn:log V 53 file release.dsl was initially added on branch HEAD. END K 10 svn:author V 4 mike K 8 svn:date V 27 2001-09-04T17:30:39.000000Z K 7 svn:log V 148 o Remove examples from throughout the manual. o Create an EXAMPLES section. o In some places change "ru" to "RU" to be consistent. Reviewed by: ru END K 10 svn:author V 3 knu K 8 svn:date V 27 2001-09-04T17:32:30.000000Z K 7 svn:log V 85 archivers/bzip2 is no longer a VERY common build dependency. (See the latest INDEX) END K 10 svn:author V 4 ache K 8 svn:date V 27 2001-09-04T17:41:20.000000Z K 7 svn:log V 34 Remove rcsids and unneded include END K 10 svn:author V 3 knu K 8 svn:date V 27 2001-09-04T17:41:52.000000Z K 7 svn:log V 128 Because www/netscape47-{communicator,navigator} are forbidden, replace them with www/linux-netscape47-{communicator,navigator}. END K 10 svn:author V 3 imp K 8 svn:date V 27 2001-09-04T17:46:31.000000Z K 7 svn:log V 302 Make the csc and function interrupts ISA on shutdown. This should help with the hanging problem on reboot. Note: we need to do the other things as well. Also, turn off the bits in the stat change interrupt mask and the cardbus interrupt mask as well in an attempt to shut off all interrupt sources. END K 10 svn:author V 3 hrs K 8 svn:date V 27 2001-09-04T17:48:07.000000Z K 7 svn:log V 427 Merge Japanese version of RELNOTESng: Makefile errata/Makefile errata/article.sgml relnotes/Makefile relnotes/Makefile.inc relnotes/alpha/Makefile relnotes/alpha/article.sgml relnotes/common/artheader.sgml relnotes/common/intro.sgml relnotes/common/new.sgml relnotes/common/relnotes.ent relnotes/common/upgrading.sgml relnotes/i386/Makefile relnotes/i386/article.sgml share/sgml/catalog share/sgml/release.dsl END K 10 svn:author V 4 mike K 8 svn:date V 27 2001-09-04T17:49:07.000000Z K 7 svn:log V 83 Remove a trailing space at the end of a line. Forgotten by: mike Submitted by: ru END