Ļ%59471 251 269 282 141 108 178 105 253 994 148 276 143 150 153 304 412 139 196 165 177 236 161 135 148 205 215 380 253 166 226 135 136 140 136 279 146 135 142 135 246 172 131 134 144 184 135 263 134 137 162 138 138 211 160 144 133 266 103 145 467 141 145 130 141 178 241 153 119 118 120 129 150 136 140 137 143 143 180 131 261 124 158 143 130 166 140 157 171 264 180 130 218 120 127 116 152 112 124 117 166 140 124 175 148 181 183 145 159 188 181 135 169 222 238 138 134 128 138 175 154 156 164 144 164 177 120 142 163 109 279 2335 140 143 375 277 209 321 139 113 144 180 137 261 119 123 602 152 136 209 272 363 169 152 340 211 132 146 698 169 134 119 158 237 150 1497 220 217 179 195 447 156 159 150 118 755 177 202 214 121 146 129 121 383 192 158 351 444 142 138 179 194 481 439 568 190 201 134 164 164 503 481 157 126 155 663 187 122 166 130 117 267 222 116 155 164 122 227 131 126 260 223 130 106 134 144 165 309 154 133 225 302 184 324 160 134 281 126 203 157 248 246 113 355 232 140 153 128 116 112 220 532 699 K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-21T18:45:06.000000Z K 7 svn:log V 173 Until it's impact is better understood, only active KANJI/DSPMBYTE/MBYTEDEBUG if "WANT_KANJI" is defined in /etc/make.conf. Submitted by: Hajimu UMEMOTO END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-04-21T19:18:06.000000Z K 7 svn:log V 186 Now that we fixed the isp_sendmarker botch, we can now do initial bus resets for ULTRA2/ULTRA3 cards again (which were turned off really because of a botch for dual bus configurations). END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-04-21T22:06:02.000000Z K 7 svn:log V 50 Move the building of the PXE module into libi386. END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-04-21T23:51:58.000000Z K 7 svn:log V 15 Correct a typo END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-04-22T01:54:55.000000Z K 7 svn:log V 84 Add entries for the XMAC II's internal PHY and the Broadcom BCM5400 1000baseTx PHY. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-04-22T01:55:38.000000Z K 7 svn:log V 11 Regenerate END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-04-22T01:58:18.000000Z K 7 svn:log V 158 Add PHY drivers for the XMAC II's internal PHY and the Broadcom BCM5400 1000baseTX PHY. These will be used by the SysKonnect gigabit ethernet driver shortly. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-04-22T02:16:41.000000Z K 7 svn:log V 899 Reoganize/update the SysKonnect driver: - Break out the support for the XMAC II's PHY into an miibus driver. - Reorganize the probe/attach stuff using newbus. Each XMAC is now attached to the parent GEnesis controller using newbus. This is necessary since each XMAC must also have an attached miibus, and the miibus read/write register routines need to be able to get at the softc struct for each XMAC, not the one for the parent controller. This allows me to get rid of the grotty code I added for selecting the unit numbers for the ifnet interfaces: the unit numbers are now derived from the newbus-assigned unit numbers, which should track with the ifnet interface numbers. I think. At the very least, there should never be any collisions. - Add support for the SK-9821 and SK-9822 1000baseTX adapters. Special thanks to SysKonnect for loaning me two adapters for testing. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-04-22T02:17:44.000000Z K 7 svn:log V 54 Update to include info about the 1000baseTX adapters. END K 10 svn:author V 5 green K 8 svn:date V 27 2000-04-22T03:44:00.000000Z K 7 svn:log V 181 Move the declaration of "struct namecache" to vnode.h, as it can be useful elsewhere. Note, of course, that in an ideal world nothing should need to see our VFS implementation :-/ END K 10 svn:author V 5 green K 8 svn:date V 27 2000-04-22T03:44:41.000000Z K 7 svn:log V 49 Welcome back our old friend from procfs, "file"! END K 10 svn:author V 5 green K 8 svn:date V 27 2000-04-22T04:01:54.000000Z K 7 svn:log V 56 There's no reason to make "file" 0500 rather than 0555. END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-04-22T05:45:38.000000Z K 7 svn:log V 61 Convert the magic MFS device to a VCHR. Detected by: obrien END K 10 svn:author V 5 luoqi K 8 svn:date V 27 2000-04-22T05:48:45.000000Z K 7 svn:log V 209 MFC: IO apics are not necessarily page aligned, they are only required to be aligned on 1K boundary. Correct a typo that would cause problem to a second IO apic. Pointed out by: Steve Passe END K 10 svn:author V 5 mdodd K 8 svn:date V 27 2000-04-22T06:28:03.000000Z K 7 svn:log V 317 - Fix a problem with the cdevsw struct that prevented the kernel from booting on a RAID volume. - Change 'id_foo' and 'idfoo' to 'idad_foo' and 'idadfoo'. This makes names more consistent with the devices that the code belongs to (more in line with the style used in the amr/mlx driver.) Reviewed by: jlemon END K 10 svn:author V 3 jkh K 8 svn:date V 27 2000-04-22T09:00:51.000000Z K 7 svn:log V 47 make release builds a bit more error-resistant END K 10 svn:author V 4 grog K 8 svn:date V 27 2000-04-22T09:05:16.000000Z K 7 svn:log V 102 initsd(): Complete the intention of revision 1.25 and write init data to disk. Sleuthwork-by: alfred END K 10 svn:author V 4 dmlb K 8 svn:date V 27 2000-04-22T14:22:51.000000Z K 7 svn:log V 72 Moved functions around so that they are grouped a little more sensibly. END K 10 svn:author V 3 dfr K 8 svn:date V 27 2000-04-22T15:03:08.000000Z K 7 svn:log V 85 Make sure the driver's ops table has been initialised before calling static methods. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-04-22T15:07:02.000000Z K 7 svn:log V 142 Changed interrupt level to splcam() because of the bs driver is CAM driver. Pointed out: MITSUNAGA Noriaki END K 10 svn:author V 7 wollman K 8 svn:date V 27 2000-04-22T15:08:50.000000Z K 7 svn:log V 65 Enable PnP attachment for parallel port controllers. PR: 17495 END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-04-22T15:09:35.000000Z K 7 svn:log V 42 MFC: Changed interrupt level to splcam(). END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-04-22T15:12:52.000000Z K 7 svn:log V 55 Release allocated resources and return ENXIO on error. END K 10 svn:author V 7 wollman K 8 svn:date V 27 2000-04-22T15:13:06.000000Z K 7 svn:log V 108 Add $FreeBSD$. Initialize the POSIX.1b sysconf information appropriately for non-optional kernel functions. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-04-22T15:19:22.000000Z K 7 svn:log V 121 - PC-98 uses IRQ2 too. - Fixed the range of DMA channels on PC-98. Submitted by: "T.Yamaoka" END K 10 svn:author V 7 wollman K 8 svn:date V 27 2000-04-22T15:22:31.000000Z K 7 svn:log V 283 Implement POSIX.1b shared memory objects. In this implementation, shared memory objects are regular files; the shm_open(3) routine uses fcntl(2) to set a flag on the descriptor which tells mmap(2) to automatically apply MAP_NOSYNC. Not objected to by: bde, dillon, dufault, jasone END K 10 svn:author V 7 wollman K 8 svn:date V 27 2000-04-22T15:24:29.000000Z K 7 svn:log V 156 Add shm_open(3) and shm_unlink(3). The documentation could use a good bit of work (and is stylistically probably the worst manual page I've ever written). END K 10 svn:author V 7 wollman K 8 svn:date V 27 2000-04-22T15:29:21.000000Z K 7 svn:log V 70 Add a little test program to demonstrate POSIX Shared Memory Objects. END K 10 svn:author V 7 wollman K 8 svn:date V 27 2000-04-22T15:36:56.000000Z K 7 svn:log V 129 Note the presence of POSIX.1b Shared Memory Objects. There's got to be a better way to handle cross-architecture kernel changes. END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-22T15:48:32.000000Z K 7 svn:log V 39 Teach .Lb macro about other libraries. END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-22T15:50:29.000000Z K 7 svn:log V 40 Introduce .Lb macro to libc_r manpages. END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-22T15:51:37.000000Z K 7 svn:log V 44 Introduce .Lb macro to libcalendar manpage. END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-22T15:52:37.000000Z K 7 svn:log V 40 Introduce .Lb macro to libcam manpages. END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-22T15:56:59.000000Z K 7 svn:log V 182 Introduce .Lb macro to libcrypt manpage. Make it more mdoc(7) compliant: . use .Tn for DES, MD5 andSHS. . Replace double quotes with .Dq macro . use An/Aq scheme for listing authors END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-22T15:58:01.000000Z K 7 svn:log V 50 Introduce .Lb macro to libdevstat library manpage END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-22T15:58:49.000000Z K 7 svn:log V 39 Introduce .Lb macro to libdisk manpage END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-22T16:01:01.000000Z K 7 svn:log V 46 Introduce .Lb macro to libipx library manpage END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-22T16:01:33.000000Z K 7 svn:log V 39 Introduce .Lb macro to libedit manpage END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-22T16:08:41.000000Z K 7 svn:log V 149 Introduce .Lb macro to libfetch manpage Sort .Nm values Change first column width in errors list (table look much better now) Remove redundant comma END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-22T16:10:12.000000Z K 7 svn:log V 76 Introduce .Lb macro to libkvm manpages. Use .Pa macro for "enlighting" path END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-22T16:11:05.000000Z K 7 svn:log V 35 Introduce .Lb macro to libmanpages END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-22T16:11:30.000000Z K 7 svn:log V 38 Introduce .Lb macro to libmd manpages END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-22T16:12:13.000000Z K 7 svn:log V 48 Introduce .Lb macro to netgraph library manpage END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-22T16:13:36.000000Z K 7 svn:log V 88 Introduce .Lb macro to libposix1e manpages Sort some .Nm values Decapitalize .Nd values END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-22T16:14:26.000000Z K 7 svn:log V 39 Introduce .Lb macro to libskey manpage END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-22T16:17:00.000000Z K 7 svn:log V 166 Introduce .Lb macro to libutil manpages Sort .Nm values in some manpages Remove explicit note about compiling with -lutil, it's implicitly declared by .Lb macro now. END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-22T16:17:38.000000Z K 7 svn:log V 38 Introduce .Lb macro to libvgl manpage END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-22T16:24:06.000000Z K 7 svn:log V 41 MFC: rev 1.23, 1.24, introduce .Lb macro END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-22T16:36:09.000000Z K 7 svn:log V 66 MFC: introduce .Lb macro to libraries manpages, some mdoc cleanup END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-22T16:46:19.000000Z K 7 svn:log V 42 MFC: introduce .Lb macro to libc manpages END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-22T17:07:11.000000Z K 7 svn:log V 42 MFC: introduce .Lb macro to libc manpages END K 10 svn:author V 5 green K 8 svn:date V 27 2000-04-22T17:58:40.000000Z K 7 svn:log V 116 Quiet an unused variable warning by commenting out a variable declaration that goes with a commented out statement. END K 10 svn:author V 5 chris K 8 svn:date V 27 2000-04-22T18:19:54.000000Z K 7 svn:log V 66 Update the `file' entry to reflect its nature as a symbolic link. END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-04-22T20:43:21.000000Z K 7 svn:log V 51 Oops, remove vestigial reference to SHS passwords. END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-04-22T20:46:09.000000Z K 7 svn:log V 40 MFC: Remove reference to SHS passwords. END K 10 svn:author V 3 ken K 8 svn:date V 27 2000-04-22T20:58:45.000000Z K 7 svn:log V 173 MFC, rev 1.21. Fix a panic in the case of a probe failure, and add a newline in an error message. PR: kern/17512 Submitted by: Louis Mamakos (newline fix) END K 10 svn:author V 7 wollman K 8 svn:date V 27 2000-04-23T02:02:33.000000Z K 7 svn:log V 8 .Lb-ify END K 10 svn:author V 7 wollman K 8 svn:date V 27 2000-04-23T02:43:44.000000Z K 7 svn:log V 49 Fix a warning with a forward struct declaration. END K 10 svn:author V 7 wollman K 8 svn:date V 27 2000-04-23T04:00:00.000000Z K 7 svn:log V 370 A couple months ago, Kirk and I were doing a walkthrough of the radix-tree search routine, and scratching our heads over why it was so obfuscated. This delta fixes a number of confusing style bugs and renames several structure members to have more meaningful names. There remain a number of odd control-flow structures. These changes do not affect the generated code. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-04-23T09:04:42.000000Z K 7 svn:log V 48 Sync with sys/i386/conf/GENERIC revision 1.252. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-04-23T09:06:24.000000Z K 7 svn:log V 52 Sync with sys/i386/conf/GENERIC revision 1.246.2.2. END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-04-23T09:10:09.000000Z K 7 svn:log V 38 Enforce and respect the 8 unit limit. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-04-23T09:10:24.000000Z K 7 svn:log V 48 Sync with sys/conf/options.i386 revision 1.135. END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-04-23T09:11:19.000000Z K 7 svn:log V 86 Hide annoying message under boot-verbose. Fix Typo. Approved by: nyan Also: PR-18172 END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-04-23T09:33:31.000000Z K 7 svn:log V 147 Sync with the following changes. sys/boot/i386/libi386/Makefile 1.16 and 1.17 sys/boot/i386/loader/Makefile 1.44 sys/boot/i386/loader/main.c 1.20 END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-04-23T09:54:32.000000Z K 7 svn:log V 60 MFC: Release allocated resources and return ENXIO on error. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-04-23T09:59:11.000000Z K 7 svn:log V 26 MFC: Fixed PC-98 support. END K 10 svn:author V 5 markm K 8 svn:date V 27 2000-04-23T10:01:30.000000Z K 7 svn:log V 24 Cosmetic - fix RCS tag. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-04-23T10:30:09.000000Z K 7 svn:log V 27 Disable PCI BIOS on PC-98. END K 10 svn:author V 5 markm K 8 svn:date V 27 2000-04-23T14:18:18.000000Z K 7 svn:log V 35 Use Garrett's new (clearer) names. END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-23T14:47:26.000000Z K 7 svn:log V 54 Suggest to use .Lb macro in 2nd/3rd section manpages. END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-23T14:48:06.000000Z K 7 svn:log V 40 MFC: rev 1.12, suggest to use .Lb macro END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-23T14:49:22.000000Z K 7 svn:log V 44 Add information about newly added .Lb macro END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-23T14:50:38.000000Z K 7 svn:log V 41 Add expanded information about .Lb macro END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-23T14:51:25.000000Z K 7 svn:log V 47 MFC: rev 1.18, add information about .Lb macro END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-23T14:51:47.000000Z K 7 svn:log V 47 MFC: rev 1.29, add information about .Lb macro END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-23T14:53:57.000000Z K 7 svn:log V 84 Add note about synchronization of .Lb macro code and its section in mdoc.samples(7) END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-23T14:54:44.000000Z K 7 svn:log V 35 MFC: rev 1.25, .Lb macro sync note END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-23T15:07:51.000000Z K 7 svn:log V 164 Correct uk_UA.KOI8-U locale ALPHAs specification Submitted by: Vadim Chekan (PR: conf/17826) Submitted by: via ache END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-23T15:13:30.000000Z K 7 svn:log V 28 MFC: rev 1.2, corect ALPHAs END K 10 svn:author V 7 wollman K 8 svn:date V 27 2000-04-23T15:15:15.000000Z K 7 svn:log V 62 Spell MAP_NOSYNC correctly. Submitted by: allenc@verinet.com END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-23T15:43:29.000000Z K 7 svn:log V 47 MFC: rev 1.23, 1.24, 1.25, introduce .Lb macro END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-23T15:45:47.000000Z K 7 svn:log V 34 MFC: rev 1.13, suggest to use .Lb END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-23T15:48:24.000000Z K 7 svn:log V 70 MFC: rev 1.18 (mdoc.7), rev 1.29 (mdoc.samples.7), document .Lb macro END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-23T16:07:45.000000Z K 7 svn:log V 44 MFC: introduce .Lb macro to libc_r manpages END K 10 svn:author V 3 bsd K 8 svn:date V 27 2000-04-23T16:26:29.000000Z K 7 svn:log V 65 MFC: Allow firewall rules to be instantiated via a shell script. END K 10 svn:author V 3 mpp K 8 svn:date V 27 2000-04-23T16:32:21.000000Z K 7 svn:log V 79 Fix a typo in the comments. Submitted by: Allen Campbell END K 10 svn:author V 3 mpp K 8 svn:date V 27 2000-04-23T16:40:02.000000Z K 7 svn:log V 171 ancontrol first appeared in FreeBSD 4.0, not 3.0. Also fix a couple of minor mdoc style things as long as I'm in here. Submitted by: Allen Campbell END K 10 svn:author V 3 mpp K 8 svn:date V 27 2000-04-23T16:43:17.000000Z K 7 svn:log V 88 MFC: ancontrol first appeared in FreeBSD 4.0, not 3.0. Also fix some minor mdoc stuff. END K 10 svn:author V 3 mpp K 8 svn:date V 27 2000-04-23T16:51:28.000000Z K 7 svn:log V 38 MFC: Fix the NAME section and a typo. END K 10 svn:author V 3 bsd K 8 svn:date V 27 2000-04-23T16:52:35.000000Z K 7 svn:log V 125 MFC: Fix a core dump that occurs when sending a file to the remote side. Resurrect the 'cdelay' and 'ldelay' features. END K 10 svn:author V 3 mpp K 8 svn:date V 27 2000-04-23T16:54:25.000000Z K 7 svn:log V 28 MFC: Fix a spelling error. END K 10 svn:author V 3 mpp K 8 svn:date V 27 2000-04-23T16:57:02.000000Z K 7 svn:log V 35 MFC: Fix a minor grammar problem. END K 10 svn:author V 3 mpp K 8 svn:date V 27 2000-04-23T16:58:37.000000Z K 7 svn:log V 24 MFC: mdoc style fixes. END K 10 svn:author V 3 bsd K 8 svn:date V 27 2000-04-23T16:58:55.000000Z K 7 svn:log V 60 MFC up to rev 1.22 - Make the '-n' flag work as advertised. END K 10 svn:author V 3 mpp K 8 svn:date V 27 2000-04-23T16:59:28.000000Z K 7 svn:log V 20 MFC: Spelling fix. END K 10 svn:author V 3 mpp K 8 svn:date V 27 2000-04-23T17:00:38.000000Z K 7 svn:log V 32 MFC: Fix some spelling errors. END K 10 svn:author V 3 mpp K 8 svn:date V 27 2000-04-23T17:02:39.000000Z K 7 svn:log V 25 MFC: Minor style fixes. END K 10 svn:author V 3 mpp K 8 svn:date V 27 2000-04-23T17:04:14.000000Z K 7 svn:log V 74 MFC: Fix a couple of typos and make the FILES section follow mdoc style. END K 10 svn:author V 3 mpp K 8 svn:date V 27 2000-04-23T17:05:30.000000Z K 7 svn:log V 48 MFC: Some minor mdoc style and spelling fixes. END K 10 svn:author V 3 mpp K 8 svn:date V 27 2000-04-23T17:06:30.000000Z K 7 svn:log V 32 MFC: Fix some spelling errors. END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-23T17:12:31.000000Z K 7 svn:log V 79 MFC: introduce .Lb macro to libc manpages Great bunch of $freeBSD$ tags added END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-23T17:48:21.000000Z K 7 svn:log V 52 MFC: introduce .Lb macro to left libraries manpages END K 10 svn:author V 2 cg K 8 svn:date V 27 2000-04-23T17:57:35.000000Z K 7 svn:log V 90 maybe make cmi8330 work - no feedback yet implement bass/treble for yamaha opl-sax chips END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-23T18:08:10.000000Z K 7 svn:log V 88 MBYTEDEBUG not needed for "WANT_KANJI" Submitted by: Hajimu UMEMOTO END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-23T18:08:49.000000Z K 7 svn:log V 50 Pass "WANT_KANJI" from make.conf to the compiler. END K 10 svn:author V 2 cg K 8 svn:date V 27 2000-04-23T18:09:18.000000Z K 7 svn:log V 68 implement settrigger according to spec fixes for non-blocking mode END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-23T18:16:16.000000Z K 7 svn:log V 93 Don't refer to non-existent automount(8). Submitted by: Alexey M. Zelkin END K 10 svn:author V 3 jkh K 8 svn:date V 27 2000-04-23T21:23:34.000000Z K 7 svn:log V 89 Make FTP_PASSIVE_MODE check more specific. Suggested by: Eric D. Futch END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-04-24T02:01:56.000000Z K 7 svn:log V 41 Add "device miibus" to SYNOPSIS section. END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-04-24T08:14:16.000000Z K 7 svn:log V 76 Activate ja nls if WANT_KANJI Fix 'make release' Suppress 'make distribute' END K 10 svn:author V 3 mpp K 8 svn:date V 27 2000-04-24T08:50:15.000000Z K 7 svn:log V 129 Fix the grammar in my previous commit "lose" -> "loss". I should have done it that way in the first place. Pointed-out-by: bde END K 10 svn:author V 6 yokota K 8 svn:date V 27 2000-04-24T10:09:42.000000Z K 7 svn:log V 142 - Added support for 1bpp and 4bpp BMP files. (PC98 part of the commit will follow.) Submitted (50%) by: Chiharu Shibata END K 10 svn:author V 4 dmlb K 8 svn:date V 27 2000-04-24T10:10:01.000000Z K 7 svn:log V 45 Make the moved about version compile and run END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-24T11:16:38.000000Z K 7 svn:log V 38 MFC: rev 1.179, add share/examples/bc END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-24T11:17:53.000000Z K 7 svn:log V 32 MFC: rev 1.17, install examples END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-24T11:23:00.000000Z K 7 svn:log V 42 MFC: rev 1.178, add share/examples/dialog END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-24T11:25:09.000000Z K 7 svn:log V 79 MFC: install contents of the TESTS subdirectory to /usr/share/examples/dialog/ END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-24T11:27:03.000000Z K 7 svn:log V 58 MFC: simple notes on /usr/share/examples/dialog directory END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-24T11:30:55.000000Z K 7 svn:log V 60 MFC: rev 1.180, create share/examples/bind/{html,misc} dirs END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-24T11:39:39.000000Z K 7 svn:log V 68 MFC: rev 1.25, install additional docs, install additional manpages END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-24T11:44:54.000000Z K 7 svn:log V 48 MFC: rev 1.182, create share/examples/libdialog END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-24T11:54:51.000000Z K 7 svn:log V 68 MFC: rev 1.41, update cvs pserver example (add --allow-root switch) END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-24T11:56:10.000000Z K 7 svn:log V 81 MFC: rev 1.27, install TESTS directory contents to /usr/share/examples/libdialog END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-24T12:06:04.000000Z K 7 svn:log V 24 MFC: clean up warngings END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-24T12:13:51.000000Z K 7 svn:log V 46 MFC: rev 1.37, better handling groff failures END K 10 svn:author V 3 dfr K 8 svn:date V 27 2000-04-24T14:41:54.000000Z K 7 svn:log V 71 MFC: revision 1.21 - don't prepend 'r' to devices when its not needed. END K 10 svn:author V 4 dmlb K 8 svn:date V 27 2000-04-24T14:50:01.000000Z K 7 svn:log V 16 Initial import. END K 10 svn:author V 4 dmlb K 8 svn:date V 27 2000-04-24T14:51:25.000000Z K 7 svn:log V 185 Bit mask definitions for firmware versioning. Added versioning info to the MIB sizes array so that both raycontrol and if_ray have a better chance of not sending duff data to the ECF. END K 10 svn:author V 4 dmlb K 8 svn:date V 27 2000-04-24T15:19:40.000000Z K 7 svn:log V 2240 Moved debugging definitions to a header file. Removed NETBSDTX spares. Renamed a load of functions - specifcally start -> tx init has download, sj and assoc as sub-functions report_params and update params move to repparams/upparams Tidied up old #define's Got rid of old DPRINTF, made printf's RAY_PRINTF and panic's RAY_PANIC All code KNF Removed checking the ECF_TO_HOST area in ray_init - this gets hosed when someone updates/read a parameter from the card so causes unneeded grief. This required moving the tib check into ray_attach. Changed handling of interface flags in ioctl so that promiscous mode changes are only done as needed. Sequences of comq entries can be added to an array and automatically dealt with - used in ray_init_user and others. Moved IFF_RUNNING checks from the comq commands to com_runq - still not sure what to do so we PANIC - will be fixed. ray_sj now checks to see if any of the parameters it can update can be updated. ray_sj_done now updates parameters to the current n/w set if we changed them earlier. I was being a bit thick in earlier comments as to why this check was done - the ECF never changes the parameters. Assocication with APs is handled outside of ray_sj - need to add WEP stuff if I ever get my hands on an AP. ray_stop, ray_unload and ray_reset are currently broken - reset isn't used anyway. ray_tx_XXX and ray_rx only have cosmetic changes. Interrupt handler now gets command out of ccs. This is so ray_intr_ccs and ray_intr_rcs don't need to remap CM (I'm trying to roll things up a bit as it must be slowing us down). ray_intr_ccs just vectors commands to functions or error checks - a jump table could replace it in ray_intr. Ditto for ray_intr_rcs. mcast is currently broken - I need to do more work for ALLMULTI etc. This is reasonably easy to fix becuase of the comq array stuff. Added a few more checks into repparams so that it is firmware version aware. It also uses the new comq framework. Parameter updating is also much better with the update parameter return routine re-worked. Added a couple of runq entry helper functions - one that malloc's a new entry and fills it in with sensible defaults and another that adds and runs a seqencue of entries. END K 10 svn:author V 4 dmlb K 8 svn:date V 27 2000-04-24T15:49:20.000000Z K 7 svn:log V 47 Cosmetic to make errors messages look similar. END K 10 svn:author V 3 dfr K 8 svn:date V 27 2000-04-24T16:59:46.000000Z K 7 svn:log V 51 Remove a debugging define which I left by mistake. END K 10 svn:author V 3 dfr K 8 svn:date V 27 2000-04-24T17:08:04.000000Z K 7 svn:log V 282 * Rewrite to use kobj(9) instead of hard-coded function tables. * Report link errors to stdout with uprintf() so that the user can see what went wrong (PR kern/9214). * Add support code to allow module symbols to be loaded into GDB using the debugger's "sharedlibrary" command. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-24T17:30:08.000000Z K 7 svn:log V 181 * Use sys/sys/random.h rather than a i386 specific one. * There was nothing that should be machine dependant about i386/isa/random_machdep.c, so it is now sys/kern/kern_random.c. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-04-24T17:44:45.000000Z K 7 svn:log V 114 Update the Tigon firmware to 12.3.21. This fixes a few bugs and adds support for cards with 2MB of on-board SRAM. END K 10 svn:author V 6 msmith K 8 svn:date V 27 2000-04-24T19:40:50.000000Z K 7 svn:log V 225 MFC: - resource cleanups during attachment failures - grammar in diagnostics - fix for log message race which would show up on drive death or removal from an unmanaged enclosure - support for userland control utility END K 10 svn:author V 6 msmith K 8 svn:date V 27 2000-04-24T19:44:47.000000Z K 7 svn:log V 44 MFC: control utility for 'mlx' controllers. END K 10 svn:author V 6 msmith K 8 svn:date V 27 2000-04-24T19:48:51.000000Z K 7 svn:log V 18 Attach mlxcontrol END K 10 svn:author V 6 msmith K 8 svn:date V 27 2000-04-24T19:50:04.000000Z K 7 svn:log V 49 MFC: documentation updates for the 'mlx' driver. END K 10 svn:author V 6 msmith K 8 svn:date V 27 2000-04-24T19:56:26.000000Z K 7 svn:log V 85 Disable the returning of "wedged" commands; this is wrong and needs to be rethought. END K 10 svn:author V 6 msmith K 8 svn:date V 27 2000-04-24T19:56:45.000000Z K 7 svn:log V 42 MFC: disable returning "wedged" commands. END K 10 svn:author V 6 jasone K 8 svn:date V 27 2000-04-24T21:07:45.000000Z K 7 svn:log V 165 Automated regression test harness for libc_r. Existing tests are integrated, a new test for POSIX semaphores was added, and examples of harness usage are included. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-24T21:53:54.000000Z K 7 svn:log V 24 Use kern/kern_random.c. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-24T23:08:23.000000Z K 7 svn:log V 28 Add linker_if.m to the mix. END K 10 svn:author V 4 grog K 8 svn:date V 27 2000-04-25T01:41:57.000000Z K 7 svn:log V 508 Fix a long-standing bug which caused massive character loss in remote serial gdb: interrupts were causing either overruns or stealing characters. Put splhigh() around the routines which transfer packets across the line. Since this happens when the system is halted in debug, this doesn't cause any particular problem. Now it is possible to run the link at 115,200 bps. PR: (not assigned yet, must be in limbo somewhere) Add partial support for detecting non-existent gdb devices. Add $FreeBSD$ tag. END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2000-04-25T02:29:51.000000Z K 7 svn:log V 57 MFC, rev 1.15; data corruption bug under heavy I/O load. END K 10 svn:author V 2 bp K 8 svn:date V 27 2000-04-25T05:06:31.000000Z K 7 svn:log V 45 More machdep/random.h -> sys/random.h fixes. END K 10 svn:author V 3 wes K 8 svn:date V 27 2000-04-25T05:07:54.000000Z K 7 svn:log V 116 MFC patches for stream attack. This fell through the crack on 3.x. Reviewed by: Mike Silbersack END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-04-25T06:07:27.000000Z K 7 svn:log V 179 Checkin my first batch of New Mexico changes: o minor whitespace things (bad because this is also a functional commit) o Backport reading in of CIS entries from the driver level. END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-04-25T06:09:54.000000Z K 7 svn:log V 270 First cut at adding CIS reading to xe driver. I don't have a card that seems to be working (I have a MF card that has a 336 modem and ethernet that the probe routine finds, but the attach fails on because pccardd doesn't do what you'd like with MF cards all the time). END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-04-25T08:59:51.000000Z K 7 svn:log V 72 Fix excessive use of parenthesis in previous commit. Requested by: bde END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-04-25T09:01:22.000000Z K 7 svn:log V 55 MFC rev 1.53: Fix excessive parens in previous commit. END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-04-25T10:51:18.000000Z K 7 svn:log V 247 Clone the {b|bio}_offset field, and make sure it is always initialized in struct bio. Eventually, bio_offset will probably obsolete the bio_blkno and bio_pblkno fields. Remove the special hack in atapi-cd.c to determine of bio_offset was valid. END K 10 svn:author V 5 joerg K 8 svn:date V 27 2000-04-25T13:53:48.000000Z K 7 svn:log V 116 Reassemble a sentence that has been botched in rev 1.4. Reported by: Alexander Leidinger END K 10 svn:author V 5 joerg K 8 svn:date V 27 2000-04-25T13:55:03.000000Z K 7 svn:log V 38 MFC: rev 1.13, reassemble a sentence. END K 10 svn:author V 7 wollman K 8 svn:date V 27 2000-04-25T16:40:57.000000Z K 7 svn:log V 50 Add punctuation to make a sentence more readable. END K 10 svn:author V 6 dwhite K 8 svn:date V 27 2000-04-25T19:00:08.000000Z K 7 svn:log V 602 Commit PicoBSD mega-patch: . Bring PicoBSD up to date with -CURRENT reality. . Make PicoBSD smart and not spam /dev/vn0 and /mnt. Now it uses the first unused vn device and creates a temporary mountpoint in /tmp. . Miscellaneous build cleanups and optimizations. Unfortunately the bridge, isp, and router floppies are too big and need the axe treatment. The install floppy needs updating to -CURRENT. Dial and net build and (appear to) run OK. I will be adressing these in the near future (unless someone beats me to it :-) ). PR: misc/17737 Submitted by: Omachonu Ogali END K 10 svn:author V 6 dwhite K 8 svn:date V 27 2000-04-25T19:03:31.000000Z K 7 svn:log V 74 Remove mistakenly added {o}init. The build system adds it automatically. END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-04-25T21:45:45.000000Z K 7 svn:log V 42 Ignore tulip chips on LanMedia WAN cards. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-04-26T00:20:01.000000Z K 7 svn:log V 24 Remove unused variable. END K 10 svn:author V 5 billf K 8 svn:date V 27 2000-04-26T01:43:21.000000Z K 7 svn:log V 64 Reverse part of previous MFC, unbreak mlx Submitted by: msmith END K 10 svn:author V 7 wollman K 8 svn:date V 27 2000-04-26T02:36:54.000000Z K 7 svn:log V 140 Hello, getconf. This is a slight reinvention of the wheel^H^H^H^H^HPOSIX.2 and X/Open utility, and rather more complicated than necessary. END K 10 svn:author V 3 kjc K 8 svn:date V 27 2000-04-26T02:40:33.000000Z K 7 svn:log V 58 remove "register" specifiers to supress compiler warning. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-04-26T04:35:25.000000Z K 7 svn:log V 1403 Don't disable interrupts when calling a vm86 mode interrupt or routine from user mode. Don't disable interrupts when returning from vm86 mode to user mode either. Now, we only disable interrupts before calling a hardware interrupt handler, which is the only time we _should_ be disabling interrupts. Because of this, err, feature, any routine that one called in vm86 mode had to re-enable interrupts by setting the interrupt flag or interrupts would remain disabled even after the routine returned. For example, I have a simple debugging routine that uses a vm86 mode function to dump any arbitrary memory word that I use to read the BIOS timer or any other memory location. This function does 1 load instruction from memory and then returns. Since it didn't re-enable interrupts, the first time I called it to read the BIOS timer, it disabled interrupts. This also affected the PXE bootstrap as it needs interrupts enabled while it is processing. This patch fixes both of those situations so that those functions do not worry about having to enable interrupts. Hardware interrupt handlers worked fine with the old code because they always enable interrupts as part of their routine. If you have any problems with the loader after this commit, please let me know. I'd like to MFC it in a week or two since PXE support needs it. Noticed by: ps, Michael Johnston END K 10 svn:author V 6 jkoshy K 8 svn:date V 27 2000-04-26T05:09:22.000000Z K 7 svn:log V 124 Fix typo. Use `.Fa' to denote a function argument. PR: docs/18214 Submitted by: Ben Smithurst END K 10 svn:author V 6 jkoshy K 8 svn:date V 27 2000-04-26T05:21:54.000000Z K 7 svn:log V 121 Correct typo in description string: `CANNOT' -> `CAN'. PR: docs/18177 Submitted by: MIHIRA Yoshiro END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-04-26T06:02:13.000000Z K 7 svn:log V 87 LanMedias driver sources for the LMC1000 and similar cards. Does not yet compile yet. END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-04-26T06:06:58.000000Z K 7 svn:log V 101 Fix the buffer overflow reported on Bugtraq. Submitted by: Ben Smithurst END K 10 svn:author V 5 chris K 8 svn:date V 27 2000-04-26T06:12:42.000000Z K 7 svn:log V 352 Replace the /dev/stdin, /dev/stdout, and /dev/stderr nodes with symlinks to fd/0, fd/1, and fd/2 respectively. This will make things easier for upcoming changes to fdesc (and does not break anything for the current state of things) and hopefully its position as the replacement for our existing static /dev/fd nodes. Suggested (and reviewed) by: phk END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-04-26T06:48:54.000000Z K 7 svn:log V 61 Well, make intrhand2_t take a void * arg then. Matches i386. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-04-26T06:49:39.000000Z K 7 svn:log V 64 Remove dummy read_random function since we now have a real one. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-26T07:00:46.000000Z K 7 svn:log V 55 Unbreak for the case where ``make obj'' was run first. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-26T07:17:26.000000Z K 7 svn:log V 23 random.h moved to sys/ END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-04-26T07:38:40.000000Z K 7 svn:log V 663 Bring support in for Intel Wired for Management 1.1 (PXE 0.99 and below). This did not work previously because interrupts were disabled when PXE calls were being made, and they must be enabled. This should also allow us to be compliant with all newer PXE rom's from Intel. For PXE 0.99, this has been tested using the Intel N440BX motherboard and I am confident it will work on the Intel L440GX motherboard. Lots of help/information from: jhb, peter I would like to thank Michael Johnston , Mike Henry , and all the other PXE developers at Intel for their help, and information in helping solve this problem. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-04-26T10:38:19.000000Z K 7 svn:log V 80 Add braces to avoid ambiguity in a nested conditional (silences a gcc warning). END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-04-26T10:40:35.000000Z K 7 svn:log V 104 Clarify the use of the auth service's -d option for specifying a fallback username. Reviewed by: green END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-26T11:18:16.000000Z K 7 svn:log V 118 This file isn't needed anymore, has symbols that conflicts with cdrio.h which produces warnings when compiling kdump. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-26T11:24:44.000000Z K 7 svn:log V 26 /dev/r => /dev/ END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-26T11:34:52.000000Z K 7 svn:log V 51 Default device not longer uses the "r" raw prefix. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-26T11:38:10.000000Z K 7 svn:log V 34 "r" devices are on their way out. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-26T11:52:44.000000Z K 7 svn:log V 26 /dev/r => /dev/ END K 10 svn:author V 5 green K 8 svn:date V 27 2000-04-26T11:57:45.000000Z K 7 svn:log V 288 Move procfs_fullpath() to vfs_cache.c, with a rename to textvp_fullpath(). There's no excuse to have code in synthetic filestores that allows direct references to the textvp anymore. Feature requested by: msmith Feature agreed to by: warner Move requested by: phk Move agreed to by: bde END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-26T11:58:32.000000Z K 7 svn:log V 97 The worm device is dead in -CURRENT, and wormio.h just went away. Reviewed by: commiters on IRC END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-26T12:54:51.000000Z K 7 svn:log V 63 "r" (raw) devices aren't named the traditional way any longer. END K 10 svn:author V 7 iwasaki K 8 svn:date V 27 2000-04-26T15:11:17.000000Z K 7 svn:log V 254 MFPAO3. Add support multi io window. This code support following cards; Accton UE2212 PLANET-SMART-COM-CREDITCARD-2000 Melco LPC-T ME-3000II Laneed LD-CDY Melco LPC3-TX Submitted by: MIHIRA Sanpei Yoshiro Obtained from: PAO3 END K 10 svn:author V 7 iwasaki K 8 svn:date V 27 2000-04-26T15:36:43.000000Z K 7 svn:log V 347 MFPAO3. Improvement of of pccard cis tuple parsing capability. - Fixed bogus CIS tuple dumping (Network node ID, IRQ modes and etc.) - Include telling drivers ethernet address if Network node ID tuple is available. This is usefull for some bogus ehter cards which can't get correct ethernet address from CIS tupple. Obtained from: PAO3 END K 10 svn:author V 2 cg K 8 svn:date V 27 2000-04-26T19:51:19.000000Z K 7 svn:log V 51 update for new location of emu10k1.h under sys/gnu END K 10 svn:author V 2 cg K 8 svn:date V 27 2000-04-26T19:53:46.000000Z K 7 svn:log V 47 repo-copied to sys/gnu/dev/sound/pci/emu10k1.h END K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-04-26T19:54:49.000000Z K 7 svn:log V 87 Now that we are compiling PXE into libi386, we don't need ../libi386 in .PATH anymore. END K 10 svn:author V 2 cg K 8 svn:date V 27 2000-04-26T20:06:52.000000Z K 7 svn:log V 102 fix minor numbers for multi-channel devices Submitted by: Alexander Matey END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-04-26T20:16:56.000000Z K 7 svn:log V 388 Driver for DEC "Tulip" based WAN cards from LanMedia Corporation. This driver should support both the SSI (V.35 etc) E1/T1 unchannelized, DS3 and HSSI cards. Only tested on the SSI card. More info at: http://www.lanmedia.com Thanks to LanMedia for donating two LMC1000P cards. if_de.c driver modified by: LanMedia NetGraphification by: Stephen Kiernan END K 10 svn:author V 6 dillon K 8 svn:date V 27 2000-04-26T20:36:36.000000Z K 7 svn:log V 343 MFC sequential write detection heuristic. This extends the sequential read heuristic to also cover sequential writes, causing write-behind to be used only for the sequential write case. This solves a number of performance issues with random writes to medium sized files using large block sizes, as occurs with DBM files. END K 10 svn:author V 6 dillon K 8 svn:date V 27 2000-04-26T20:58:40.000000Z K 7 svn:log V 472 Fix #! script exec under linux emulation. If a script is exec'd from a program running under linux emulation, the script binary is checked for in /compat/linux first. Without this patch the wrong script binary (i.e. the FreeBSD binary) will be run instead of the linux binary. For example, #!/bin/sh, thus breaking out of linux compatibility mode. This solves a number of problems people have had installing linux software on FreeBSD boxes. END K 10 svn:author V 6 dillon K 8 svn:date V 27 2000-04-26T21:16:54.000000Z K 7 svn:log V 95 Remove synchronizing instruction in MP unlock code. It turns out not to be necessary. END K 10 svn:author V 2 cg K 8 svn:date V 27 2000-04-26T23:08:12.000000Z K 7 svn:log V 109 duh, i forgot to change a bitmask, sorry alexander Submitted by: Alexander Matey END K 10 svn:author V 6 jasone K 8 svn:date V 27 2000-04-26T23:17:17.000000Z K 7 svn:log V 39 Remove cancellation point propagation. END K 10 svn:author V 6 jasone K 8 svn:date V 27 2000-04-26T23:25:58.000000Z K 7 svn:log V 69 Add test to detect propagation of cancellation points within libc_r. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2000-04-26T23:25:59.000000Z K 7 svn:log V 68 This commit was manufactured by cvs2svn to create branch 'RELENG_4'. END K 10 svn:author V 3 bsd K 8 svn:date V 27 2000-04-27T00:48:59.000000Z K 7 svn:log V 410 Back out the hook to execute the file ${firewall_type}. The intended purpose of the hook was to provide the ability for a shell program to instantiate the firewall rules instead of forcing them to be statically coded. This functionality was already present through the use of ${firewall_script}, and I see no need to keep the ${firewall_type} hook around. Reminded by: Dag-Erling Smorgrav END K 10 svn:author V 3 bsd K 8 svn:date V 27 2000-04-27T00:54:45.000000Z K 7 svn:log V 388 MFC: Back out the hook to execute the file ${firewall_type}. The intended purpose of the hook was to provide the ability for a shell program to instantiate the firewall rules instead of forcing them to be statically coded. This functionality was already present through the use of ${firewall_script}, and I see no need to keep the ${firewall_type} hook around. END K 10 svn:author V 6 jasone K 8 svn:date V 27 2000-04-27T00:59:44.000000Z K 7 svn:log V 62 Add a wrapper for the sendfile() system call. PR: bin/17366 END K 10 svn:author V 6 archie K 8 svn:date V 27 2000-04-27T01:19:17.000000Z K 7 svn:log V 31 MFC (rev 1.130): SIGIO bug fix END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-04-27T03:23:50.000000Z K 7 svn:log V 64 Don't report errors when we UDP_WRITE fails with a status of 1. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-04-27T08:43:49.000000Z K 7 svn:log V 565 Add to defaults/rc.conf a new function source_rc_confs which rc scripts may use to source safely overrides in ${rc_conf_files} files. This protects users who insist on the bad practice of copying /etc/defaults/rc.conf to /etc/rc.conf from a recursive loop that exhausts available file descriptors. Several people have expressed interest in breaking this function out into its own shell script. Anyone who wants to embark on such an undertaking would do well to study the attributed PR. PR: 17595 Reported by: adrian Submitted by: Doug Barton END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-27T08:54:09.000000Z K 7 svn:log V 91 Suggest to use -pthreads instead of -lc_r Noticed by: John-Mark Gurney END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-27T08:55:39.000000Z K 7 svn:log V 26 *** empty log message *** END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-27T09:03:21.000000Z K 7 svn:log V 70 (clarification to previous commit) MFC: rev 1.26, -lc_r -> -pthreads END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-27T09:03:52.000000Z K 7 svn:log V 34 MFC: rev 1.26, -lc_r -> -pthreads END K 10 svn:author V 3 des K 8 svn:date V 27 2000-04-27T09:10:53.000000Z K 7 svn:log V 25 Document firewall_script END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2000-04-27T09:20:18.000000Z K 7 svn:log V 169 Create ${KRNLOBJDIR} before running config(8), since config(8) does not create required parent directories of the kernel compile directory specified with its -d option. END K 10 svn:author V 2 bp K 8 svn:date V 27 2000-04-27T10:13:52.000000Z K 7 svn:log V 130 Fix support for 802.2 and SNAP frames. Bug was introduced during initial import. Tested by: Jorge P Vasquez END K 10 svn:author V 5 luigi K 8 svn:date V 27 2000-04-27T10:28:22.000000Z K 7 svn:log V 22 Documentation update. END K 10 svn:author V 2 bp K 8 svn:date V 27 2000-04-27T10:29:14.000000Z K 7 svn:log V 64 Calculate checksum properly for propagated IPX/NetBIOS packets. END K 10 svn:author V 3 des K 8 svn:date V 27 2000-04-27T10:41:53.000000Z K 7 svn:log V 72 Fix language in description of firewall_script. Submitted by: sheldonh END K 10 svn:author V 3 des K 8 svn:date V 27 2000-04-27T10:43:18.000000Z K 7 svn:log V 30 MFC: Document firewall_script END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-04-27T12:30:28.000000Z K 7 svn:log V 135 Make PXE do a dhcp request to find out where its files are. The DHCP server is no longer required to also act as the NFS/TFTP server. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-04-27T13:09:07.000000Z K 7 svn:log V 38 Add wormio.h. The wd driver needs it. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-04-27T13:13:43.000000Z K 7 svn:log V 33 machine/random.h -> sys/random.h END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-04-27T13:34:32.000000Z K 7 svn:log V 166 Supported EGC 640x400, PEGC 640x400 and PEGC 640x480 graphics modes. Submitted by: Chiharu Shibata and Tomokazu HARADA END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-04-27T13:37:40.000000Z K 7 svn:log V 129 Added PC-98 supports. Submitted by: Chiharu Shibata , Tomokazu HARADA and yokota END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-04-27T14:42:26.000000Z K 7 svn:log V 36 MFC: add 1000baseTX PHYs from head. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-04-27T14:42:48.000000Z K 7 svn:log V 12 Regenerate. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-04-27T14:43:42.000000Z K 7 svn:log V 40 MFC: add Broadcom and XMAC PHY drivers. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-04-27T14:47:25.000000Z K 7 svn:log V 50 MFC: add xmphy and brgphy to miibus module build. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-04-27T14:48:08.000000Z K 7 svn:log V 71 MFC: merge sk driver from current, add support for 1000baseTX devices. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-04-27T15:11:41.000000Z K 7 svn:log V 214 Add a bpfdetach() stub routine to bpf.c. Without this, you'll get an unresolved symbol error if you try to load a network driver into a kernel which doesn't have bpf enabled. Forgotten by: rwatson Found by: peter END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-04-27T15:13:43.000000Z K 7 svn:log V 60 MFC: add missing bpfdetach() stub for when bpf is disabled. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-04-27T16:01:20.000000Z K 7 svn:log V 39 MFC: update Tigon firmware to 12.3.21. END K 10 svn:author V 7 wollman K 8 svn:date V 27 2000-04-27T16:43:45.000000Z K 7 svn:log V 128 Add gperf(1) to build tools. It should have been one before, but gcc does not depend on version-specific gperf behavior (yet). END K 10 svn:author V 6 dillon K 8 svn:date V 27 2000-04-27T16:58:45.000000Z K 7 svn:log V 206 MFC 1.88 to 3.x. Close a window in the use of HLT. When using HLT, the STI must occur in the instruction before the HLT to guarentee that no interrupt can occur inbetween the STI and the HLT. END K 10 svn:author V 3 nbm K 8 svn:date V 27 2000-04-27T17:11:03.000000Z K 7 svn:log V 92 Update periodic to use the function source_rc_confs that /etc/defaults/rc.conf now exports. END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-04-27T17:37:03.000000Z K 7 svn:log V 232 Load Sharing using IP Network Address Translation (RFC 2391, LSNAT). LSNAT links are first created by either PacketAliasRedirectPort() or PacketAliasRedirectAddress() and then set up by one or more calls to PacketAliasAddServer(). END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-04-27T17:55:17.000000Z K 7 svn:log V 69 Load Sharing using IP Network Address Translation (RFC 2391, LSNAT). END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-04-27T18:06:05.000000Z K 7 svn:log V 43 Spell PacketAliasRedirectAddr() correctly. END K 10 svn:author V 7 wollman K 8 svn:date V 27 2000-04-27T19:38:57.000000Z K 7 svn:log V 184 Revert my changes to make gperf a build-tool; that was the wrong thing. All builds had been broken; now just upgrade builds are until I or someone else can figure out the Right Thing. END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-04-27T19:58:57.000000Z K 7 svn:log V 34 Use profiling on LINT. cosmetics. END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-04-27T20:14:21.000000Z K 7 svn:log V 109 Add default 5min timeout for output drain to stop hanging on exit or in other places when connection dropped END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-04-27T20:18:34.000000Z K 7 svn:log V 63 Grrr. Add miibus_if.h to SRCS so this will build again. *slap* END K 10 svn:author V 5 wilko K 8 svn:date V 27 2000-04-27T20:19:48.000000Z K 7 svn:log V 153 Remove PC164UX from 'might work/might have SRM'. Add warning for non-SRM for PC164UX and XL/XLT DEC machines Submitted by: END K 10 svn:author V 5 wilko K 8 svn:date V 27 2000-04-27T20:20:46.000000Z K 7 svn:log V 151 Remove PC164UX from 'might work/might have SRM'. Add warning for non-SRM for PC164UX and XL/XLT DEC machines Submitted by: naddy@mips.rhein-neckar.de END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 2000-04-27T21:04:17.000000Z K 7 svn:log V 17 Remove a warning END K 10 svn:author V 7 n_hibma K 8 svn:date V 27 2000-04-27T21:08:24.000000Z K 7 svn:log V 258 make the example compile again. The makefile contains a reference to /sys/dev/ppbus. What really should be done is copy the header files to /usr/include/sys/dev/ppbus. PR: kern/16767 Submitted by: Jin Guojun (FTG staff) END K 10 svn:author V 7 wollman K 8 svn:date V 27 2000-04-27T21:24:43.000000Z K 7 svn:log V 135 Make gperf be a bootstrap-tool, since we now depend on features of the specific version in -current. Approved in principle by: marcel END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-04-27T21:31:23.000000Z K 7 svn:log V 47 Add ability to manipulate with drain wait time END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-04-27T21:45:41.000000Z K 7 svn:log V 60 gfmt: set 'changed' flags only if something really changed. END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-04-27T21:48:48.000000Z K 7 svn:log V 35 part of gfmt really changed commit END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-04-27T21:58:46.000000Z K 7 svn:log V 23 remove last empty line END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-04-27T22:08:29.000000Z K 7 svn:log V 19 Describe drainwait END K 10 svn:author V 6 archie K 8 svn:date V 27 2000-04-27T22:50:12.000000Z K 7 svn:log V 124 Add a new macro CIRCLEQ_FOREACH_REVERSE for traversing through a circle queue in the reverse direction (from tail to head). END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-04-28T05:01:35.000000Z K 7 svn:log V 439 sanpai-san (sanpai@sanpai.org) suggested that we put the novel probe first. This will fix a few cards that hang on the WD probe. He tells me that PAO went one step farther and removed the WD proble completely and none of the cards in the 2.x database broke in PAO3. Since I'm more conservative in this code, I'm just swapping the order, which he said also fixed his problem. Reviewed by: mdodd, iwasaki Submitted by: sanpai@sanpai.org END K 10 svn:author V 8 mckusick K 8 svn:date V 27 2000-04-28T06:12:56.000000Z K 7 svn:log V 601 When files are given to users by root, the quota system failed to reset their grace timer as their ownership crossed the soft limit threshhold. Thus if they had been over their limit in the past, they were suddenly penalized as if they had been over their limit ever since. The fix is to check when root gives away files, that when the receiving user crosses their soft limit, their grace timer is reset. See the PR report for a detailed method of reproducing the bug. PR: kern/17128 Submitted by: Andre Albsmeier Reviewed by: Kirk McKusick END