šn61969 31 139 140 311 126 159 298 151 1070 155 137 148 234 323 158 191 145 164 201 125 252 188 215 115 227 165 432 198 269 289 414 132 K 10 svn:author V 5 peter K 8 svn:date V 27 2000-06-22T19:27:42.000000Z K 7 svn:log V 45 MFC: new bsd-style unrestricted license text END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-06-22T19:32:07.000000Z K 7 svn:log V 46 MFC: new bsd-style unrestricted license text. END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-06-22T19:44:25.000000Z K 7 svn:log V 216 Make the generated set headers depend on Makefile as well (that is where the list of .o files comes from - if we change the list of files that are built, we need to rescan the files) Obtained from: bde (indirectly) END K 10 svn:author V 5 wilko K 8 svn:date V 27 2000-06-22T20:09:01.000000Z K 7 svn:log V 32 update UP1000/Symbios SCSI info END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-06-22T20:51:03.000000Z K 7 svn:log V 65 Correct PPPoE in multi-link mode Submitted by: jason@OpenBSD.org END K 10 svn:author V 5 green K 8 svn:date V 27 2000-06-22T20:53:36.000000Z K 7 svn:log V 203 Rename macros to all-uppercase. Get rid of a comment that was ironic (I goofed on the bitshifts myself long ago ;) and a bit redundant: code should be clear enough that it seldom needs comments at all. END K 10 svn:author V 6 alfred K 8 svn:date V 27 2000-06-22T22:09:31.000000Z K 7 svn:log V 56 fix warning, declare function static. Reviewed by: dfr END K 10 svn:author V 6 alfred K 8 svn:date V 27 2000-06-22T22:27:16.000000Z K 7 svn:log V 974 fix races in the uidinfo subsystem, several problems existed: 1) while allocating a uidinfo struct malloc is called with M_WAITOK, it's possible that while asleep another process by the same user could have woken up earlier and inserted an entry into the uid hash table. Having redundant entries causes inconsistancies that we can't handle. fix: do a non-waiting malloc, and if that fails then do a blocking malloc, after waking up check that no one else has inserted an entry for us already. 2) Because many checks for sbsize were done as "test then set" in a non atomic manner it was possible to exceed the limits put up via races. fix: instead of querying the count then setting, we just attempt to set the count and leave it up to the function to return success or failure. 3) The uidinfo code was inlining and repeating, lookups and insertions and deletions needed to be in their own functions for clarity. Reviewed by: green END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-06-23T00:11:32.000000Z K 7 svn:log V 61 Remove these here, these were repocopied to src/sys/ufs/ffs. END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-06-23T00:12:08.000000Z K 7 svn:log V 43 MFC: delete; repocopied to src/sys/ufs/ffs END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-06-23T00:12:51.000000Z K 7 svn:log V 54 MFC: delete; repo copied to src/sys/ufs/ffs directly. END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-06-23T01:16:49.000000Z K 7 svn:log V 139 Add -s -a and -m flags for supressing the subject line, ignoring amd mounts and ignoring mfs mounts. Default functionality stays the same. END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-06-23T01:18:31.000000Z K 7 svn:log V 228 Introduce /etc/defaults/periodic.conf, similar in concept to rc.conf. The only change in the default functionality should be that the output reports are slightly more verbose WRT files deleted. Not objected to by: freebsd-arch END K 10 svn:author V 5 chris K 8 svn:date V 27 2000-06-23T03:43:34.000000Z K 7 svn:log V 64 Replace .Va references to function arguments to .Fa references. END K 10 svn:author V 5 chris K 8 svn:date V 27 2000-06-23T03:50:32.000000Z K 7 svn:log V 97 Replace ``FreeBSD 4.0'' with ``.Fx 4.0'' and remove a useless empty line at the end of the file. END K 10 svn:author V 5 chris K 8 svn:date V 27 2000-06-23T04:25:10.000000Z K 7 svn:log V 51 Replace an erroneous `.Va error' with `.Va errno'. END K 10 svn:author V 6 cokane K 8 svn:date V 27 2000-06-23T04:27:33.000000Z K 7 svn:log V 69 Fixed problem with linux ioctl code, module loading should work now. END K 10 svn:author V 6 cokane K 8 svn:date V 27 2000-06-23T04:30:20.000000Z K 7 svn:log V 105 Fixed trouble with linux emu, not it should work in the module. Removed unnecessary warning message too. END K 10 svn:author V 6 cokane K 8 svn:date V 27 2000-06-23T04:41:28.000000Z K 7 svn:log V 30 Minor redundant #include fix. END K 10 svn:author V 5 chris K 8 svn:date V 27 2000-06-23T05:05:44.000000Z K 7 svn:log V 157 Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples: ``.Ar errno'' -> ``.Va errno'' ``.Nm ops'' -> ``.Fa ops'' ``.Va fd'' -> ``.Fa fd'' END K 10 svn:author V 6 cokane K 8 svn:date V 27 2000-06-23T05:54:01.000000Z K 7 svn:log V 93 Finish up the fixing of the linux ioctl stuff. Add line to remove the dev entry upon unload. END K 10 svn:author V 6 cokane K 8 svn:date V 27 2000-06-23T05:54:26.000000Z K 7 svn:log V 119 Finish up the fixing of the linux ioctl stuff. Add line to remove the dev entry upon unload. Fix the module makefile. END K 10 svn:author V 4 dima K 8 svn:date V 27 2000-06-23T07:10:34.000000Z K 7 svn:log V 22 Fix typo (inT -> int) END K 10 svn:author V 6 msmith K 8 svn:date V 27 2000-06-23T07:38:24.000000Z K 7 svn:log V 131 Stop trying to do anything funny with the interrupt resource range. The AT PIC will consume IRQ 2 correctly in the !APIC_IO case. END K 10 svn:author V 6 msmith K 8 svn:date V 27 2000-06-23T07:40:57.000000Z K 7 svn:log V 70 Collect the ISA DMA defines from the MI ISA code, not a private copy. END K 10 svn:author V 6 msmith K 8 svn:date V 27 2000-06-23T07:44:33.000000Z K 7 svn:log V 336 Add PnP probe methods to some common AT hardware drivers. In each case, the PnP probe is merely a stub as we make assumptions about some of this hardware before we have probed it. Since these devices (with the exception of the speaker) are 'standard', suppress output in the !bootverbose case to clean up the probe messages somewhat. END K 10 svn:author V 6 msmith K 8 svn:date V 27 2000-06-23T08:18:53.000000Z K 7 svn:log V 102 Add a stub driver to consume the PnP "system resource" items, and hide them in the !bootverbose case. END K 10 svn:author V 6 msmith K 8 svn:date V 27 2000-06-23T08:19:50.000000Z K 7 svn:log V 173 Make the PnP 'slopsucker' quiet in the !bootverbose case - the real NPX probe happens much earlier, and may come to very different conclusions about the system's NPX setup. END K 10 svn:author V 2 tg K 8 svn:date V 27 2000-06-23T08:57:17.000000Z K 7 svn:log V 197 Install a VGA font for the X11 mode. Use a line like xset fp+ /usr/libdata/doscmd/fonts in your .xsession to activate it. Document X11_FONT option in .doscmdrc. Open window if $DISPLAY is set. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-06-23T09:08:45.000000Z K 7 svn:log V 316 Fix problems introduced in the previous commit: * Do not use explicit paragraphing (Pp) to separate list items. * Do not use semi-colons to punctuate list items; the use or periods eases maintenance. * Do not mark up external shell commands as internal commands (Ic). * Do not introduce new hard sentence breaks. END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-06-23T09:48:02.000000Z K 7 svn:log V 38 e.g. -> e.g., Obtained from: OpenBSD END