109883 117 143 163 140 291 248 215 362 257 198 194 392 128 216 100 174 198 165 904 245 188 308 166 172 108 119 134 220 165 272 257 470 253 112 386 147 163 121 174 455 240 142 137 153 201 249 162 329 210 335 187 211 98 273 202 235 164 222 220 115 198 326 206 349 199 215 166 177 394 231 244 211 179 335 232 175 136 190 157 585 231 257 183 290 143 180 179 460 474 139 254 144 147 203 343 148 199 139 184 145 157 127 239 171 153 145 193 164 158 273 162 127 135 697 207 314 204 239 K 10 svn:author V 2 ru K 8 svn:date V 27 2003-01-26T12:34:36.000000Z K 7 svn:log V 52 Spell libufs correctly in DPADD. Reviewed by: juli END K 10 svn:author V 3 phk K 8 svn:date V 27 2003-01-26T12:39:46.000000Z K 7 svn:log V 71 Offer better advice in #error. Remove yet a usage message about -N/-W END K 10 svn:author V 3 phk K 8 svn:date V 27 2003-01-26T13:08:49.000000Z K 7 svn:log V 48 This file is no longer needed. Spotted by: tjr END K 10 svn:author V 3 phk K 8 svn:date V 27 2003-01-26T13:33:57.000000Z K 7 svn:log V 198 Build a file "boot" which consists of boot1 and boot2 concatenated. There is little if any reason to treat the two components separately and it will simplify disklabel(8) and libdisk if we didn't. END K 10 svn:author V 3 phk K 8 svn:date V 27 2003-01-26T13:50:11.000000Z K 7 svn:log V 155 Remove #if checks for NUMBOOT==0, it's not relevant for any architecture and if we get such an architecture, we can just avoid using the relevant options. END K 10 svn:author V 3 phk K 8 svn:date V 27 2003-01-26T14:32:53.000000Z K 7 svn:log V 122 Link /boot/boot1 to the name /boot/boot to avoid per-arch naming of the bootstrap code for disklabel using architectures. END K 10 svn:author V 3 phk K 8 svn:date V 27 2003-01-26T14:35:53.000000Z K 7 svn:log V 269 Drop the silly notion that i386 has two bootstrap files now that sys/boot creates a single file named just "boot". Apart from the fact that the option "-s" is now gone and that "-b" should be pointed at /boot/boot instead of /boot/boot1, this patch should be a no-op. END K 10 svn:author V 8 simokawa K 8 svn:date V 27 2003-01-26T15:39:04.000000Z K 7 svn:log V 159 - Improve IT/IR DMA queue management. - Improve debug message for mbuf handling. - Wait 1 sec for DMA stop in fwohci_i{t,r}x_disable() before freeing buffers. END K 10 svn:author V 3 phk K 8 svn:date V 27 2003-01-26T18:33:54.000000Z K 7 svn:log V 105 IA64 still needs to be able to run on MBR+BSD combination, so put disklabel back. Pointed out by: peter END K 10 svn:author V 8 simokawa K 8 svn:date V 27 2003-01-26T18:38:06.000000Z K 7 svn:log V 97 - Split db.desc.cmd into desc.control and desc.reqcount. - remove unncessary descriptor updates. END K 10 svn:author V 3 yar K 8 svn:date V 27 2003-01-26T19:02:56.000000Z K 7 svn:log V 299 Extend the format of /etc/ftpchroot so an alternative chroot directory can be specified for a user or a group. Add the manpage ftpchroot(5) since the file's format has grown complex enough. PR: bin/45327 Portions submitted by: Hideki SAKAMOTO MFC after: 1 week END K 10 svn:author V 3 phk K 8 svn:date V 27 2003-01-26T19:43:18.000000Z K 7 svn:log V 36 Put DIOCWLABEL under #ifdef NO_GEOM END K 10 svn:author V 6 alfred K 8 svn:date V 27 2003-01-26T20:09:34.000000Z K 7 svn:log V 120 Add const qualifier to data argument for msgsnd. PR: standards/45274 Submitted by: Craig Rodrigues END K 10 svn:author V 6 alfred K 8 svn:date V 27 2003-01-26T20:10:35.000000Z K 7 svn:log V 6 regen END K 10 svn:author V 6 murray K 8 svn:date V 27 2003-01-26T21:14:56.000000Z K 7 svn:log V 79 Correct typo. Submitted by: Andreas Kohn (via -STABLE) END K 10 svn:author V 6 julian K 8 svn:date V 27 2003-01-26T21:32:08.000000Z K 7 svn:log V 102 Fix KSE related patch. Make it compile for the SMP case.. statclock_process() has changed prototypes. END K 10 svn:author V 3 phk K 8 svn:date V 27 2003-01-26T21:49:44.000000Z K 7 svn:log V 73 Add ioctl which overwrites the first BBSIZE bytes of a BSD labeled disk. END K 10 svn:author V 3 phk K 8 svn:date V 27 2003-01-26T21:54:36.000000Z K 7 svn:log V 811 Implement DIOCBSDBB ioctl which overwrites first BBSIZE bytes of BSD labeled disk. This is complicated by the fact that BBSIZE is greater than the PAGE_SIZE limit ioctl inflicts on arguments which are automatically copied in. As long as we don't need access to userland memory (copyin/out) we can deal with the ioctl using g_callme() which executes it from the GEOM event thread. Once we need copyin/out, we need to return the bio with EDIRIOCTL in order to make geom_dev call us back in the original process context where copyin will work. Unfortunately, that results in us getting called with Giant, so we have to DROP_GIANT/PICKUP_GIANT around the code where we diddle GEOMs internals. Sometimes you just can't win... ... But it does make geom_bsd.c an almost complete example of the GEOM beastiarium. END K 10 svn:author V 3 phk K 8 svn:date V 27 2003-01-26T21:55:43.000000Z K 7 svn:log V 152 If we fail to open O_RDWR, try opening O_RDONLY, if we use ioctls to fiddle the disk we can get away with it. Try to use DIOCBSDBB to write boot code. END K 10 svn:author V 8 keramida K 8 svn:date V 27 2003-01-26T22:26:46.000000Z K 7 svn:log V 91 Fix a typo and reword a bit the description of the new SCHED_xxx stuff. Reviewed by: jeff END K 10 svn:author V 5 markm K 8 svn:date V 27 2003-01-26T23:01:36.000000Z K 7 svn:log V 213 Remove the get_term() function. It pretty much can't work for FreeBSD, and makes ugly diffs with the other crt1.c's. Leave behind a comment (words supplied by Thomas Moestl) that explain the issue. OK'ed by: tmm END K 10 svn:author V 3 mbr K 8 svn:date V 27 2003-01-26T23:01:49.000000Z K 7 svn:log V 74 Fix namespace pollution introduced in previous commit. Reviewed by: phk END K 10 svn:author V 5 markm K 8 svn:date V 27 2003-01-26T23:14:47.000000Z K 7 svn:log V 78 make these more useful for lint(1). Minor diff-reductions while I'm about it. END K 10 svn:author V 6 alfred K 8 svn:date V 27 2003-01-26T23:25:00.000000Z K 7 svn:log V 13 fix warnings END K 10 svn:author V 5 markm K 8 svn:date V 27 2003-01-26T23:29:22.000000Z K 7 svn:log V 25 Missed a bit of cleanup. END K 10 svn:author V 5 markm K 8 svn:date V 27 2003-01-26T23:34:47.000000Z K 7 svn:log V 40 Very minor EOL whitespace diff-reducer. END K 10 svn:author V 7 davidxu K 8 svn:date V 27 2003-01-26T23:39:33.000000Z K 7 svn:log V 123 Use kg_numupcalls to see if we are closing a thread group, not kg_kses which is not changed when a group is still working. END K 10 svn:author V 4 jake K 8 svn:date V 27 2003-01-26T23:52:45.000000Z K 7 svn:log V 72 Fix standard kse breakage of non-x86 platforms. Pointy hat to: davidxu END K 10 svn:author V 6 julian K 8 svn:date V 27 2003-01-27T00:00:06.000000Z K 7 svn:log V 176 Unbreak SMP cases for these architectures. statclock_process() changed arguments. note: it may be worth checking if curkse is needed on these architectures.. (and if so, why?) END K 10 svn:author V 3 alc K 8 svn:date V 27 2003-01-27T01:12:35.000000Z K 7 svn:log V 164 Simplify vm_object_page_remove(): The object's memq is now ordered. The two cases that existed before for performance optimization purposes can be reduced to one. END K 10 svn:author V 8 jmallett K 8 svn:date V 27 2003-01-27T01:57:15.000000Z K 7 svn:log V 372 If we don't know where the sblock is (e.g. filling out a blank disk), then get it from the fs structure. Really libufs should have interfaces to generate both what we export, and what we import, based on eachother, and this should be full of redundant code to make sure everything is right... But really, we don't even deal with checksums, so plenty of room to improve. END K 10 svn:author V 7 trhodes K 8 svn:date V 27 2003-01-27T02:05:59.000000Z K 7 svn:log V 156 Note that -c is no longer supported. This was requested by a few users and we even have a PR about it. PR: 47388 Discussed with: bmah Requested by: many END K 10 svn:author V 4 ache K 8 svn:date V 27 2003-01-27T03:14:04.000000Z K 7 svn:log V 19 Handle read errors END K 10 svn:author V 4 ache K 8 svn:date V 27 2003-01-27T03:39:33.000000Z K 7 svn:log V 292 Now return NULLified struct in case of empty config file (previous variant return NULL pointer for both empty file case and error case, so caller can't sense error properly). It not affect existen programs because property_find() now returns NULL for both NULL pointer and NULLified struct. END K 10 svn:author V 5 benno K 8 svn:date V 27 2003-01-27T04:24:57.000000Z K 7 svn:log V 53 Remove a duplicate definition of the __FBSDID macro. END K 10 svn:author V 5 benno K 8 svn:date V 27 2003-01-27T04:26:09.000000Z K 7 svn:log V 69 Use td->td_sticks, not td->td_kse->ke_sticks. Forgotten by: davidxu END K 10 svn:author V 5 benno K 8 svn:date V 27 2003-01-27T04:27:01.000000Z K 7 svn:log V 27 Flesh out bus_dmamap_sync. END K 10 svn:author V 5 benno K 8 svn:date V 27 2003-01-27T04:32:10.000000Z K 7 svn:log V 80 Back out some changes that snuck in with the last commit. Pointy hat to: benno END K 10 svn:author V 4 jake K 8 svn:date V 27 2003-01-27T04:42:17.000000Z K 7 svn:log V 361 Change ofwcons to use the output-device property from the firmware for the name of the device that it creates. Update /etc/ttys accordingly. An alias is created for the old name so that old /etc/ttys will continue to work, but due to aliases being implemented as symlinks in devfs you cannot login as root when using the alias device. Discussed with: grehan END K 10 svn:author V 7 trhodes K 8 svn:date V 27 2003-01-27T04:51:46.000000Z K 7 svn:log V 143 Teach sysinstall about the em(4) device. PR: 46439 Submitted by: Dan Lukes Approved by: re (murray) Tested? yes MFC: 1 day END K 10 svn:author V 4 jake K 8 svn:date V 27 2003-01-27T04:53:30.000000Z K 7 svn:log V 49 Add a note about the ofwcons device name change. END K 10 svn:author V 4 jake K 8 svn:date V 27 2003-01-27T05:05:52.000000Z K 7 svn:log V 44 Enable device zs and device sab by default. END K 10 svn:author V 3 imp K 8 svn:date V 27 2003-01-27T05:47:01.000000Z K 7 svn:log V 61 MFp4: u_int*_t -> uint*_t to conform more closely with C99. END K 10 svn:author V 8 jmallett K 8 svn:date V 27 2003-01-27T07:24:32.000000Z K 7 svn:log V 103 Convert newfs to use libufs. I've tested this on md filesystems, as has keramida, and all seems well. END K 10 svn:author V 3 tjr K 8 svn:date V 27 2003-01-27T07:41:12.000000Z K 7 svn:log V 156 Ensure that the TTY file descriptor is greater than or equal to 10 so that it doesn't interfere with the user's redirections. PR: 47136 MFC after: 1 week END K 10 svn:author V 3 phk K 8 svn:date V 27 2003-01-27T07:54:59.000000Z K 7 svn:log V 70 Add an ioctl to return the unit numbers of the configured md devices. END K 10 svn:author V 3 phk K 8 svn:date V 27 2003-01-27T07:58:18.000000Z K 7 svn:log V 236 Implement MDIOCLIST which returns the unit numbers of configured md(4) devices. We use the md_pad[] array and if there are more units than its size the last returned unit number will be -1, but the number of units returned is correct. END K 10 svn:author V 3 phk K 8 svn:date V 27 2003-01-27T08:01:08.000000Z K 7 svn:log V 117 Don't use the kern.disks sysctl to find a list of md devices, use the MDIOCLIST ioctl instead. Spotted by: keramida END K 10 svn:author V 3 sos K 8 svn:date V 27 2003-01-27T09:04:29.000000Z K 7 svn:log V 242 Update the code that deals with disk enclosures: Properly handle the newer Promise SuperSwap 1000 enclosures. Print out what kind of enclosure was found in the probe. Misc cleanups in the enclosure handling code. Sponsored by: Advanis Inc. END K 10 svn:author V 3 joe K 8 svn:date V 27 2003-01-27T09:43:24.000000Z K 7 svn:log V 95 Put the Perfection 1660 scanner entry in the right place. (Entries are sorted by product id). END K 10 svn:author V 3 joe K 8 svn:date V 27 2003-01-27T09:48:57.000000Z K 7 svn:log V 118 MFC: Add support for Epson Perfection 1260 and 1660, Primax Visioneer 6200 and Visioneer Scanport 3000 scanners. END K 10 svn:author V 3 joe K 8 svn:date V 27 2003-01-27T09:49:16.000000Z K 7 svn:log V 7 Regen. END K 10 svn:author V 5 benno K 8 svn:date V 27 2003-01-27T12:59:52.000000Z K 7 svn:log V 178 Back the previous commit out. It didn't actually fix the problem I was seeing and the memory barrier isn't needed with the bridges we're using. Fix the function style however. END K 10 svn:author V 5 maxim K 8 svn:date V 27 2003-01-27T13:45:20.000000Z K 7 svn:log V 107 MFC rev. 1.24: if the first action is O_LOG adjust a pointer to the real one, unbreaks skipto + log rules. END K 10 svn:author V 6 sanpei K 8 svn:date V 27 2003-01-27T14:31:32.000000Z K 7 svn:log V 139 Add PCI id for fxp(Intel Pro/100 M Mobile Connection). PR: i386/41915 Submitted by: Ross A. Lippert MFC after: 1 week END K 10 svn:author V 3 yar K 8 svn:date V 27 2003-01-27T14:41:08.000000Z K 7 svn:log V 72 Allow more than one separator character between fields in ftpchroot(5). END K 10 svn:author V 3 yar K 8 svn:date V 27 2003-01-27T15:34:22.000000Z K 7 svn:log V 129 Actually extract the second field from a line in ftpchroot(5) instead of just using the rest of the line behind the first field. END K 10 svn:author V 3 phk K 8 svn:date V 27 2003-01-27T16:54:17.000000Z K 7 svn:log V 127 Don't dereference null vnode pointer if controling terminal was revoked. Submitted by: "Peter Edwards" END K 10 svn:author V 7 trhodes K 8 svn:date V 27 2003-01-27T17:20:12.000000Z K 7 svn:log V 19 Sync with CURRENT. END K 10 svn:author V 2 ru K 8 svn:date V 27 2003-01-27T17:54:49.000000Z K 7 svn:log V 106 Unbreak i386 snapshots by moving the 802.11 support (device wlan) out from BOOTMFS to the drivers floppy. END K 10 svn:author V 6 fenner K 8 svn:date V 27 2003-01-27T18:16:32.000000Z K 7 svn:log V 230 Don't try to fseek before the beginning of the file; POSIX requires that this return an error. This re-enables display of the first entry in /var/account/acct instead of the error "lastcomm: /var/account/acct: Invalid argument" END K 10 svn:author V 7 trhodes K 8 svn:date V 27 2003-01-27T18:16:36.000000Z K 7 svn:log V 109 A few changes for clarity. PR: 47170 Submitted by: Gary W. Swearingen (original version) END K 10 svn:author V 4 jake K 8 svn:date V 27 2003-01-27T18:39:09.000000Z K 7 svn:log V 255 Add the sabtty children devices as unordered. Use the unit numbr of the sabtty device to create its description so that they will be unique for machines with multiple sab chips. This fixes a panic on machines with an rsc card. Tested by: obrien (e250) END K 10 svn:author V 6 dillon K 8 svn:date V 27 2003-01-27T19:59:28.000000Z K 7 svn:log V 103 MFC usr.sbin/sysinstall 1.136, change swap backoff from 1/2 to 1/8 physical memory for 'A'uto command. END K 10 svn:author V 6 dillon K 8 svn:date V 27 2003-01-27T20:04:08.000000Z K 7 svn:log V 119 MFC 1.131 nfsclient/nfs_vfsops.c. Provide sysctl to allow defaulting of the connectionless (-c) feature to mount_nfs. END K 10 svn:author V 6 dillon K 8 svn:date V 27 2003-01-27T20:12:32.000000Z K 7 svn:log V 71 Update mount_nfs documentation to reference new sysctl for -c default. END K 10 svn:author V 6 dillon K 8 svn:date V 27 2003-01-27T20:13:37.000000Z K 7 svn:log V 82 MFC 1.36 - update mount_nfs documentation to reference new sysctl for -c default. END K 10 svn:author V 3 mbr K 8 svn:date V 27 2003-01-27T22:19:32.000000Z K 7 svn:log V 301 Reset the record lenght and received bytes once a record is finished. This fixes clients doing two RPCs over the same connection at the same time. Without this fix, we could end with a reply to old data. Submitted by: Frank van der Linden Reviewed by: rwatson Obtained from: NetBSD END K 10 svn:author V 3 mbr K 8 svn:date V 27 2003-01-27T22:22:59.000000Z K 7 svn:log V 138 Free the correct buffer in error handling. Handle that malloc may return NULL. NetBSD Rev. 1.8 Reviewed by: phk Obtained from: NetBSD END K 10 svn:author V 3 mbr K 8 svn:date V 27 2003-01-27T22:27:55.000000Z K 7 svn:log V 151 Add missing __rpc_fixup_addr. This is needed to make mount_nfs -T work for scoped addresses. NetBSD Rev 1.11 Reviewed by: phk Obtained from: NetBSD END K 10 svn:author V 3 mbr K 8 svn:date V 27 2003-01-27T22:36:53.000000Z K 7 svn:log V 118 Make sure we don't look before the beginning of the string. NetBSD Rev 1.5 Reviewed by: phk Obtained from: NetBSD END K 10 svn:author V 3 mbr K 8 svn:date V 27 2003-01-27T22:38:25.000000Z K 7 svn:log V 87 Check pmap_flag before sendto. NetBSD r 1.5 Reviewed by: phk Obtained from: NetBSD END K 10 svn:author V 3 mbr K 8 svn:date V 27 2003-01-27T22:43:23.000000Z K 7 svn:log V 242 Make this work in the !INET6 case -- if we mismatch the AF, don't return a bogus (uninitialized) structure. Also, ignore v4 ifa's with no broadcast address (rather than core dumping). NetBSD Rev 1.8 Reviewed by: phk Obtained from: NetBSD END K 10 svn:author V 3 mbr K 8 svn:date V 27 2003-01-27T22:45:08.000000Z K 7 svn:log V 139 Fix signed/unsigned comparison warnings. Fix spelling error in comment. NetBSD Rev. 1.9 and 1.7 Reviewed by: phk Obtained from: NetBSD END K 10 svn:author V 3 mbr K 8 svn:date V 27 2003-01-27T22:46:50.000000Z K 7 svn:log V 83 Fix signed/unsigned comparison warnings. Reviewed by: phk Obtained from: NetBSD END K 10 svn:author V 5 peter K 8 svn:date V 27 2003-01-27T23:01:03.000000Z K 7 svn:log V 42 No longer force COMPAT_FREEBSD4 to be on. END K 10 svn:author V 4 fjoe K 8 svn:date V 27 2003-01-27T23:30:21.000000Z K 7 svn:log V 97 hint.acpi.0.disable -> hint.acpi.0.disabled Submitted by: Vitaly Markitantov END K 10 svn:author V 3 jwd K 8 svn:date V 27 2003-01-28T00:33:53.000000Z K 7 svn:log V 65 Fix signed/unsigned comparison warning/error from 'make release' END K 10 svn:author V 3 gad K 8 svn:date V 27 2003-01-28T01:21:57.000000Z K 7 svn:log V 492 Changes so the 'pw' command will allow '$' as the last character in a userid or group name (mainly for the benefit of samba). This pretty much rewrites he pw_checkname() routine, but should work exactly the same except for the above change, and that error messages are somewhat more informative. PR: 28733 46890 Inspired by: example patch written by Terry Lambert Reviewed by: no objections on freebsd-arch and freebsd-current MFC plans: no plans, but will do if people want it in stable. END K 10 svn:author V 3 gad K 8 svn:date V 27 2003-01-28T01:35:52.000000Z K 7 svn:log V 138 This is just a forced-commit to note that the previous commit addresses PR 28773 (not 28733!). I have closed both PR 28773 and PR 46890. END K 10 svn:author V 8 jmallett K 8 svn:date V 27 2003-01-28T02:42:01.000000Z K 7 svn:log V 159 Fix problems with how libufs was used, with regard to mounted/active fs's, in the new world order of libufs, where we also do statfs, and add a missing close. END K 10 svn:author V 3 alc K 8 svn:date V 27 2003-01-28T03:01:35.000000Z K 7 svn:log V 91 Merge pmap_testbit() and pmap_is_modified(). The latter is the only caller of the former. END K 10 svn:author V 5 silby K 8 svn:date V 27 2003-01-28T03:39:39.000000Z K 7 svn:log V 195 A few fixes to rev 1.221 - Honor the previous behavior of maxfragpackets = 0 or -1 - Take a better stab at fragment statistics - Move / correct a comment Suggested by: maxim@ MFC after: 7 days END K 10 svn:author V 3 phk K 8 svn:date V 27 2003-01-28T07:15:22.000000Z K 7 svn:log V 51 Bang! Bang! Bang! etc etc. Remove NODEVFS option. END K 10 svn:author V 3 des K 8 svn:date V 27 2003-01-28T08:04:40.000000Z K 7 svn:log V 88 style(9): add parentheses to sizeof even when not strictly required. MFC after: 3 days END K 10 svn:author V 3 phk K 8 svn:date V 27 2003-01-28T09:04:19.000000Z K 7 svn:log V 87 Bang! Bang! Bang! etc etc Remove NODEVFS and NO_GEOM from options. Approved by: trb@ END K 10 svn:author V 3 tjr K 8 svn:date V 27 2003-01-28T09:21:42.000000Z K 7 svn:log V 367 Do not allow a cached vnode to be shared among multiple mounts of the same kind of pseudofs-based filesystem. Fixes (at least) one problem where when procfs is mounted mupltiple times, trying to unmount one will often cause the wrong one to get unmounted, and other problem where mounting one procfs on top of another caused the kernel to lock up. Reviewed by: des END K 10 svn:author V 4 jeff K 8 svn:date V 27 2003-01-28T09:28:20.000000Z K 7 svn:log V 380 - Fix the ksq_load calculation. It now reflects the number of entries on the run queue for each cpu. - Introduce kse stealing into the sched_choose() code. This helps balance cpus better in cases where process turnover is high. This implementation is fairly trivial and will likely be only a temporary measure until something more sophisticated has been written. END K 10 svn:author V 4 jeff K 8 svn:date V 27 2003-01-28T09:30:17.000000Z K 7 svn:log V 46 - Allow idle's pctcpu time to be calculated. END K 10 svn:author V 3 phk K 8 svn:date V 27 2003-01-28T09:47:50.000000Z K 7 svn:log V 161 Use a void * to carry the private data for return-call'ed ioctl requests. Amongst other things this avoids a complex workaround in the userland regression bits. END K 10 svn:author V 3 phk K 8 svn:date V 27 2003-01-28T09:48:09.000000Z K 7 svn:log V 52 Mark some args unused so this compiles in userland. END K 10 svn:author V 3 phk K 8 svn:date V 27 2003-01-28T09:48:59.000000Z K 7 svn:log V 55 Add more scaffolding to make this compile kernel code. END K 10 svn:author V 5 benno K 8 svn:date V 27 2003-01-28T10:54:31.000000Z K 7 svn:log V 108 Put the right fix in. Instead of deleting the declaration of __FBSDID, we undef it before this definition. END K 10 svn:author V 3 mbr K 8 svn:date V 27 2003-01-28T10:55:38.000000Z K 7 svn:log V 250 Add PCI revision number for 630A and 900B. Enable parity error detection on 900B and 635(A). Re-add the enhanced PHY access register method again for older chipsets, they do not seem to work with all old chips. Reviewed by: phk MFC after: 7 days END K 10 svn:author V 4 fjoe K 8 svn:date V 27 2003-01-28T11:02:56.000000Z K 7 svn:log V 55 MFC: rev. 1.86: fix link_status() in non-Ethernet case END K 10 svn:author V 3 phk K 8 svn:date V 27 2003-01-28T11:09:22.000000Z K 7 svn:log V 106 NO_GEOM cleanup: Don't pull subr_disk{slice,label,mbr}.c into i386 kernels anymore, they are not needed. END K 10 svn:author V 6 sanpei K 8 svn:date V 27 2003-01-28T11:17:33.000000Z K 7 svn:log V 44 MFC: rev 1.146 Add some new PCI device ID's END K 10 svn:author V 4 fjoe K 8 svn:date V 27 2003-01-28T11:19:05.000000Z K 7 svn:log V 91 MFC: sync Arcnet driver and framework with -current (most notable addition is IPX support) END K 10 svn:author V 3 phk K 8 svn:date V 27 2003-01-28T12:10:11.000000Z K 7 svn:log V 53 Band-XXX-aid an easy to provoke panic. MFC: 2 weeks END K 10 svn:author V 3 phk K 8 svn:date V 27 2003-01-28T13:00:49.000000Z K 7 svn:log V 65 NO_GEOM cleanup: Don't include subr_disklabel.c in sparc64 build END K 10 svn:author V 5 dougb K 8 svn:date V 27 2003-01-28T13:09:17.000000Z K 7 svn:log V 33 Import of ISC BIND version 8.3.4 END K 10 svn:author V 5 dougb K 8 svn:date V 27 2003-01-28T13:09:17.000000Z K 7 svn:log V 144 This commit was generated by cvs2svn to compensate for changes in r109983, 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 2003-01-28T13:09:18.000000Z K 7 svn:log V 75 This commit was manufactured by cvs2svn to create tag 'bind-vendor-v8_3_4'. END K 10 svn:author V 3 phk K 8 svn:date V 27 2003-01-28T13:50:49.000000Z K 7 svn:log V 61 NO_GEOM cleanup: Remove subr_disklabel.c from alpha kernels. END K 10 svn:author V 3 phk K 8 svn:date V 27 2003-01-28T14:51:32.000000Z K 7 svn:log V 53 NO_GEOM cleanup: subr_disklabel.c no longer needed. END K 10 svn:author V 8 simokawa K 8 svn:date V 27 2003-01-28T15:09:07.000000Z K 7 svn:log V 96 - Allow multiple packets read/write for IR/IT to reduce system call. - Remove unused variables. END K 10 svn:author V 3 phk K 8 svn:date V 27 2003-01-28T16:36:39.000000Z K 7 svn:log V 72 NO_GEOM cleanup: remove subr_disk{label,mbr,slice}.c from pc98 kernels. END K 10 svn:author V 3 phk K 8 svn:date V 27 2003-01-28T16:37:22.000000Z K 7 svn:log V 66 NO_GEOM cleanup: remove subr_disklabel.c from powerpc and x86_64. END K 10 svn:author V 8 simokawa K 8 svn:date V 27 2003-01-28T17:00:23.000000Z K 7 svn:log V 175 - Search free device node to open. (fwcontrol.c) - Exploit multiple packets read/write for DV stream. (fwdv.c) - Add reference to libdv in the ports collection. (fwcontrol.8) END K 10 svn:author V 3 sam K 8 svn:date V 27 2003-01-28T17:11:48.000000Z K 7 svn:log V 70 fix pathname typo Submitted by: Jim Geovedi END K 10 svn:author V 6 dillon K 8 svn:date V 27 2003-01-28T18:44:40.000000Z K 7 svn:log V 32 Backout last commit by request. END K 10 svn:author V 4 jake K 8 svn:date V 27 2003-01-28T19:05:44.000000Z K 7 svn:log V 42 Remove BDE_DEBUGGER. Discussed with: bde END K 10 svn:author V 6 nectar K 8 svn:date V 27 2003-01-28T20:18:26.000000Z K 7 svn:log V 601 Make the Kerberos 4 bits build against OpenSSL 0.9.7. This required two basic changes (both of which should be no-ops until OpenSSL 0.9.7 is imported): = Define OPENSSL_DES_LIBDES_COMPATIBILITY wherever we include openssl/des.h. = Spell `struct des_ks_struct []' using the existing `des_key_schedule' typedef. When OpenSSL 0.9.7 is imported, `des_key_schedule' (among other things) will be a macro invocation instead of a typedef, and things should `just work'. Yes, this commit does take several files off the vendor branch. I do not expect there to be future imports of KTH Kerberos 4. END K 10 svn:author V 3 hsu K 8 svn:date V 27 2003-01-28T20:22:19.000000Z K 7 svn:log V 114 Avoid lock order reversal by expanding the scope of the AF_INET radix tree lock to cover the ARP data structures. END K 10 svn:author V 6 dbaker K 8 svn:date V 27 2003-01-28T21:29:23.000000Z K 7 svn:log V 218 Re-add information for applying for IP space from a registry since that hasn't been included since the ancient rs.internic.net address was removed. Offer the option of the five regional registries. MFC after: 3 days END K 10 svn:author V 5 markm K 8 svn:date V 27 2003-01-28T21:43:22.000000Z K 7 svn:log V 109 Vendor import of OpenSSL release 0.9.7. This release includes support for AES and OpenBSD's hardware crypto. END K 10 svn:author V 5 markm K 8 svn:date V 27 2003-01-28T21:43:22.000000Z K 7 svn:log V 144 This commit was generated by cvs2svn to compensate for changes in r109998, which included commits to RCS files with non-trunk default branches. END