ƒ­56000 236 143 263 115 120 132 102 146 135 153 302 111 206 189 216 154 144 166 314 154 379 140 207 205 225 275 125 168 137 137 140 501 294 204 108 170 373 196 167 704 269 125 362 199 649 1410 138 991 209 142 167 236 196 707 160 244 339 359 623 151 129 206 140 245 171 148 110 195 226 238 471 265 193 276 106 100 199 179 134 180 472 170 314 134 175 237 181 253 119 218 137 124 129 132 422 167 799 379 177 127 132 147 116 239 172 219 155 114 131 199 172 124 161 147 254 134 424 124 367 202 171 248 157 132 166 187 156 157 149 157 275 163 149 396 296 129 270 199 346 416 186 152 207 219 204 163 511 950 698 244 196 166 138 124 126 213 232 232 161 133 138 124 235 172 131 130 130 490 118 118 153 147 133 164 137 239 133 144 174 122 218 133 144 136 132 142 152 210 172 227 147 221 134 161 201 208 250 156 155 186 296 229 229 142 251 622 152 212 283 849 514 118 195 334 345 347 204 139 109 184 207 165 276 290 125 135 266 158 127 313 415 138 235 162 106 203 211 K 10 svn:author V 6 davidn K 8 svn:date V 27 2000-01-15T00:20:22.000000Z K 7 svn:log V 48 Portability fixes for other bsd4.4 derivatives. END K 10 svn:author V 3 dan K 8 svn:date V 27 2000-01-15T01:15:37.000000Z K 7 svn:log V 170 Teach pkg_delete and pkg_info how to deal with full pathnames (/var/db/pkg/foo-1.0, instead of just foo-1.0). Submitted by: Matthew D. Fuller END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-15T01:43:19.000000Z K 7 svn:log V 20 tighten up printout END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-15T01:46:37.000000Z K 7 svn:log V 25 public target mode stuff END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-15T01:47:10.000000Z K 7 svn:log V 37 include public target mode functions END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-15T01:48:24.000000Z K 7 svn:log V 8 cleanup END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-15T01:49:09.000000Z K 7 svn:log V 51 cleanup- it was not MI code as it should have been END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-15T01:50:48.000000Z K 7 svn:log V 40 a whale of a lot of target mode cleanup END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-15T01:52:01.000000Z K 7 svn:log V 58 clean up for SBus Ultra (yes, we do not do that here yet) END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-15T01:54:36.000000Z K 7 svn:log V 206 Redo FC target mode dma routine to try and generate an extra CTIO in the not so odd case of Moving Data *AND* Sending Status in last CTIO *AND* status is a CHECK CONDITION *AND* we have Sense Data to send. END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-01-15T03:26:54.000000Z K 7 svn:log V 18 Support v6 login. END K 10 svn:author V 8 hosokawa K 8 svn:date V 27 2000-01-15T03:42:59.000000Z K 7 svn:log V 108 Remove a document file about PCCARD boot.flp because PCCARD boot.flp has been merged into GENERIC boot.flp. END K 10 svn:author V 8 hosokawa K 8 svn:date V 27 2000-01-15T03:45:22.000000Z K 7 svn:log V 92 Removed PCCARD config file again. (PCCARD support has been merged into GENERIC config file) END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-01-15T04:57:12.000000Z K 7 svn:log V 122 -K&R fix for some prototype declaration -fix some comments for #endif to match them with their #ifndef Submitted by: bde END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-01-15T05:06:14.000000Z K 7 svn:log V 61 cosmetic change: sort function prototypes Specified by: bde END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-01-15T05:15:06.000000Z K 7 svn:log V 51 comment the string after #endif Specified by: bde END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-01-15T05:20:40.000000Z K 7 svn:log V 73 add forward declarations, and small cosmetic changes. Submitted by: bde END K 10 svn:author V 5 mdodd K 8 svn:date V 27 2000-01-15T05:21:43.000000Z K 7 svn:log V 219 Fix driver to restore function on 3c574 adapters. The panic on ifconfig and bogus ethernet address (4b:57:4b:57:4b:57) has been hacked around. I'll revisit this when I have a clue whats going on. Reviewed by: obrien END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-01-15T05:30:15.000000Z K 7 svn:log V 61 wrapped prototype declarations by __P(()) Submitted by: bde END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-01-15T05:39:28.000000Z K 7 svn:log V 285 Removed wrong(unnecessary) & operators for pointer, in ipsec_hdrsiz_tcp(). This must be one of the reason why connections over IPsec hangs for bigger packets.(which was reported on freebsd-current@freebsd.org) But there still seems to be another bug and the problem is not yet fixed. END K 10 svn:author V 5 mdodd K 8 svn:date V 27 2000-01-15T05:44:14.000000Z K 7 svn:log V 46 Add example entry for the 3Com Megahertz 574B END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-01-15T05:45:38.000000Z K 7 svn:log V 111 Fix the 3Com Fast Etherlink 3C574TX's ID string as we now get the complete description from the PCCARD system. END K 10 svn:author V 8 tanimura K 8 svn:date V 27 2000-01-15T06:25:09.000000Z K 7 svn:log V 107 - Add the man pages for sound card bridge drivers. (sbc(4), gusc(4), csa(4)) - Update pcm(4) for newpcm. END K 10 svn:author V 8 tanimura K 8 svn:date V 27 2000-01-15T06:25:41.000000Z K 7 svn:log V 127 - Introduce a new section 'Multimedia' for sound/ video capture cards. - Add the description of newly supported sound cards. END K 10 svn:author V 8 tanimura K 8 svn:date V 27 2000-01-15T06:29:03.000000Z K 7 svn:log V 177 A processor with the CPUID of 0x?8? is Pentium III. (aka Coppermine) Noticed by: Satoshi Sawada Reviewd by: Takuma Yamada END K 10 svn:author V 8 tanimura K 8 svn:date V 27 2000-01-15T06:29:41.000000Z K 7 svn:log V 28 MFC: Add P-III(Coppermine). END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-15T07:06:44.000000Z K 7 svn:log V 73 Remove compile warning not seen when compiling with target mode enabled. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-15T07:09:12.000000Z K 7 svn:log V 42 add functional but stub SES/SAF-TE driver END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-15T07:11:36.000000Z K 7 svn:log V 42 add file collateral for SES/SAF-TE driver END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-15T07:12:09.000000Z K 7 svn:log V 45 add options collateral for SES/SAF-TE driver END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-01-15T07:27:12.000000Z K 7 svn:log V 407 Clear ro->ro_rt just after RTFREE(). Pleases let me make sure that no one touch the invalid ro_rt pointer, after splx(s) and before next ro_rt initialization. Though usually this seems to be already called at splnet, I still sometime experience kernel crash at rtfree() in my INET6 enabled environment where IPv6 connection is frequently used. (Off-course, it might be just due to another bug.) END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-15T07:39:05.000000Z K 7 svn:log V 198 Remove inclusion of dkbad.h- seems like a bug, but I had a stale dkbad.h in /usr/include/sys- the local build process shouldn't have been happy with that, but not finding dkbad.h in ../../sys. Hmm. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-15T07:46:39.000000Z K 7 svn:log V 108 Add reference to SES device (it won't be in GENERIC unless folks clamor for it). Document it's only option. END K 10 svn:author V 2 bp K 8 svn:date V 27 2000-01-15T08:28:03.000000Z K 7 svn:log V 17 Add VT_NWFS tag. END K 10 svn:author V 2 bp K 8 svn:date V 27 2000-01-15T08:35:48.000000Z K 7 svn:log V 79 Check if module was compiled without SMP support and running on an SMP system. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-01-15T09:00:03.000000Z K 7 svn:log V 275 Revert previous change, which is reported to have broken world. I did test this through a ``make world'', but of course I already had a working lint binary (one that does not call cpp -undef) installed. Reported by: "Pierre Y. Dampure" END K 10 svn:author V 2 bp K 8 svn:date V 27 2000-01-15T09:06:37.000000Z K 7 svn:log V 104 More style fixes, both to code and man page. Submitted by: Philippe Charnier END K 10 svn:author V 8 hosokawa K 8 svn:date V 27 2000-01-15T12:02:03.000000Z K 7 svn:log V 70 Fixed a bug in PCIC polling mode. (it does not work without this fix) END K 10 svn:author V 5 green K 8 svn:date V 27 2000-01-15T14:28:14.000000Z K 7 svn:log V 609 This is another in Martin Blapp's N-series of mount-related cleanups :) Changes are: - rpc.umntall is called at the right places now in /etc/rc* - rpc.umntall timeout has been lowered from two days (too high) to one - verbose messages in rpc.umntall have been clarified - kill double entries in /var/db/mounttab when rpc.umntall is invoked - ${early_nfs_mounts} has been removed from /etc/rc - patched mount(8) -p to print different pass/dump values for ufs filesystems. (last patch recieved from dan ) Submitted by: Martin Blapp , dan END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-01-15T14:34:56.000000Z K 7 svn:log V 175 Added missing 'else' for 'if (isipv6)' at IPv6 length setting in tcp_respond(). By this bug, IPv6 reset was not sent. (I checked around same kind of bug, but no other found.) END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-01-15T14:42:06.000000Z K 7 svn:log V 29 groff now is 1.15, not 1.11. END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-01-15T14:56:38.000000Z K 7 svn:log V 268 Fixed the problem that IPsec connection hangs when bigger data is sent. -opt_ipsec.h was missing on some tcp files (sorry for basic mistake) -made buildable as above fix -also added some missing IPv4 mapped IPv6 addr consideration into ipsec4_getpolicybysock END K 10 svn:author V 6 newton K 8 svn:date V 27 2000-01-15T15:23:14.000000Z K 7 svn:log V 103 Include #warning about unconditionalizing VM86, which isn't supposed to work in the svr4 emulator yet. END K 10 svn:author V 6 yokota K 8 svn:date V 27 2000-01-15T15:25:43.000000Z K 7 svn:log V 553 This is the 3rd stage of syscons code reorganization. - Split terminal emulation code from the main part of the driver so that we can have alternative terminal emulator modules if we like in the future. (We are not quite there yet, though.) - Put sysmouse related code in a separate file, thus, simplifying the main part of the driver. As some files are added to the source tree, you need to run config(8) before you compile a new kernel next time. You shouldn't see any functional change by this commit; this is only internal code reorganization. END K 10 svn:author V 6 newton K 8 svn:date V 27 2000-01-15T15:29:37.000000Z K 7 svn:log V 1313 Pre-freeze cleanups: Conditionalize debugging writes on DEBUG_SVR4, eliminate warnings, etc. Note that svr4_setcontext() and svr4_getcontext() currently don't work correctly, which makes returning from signal handlers somewhat problematic (for reference: the SysVR4 setcontext() and getcontext() syscalls behave like a low-level version of setjmp() and longjmp(), in that they save and restore process context. SysVR4 uses this to implement its signal handler trampoline: The context which is saved before a signal handler is called is restored by an implicit call to the setcontext() syscall when the signal handler returns. That currently doesn't work right in this emulator, although it used to). I'm committing this anyway, with a caveat that it's buggy, so that I can (a) note the bug for anyone who is wondering about it, and (b) get the stuff I've done to improve (but not fix) the situation in the tree before 4.0 is released. If I have time to fix it totally RSN I'll talk to Jordan to see if I can bend him into letting me commit a bugfix :-) Note that the situation now is somewhat better than it was yesterday anyway, because I've fixed the handling of svr4_sigsets which previously was causing signal handlers to not get called at all. Stay tuned for an upcoming commit to svr4_signal.c... END K 10 svn:author V 6 newton K 8 svn:date V 27 2000-01-15T15:30:44.000000Z K 7 svn:log V 43 Remove some all-too-wordy debugging prints END K 10 svn:author V 6 newton K 8 svn:date V 27 2000-01-15T15:38:17.000000Z K 7 svn:log V 895 Fix handling of svr4_sigsets, which are implemented in SysVR4 as a sequence of 4 longs used as a bitmask. sv4r4_sigfillset has been broken for a while, probably since rev 1.5. This patch fixes SVR4_NSIG (i.e.: sets it to the actual number of signals, instead of the number of bits in the mask) because some SysVR4 clients honestly seem to care about whether bits in the signal mask are set for non-existant signals. Additionally, the svr4_sigfillset macro has been replaced by a fully fledged function, because the macro didn't actually work (it returned an all-ones mask, but we don't want that: we want 0's set where FreeBSD doesn't actually have a signal which is the same as an SysVR4 signal, for example). SysVR4 clients can now successfully ignore signals, although catching them remains problematic (see commit log message for rev1.13 of sys/i386/svr4/svr4_machdep.c for more info). END K 10 svn:author V 3 sos K 8 svn:date V 27 2000-01-15T15:51:47.000000Z K 7 svn:log V 116 Enable the 't' option, and document it in the manpage. Submitted by: green@freebsd.org END K 10 svn:author V 8 hosokawa K 8 svn:date V 27 2000-01-15T16:33:49.000000Z K 7 svn:log V 45 Added "sn" and "pcic" entries to UserConfig. END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-01-15T16:34:07.000000Z K 7 svn:log V 73 Don't mix up KNF and style(9). This isn't KNF, it's a derivative of it. END K 10 svn:author V 5 green K 8 svn:date V 27 2000-01-15T18:02:10.000000Z K 7 svn:log V 141 We cannot have libcrypto, and therefore OpenSSL at all, without RSA. If you need examples of breakage, I'm ready to provide more than a few. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-01-15T18:04:28.000000Z K 7 svn:log V 101 Actually read the PCI device ID when testing the device ID value against the supported devices list. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-01-15T18:43:07.000000Z K 7 svn:log V 612 Minor enhancement: set the 'dual link LED' bit in the auxmode register of the Broadcom BCM5201 PHY on the LinkSys USB100TX adapter so that the link LED correctly (lights up amber for 10mbps link, green for 100mbps link). Note that the sticker on the bottom of the adapter says amber for 10 and green for 100, but the appendix in the manual that comes with the adapter says green for 10 and amber for 100. Given that there doesn't seem to be any way to make the hardware produce the latter combination, I think it's safe to say the sticker is right and the manual is wrong. I'm just shocked, shocked I tell you. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-15T19:05:29.000000Z K 7 svn:log V 65 add SEND/RECEIVE diagnostic opcodes, SEND is a Mandatory command END K 10 svn:author V 3 bde K 8 svn:date V 27 2000-01-15T19:40:08.000000Z K 7 svn:log V 151 Don't clobber the sources when plain "make" is run. Just print a message as in all other Makefiles that create syscall files. Fixed some style bugs. END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-01-15T19:44:27.000000Z K 7 svn:log V 242 libposix1e provides userland library calls for the POSIX.1e security interface. This commit introduces the library, as well as a modest subset of the ACL calls, with some modifications to support multiple ACL semantics. Reviewed by: eivind END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-01-15T19:45:18.000000Z K 7 svn:log V 266 |Since I had suffered from partially applied CTM deltas, some time ago, |I made ctm ignore deltas for files that match the "after edit" MD5. |(In one case, I had the compiler fill all temporary space while CTM |was editing files.) Submitted by: se Reviewed by: phk END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-01-15T19:46:12.000000Z K 7 svn:log V 530 |The hard limit for the BPF buffer size is 32KB, which appears too low |for high speed networks (even at 100Mbit/s this corresponds to 1/300th |of a second). The default buffer size is 4KB, but libpcap and ipfilter |both override this (using the BIOCSBLEN ioctl) and allocate 32KB. | |The following patch adds an sysctl for bpf_maxbufsize, similar to the |one for bpf_bufsize that you added back in December 1995. I choose to |make the default for this limit 512KB (the value suggested by NFR). Submitted by: se Reviewed by: phk END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-01-15T19:47:01.000000Z K 7 svn:log V 55 Enable the building of libposix1e Reviewed by: eivind END K 10 svn:author V 3 mks K 8 svn:date V 27 2000-01-15T19:51:44.000000Z K 7 svn:log V 37 Handle GetResponse errors correctly. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-01-15T20:14:49.000000Z K 7 svn:log V 111 Fix the tl driver so it doesn't run off the end of the RX descriptor list and panic in out of mbufs condition. END K 10 svn:author V 8 hosokawa K 8 svn:date V 27 2000-01-15T20:30:22.000000Z K 7 svn:log V 43 Added sn driver to network interface menu. END K 10 svn:author V 3 mks K 8 svn:date V 27 2000-01-15T20:34:55.000000Z K 7 svn:log V 152 Process SPANS ARP requests even if source IP is 0.0.0.0 (or broadcast). This can occur when talking to a Fore host which is using "bonded" interfaces. END K 10 svn:author V 3 mks K 8 svn:date V 27 2000-01-15T20:46:07.000000Z K 7 svn:log V 79 Notice when an interface's ATM address changes when running a local arpserver. END K 10 svn:author V 3 mks K 8 svn:date V 27 2000-01-15T21:01:04.000000Z K 7 svn:log V 56 Ensure that DMA mappings are freed in error situations. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-15T21:04:13.000000Z K 7 svn:log V 15 add SES driver END K 10 svn:author V 8 hosokawa K 8 svn:date V 27 2000-01-15T21:29:18.000000Z K 7 svn:log V 98 Use "$device" instead of hardwired device names in insert/remove lines of /etc/pccard.conf.sample END K 10 svn:author V 5 markm K 8 svn:date V 27 2000-01-15T21:38:08.000000Z K 7 svn:log V 131 Userland build of Kerberos5 (AKA Heimdal). More to come. This is not ready for primetime yet! Please hold off on the bug reports. END K 10 svn:author V 5 markm K 8 svn:date V 27 2000-01-15T21:38:08.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r56067, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-15T22:40:04.000000Z K 7 svn:log V 375 Move the kernel specific stuff into scsi_ses.c. Redo the ioctls to be more platform independent. Add a ses_hlptxt structure definition and retrieval ioctl for when we are able to retrieve object help text SES Objects can have up to 64 KBytes of associated 'help' text- the Sun A5000 uses this, for example, to give physical location information (e.g., 'left power supply'). END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-15T22:41:27.000000Z K 7 svn:log V 169 Do a wad of cleanup and put into place at least *one* functional portion of SES retrieval (native SES itself) and implement all the appropriate ioctls. Seems to work... END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-01-15T22:46:40.000000Z K 7 svn:log V 98 Only log when there is a real change to the configuration state. Requested and Tested by: unfurl END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-15T22:47:17.000000Z K 7 svn:log V 180 Add a minimal example set of how to use the SES ioctls to monitor SES/SAF-TE devices. It's usable enough (in chpmon) to be alerted as you'd like to be if a powersupply goes south. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-15T23:05:29.000000Z K 7 svn:log V 11 buglet fix END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-01-15T23:08:30.000000Z K 7 svn:log V 7 K&Rify END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-01-15T23:33:49.000000Z K 7 svn:log V 102 Oops, didn't commit the Makefile for libposix1e--this should fix build problems. Reviewed by: eivind END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-01-16T00:11:34.000000Z K 7 svn:log V 84 Remove Bison from the build. This is a prelude to possibly removing it from 4.0-R. END K 10 svn:author V 5 mdodd K 8 svn:date V 27 2000-01-16T00:48:33.000000Z K 7 svn:log V 40 Set ifq_maxlen to default (IFQ_MAXLEN). END K 10 svn:author V 3 jmb K 8 svn:date V 27 2000-01-16T02:08:37.000000Z K 7 svn:log V 88 Add SPLASSERT.9 man page. SPLASSERT() commit to follow immediately. Approved by: jkh END K 10 svn:author V 3 jmb K 8 svn:date V 27 2000-01-16T02:10:21.000000Z K 7 svn:log V 379 Add SPLASSERT() macro. SPLASSERT() compiles to a no-op unless both "option INVARIANTS" and "options INVARIANT_SUPPORT" are defined in the kernel's config(8) file. SPLASSERT(expression, msg) used KASSERT to check that the expression is true, panic()ing the kernel otherwise. Approved by: jkh Reviewed by: jdp, dfr, phk, eivind and green END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-01-16T02:20:03.000000Z K 7 svn:log V 77 Add MAINTAINER tag so people don't feel the need to randomly frob with this. END K 10 svn:author V 3 bde K 8 svn:date V 27 2000-01-16T04:43:11.000000Z K 7 svn:log V 221 Fixed stray backslash in previous commit. Fixed bitrot in comments about library dependencies. The list has been maintained better in ../Makefile.inc1, except it has been uninverted there so it is hard to use manually. END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-01-16T04:45:18.000000Z K 7 svn:log V 41 Fix for missing symbol in -DRSAref case. END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-01-16T05:14:57.000000Z K 7 svn:log V 82 Import the RSA support code. There shouldn't be any actual RSA cryptography here. END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-01-16T05:14:57.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r56083, 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 2000-01-16T05:14:58.000000Z K 7 svn:log V 85 This commit was manufactured by cvs2svn to create tag 'openssl-vendor-crypto-v0_9_4'. END K 10 svn:author V 5 chris K 8 svn:date V 27 2000-01-16T05:15:48.000000Z K 7 svn:log V 158 Replace a conjunction "you're" with "you are". This makes reading by non-native English speakers a little bit easier, and follows some basic doc guidelines. END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-01-16T05:19:27.000000Z K 7 svn:log V 26 *** empty log message *** END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-01-16T05:23:21.000000Z K 7 svn:log V 124 (Forced commit) Support RSA via RSAref. This autodetects the RSAref package, and if it is not found, compiles without RSA. END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-01-16T05:24:47.000000Z K 7 svn:log V 44 Turn back on libcrypto and libssl building. END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-01-16T05:25:26.000000Z K 7 svn:log V 31 Turn back on openssl building. END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-01-16T05:52:55.000000Z K 7 svn:log V 36 Mention openssl and auditing fixes. END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-01-16T05:55:34.000000Z K 7 svn:log V 39 Remove reference to floppy tape drive. END K 10 svn:author V 3 bde K 8 svn:date V 27 2000-01-16T06:11:33.000000Z K 7 svn:log V 329 Fixed pedantic syntax errors caused by a trailing semicolon in the definition of EVENTHANDLER_DECLARE(). Removed all other trailing semicolons in macro definitions. The ones after `do ... while (0)' wrappers defeated the point of the wrappers but were harmless. Enforce semicolons after invocation of declaration-like macros. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-01-16T06:41:49.000000Z K 7 svn:log V 73 Fix an instance of rman_get_start() than should be rman_get_bushandle(). END K 10 svn:author V 8 hosokawa K 8 svn:date V 27 2000-01-16T06:44:48.000000Z K 7 svn:log V 701 This fixes a bug that /etc/pccard_ether did not work without DHCP. For example, when /etc/pccard.conf had ed0 in config line, but kernel refused this name and said devclass_alloc_unit: ed0 already exists, using next availale unit number Kernel used ed1 as device name and it did not match with config and insert/remove lines. Fortunately, dhclient was called without args, and it works, but if we wanted to use static IP address for PC-card, it did not work. This modification makes pccardd to execute insert/remove lines with the true device name that returns from kernel. (Last change to etc/pccard.conf.sample eliminated all hardwired device name from insert/remove lines in /etc/pccard.conf) END K 10 svn:author V 8 gallatin K 8 svn:date V 27 2000-01-16T07:07:33.000000Z K 7 svn:log V 281 The kernel side of per-process unaligned access control (printing, fixing & delivering SIGBUS). This will allow a non-superuser to control unaligned access behaviour on a per-process basis once a userland control program (uac) is written. Reviewed by: obrien Tested by: obrien END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-01-16T08:25:40.000000Z K 7 svn:log V 80 Cosmetic change: space instead of tab in front of $FreeBSD$. Submitted by: bde END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-01-16T09:25:10.000000Z K 7 svn:log V 35 Cleanup some remaining bdev fluff. END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-01-16T09:25:34.000000Z K 7 svn:log V 40 Cleanup some more remaining bdev fluff. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-01-16T09:37:18.000000Z K 7 svn:log V 51 Convert last examples of `controller' to `device'. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-01-16T10:01:07.000000Z K 7 svn:log V 21 Import GNU bc 1.05a. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-01-16T10:01:07.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r56101, 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 2000-01-16T10:01:08.000000Z K 7 svn:log V 76 This commit was manufactured by cvs2svn to create tag 'bc-vendor-bc_1_0_5a'. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-01-16T10:10:15.000000Z K 7 svn:log V 123 GNU has figured out they should fix the bug we fixed in rev 1.2 themselves. So return this file back to the stock version. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-01-16T10:14:50.000000Z K 7 svn:log V 60 Merge rev 1.2 into BC 1.0.5a, which fixes a spelling error. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-01-16T10:21:28.000000Z K 7 svn:log V 19 Update for 1.0.5a. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-01-16T10:22:31.000000Z K 7 svn:log V 36 Update this for the recient import. END K 10 svn:author V 2 cg K 8 svn:date V 27 2000-01-16T12:05:07.000000Z K 7 svn:log V 107 oops, best play format was set to unsigned 16 bit instead of signed 16 bit stereo. remenant from testing. END K 10 svn:author V 5 wilko K 8 svn:date V 27 2000-01-16T12:39:24.000000Z K 7 svn:log V 78 Correct comments / point to right LINT file (./LINT does not exist for Alpha) END K 10 svn:author V 2 cg K 8 svn:date V 27 2000-01-16T12:52:22.000000Z K 7 svn:log V 33 fix missing \n in sndstat output END K 10 svn:author V 8 hosokawa K 8 svn:date V 27 2000-01-16T13:11:23.000000Z K 7 svn:log V 64 I've forgotten one hardwired device name in insert/remove line. END K 10 svn:author V 8 hosokawa K 8 svn:date V 27 2000-01-16T13:13:12.000000Z K 7 svn:log V 50 There's not /etc/pccard_ether_remove on -current. END K 10 svn:author V 5 wilko K 8 svn:date V 27 2000-01-16T13:18:08.000000Z K 7 svn:log V 159 ALPHAHW.TXT described the supported machine types for FreeBSD/alpha along with their quirks along with generic info on things like SRM, bootable adapters etc. END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-01-16T14:02:51.000000Z K 7 svn:log V 42 Add missing share/examples/ses directory. END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-01-16T16:34:26.000000Z K 7 svn:log V 329 Implement setres[ug]id() and getres[ug]id(). This has been sitting in my tree for ages (~2 years) waiting for an excuse to commit it. Now Linux has implemented it and it seems that Staroffice (when using the linux_base6.1 port's libc) calls this in the linux emulator and dies in setup. The Linux emulator can call these now. END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-01-16T17:21:28.000000Z K 7 svn:log V 32 Fix !crypto releases once more. END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-01-16T18:00:06.000000Z K 7 svn:log V 273 fix kernel panic at rtfree() in INET6 enabled envrionment. This is probably due to twice rtfree() in in6_pcbdetach(), one for inp->in6p_route.ro_rt, and another one for inp->inp_route.ro_rt. But these 2 are actually shared in inpcb, so 2nd rtfree() is not necessary. END K 10 svn:author V 5 chris K 8 svn:date V 27 2000-01-16T18:12:42.000000Z K 7 svn:log V 107 Add and document support for handling comments and blank lines in /etc/sysctl.conf. Reviewed by: imp, jkh END K 10 svn:author V 5 wilko K 8 svn:date V 27 2000-01-16T18:46:21.000000Z K 7 svn:log V 77 Removed outdated comment on experimental nature of ata. Added comment to esp END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-16T19:02:29.000000Z K 7 svn:log V 152 Fix breakage from last commit- macro was broken. I appreciate the committer's fixing things for alpha, but I sure wish they could have compiled on one! END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-16T20:03:34.000000Z K 7 svn:log V 62 use XPT_GDEV_STATS- XPT_GDEV_TYPE was deprecated a while back END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-16T20:15:43.000000Z K 7 svn:log V 37 get pd_type from inquiry data itself END K 10 svn:author V 5 green K 8 svn:date V 27 2000-01-16T20:25:57.000000Z K 7 svn:log V 72 Add the apm -e argument, which will toggle the "enabled" status of APM. END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-01-16T21:00:06.000000Z K 7 svn:log V 94 The wrong version of the file was committed previously which explains the problems seen here. END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-01-16T21:08:58.000000Z K 7 svn:log V 63 Fix insecure tempfile handling Reviewed by: audit@freebsd.org END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-01-16T21:11:19.000000Z K 7 svn:log V 64 Fix insecure tempfile handling. Reviewed by: audit@freebsd.org END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-01-16T21:15:50.000000Z K 7 svn:log V 56 Don't overflow buffers. Reviewed by: audit@freebsd.org END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-01-16T21:19:04.000000Z K 7 svn:log V 64 Fix insecure tempfile handling. Reviewed by: audit@freebsd.org END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-01-16T22:45:07.000000Z K 7 svn:log V 180 Remove device name strings from vendor/product lists since we don't use them (they're read from the device directly). Also do a set_config command for the ADMtek and CATC drivers. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-17T00:36:28.000000Z K 7 svn:log V 68 Add in SAF-TE handling code and do some minor consistency cleanups. END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-01-17T01:28:00.000000Z K 7 svn:log V 56 We no longer care about the VAX and Tahoe compilers :-) END K 10 svn:author V 3 bde K 8 svn:date V 27 2000-01-17T01:32:39.000000Z K 7 svn:log V 303 Fixed bitrot in library build order. libmd was not built before libcrypt and libutil was not built before libpam. The order here is currently unimportant, but ../Makefile should descend here to build everything (which currently doesn't work right) or at least to get the order using `make -V SUBDIR'. END K 10 svn:author V 3 sos K 8 svn:date V 27 2000-01-17T01:43:25.000000Z K 7 svn:log V 203 Change the buffer size to 16 blocks, some crappy drives have trouble with bigger chunks of data at a time. Add filesize to progress printout. Submitted by: green@FreeBSD.org END K 10 svn:author V 3 jkh K 8 svn:date V 27 2000-01-17T01:44:16.000000Z K 7 svn:log V 37 Fix syntax error in previous commit. END K 10 svn:author V 3 bde K 8 svn:date V 27 2000-01-17T01:51:29.000000Z K 7 svn:log V 177 Fixed breakage of K&R support in rev.1.8 of output.c: don't generate #elif. Cleaned up rev.1.8 a bit more: generate the #include of closer to the code that needs it. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-17T02:02:41.000000Z K 7 svn:log V 103 Do not propagate the ENCI_SVALID bit for overall enclosure status to userland apps- they get confused. END K 10 svn:author V 3 bde K 8 svn:date V 27 2000-01-17T02:04:06.000000Z K 7 svn:log V 253 Fixed breakage of K&R support in rev.1.26. yyparse() was defined as `int yyparse(;) ; { ... }' in K&R mode. Getting rid of the second unwanted semicolon in this made the ifdef tangle more tangled than before. Fixed a backwards comment in the tangle. END K 10 svn:author V 3 sos K 8 svn:date V 27 2000-01-17T02:04:19.000000Z K 7 svn:log V 323 Add support for the Intel 810 chipset (ICH type of chips) Prober support for the VIA 82C686, I finally got the right datasheet. Get rid of atapi_wait, merge it into ata_wait. Avoid a couple of races by using asleep instead of tsleep. Always use 16bit transfers on ISA systems. Clear up the atapi_read/write functions. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-01-17T02:17:55.000000Z K 7 svn:log V 92 Change 'controller uhci0' and friends in the SYNOPSIS sections to 'device uhci0' and so on. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-01-17T02:27:23.000000Z K 7 svn:log V 58 Add/fix controller miibus0/device miibus0 stuff here too. END K 10 svn:author V 3 jdp K 8 svn:date V 27 2000-01-17T04:26:09.000000Z K 7 svn:log V 114 Fix error message that was too hastily cut&pasted from libradius. Submitted by: Alexey Zelkin END K 10 svn:author V 3 jdp K 8 svn:date V 27 2000-01-17T04:27:39.000000Z K 7 svn:log V 126 MFC 1.1 -> 1.2: Fix error message that referred to RADIUS instead of TACACS+. Submitted by: Alexey Zelkin END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-17T06:11:33.000000Z K 7 svn:log V 108 Add a CAM_SENT_STATUS for use in target mode. JHK approved. Reviewed by: gibbs@freebsd.org, ken@freebsd.org END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-01-17T06:12:00.000000Z K 7 svn:log V 71 Fix typos and talk about the controller -> device config file changes. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-17T06:15:35.000000Z K 7 svn:log V 415 Shift bits for CAM flags so that the top bit isn't set in an enum (at request of Ken Merry). Garbage collect items out of the ccb_getdev structure and and a length field so that consumes will know how much of the inq_data tag is valid. Clean up a few misspellings. Add a CAM_SEND_STATUS target mode flag. All of this necessitated a CAM_VERSION bump. JHK approved. Reviewed by: gibbs@freebsd.org, ken@freebsd.org END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-17T06:20:08.000000Z K 7 svn:log V 854 Remove garbage collected tags from their usage in the ccb_getdev structure. Remove usage of the (now gone) pd_type tag of same. Add an extra probing state such that if we successfully run an initial inquiry (36 bytes), rerun another one with a longer data size as informed by the 'additional length' field in the first returned inquiry data (making sure not to get bigger than the actual scsi_inquiry_data structure- which has also been modified- see separate checkin of scsi_all.h). This allows devices such as SAF-TE devices (which have identifying marks in offsets 48-53 in inquiry data) to be successfully found without special case inquiry commands. There are also a lot of other things such as version codes that are coming in in the SPC2 specification that it would be useful to get our hands on. Reviewed by: gibbs@freebsd.org, ken@freebsd.org END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-17T06:24:35.000000Z K 7 svn:log V 602 Increase size of the scsi_inquiry_data structure to it's nearly full size. Define a SHORT_INQUIRY_LENGTH for use during initial probing (covers the size used previously). Define some SPC-2 related fields (and define the revision code for SPC-2) which includes some further SPI-3 defines. Don't go all the way (256 bytes) for the structure- stop 4 bytes short- because we haven't auditted the source base to find any u_int8_t potential overflow issues. Add RBC (single byte device) and OCR (Optical Character Reader) device type codes. Approved by JKH. Reviewed by: gibbs@freebsd.org, ken@freebsd.org END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-17T06:27:37.000000Z K 7 svn:log V 148 Do the minor changes needed because of change to ccb_getdev structure. JKH Trading Stamps applied. Reviewed by: gibbs@freebsd.org, ken@freebsd.org END K 10 svn:author V 8 mckusick K 8 svn:date V 27 2000-01-17T06:28:18.000000Z K 7 svn:log V 99 Must track multiple uncommitted renames until one ultimately gets committed to disk or is removed. END K 10 svn:author V 8 mckusick K 8 svn:date V 27 2000-01-17T06:35:11.000000Z K 7 svn:log V 69 Better bounding on softdep_flushfiles; other minor tweeks to checks. END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-01-17T06:43:41.000000Z K 7 svn:log V 45 Create tempfiles securely. Reviewed by: imp END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-01-17T06:45:01.000000Z K 7 svn:log V 31 MFC: Create tempfiles securely END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-01-17T06:48:25.000000Z K 7 svn:log V 33 MFC^2: Create tempfiles securely END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-01-17T07:54:00.000000Z K 7 svn:log V 118 Some SB128's (ES1371) have a different PCI vendor id. Vendor == 0x3274 instead of the normal 0x1274. Tested by: des END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-01-17T08:08:33.000000Z K 7 svn:log V 135 Discourage usage of controller in kernel config files. Reflect this by changing ``controller'' to ``device'' as per GENERIC and LINT. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-01-17T08:24:20.000000Z K 7 svn:log V 135 Discourage usage of controller in kernel config files. Reflect this by changing ``controller'' to ``device'' as per GENERIC and LINT. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-01-17T08:30:03.000000Z K 7 svn:log V 65 Remove mention of bio in the synopsis, this usage is deprecated. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-01-17T08:31:43.000000Z K 7 svn:log V 37 Fix usage of ``disk'' to ``device''. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-01-17T10:36:35.000000Z K 7 svn:log V 42 Fix .Cd macro usage. Pointed out by: bde END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-01-17T10:39:58.000000Z K 7 svn:log V 33 Virgin import of GNU texinfo 4.0 END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-01-17T10:39:58.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r56160, 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 2000-01-17T10:39:59.000000Z K 7 svn:log V 76 This commit was manufactured by cvs2svn to create tag 'texinfo-vendor-v4_0'. END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-01-17T10:42:59.000000Z K 7 svn:log V 40 Remove files not present in last import END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-01-17T10:45:43.000000Z K 7 svn:log V 39 This is the stock GNU texinfo 4.0 file END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-01-17T10:50:35.000000Z K 7 svn:log V 39 Merge our changes into GNU texinfo 4.0 END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-01-17T10:52:20.000000Z K 7 svn:log V 393 Bring the wd.4 manpage into the world of 4.0: Spell diskcontroller as disk controller. There is no more CMD640 option. bad144 got axed. Reflect change. Contract the /dev entries to one /dev/wd* entry which we call wd device nodes to reflect the merger of character and block devices. Add small line to NOTES stating that wd will some be replaced completely by ata/ad. Suggested by: bde END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-01-17T10:52:37.000000Z K 7 svn:log V 27 Update for GNU texinfo 4.0 END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-01-17T10:59:30.000000Z K 7 svn:log V 27 Upgrade to GNU texinfo 4.0 END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-01-17T11:28:25.000000Z K 7 svn:log V 57 This has been axed from the system. Reflect the change. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-01-17T11:37:49.000000Z K 7 svn:log V 52 These left overs from v1.25 aren't used in in 1.28. END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-01-17T11:53:54.000000Z K 7 svn:log V 42 Add upgrade instructions and helper file. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2000-01-17T11:53:55.000000Z K 7 svn:log V 68 This commit was manufactured by cvs2svn to create branch 'RELENG_3'. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-01-17T12:16:41.000000Z K 7 svn:log V 42 Virgin import of the GCC 2.95.2 compilers END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-01-17T12:16:41.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r56173, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-01-17T12:27:29.000000Z K 7 svn:log V 39 Use AUTHLEN for the length of authname END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-01-17T12:38:00.000000Z K 7 svn:log V 51 Use rman_get_start instead of bus handle directly. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-01-17T12:38:51.000000Z K 7 svn:log V 81 Use rman_get_bustag and rman_get_bushandle to initialize bus tag and bus handle. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-01-17T12:49:54.000000Z K 7 svn:log V 29 Remove unnecessary includes. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-01-17T13:03:58.000000Z K 7 svn:log V 121 Fix grammar a bit (mostly comma related). change .Os KAME to .Os FreeBSD, since the manpages as part of the FreeBSD OS. END K 10 svn:author V 3 nbm K 8 svn:date V 27 2000-01-17T13:15:16.000000Z K 7 svn:log V 41 Nuke the 'bio', as per orders from peter END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-01-17T13:16:05.000000Z K 7 svn:log V 48 Get rid of deprecated example usage of ``tty''. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-01-17T13:24:47.000000Z K 7 svn:log V 40 Get rid of deprecated ``net'' argument. END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-01-17T13:32:55.000000Z K 7 svn:log V 38 Add prototypes for [sg]etres[ug]id(). END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-01-17T13:37:10.000000Z K 7 svn:log V 46 Usage of quotes around options is deprecated. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-01-17T13:40:01.000000Z K 7 svn:log V 56 Usage of ``tty'' is deprecated in device configuration. END K 10 svn:author V 7 iwasaki K 8 svn:date V 27 2000-01-17T14:13:14.000000Z K 7 svn:log V 113 Make apm.4 consistent with LINT ("isa?"->"nexus?"). Submitted by: Alexander Leidinger END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-01-17T14:17:28.000000Z K 7 svn:log V 76 Remove ``count'' argument of the pseudo-devices that do not use it anymore. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-01-17T14:32:21.000000Z K 7 svn:log V 130 Seperate commit from the rest due to the fact that the /& fixing in this case also corrects the usage of quotes in a makeoptions. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-01-17T14:50:59.000000Z K 7 svn:log V 51 Fix usage of /& in conjunction with the .Cd macro. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-01-17T14:51:44.000000Z K 7 svn:log V 124 Seperate commit from the rest due to the fact that the /& fixing in this case also corrects the usage of quotes in options. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-01-17T14:55:02.000000Z K 7 svn:log V 38 Fix usage of quotes in kerneloptions. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-01-17T15:01:42.000000Z K 7 svn:log V 64 Add manual pages for the newly added setres[ug]id system calls. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-01-17T15:13:00.000000Z K 7 svn:log V 104 Duh! Actually remove drum.4 from the Makefile. Pointed out by: Richard Wackerbarth END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-01-17T15:24:41.000000Z K 7 svn:log V 111 Change .Os macro to an empty one to denote that the KAME files are not FreeBSD specific. Made happy: sheldonh END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-01-17T15:33:34.000000Z K 7 svn:log V 158 Add gnu/usr.bin/texinfo to the list of cross-tools. We need an up-to-date `makeinfo' and `install-info' at `world' and `install' stages. Pointed out by: bde END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-01-17T15:41:14.000000Z K 7 svn:log V 60 Usage of ``net'' in the device argument list is deprecated. END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-01-17T17:48:22.000000Z K 7 svn:log V 59 acl_delete_default_file() changed to acl_delete_def_file() END K 10 svn:author V 5 green K 8 svn:date V 27 2000-01-17T18:01:15.000000Z K 7 svn:log V 92 :%s:\([A-Z][A-Z]ADD\)=:\1+=:g Add the forgotten plus, which should unbreak the world build. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-01-17T18:49:20.000000Z K 7 svn:log V 201 The correct part number for the CATC ASIC is USB-EL1210A, not USB-EL1201A or even USB-EL1202A. Wonder what drugs I was on when I made this mistake, and then propagated it to 6 different files. *sigh* END K 10 svn:author V 6 archie K 8 svn:date V 27 2000-01-17T20:10:39.000000Z K 7 svn:log V 133 Work around aparent bug in the .Dv macro by eliminating some spaces. The closing curly-brace in this line was being omitted somehow. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-01-17T20:22:37.000000Z K 7 svn:log V 132 Pull a.out.5 into the future. New binary file formats already exist and are not compatible. Also, add a crossreference to elf(5). END K 10 svn:author V 3 mks K 8 svn:date V 27 2000-01-17T20:49:59.000000Z K 7 svn:log V 50 Remove un-needed #include's. Pointed out by: phk END K 10 svn:author V 5 green K 8 svn:date V 27 2000-01-17T21:18:39.000000Z K 7 svn:log V 156 Fix vn_isdisk() usage to make AIO work on non-disk-files again, rather than just return ENOTBLK. PR: 16163 Submitted by: Adrian Chadd END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-01-17T23:14:40.000000Z K 7 svn:log V 527 Change the mechanism by which we detect that the firmware is already running. It turns out that trying to read the MAC address when there's no firmware creates a zero length transfer. This apparently doesn't hurt anything on a UHCI controller, but OHCI controllers generate an IOERROR, and the device doesn't initialize. Instead, check the bcdDevice revision code. We know this will be different when the firmware is running, so if we detect the firmware's code instead of the bare hardware's code, we skip the firmware load. END K 10 svn:author V 5 wilko K 8 svn:date V 27 2000-01-17T23:15:44.000000Z K 7 svn:log V 58 Changed references to 3.2-stable / 3.3 to 3.4-stable /3.5 END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-01-18T00:26:29.000000Z K 7 svn:log V 117 Add the vendor/device ID for the Farallon PN9000SX gigabit ethernet card, which is apparently also a Tigon 2 device. END K 10 svn:author V 5 billf K 8 svn:date V 27 2000-01-18T01:27:47.000000Z K 7 svn:log V 188 Add the "use -lutil" line to all functions that require it so people like Dan Papsian don't anger wpaul and myself with silly linking errors. Reviewed by: chris END K 10 svn:author V 8 mckusick K 8 svn:date V 27 2000-01-18T01:30:03.000000Z K 7 svn:log V 751 Need to reorganize the flushing of directory entry (pagedep) dependencies so that they never try to lock an inode corresponding to ".." as this can lead to deadlock. We observe that any inode with an updated link count is always pushed into its buffer at the time of the link count change, so we do not need to do a VOP_UPDATE, but merely find its buffer and write it. The only time we need to get the inode itself is from the result of a mkdir whose name will never be ".." and hence locking such an inode will never request a lock above us in the filesystem tree. Thanks to Brian Fundakowski Feldman for providing the test program that tickled soft updates into hanging in "inode" sleep. Submitted by: Brian Fundakowski Feldman END K 10 svn:author V 8 mckusick K 8 svn:date V 27 2000-01-18T01:33:05.000000Z K 7 svn:log V 416 During fastpath processing for removal of a short-lived inode, the set of restrictions for cancelling an inode dependency (inodedep) is somewhat stronger than originally coded. Since this check appears in two places, we codify it into the function check_inode_unwritten which we then call from the two sites, one freeing blocks and the other freeing directory entries. Submitted by: Steinar Haug via Matthew Dillon END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-01-18T01:42:11.000000Z K 7 svn:log V 23 add a R_PREV_IDX macro END K 10 svn:author V 3 dan K 8 svn:date V 27 2000-01-18T01:45:54.000000Z K 7 svn:log V 102 Fix a bug in previous commit where pkg_{delete,info} foo-1.0/ would segfault. Noticed first by: kris END K 10 svn:author V 8 mckusick K 8 svn:date V 27 2000-01-18T02:13:26.000000Z K 7 svn:log V 236 Need to reset the buffer pointer to avoid reconsidering the same buffer again (without this the rollback analysis was being lost). Should reduce the write count for most workloads. Submitted by: Craig A Soules END K 10 svn:author V 6 msmith K 8 svn:date V 27 2000-01-18T02:13:27.000000Z K 7 svn:log V 249 Don't try to map memory resources into the kernel until they're actually activated. Some of the things that get listed as "resources" aren't necessarily suited for this. (This shouldn't be a problem for any driver that correctly passes RF_ACTIVE) END K 10 svn:author V 6 msmith K 8 svn:date V 27 2000-01-18T02:15:05.000000Z K 7 svn:log V 251 Don't mark unallocated resources as active; the goal is to reserve them, and there may be a good reason for them being unallocated (eg. they're nonsensical or not useful). The goal here is simply to reserve them against accidental use by other code. END K 10 svn:author V 5 chris K 8 svn:date V 27 2000-01-18T03:02:29.000000Z K 7 svn:log V 109 Repair internal consistency: Change "login_cap_t * lc" to a more correct (and consistent) "login_cap_t *lc". END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-01-18T04:36:56.000000Z K 7 svn:log V 46 Bump __FreeBSD_version due to openssl import. END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-01-18T04:37:21.000000Z K 7 svn:log V 16 add setresuid.2 END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-01-18T05:15:26.000000Z K 7 svn:log V 87 Fix line too long style bug in the previous commit (which, by the way, unbroke world). END K 10 svn:author V 3 bde K 8 svn:date V 27 2000-01-18T05:38:05.000000Z K 7 svn:log V 114 Fixed missing backslash in previous commit. Adding setresuid.2 has taken 4 commits and 2 world breakages so far. END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-01-18T06:21:29.000000Z K 7 svn:log V 69 IRIX interoperability -- define ACL_MAX_ENTRIES from MAX_ACL_ENTRIES END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-01-18T07:26:20.000000Z K 7 svn:log V 184 For some reason compiler should be the last in the list of cross-tools. Unbroke the world by moving gnu/usr.bin/texinfo before gnu/usr.bin/cc. Submitted by: Jim Bloom END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-01-18T07:37:10.000000Z K 7 svn:log V 194 Add two new functions cd9660_readfile() & cd9660_readdir(), which cd9660_read() now uses to read CDROMs. With these changes FreeBSD/Alpha can now boot from a bootable CDROM. Submitted by: dfr END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-01-18T07:43:12.000000Z K 7 svn:log V 30 trailing white space removal. END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-01-18T07:48:21.000000Z K 7 svn:log V 44 Oops, cleanup this a bit. Forgotten by: ru END K 10 svn:author V 3 jkh K 8 svn:date V 27 2000-01-18T07:52:12.000000Z K 7 svn:log V 173 Enable POSIX P1003_1B extentions by default; there's no reason I can see not to class them with the SYSV extentions as "optional but damn useful". Also desired by: wollman END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-01-18T08:31:40.000000Z K 7 svn:log V 64 Add a warning for the snd drivers and a pointer to pcm/sbc/etc. END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-01-18T08:38:35.000000Z K 7 svn:log V 33 Add ADS7182 as a known Joystick. END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-01-18T09:02:19.000000Z K 7 svn:log V 219 Merge a bug fix from freebsd-current; check m != NULL before touching it, at udp6_ctlinput(). There should be kernel panic at PCCARD suspend etc, before this bug fix. Submitted by: Hajimu UMEMOTO END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-01-18T09:30:58.000000Z K 7 svn:log V 320 Add another four device ID's for isa pnp modems. The USR's seem to use the same vendor and logical ID. The rest I am not sure whether they are vendor or logical, but it won't hurt if I've put a vendor ID here as merely will not match. These came from the old sio-pnp code, hence the uncertainty about which ID it is. END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-01-18T09:45:11.000000Z K 7 svn:log V 47 Virgin import of a trimmed down GNU Grep 2.4a. END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-01-18T09:45:11.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r56230, 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 2000-01-18T09:45:12.000000Z K 7 svn:log V 66 This commit was manufactured by cvs2svn to create tag 'grep_2_4a'. END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-01-18T09:46:39.000000Z K 7 svn:log V 15 Fix conflicts. END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-01-18T09:52:00.000000Z K 7 svn:log V 111 Back out previous revision because someone upgraded our texinfo system to one that understands "command{foo}". END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-01-18T11:00:24.000000Z K 7 svn:log V 119 Finally resolve the texinfo issue by moving it from the cross-tools to the bootstrap-tools. Requested by: bde, marcel END