ƒ¬p59235 236 345 133 784 230 317 140 1298 149 156 239 174 284 537 140 391 250 257 972 847 349 253 263 153 142 426 175 124 243 173 510 161 157 112 485 128 431 127 165 242 128 188 172 163 116 202 139 127 238 182 272 145 120 117 166 158 148 202 492 170 381 401 176 172 191 199 271 203 124 169 162 109 242 152 117 196 140 179 175 153 170 174 102 137 143 252 149 218 142 220 107 140 239 173 424 153 170 155 155 294 204 179 270 115 118 140 204 135 1548 245 239 194 206 396 170 124 121 127 224 153 202 108 252 246 198 132 121 140 213 149 143 125 123 124 217 226 167 139 168 130 293 181 216 121 188 299 140 141 190 159 125 130 145 163 1233 505 248 178 411 119 120 306 230 239 206 162 233 154 122 125 146 163 216 155 197 122 132 291 172 177 168 118 239 177 140 266 239 190 141 146 158 114 151 113 126 163 364 752 196 145 107 132 356 192 435 176 295 130 136 141 110 615 425 487 121 162 325 361 202 117 169 223 173 143 196 408 180 156 115 126 132 180 185 818 364 104 111 K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-04-14T15:31:48.000000Z K 7 svn:log V 250 Change && to || in probe routine so that the mlphy driver doesn't incorrectly attach itself to ThunderLAN adapters which happen to have a PHY who's model number happens out to be 0. Problem reported by: Peter L. Thomas END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-04-14T15:33:14.000000Z K 7 svn:log V 39 MFC: change && to || in probe routine. END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-04-14T15:34:55.000000Z K 7 svn:log V 692 Apply TCP_EXPIRE_CONNECTED (86400 seconds) timeout only to established connections, after SYN packets were seen from both ends. Before this, it would get applied right after the first SYN packet was seen (either from client or server). With broken TCP connection attempts, when the remote end does not respond with SYNACK nor with RST, this resulted in having a useless (ie, no actual TCP connection associated with it) TCP link with 86400 seconds TTL, wasting system memory. With high rate of such broken connection attempts (for example, remote end simply blocks these connection attempts with ipfw(8) without sending RST back), this could result in a denial-of-service. PR: bin/17963 END K 10 svn:author V 7 iwasaki K 8 svn:date V 27 2000-04-14T18:04:15.000000Z K 7 svn:log V 133 Fix minor bugs. - reset line number when new file is included. - activate `-i' command lline option (specify available IRQ) again. END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-04-14T21:01:35.000000Z K 7 svn:log V 220 Sync us up to OpenBSD's cat.1 v1.18 and cat.c v1.9. This gets rid of a bogus cast of NULL in setbuf(). Lets us know the buffer malloc failed. Reworks the manpage a bit to make it more mdoc(7) compliant, adds examples. END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-04-15T03:09:47.000000Z K 7 svn:log V 49 MFC: sync up loader with current, including PXE. END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-04-15T03:34:27.000000Z K 7 svn:log V 1200 Introduce extended attribute support for FFS, allowing arbitrary (name, value) pairs to be associated with inodes. This support is used for ACLs, MAC labels, and Capabilities in the TrustedBSD security extensions, which are currently under development. In this implementation, attributes are backed to data vnodes in the style of the quota support in FFS. Support for FFS extended attributes may be enabled using the FFS_EXTATTR kernel option (disabled by default). Userland utilities and man pages will be committed in the next batch. VFS interfaces and man pages have been in the repo since 4.0-RELEASE and are unchanged. o ufs/ufs/extattr.h: UFS-specific extattr defines o ufs/ufs/ufs_extattr.c: bulk of support routines o ufs/{ufs,ffs,mfs}/*.[ch]: hooks and extattr.h includes o contrib/softupdates/ffs_softdep.c: extattr.h includes o conf/options, conf/files, i386/conf/LINT: added FFS_EXTATTR o coda/coda_vfsops.c: XXX required extattr.h due to ufsmount.h (This should not be the case, and will be fixed in a future commit) Currently attributes are not supported in MFS. This will be fixed. Reviewed by: adrian, bp, freebsd-fs, other unthanked souls Obtained from: TrustedBSD Project END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-04-15T03:43:56.000000Z K 7 svn:log V 58 Oops.. Add this file I forgot in the previous commit.. :( END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-15T04:41:27.000000Z K 7 svn:log V 61 Import the latest version of the 44BSD C-shell -- tcsh-6.09. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-15T04:41:27.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r59243, 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-04-15T04:41:28.000000Z K 7 svn:log V 78 This commit was manufactured by cvs2svn to create tag 'tcsh-vendor-tcsh_6_09'. END K 10 svn:author V 2 cg K 8 svn:date V 27 2000-04-15T05:04:12.000000Z K 7 svn:log V 192 make mmap sort-of work. there seem to be interactions with certain hw drivers, so still work in progress. do various mmap-related ioctls right. improve blocksize control. bits of cleanup. END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-04-15T05:14:39.000000Z K 7 svn:log V 440 Introduced /usr/sbin/extattrctl, a utility for managing UFS/FFS extended attributes (recently committed). Using extattrctl, the extended attribute service may be started and stopped for specific file systems; specific attributes may be enabled or disabled, and the backing file for each attribute configured. Also, backing files may be initialized. Reviewed by: adrian, bp, freebsd-fs, the unthanked masses Obtained from: TrustedBSD END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-04-15T05:48:20.000000Z K 7 svn:log V 49 MFC: sync up loader with current, including PXE. END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-04-15T05:54:02.000000Z K 7 svn:log V 298 Complete the bio/buf divorce for all code below devfs::strategy Exceptions: Vinum untouched. This means that it cannot be compiled. Greg Lehey is on the case. CCD not converted yet, casts to struct buf (still safe) atapi-cd casts to struct buf to examine B_PHYS END K 10 svn:author V 5 roger K 8 svn:date V 27 2000-04-15T07:46:19.000000Z K 7 svn:log V 155 Update to driver 2.11. Driver now compiles on FreeBSD/Alpha, but still requires testing. Remove a printf, submitted by Chris D. Faulhaber END K 10 svn:author V 5 roger K 8 svn:date V 27 2000-04-15T08:07:56.000000Z K 7 svn:log V 162 Add include files to alpha/include directory. Eventually the i386/include and alpha/include header files for the bktr driver will be moved to a common directory. END K 10 svn:author V 8 groudier K 8 svn:date V 27 2000-04-15T10:54:58.000000Z K 7 svn:log V 874 First patch that prepares for the adding of multi-firmware support. Changes are rather simplifications of the SCRIPTS interface (prior to complexifying it again;) ), dead code removes and comment fixes. Code removed: - Handling of kernel variables referenced from SCRIPTS. - Handling of selection without ATN. Slightly rewritten: - Handling of illegal phase (4/5) and data overrun conditions. Simplifications: - Extended error flag and bits now only set from the C code. - Move the extended error status (xerr_status) and nego status (nego_status) outside the data structure accessed by SCRIPTS (struct dsb). - Get rid of the script status field (scr_st). - Only patch SCR_NO_OP SCRIPTS instructions to adapt SCRIPTS to actual chip capabilities. Cosmetic changes: - Miscellaneous comments in SCRIPTS. - FreeBSD_4_Bus define replaced by FreeBSD_Bus_Io_Abstraction. END K 10 svn:author V 7 iwasaki K 8 svn:date V 27 2000-04-15T10:56:22.000000Z K 7 svn:log V 750 MFC: - default config file changed from /etc/pccard.conf to /etc/defaults/pccard.conf in pccardd. - remove etc/pccard.conf.sample. This file is no longer used. - support wildcard entry for generic serial and fixed disk as fallthrough entry. - add restart capability by SIGHUP. src/usr.sbin/pccard/pccardd/cardd.c: 1.46 -> 1.47 src/usr.sbin/pccard/pccardd/cardd.h: 1.18 -> 1.21 src/usr.sbin/pccard/pccardd/file.c: 1.24 -> 1.28 src/usr.sbin/pccard/pccardd/pccard.conf.5: 1.12 -> 1.14 src/usr.sbin/pccard/pccardd/pccardd.8: 1.17 -> 1.19 src/usr.sbin/pccard/pccardd/pccardd.c: 1.6 -> 1.9 src/usr.sbin/pccard/pccardd/readcis.c: 1.17 -> 1.18 src/usr.sbin/pccard/pccardd/readcis.h: 1.11 -> 1.12 Approved by: imp, jkh Obtained from: PAO3 END K 10 svn:author V 7 iwasaki K 8 svn:date V 27 2000-04-15T11:02:49.000000Z K 7 svn:log V 252 MFC: related changes on src/etc/defaults/pccard.conf. src/etc/Makefile: 1.219 -> 1.220 src/etc/defaults/pccard.conf: N/A -> 1.98 src/etc/defaults/rc.conf: 1.57 -> 1.58 src/share/examples/etc/README.examples: 1.5 -> 1.6 Approved by: imp, jkh END K 10 svn:author V 7 iwasaki K 8 svn:date V 27 2000-04-15T11:12:53.000000Z K 7 svn:log V 156 Remove src/etc/pccard.conf.sample. This file is no longer used. The pccardd default config file is changed to /etc/defaults/pccard.conf. Approved by: imp END K 10 svn:author V 7 iwasaki K 8 svn:date V 27 2000-04-15T11:16:33.000000Z K 7 svn:log V 166 MFC: Remove src/etc/pccard.conf.sample. This file is no longer used. The pccardd default config file is changed to /etc/defaults/pccard.conf. Approved by: imp, jkh END K 10 svn:author V 7 iwasaki K 8 svn:date V 27 2000-04-15T16:48:41.000000Z K 7 svn:log V 57 Remove pccard.conf.sample from Makefile, sorry I forgot. END K 10 svn:author V 7 iwasaki K 8 svn:date V 27 2000-04-15T16:50:52.000000Z K 7 svn:log V 46 MFC: remove pccard.conf.sample from Makefile. END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-04-15T17:14:22.000000Z K 7 svn:log V 329 ext2fs relies on UFS support code, and as a result also requires extattr.h to be included. This fixes the broken ext2fs build as of the import of extattr code. Also added $FreeBSD: $ to a couple of files that didn't have them, without which I couldn't commit this fix. Reported by: "George W. Dinolt" END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-04-15T18:46:15.000000Z K 7 svn:log V 79 Fix typo, extentions -> extensions Submitted by: George Cox END K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-04-15T18:47:42.000000Z K 7 svn:log V 28 MFC: fix posix option typo. END K 10 svn:author V 4 dmlb K 8 svn:date V 27 2000-04-15T19:21:02.000000Z K 7 svn:log V 149 A few comment tidy-ups. Add a %b printf descriptor Change the START command to DOWNLOAD to avoid confusion with start as in transmitting a packet. END K 10 svn:author V 4 dmlb K 8 svn:date V 27 2000-04-15T19:44:05.000000Z K 7 svn:log V 80 Merged in a load of information from the card documentation - not finished yet. END K 10 svn:author V 4 dmlb K 8 svn:date V 27 2000-04-15T19:51:18.000000Z K 7 svn:log V 416 A messy commit that checkpoints the driver (not known to actually work) before I rip out the scheduler - whilst v. nice 'n all, it is doing the wrong job. We need something that sends commands to the card atomically so dhcp etc. works right. I've renamed and moved a lot of the scheduler code so that it is all in one place and all starts with ray_cmd_ ray_stop has some debugging crap left in - to be deleted rsn END K 10 svn:author V 5 steve K 8 svn:date V 27 2000-04-15T20:41:06.000000Z K 7 svn:log V 67 Use the non-asm routines (for now) on the sparc and sparc64 ports. END K 10 svn:author V 5 steve K 8 svn:date V 27 2000-04-15T20:45:52.000000Z K 7 svn:log V 63 Don't try to compile in INET6 support when NOINET6 is defined. END K 10 svn:author V 4 grog K 8 svn:date V 27 2000-04-16T00:17:46.000000Z K 7 svn:log V 19 Remove MAINTAINER. END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-04-16T01:35:30.000000Z K 7 svn:log V 388 Fix two bugs in extended attribute support for UFS/FFS: o Put back in {} removed during over-zealous cleanup of gratuitous debugging output during preparation for the commit. Due to the missing {}, writes on extended attributes always silently failed. Doh. o Don't unlock the target vnode if it's the backing vnode, as we don't lock the target vnode if it's the backing vnode. END K 10 svn:author V 5 chris K 8 svn:date V 27 2000-04-16T01:43:11.000000Z K 7 svn:log V 34 Change "FreeBSD 5.0" to ".Fx 5.0" END K 10 svn:author V 3 bsd K 8 svn:date V 27 2000-04-16T02:28:42.000000Z K 7 svn:log V 338 Allow the firewall rules to be established by a shell script instead of forcing them to be an 'ipfw' rules file. This allows one to determine interface addresses dynamically, etc. The rule is if the file referenced by ${firewall_type} is executable, it is sourced, but if it is just readable, it is used as input to 'ipfw' like before. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2000-04-16T03:55:22.000000Z K 7 svn:log V 34 MFC: Sync with current boot code. END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-04-16T06:04:13.000000Z K 7 svn:log V 73 Include , which is needed after Doug's latest object changes. END K 10 svn:author V 5 mdodd K 8 svn:date V 27 2000-04-16T06:12:08.000000Z K 7 svn:log V 147 - Define registers as offsets from register base rather than offsets from EISA slot base. - Remove unused IOPORT resource. Reviewed by: jlemon END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-04-16T06:50:03.000000Z K 7 svn:log V 36 Add the scsi-target driver to LINT. END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-04-16T06:51:27.000000Z K 7 svn:log V 96 Overlooked a s/b_act/bio_queue/ substitution due to targ not being in LINT. Spotted by: mjacob END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-04-16T07:18:08.000000Z K 7 svn:log V 80 Make vinum compile again using the "cast to buf" workaround. Approved by: grog END K 10 svn:author V 5 roger K 8 svn:date V 27 2000-04-16T07:50:09.000000Z K 7 svn:log V 69 Fix typo in interrupt handling code and fix bug in setting of adelay END K 10 svn:author V 5 roger K 8 svn:date V 27 2000-04-16T07:56:58.000000Z K 7 svn:log V 22 Remove debugging code END K 10 svn:author V 2 hm K 8 svn:date V 27 2000-04-16T09:33:17.000000Z K 7 svn:log V 110 Convert pcvt to use the newbus driver framework, options COMPAT_OLDISA is no longer required to compile pcvt. END K 10 svn:author V 5 mdodd K 8 svn:date V 27 2000-04-16T14:14:29.000000Z K 7 svn:log V 45 MFC: The EISA bits haven't ever worked here. END K 10 svn:author V 5 markm K 8 svn:date V 27 2000-04-16T16:03:07.000000Z K 7 svn:log V 33 Virgin import of OpenSSL v0.9.5a END K 10 svn:author V 5 markm K 8 svn:date V 27 2000-04-16T16:03:07.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r59281, 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-04-16T16:03:08.000000Z K 7 svn:log V 86 This commit was manufactured by cvs2svn to create tag 'openssl-vendor-crypto-v0_9_5a'. END K 10 svn:author V 5 steve K 8 svn:date V 27 2000-04-16T16:51:44.000000Z K 7 svn:log V 177 Add a config.SH for the sparc and sparc64 ports. The ones for the sparc64 might need some adjusting for the size of long long and long double. Reviewed and approved by: markm END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2000-04-16T17:34:33.000000Z K 7 svn:log V 50 Do not pull in , it isn't required. END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2000-04-16T17:36:48.000000Z K 7 svn:log V 25 Remove unneeded #include END K 10 svn:author V 5 markm K 8 svn:date V 27 2000-04-16T17:49:31.000000Z K 7 svn:log V 23 Internat diff reducer. END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2000-04-16T18:53:38.000000Z K 7 svn:log V 71 Introduce kqueue() and kevent(), a kernel event notification facility. END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2000-04-16T18:55:20.000000Z K 7 svn:log V 63 Replace the POLLEXTEND extensions with the kqueue() mechanism. END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2000-04-16T19:02:08.000000Z K 7 svn:log V 53 Add files that I forgot to `cvs add' on last commit. END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2000-04-16T19:04:49.000000Z K 7 svn:log V 106 Change tail to use kqueue/kevent to obtain a notification when the file changes (when doing tail -{f|F}). END K 10 svn:author V 8 groudier K 8 svn:date V 27 2000-04-16T20:05:36.000000Z K 7 svn:log V 394 Second patch that prepares for the addition of the multi-firmware support. This patch just changes numerous names in the driver sources and is actually nilpotent. This has been checked by comparing the generated assembly code. The names that have been changed are related to the script names. They were named `script' and `script H'. They are now named respectively `script A' and `script B'. END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-04-16T20:06:11.000000Z K 7 svn:log V 74 Add mention of extended attributes in release notes. Suggested by: kkenn END K 10 svn:author V 6 msmith K 8 svn:date V 27 2000-04-16T20:48:33.000000Z K 7 svn:log V 285 Some more i386-only BIOS-friendliness: - Add support for using the PCI BIOS functions for configuration space accesses, and make this the default. - Make PNPBIOS the default (obsoletes the PNPBIOS config option). - Add two new boot-time tunables to disable each of the above. END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-04-16T20:55:50.000000Z K 7 svn:log V 304 Introduce userland utilities to set and get extended attributes. These utilities do not present the world's greatest interface, and will undoubtably change soon. However, they do let people experiment with extended attributes, and provide samples of how to use the syscalls. Obtained from: TrustedBSD END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2000-04-16T22:31:49.000000Z K 7 svn:log V 81 Create -> link that I forgot earlier. Reminded by: ache END K 10 svn:author V 5 steve K 8 svn:date V 27 2000-04-16T23:39:46.000000Z K 7 svn:log V 78 Fix a typo (aout32.o -> aout32.c). Add support for NetBSD/Sparc and sparc64. END K 10 svn:author V 5 steve K 8 svn:date V 27 2000-04-16T23:42:25.000000Z K 7 svn:log V 97 Add sparcnetbsd support and cleanup style so that this looks nearly identical to Makefile.sparc. END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-04-16T23:57:02.000000Z K 7 svn:log V 102 Code compiles and installs 100% better if included in the Makefile. Suggested by: Voices in my head. END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-04-17T00:01:23.000000Z K 7 svn:log V 177 Allow applications to disable the installation of the atexit() handler which cleans up OPIE lockfiles. This is required for pam_opie. Submitted by: Jim Bloom END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-04-17T00:14:42.000000Z K 7 svn:log V 109 Add pam_opie, a PAM module using the OPIE one-time-password scheme. Submitted by: Jim Bloom END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-04-17T00:19:30.000000Z K 7 svn:log V 31 Connect pam_opie to the build. END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-04-17T00:21:08.000000Z K 7 svn:log V 73 Minor man page formatting changes and improvements. Suggested by: chris END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-04-17T02:54:05.000000Z K 7 svn:log V 70 Forgot to commit this to add card_if.m. Pointed out by: iwasaki-san. END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-04-17T03:06:27.000000Z K 7 svn:log V 17 Add kern_event.c END K 10 svn:author V 7 iwasaki K 8 svn:date V 27 2000-04-17T03:09:05.000000Z K 7 svn:log V 145 Fix the location of pccard.conf, etc/pccard.conf.sample -> etc/defaults/pccard.conf. Submitted by: Makoto MATSUSHITA END K 10 svn:author V 7 iwasaki K 8 svn:date V 27 2000-04-17T03:14:36.000000Z K 7 svn:log V 56 MFC: etc/pccard.conf.sample -> etc/defaults/pccard.conf END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2000-04-17T03:37:13.000000Z K 7 svn:log V 22 Remove unneeded cast. END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2000-04-17T03:39:49.000000Z K 7 svn:log V 100 change {u}long -> {u}intptr_t to make it clear that these fields may also contain pointers as well. END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-04-17T03:50:53.000000Z K 7 svn:log V 47 Unbreak make world (libpam depends on libopie) END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-04-17T04:28:12.000000Z K 7 svn:log V 87 Remove RF_PCCARD_ATTR. I should have done this before 4.0. It isn't part of the API. END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-04-17T04:30:48.000000Z K 7 svn:log V 83 Issue a detached message after detaching the device. Not Objected to by: new-bus@ END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-04-17T04:39:38.000000Z K 7 svn:log V 61 Remove unloaded printf. We do this now in the newbus layer. END K 10 svn:author V 7 iwasaki K 8 svn:date V 27 2000-04-17T05:13:27.000000Z K 7 svn:log V 74 Create mfsfd/etc/defaults/ first before copying etc/defaults/pccard.conf. END K 10 svn:author V 7 iwasaki K 8 svn:date V 27 2000-04-17T05:14:35.000000Z K 7 svn:log V 78 MFC:Create mfsfd/etc/defaults/ first before copying etc/defaults/pccard.conf. END K 10 svn:author V 3 dfr K 8 svn:date V 27 2000-04-17T08:09:43.000000Z K 7 svn:log V 10 Fix LINT. END K 10 svn:author V 2 bp K 8 svn:date V 27 2000-04-17T08:25:36.000000Z K 7 svn:log V 46 MFC: do not panic if kernel issues a request. END K 10 svn:author V 2 bp K 8 svn:date V 27 2000-04-17T08:34:20.000000Z K 7 svn:log V 52 MFC: Allow to pass server timezone via TZ variable. END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-04-17T09:05:59.000000Z K 7 svn:log V 160 MFC: (rev 1.26) Apply TCP_EXPIRE_CONNECTED (86400 seconds) timeout only to established connections, after SYN packets were seen from both ends. PR: bin/17963 END K 10 svn:author V 2 bp K 8 svn:date V 27 2000-04-17T09:10:11.000000Z K 7 svn:log V 58 MFC: build KLD with Ethernet_II frame support by default. END K 10 svn:author V 3 bsd K 8 svn:date V 27 2000-04-17T12:48:29.000000Z K 7 svn:log V 125 Update the man page regarding the behaviour for the ${firewall_type} variable. Reminded by: Ruslan Ermilov END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2000-04-17T15:15:56.000000Z K 7 svn:log V 47 Add user prototypes for kevent() and kqueue(). END K 10 svn:author V 2 cg K 8 svn:date V 27 2000-04-17T16:57:12.000000Z K 7 svn:log V 128 make drivers start at beginning of buffer when triggered - improves mmap. not all tested. not sure about aureal.c or csapcm.c END K 10 svn:author V 2 cg K 8 svn:date V 27 2000-04-17T17:06:47.000000Z K 7 svn:log V 16 more mmap fixes END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-17T18:45:32.000000Z K 7 svn:log V 45 Clean import the of libgmp 2.0.2 sparc bits. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-17T18:45:32.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r59325, 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-04-17T18:45:33.000000Z K 7 svn:log V 77 This commit was manufactured by cvs2svn to create tag 'libgmp-vendor-v2_0_2'. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-04-17T18:47:28.000000Z K 7 svn:log V 329 When in infrastructure mode, use address 3 from the 802.11 header as the source address when receiving frames (and keep using address 2 when in pseudo-IBSS mode). This is apparently necessary in order to obtain the true MAC address of the sending station which is needed for PPPoE. Patch supplied by: Blaz Zupan END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-17T18:48:31.000000Z K 7 svn:log V 58 Use the non-asm routines for IA-64, PPC, and arm32 ports. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-04-17T18:49:08.000000Z K 7 svn:log V 76 MFC: try to obtain station's source address correctly when receiving frames END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-17T18:50:18.000000Z K 7 svn:log V 60 Fix the .PATH style nits. Other style nits left for later. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-17T19:44:57.000000Z K 7 svn:log V 60 Perl lib configuration for IA-64 (along with PPC and arm32) END K 10 svn:author V 8 sumikawa K 8 svn:date V 27 2000-04-17T20:24:06.000000Z K 7 svn:log V 196 even if nd6_nud_hint is called, do not change a neighbor's status unless the old status is probably reachable (i.e. the link-layer address has already been resolved). Obtained from: KAME Project END K 10 svn:author V 8 sumikawa K 8 svn:date V 27 2000-04-17T20:27:02.000000Z K 7 svn:log V 106 ND6_HINT() should not be called unless the connection status is ESTABLISHED. Obtained from: KAME Project END K 10 svn:author V 8 sumikawa K 8 svn:date V 27 2000-04-17T20:29:12.000000Z K 7 svn:log V 82 MFC: ND6_HINT() should not be called unless the connection status is ESTABLISHED. END K 10 svn:author V 8 sumikawa K 8 svn:date V 27 2000-04-17T20:31:03.000000Z K 7 svn:log V 172 MFC: even if nd6_nud_hint is called, do not change a neighbor's status unless the old status is probably reachable (i.e. the link-layer address has already been resolved). END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-17T20:32:13.000000Z K 7 svn:log V 20 Add a NO_TCSH knob. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-17T20:45:20.000000Z K 7 svn:log V 23 Document NO_TCSH knob. END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-04-17T22:58:15.000000Z K 7 svn:log V 48 Provide mem* for compat with NetBSD to fix LINT END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-04-17T23:01:53.000000Z K 7 svn:log V 111 hm committed newbused vt driver this weekend, so it is no longer needed in isa_compat. LINT now builds again. END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-04-18T01:12:27.000000Z K 7 svn:log V 42 Enable 8bit chars excepting high controls END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-18T02:39:26.000000Z K 7 svn:log V 1451 Change our ELF binary branding to something more acceptable to the Binutils maintainers. After we established our branding method of writing upto 8 characters of the OS name into the ELF header in the padding; the Binutils maintainers and/or SCO (as USL) decided that instead the ELF header should grow two new fields -- EI_OSABI and EI_ABIVERSION. Each of these are an 8-bit unsigned integer. SCO has assigned official values for the EI_OSABI field. In addition to this, the Binutils maintainers and NetBSD decided that a better ELF branding method was to include ABI information in a ".note" ELF section. With this set of changes, we will now create ELF binaries branded using both "official" methods. Due to the complexity of adding a section to a binary, binaries branded with ``brandelf'' will only brand using the EI_OSABI method. Also due to the complexity of pulling a section out of an ELF file vs. poking around in the ELF header, our image activator only looks at the EI_OSABI header field. Note that a new kernel can still properly load old binaries except for Linux static binaries branded in our old method. * * For a short period of time, ``ld'' will also brand ELF binaries * using our old method. This is so people can still use kernel.old * with a new world. This support will be removed before 5.0-RELEASE, * and may not last anywhere upto the actual release. My expiration * time for this is about 6mo. * END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-18T02:42:12.000000Z K 7 svn:log V 149 Header file gotten from the Cygnus Sourceware Binutils anoncvs repository on 14-April-2000. This gives us offical SCO/SVR4 ABI values for EI_OSABI. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-18T02:42:12.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r59343, 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-04-18T02:42:13.000000Z K 7 svn:log V 98 This commit was manufactured by cvs2svn to create tag 'binutils-vendor-binutils_anoncvs_20000414'. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2000-04-18T02:42:14.000000Z K 7 svn:log V 109 This commit was manufactured by cvs2svn to create tag 'binutils-vendor-sourceware_binutils_anoncvs_20000414'. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-18T04:13:29.000000Z K 7 svn:log V 300 From FSFChangeLog: (tfaff): Now a function, not a string. All users changed. I did not catch this on the EGCS 1.1.x --> GCC 2.95 upgrade. So propogate this change to our custom hacks. PR: 15549 Submitted by: Naohiko Tsuji Patrick Bihan-Faou END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-18T04:17:00.000000Z K 7 svn:log V 75 Bump to note the changes in the ELF binary header and our brandelf method. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-18T04:41:03.000000Z K 7 svn:log V 29 MFC: rev 1.9 (tfaff changes) END K 10 svn:author V 6 archie K 8 svn:date V 27 2000-04-18T04:46:01.000000Z K 7 svn:log V 26 MFC: fix bogus const'ness END K 10 svn:author V 6 archie K 8 svn:date V 27 2000-04-18T04:48:39.000000Z K 7 svn:log V 32 MFC: ng_mppc netgraph node type END K 10 svn:author V 5 billf K 8 svn:date V 27 2000-04-18T06:02:04.000000Z K 7 svn:log V 129 releng3 -> releng4 (releng3 doesn't even exist anymore) current is 5.0, not 4.0 Submitted by: Bob Marsh END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-04-18T06:13:06.000000Z K 7 svn:log V 60 Document the libpam dependency on libopie Reminded by: bde END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-04-18T06:25:24.000000Z K 7 svn:log V 108 If stderr is closed, report the error message about missing libraries via syslog instead. Reviewed by: jkh END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-18T07:31:36.000000Z K 7 svn:log V 13 Upgrade csh. END K 10 svn:author V 2 ru K 8 svn:date V 27 2000-04-18T10:18:21.000000Z K 7 svn:log V 160 Add support for multiple PPTP sessions: - new API function: PacketAliasRedirectPptp() - new mode bit: PKT_ALIAS_DENY_PPTP Please see manual page for details. END K 10 svn:author V 3 sos K 8 svn:date V 27 2000-04-18T10:20:47.000000Z K 7 svn:log V 153 Remove linprocfs as pr -core's request. Since -core has requested that linprocfs be moved into the linuxulator this never should have entered RELENG_4. END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-04-18T11:21:28.000000Z K 7 svn:log V 105 Don't declare common variables in include files: move buftimelock til vfs_bio.c where it is initialized. END K 10 svn:author V 3 sos K 8 svn:date V 27 2000-04-18T11:24:42.000000Z K 7 svn:log V 40 Remove linprocfs as pr -core's request. END K 10 svn:author V 5 roger K 8 svn:date V 27 2000-04-18T12:50:33.000000Z K 7 svn:log V 27 MFC: Update to driver 2.12 END K 10 svn:author V 5 roger K 8 svn:date V 27 2000-04-18T12:53:36.000000Z K 7 svn:log V 46 MFC: Update with multiple #include protection END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-04-18T13:21:46.000000Z K 7 svn:log V 120 Convert three drivers not covered by any of our kernel configs. We really need a LINT98 and possibly LINTALPHA kernels. END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-04-18T13:25:19.000000Z K 7 svn:log V 57 Retire bufqdisksort(), all drivers use bioqdisksort now. END K 10 svn:author V 5 roger K 8 svn:date V 27 2000-04-18T13:33:02.000000Z K 7 svn:log V 49 MFC: open compile bktr_i2c.c if smbus is defined END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-04-18T13:49:35.000000Z K 7 svn:log V 33 Don't include twice. END K 10 svn:author V 5 steve K 8 svn:date V 27 2000-04-18T15:03:34.000000Z K 7 svn:log V 29 Add a new wishlist category. END K 10 svn:author V 5 steve K 8 svn:date V 27 2000-04-18T15:04:52.000000Z K 7 svn:log V 30 MFC: add 'wish' class support END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-04-18T15:15:39.000000Z K 7 svn:log V 124 Remove unneeded includes. Due to some interesting cpp tricks in lockmgr, the LINT kernel shrinks by 924 bytes. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-18T16:25:51.000000Z K 7 svn:log V 130 * I goofed and didn't break sentances the right way. * Make the option arguments format better * Fix mispelling Submitted by: ru END K 10 svn:author V 5 joerg K 8 svn:date V 27 2000-04-18T16:37:43.000000Z K 7 svn:log V 73 No such thing like `southamericarand' when Rand is the currency of ZA... END K 10 svn:author V 5 joerg K 8 svn:date V 27 2000-04-18T16:39:26.000000Z K 7 svn:log V 45 MFC 1.6: southamericarand -> southafricarand END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2000-04-18T16:54:21.000000Z K 7 svn:log V 73 Add forward declaration of `struct timespec' to quiet compiler warnings. END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2000-04-18T16:56:55.000000Z K 7 svn:log V 35 Change --> END K 10 svn:author V 6 jlemon K 8 svn:date V 27 2000-04-18T17:00:22.000000Z K 7 svn:log V 197 Revert previous commit, and remove the symlink. As this is a system-specific extension, not a standardized interface, it should be located with the sys/ includes. Requested by: wollman END K 10 svn:author V 2 cg K 8 svn:date V 27 2000-04-18T19:11:38.000000Z K 7 svn:log V 90 try the fix from creative bugzilla for nmi problem Obtained from: creative labs bugzilla END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-18T20:01:07.000000Z K 7 svn:log V 120 Clarify that the "yields only last 2 digits of year in some locales" warning does not apply to BSD. Submitted by: ache END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-18T20:38:42.000000Z K 7 svn:log V 26 MFC: get EI_OSABI values. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-18T20:41:11.000000Z K 7 svn:log V 93 MFC: in addition to our old branding method, brand using the EI_OSABI ELF header field. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-18T21:00:17.000000Z K 7 svn:log V 203 Rev 1.3 which resolved conflicts in the 2.9.1 import, used a comment from 2.8.1 rather than the new one in 2.9.1. This commit fixes that, is purely cosmetic, and reduces the diff of our hacks to 2.9.1. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-18T21:06:21.000000Z K 7 svn:log V 45 MFC: revs 1.5 & 1.6. Both cosmetic changes. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-18T21:09:03.000000Z K 7 svn:log V 46 MFC: rev 1.10 (locales warning clarification) END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-04-19T01:24:26.000000Z K 7 svn:log V 96 Don't panic in M_PREPEND() if m_prepend() fails and frees the mbuf chain. Reviewed by: jlemon END K 10 svn:author V 5 peter K 8 svn:date V 27 2000-04-19T01:26:25.000000Z K 7 svn:log V 65 MFC: 1.47: don't NULL deref in M_PREPEND() if m_prepend() fails. END K 10 svn:author V 5 chris K 8 svn:date V 27 2000-04-19T02:32:41.000000Z K 7 svn:log V 31 Fill in a missing word (`it'). END K 10 svn:author V 5 chris K 8 svn:date V 27 2000-04-19T02:34:20.000000Z K 7 svn:log V 36 MFC: Fill in a missing word (`it'). END K 10 svn:author V 5 chris K 8 svn:date V 27 2000-04-19T02:42:11.000000Z K 7 svn:log V 51 Replace a literal vertical space with a .Pp macro. END K 10 svn:author V 5 chris K 8 svn:date V 27 2000-04-19T02:43:04.000000Z K 7 svn:log V 69 Add a .Pp between the forklist_fn typedef and the at_fork prototype. END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-04-19T07:38:20.000000Z K 7 svn:log V 1135 o Cause attribute data writes to use IO_SYNC since this improves the chances of consistency with other file/directory meta-data in a write. In the current set of extended attribute applications, this does not hurt much. This should be discussed again later when it comes time to optimize performance of attributes. o Include an inode generation number in the per-attribute header information. This allows consistency verification to catch when a crash occurs, or an inode is recycled while attributes are not properly configured. For now, an irritating error message is displayed when an inconsistency occurs. At some point, may introduce an ``extattrctl check ...'' which catches these before attributes are enabled. Not today. If you get this message, it means you somehow managed to get your attribute backing file out of synch with the file system. When this occurs, attribute not found is returned (== undefined). Writes will overwrite the value there correcting the problem. Might want to think about introducing a new errno or two to handle this kind of situation. Discussed with: kris END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-04-19T08:31:21.000000Z K 7 svn:log V 412 OK. Next step: we read in CIS. I've done this by having requests to allocate memory propigate up the tree. We'll see how well this works and reevaluate if it isn't working well. Also initialize ptr in the tuple. As well as minor reorg of memory allocation. Likely need to do similar things for I/O when the time comes. I've move all defines from pccardchip.h into pccardvar.h and eliminated pccardchip.h. END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-04-19T11:22:38.000000Z K 7 svn:log V 156 Use !PXE api over PXENV+ api. Magic trampoline by: peter (at 4am and after a good whipping at airhockey) Do a better job of returning and detecting errors. END K 10 svn:author V 3 phk K 8 svn:date V 27 2000-04-19T14:58:28.000000Z K 7 svn:log V 86 Remove ~25 unneeded #include Remove ~60 unneeded #include END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-04-19T15:05:00.000000Z K 7 svn:log V 317 Let initialize th_sum before in6_cksum(), again. Without this fix, all IPv6 TCP RST packet has wrong cksum value, so IPv6 connect() trial to 5.0 machine won't fail until tcp connect timeout, when they should fail soon. Thanks to haro@tk.kubota.co.jp (Munehiro Matsuda) for his much debugging help and detailed info. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-19T15:15:19.000000Z K 7 svn:log V 24 Install /bin/tcsh also. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-19T15:15:44.000000Z K 7 svn:log V 25 Use our system malloc(). END K 10 svn:author V 3 alc K 8 svn:date V 27 2000-04-19T16:32:04.000000Z K 7 svn:log V 213 vm_object_shadow: Remove an incorrect assertion. In obscure circumstances vm_object_shadow can be called on an object with ref_count > 1 and OBJ_ONEMAPPING set. This isn't really a problem for vm_object_shadow. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-19T17:30:18.000000Z K 7 svn:log V 134 Vendor import of the 19990502 Cygnus Sourceware version of sparc-ops.c. This fixes a critcal problem in building a sparc64 toolchain. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-19T17:30:18.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r59396, 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-04-19T17:30:19.000000Z K 7 svn:log V 109 This commit was manufactured by cvs2svn to create tag 'binutils-vendor-sourceware_binutils_anoncvs_19990502'. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-19T18:51:28.000000Z K 7 svn:log V 67 Raw devices are now the normal device name, not prefixed with 'r'. END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-04-19T20:12:41.000000Z K 7 svn:log V 136 o Introduce an extended attribute backing file header magic number o Introduce an extended attribute backing file header version number END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-04-19T20:13:34.000000Z K 7 svn:log V 58 o Update initattr to add magic numbers and version number END K 10 svn:author V 5 markm K 8 svn:date V 27 2000-04-19T21:20:54.000000Z K 7 svn:log V 28 MFF: catch up with FreeFall END K 10 svn:author V 6 archie K 8 svn:date V 27 2000-04-19T21:25:52.000000Z K 7 svn:log V 30 MFC: add bpfdetach() function END K 10 svn:author V 6 archie K 8 svn:date V 27 2000-04-19T21:28:03.000000Z K 7 svn:log V 51 MFC: Updates to the ng_iface(8) netgraph node type END K 10 svn:author V 5 steve K 8 svn:date V 27 2000-04-19T22:53:04.000000Z K 7 svn:log V 69 CSU source for the Sparc copied over from the FreeBSD/Alpha sources. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-19T23:45:43.000000Z K 7 svn:log V 120 Use ${.ALLSRC} in Makefile so that it is a better candidate for copying. Also allows the soruce to live somewhere else. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-19T23:46:21.000000Z K 7 svn:log V 60 CSU source for IA-64. Current we use the ../Alpha sources. END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-04-20T00:06:15.000000Z K 7 svn:log V 105 Add a cleanup function. This is needed for PXE where you should shutdown the UNDI and unload the stack. END K 10 svn:author V 5 brian K 8 svn:date V 27 2000-04-20T01:34:14.000000Z K 7 svn:log V 28 MFC: Don't define USE_PIPES END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-04-20T03:16:49.000000Z K 7 svn:log V 40 Add TI-1211 chipset from datasheet info END K 10 svn:author V 4 shin K 8 svn:date V 27 2000-04-20T03:31:40.000000Z K 7 svn:log V 197 Change getaddrinfo() resolve order from all AAAA trial, then all A trial to try AAAA and A for each trial TODO: more fix for the case where IPv4 mapped IPv6 addr is disabled Reviewed by: ume END K 10 svn:author V 6 msmith K 8 svn:date V 27 2000-04-20T03:54:27.000000Z K 7 svn:log V 77 Move the linprocfs bits under the rest of the i386 linux compatibility code. END K 10 svn:author V 6 msmith K 8 svn:date V 27 2000-04-20T03:55:19.000000Z K 7 svn:log V 82 Point to the new location of the sources under the i386 linux compatibility code. END K 10 svn:author V 6 msmith K 8 svn:date V 27 2000-04-20T03:56:10.000000Z K 7 svn:log V 73 Remove the linprocfs bits from their old location, as they've moved now. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-20T04:22:36.000000Z K 7 svn:log V 23 6.09.01 vendor update. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-20T04:22:36.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r59415, 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-04-20T04:22:37.000000Z K 7 svn:log V 81 This commit was manufactured by cvs2svn to create tag 'tcsh-vendor-tcsh_6_09_01'. END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-04-20T04:57:46.000000Z K 7 svn:log V 47 MFC: Log errors to syslog if stderr is closed. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-20T05:02:30.000000Z K 7 svn:log V 170 This fix from christos@zoulas.com (Christos Zoulas) based on ache's ports/shells/tcsh/patches/patch-ac fixes the problem with 8-bit characters not highlighting properly. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-20T05:02:30.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r59419, 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-04-20T05:02:31.000000Z K 7 svn:log V 94 This commit was manufactured by cvs2svn to create tag 'tcsh-vendor-tcsh_6_09_01_fix_20000418'. END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-04-20T06:42:39.000000Z K 7 svn:log V 50 Mention the support for PXE in the release notes. END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-04-20T06:47:45.000000Z K 7 svn:log V 55 MFC: Mention the support for PXE in the release notes. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-20T06:50:23.000000Z K 7 svn:log V 63 Add NLS files. Finish and Greek are WIPs. Submitted by: ache END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-04-20T07:08:43.000000Z K 7 svn:log V 21 Activate finnish set END K 10 svn:author V 4 kris K 8 svn:date V 27 2000-04-20T07:26:46.000000Z K 7 svn:log V 58 Use the C locale for running date(1). Submitted by: ache END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-04-20T07:54:59.000000Z K 7 svn:log V 21 Remove bogus comment END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-04-20T07:55:56.000000Z K 7 svn:log V 34 card_if.m used by oldcard now too END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-20T08:00:29.000000Z K 7 svn:log V 68 Found more places where 'r' was being prepended to the device name. END K 10 svn:author V 3 imp K 8 svn:date V 27 2000-04-20T08:37:46.000000Z K 7 svn:log V 271 o Preliminary support for mapping the CIS by the driver. o Modify xe driver to use this. There's still some issues with this code, so xe can't map the cis just yet. I'm thinking about how to resolve the issue. pccard_nbk's pccard_alloc_resource is getting in the way. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-20T08:58:04.000000Z K 7 svn:log V 656 Revert this file back to its FSF/Cygnus virgin state. With jb's rev 1.2 commit to usr.bin/lorder/lorder.sh we don't depend on the 4.4BSD's ``nm -o'' behavior. Previous to 4.3BSD-Reno, ``nm -o'' did not output the .o's filename on a line by itself. The change occurred between CSRG's nm.c rev 4.8 (1987) and rev 5.1 (in 1989), which was "new version from Hans Huebner hans@garp.mit.edu, huebner@db0tui6.BITNET". The Binutils maintainers would rather cater to a loud boisterous user of 4.3BSD VAXen which has its own native toolchain, rather than a modern Unix with multiple orders of magnitude more users and in which Binutils *is* the native toolchain. END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-04-20T08:58:11.000000Z K 7 svn:log V 102 Activate NLS. Optimize NLS by not wasting space copying the same .cat but use symbolic links instead. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-20T09:01:16.000000Z K 7 svn:log V 50 MFC: rev 1.4 (revert to virgin FSF/Cygnus source) END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-04-20T09:04:28.000000Z K 7 svn:log V 14 Add /bin/tcsh END K 10 svn:author V 8 cracauer K 8 svn:date V 27 2000-04-20T09:31:54.000000Z K 7 svn:log V 35 Remove redundat extern declaration END K 10 svn:author V 8 cracauer K 8 svn:date V 27 2000-04-20T09:49:16.000000Z K 7 svn:log V 258 Fix warnings, some of them serious because sh violated name spaces reserved by the header files it includes. mkinit.c still produces C code with redundant declarations, although they are more harmless since they automatically derived from the right places. END K 10 svn:author V 8 cracauer K 8 svn:date V 27 2000-04-20T09:55:57.000000Z K 7 svn:log V 95 Include when compiling with -DDEBUG=2 PR: bin/18104 Submitted by: mellon@pobox.com END K 10 svn:author V 8 cracauer K 8 svn:date V 27 2000-04-20T11:39:11.000000Z K 7 svn:log V 337 Rename the trace() function (that is build only in the -DDEBUG=2 case), so that it doesn't clash with the ncurses function of the same name when linking statically with -ltermcap. The linker only complains when -static is used, and it is not clear whether this is a bug. PR: bin/18104 Submitted by: Anatoly Vorobey END K 10 svn:author V 2 hm K 8 svn:date V 27 2000-04-20T13:37:12.000000Z K 7 svn:log V 85 removed some obsolete information and dead links. Noticed by: Alexander Werner Skwar END K 10 svn:author V 5 luoqi K 8 svn:date V 27 2000-04-20T14:40:11.000000Z K 7 svn:log V 200 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 7 phantom K 8 svn:date V 27 2000-04-20T15:21:16.000000Z K 7 svn:log V 34 Remove useless .Nm macro argument END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-20T15:22:16.000000Z K 7 svn:log V 40 MFC: rev 1.2, remove .Nm macro argument END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-20T15:24:18.000000Z K 7 svn:log V 45 Slight grammar and white-space modification. END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-20T15:24:40.000000Z K 7 svn:log V 14 MFC: rev. 1.2 END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-04-20T18:31:00.000000Z K 7 svn:log V 518 o Allow the ``-p'' argument to be specified to initattr, which indicates that space for extended attributes should be preallocated, instead of using a sparse attribute file. NOTE: This can result in a really large file full of zeros. However, it can prevent a low disk condition from causing an attribute write to fail, which is good for security and consistency attributes. o Unlink the attribute file during initattr if an error occurs -- this is alright, as we specify O_CREAT when opening the file. END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-04-20T20:32:43.000000Z K 7 svn:log V 328 o Update extattrctl.8 to reflect new initattr -p, -r, and -w options. o Update extattrctl.c to default new attributes to readable and writable only by the kernel and root user. Previously the default was to allow the file owner to directory view and manipulate the attributes, which is probably an inappropriate default. END K 10 svn:author V 6 msmith K 8 svn:date V 27 2000-04-20T23:52:33.000000Z K 7 svn:log V 391 One minor bugfix: - Free resources in all the possible attachment failure cases. One critical bugfix: - Fix a race where it was possible to get out of synch with the log messages from the controller, if the controller hung up for any period of time (eg. while resetting a SCSI bus). This would result in an endless string of console errors, bringing the machine to a halt. END K 10 svn:author V 5 green K 8 svn:date V 27 2000-04-21T01:14:33.000000Z K 7 svn:log V 27 s/of possible/if possible/ END K 10 svn:author V 5 green K 8 svn:date V 27 2000-04-21T01:19:53.000000Z K 7 svn:log V 68 Poul-Henning's changes necessitate s/bp->b_flags/bp->b_io/bio_cmd/. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-04-21T02:01:06.000000Z K 7 svn:log V 229 Update (finally) 1.15.37 to 1.19.03 for the 2100. This allows us to not require full logins after a LIP, which always led to loop resets, and various other perturbations. Update 2200 f/w from 2.01.00 release to 2.01.09 release. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-04-21T02:04:34.000000Z K 7 svn:log V 265 Pick up topology more sanely at f/w startup. Change the restrictions of where we can have targets (based on topology). Much more importantly, make sure all mods to isp_sendmarker or |= so we don't lose the marking of a bus that needs to have a marker sent for it. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-04-21T02:05:13.000000Z K 7 svn:log V 106 Add in the now required malloc.h include. I guess somebody was busy hackin' w/o checking kernel compiles. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-04-21T02:05:54.000000Z K 7 svn:log V 22 Some minor tweaklets. END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-04-21T02:06:30.000000Z K 7 svn:log V 74 Roll minor version. Increase size (and add defines for) topology storage. END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-04-21T03:04:16.000000Z K 7 svn:log V 131 Don't call the PXE cleanup routine if PXE is not enabled. This should fix the "Invalid partition table" error people were seeing. END K 10 svn:author V 2 ps K 8 svn:date V 27 2000-04-21T04:58:51.000000Z K 7 svn:log V 82 Make the loader a little smarter about when it is and is not allowed to call PXE. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-04-21T05:40:05.000000Z K 7 svn:log V 48 A local WIP snook in rev 1.31. Noticed by: bde END K 10 svn:author V 6 msmith K 8 svn:date V 27 2000-04-21T05:54:11.000000Z K 7 svn:log V 100 Fix include paths so that this builds correctly. Submitted by: Mike Pritchard END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-21T09:35:43.000000Z K 7 svn:log V 311 Introduce new mdoc macro -- Lb. It will be used to define library ownership for function. For example: for stat(2) syscall (owned by libc) we will add following code: .Sh LIBRARY .Lb libc and it will be rendered to: LIBRARY Standard C Library (libc, -lc) Suggested by: mpp Idea obtained from: NetBSD END K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-04-21T09:42:15.000000Z K 7 svn:log V 84 Introduce ".Lb" macro to libc manpages. More libraries manpages updates following. END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-04-21T10:14:09.000000Z K 7 svn:log V 63 Disable ja NLS until clarifying what needed else to support it END K 10 svn:author V 4 ache K 8 svn:date V 27 2000-04-21T12:34:41.000000Z K 7 svn:log V 22 Fix 'make distribute' END K 10 svn:author V 6 yokota K 8 svn:date V 27 2000-04-21T13:45:16.000000Z K 7 svn:log V 31 MFC: -3 option fix (rev 1.43). END K 10 svn:author V 6 yokota K 8 svn:date V 27 2000-04-21T14:06:24.000000Z K 7 svn:log V 37 MFC: -3 option fix (rev 1.41, 1.43). END K 10 svn:author V 6 yokota K 8 svn:date V 27 2000-04-21T14:20:25.000000Z K 7 svn:log V 85 Reduce the default timeout for the three button emulation from 200 msec to 100 msec. END K 10 svn:author V 6 yokota K 8 svn:date V 27 2000-04-21T14:21:39.000000Z K 7 svn:log V 90 MFC: Reduce the default timeout for the three button emulation from 200 msec to 100 msec. END K 10 svn:author V 4 dmlb K 8 svn:date V 27 2000-04-21T15:01:49.000000Z K 7 svn:log V 724 Functional driver with new command queue in place. Working download and start/join network. What's nice is that I didn't touch TX or RX code at all. Not fully done yet - stubs for assoc, cast, promisc and user param updating. I can't work out the "nicest" way to get the mcast and promisc interactions sorted without needing to abort runq commands half way through. And, as mcast/promisc used elsewhere I want to get this right. Other stuff Fancy new debugging with __FUNCTION__ and __LINE__. Lots of panic's inserted until I check some stuff out. Removed all of the old scheduler. Removed start join timeout as I don't need it. Removed the promiscuous broadcast code that waas ifdef'd out. New CCS allocation END K 10 svn:author V 5 guido K 8 svn:date V 27 2000-04-21T17:48:48.000000Z K 7 svn:log V 269 IOCGIFCONF once and for all. Sometimes the ifc_len variable would be returned with a wrong value. While we're here, get rid of unnecessary panic call. PR: 17311, 12996, 14457 Submitted by: Patrick Bihan-Faou , Kris Kennaway END K 10 svn:author V 5 guido K 8 svn:date V 27 2000-04-21T17:49:58.000000Z K 7 svn:log V 10 MFC: 1.86 END K 10 svn:author V 5 guido K 8 svn:date V 27 2000-04-21T18:16:59.000000Z K 7 svn:log V 17 MFC: 1.85 & 1.86 END