ƒ«d14630 235 479 232 293 137 175 123 120 110 266 713 163 236 156 817 253 158 360 221 192 140 281 213 128 221 135 258 175 466 190 382 130 128 116 142 119 241 125 303 163 163 739 107 160 377 132 128 151 393 168 135 187 155 177 187 248 192 210 122 170 147 147 192 170 391 120 147 140 273 193 109 127 695 177 512 157 291 192 235 444 194 240 162 159 134 212 181 420 197 304 827 162 177 305 190 178 129 161 357 170 212 215 135 117 138 182 153 216 793 321 125 215 164 173 183 213 151 187 158 138 211 338 152 140 793 289 223 187 162 291 125 218 323 122 163 126 236 210 140 207 145 380 228 191 298 164 869 1048 131 141 190 120 128 129 243 139 146 184 239 136 103 124 144 315 369 138 158 146 197 131 152 178 144 210 171 523 241 407 192 166 161 160 183 183 129 130 110 187 151 150 142 210 842 162 178 298 445 135 134 208 424 226 143 166 147 357 207 132 199 204 140 325 168 248 466 381 122 177 136 211 436 125 206 129 195 172 249 123 150 203 147 280 161 213 233 323 K 10 svn:author V 5 peter K 8 svn:date V 27 1996-03-15T08:01:33.000000Z K 7 svn:log V 384 Actually implement SA_RESETHAND - some of the sigaction code recognised it but didn't actually do anything with it (*blush*). This should fix bde's test case where the test program set SA_RESETHAND and when reading it back, it was gone. Tweak/optimize SA_NODEFER so that the implementation is a little simpler and does not incur (slight) overhead for every signal at delivery time. END K 10 svn:author V 4 olah K 8 svn:date V 27 1996-03-15T16:41:49.000000Z K 7 svn:log V 138 Allow the user to disable the use of T/TCP by setting the -T option. This option becomes useless when all TCP stacks are fixed out there. END K 10 svn:author V 6 fenner K 8 svn:date V 27 1996-03-15T17:08:07.000000Z K 7 svn:log V 197 Allow SIOCGIFBRDADDR and SIOCGIFNETMASK to return information about aliases, if the alias address was passed in the struct ifreq. Default to first address on the list, for backwards compatibility. END K 10 svn:author V 3 jmz K 8 svn:date V 27 1996-03-15T20:35:06.000000Z K 7 svn:log V 45 Add code to make it a loadable kernel module END K 10 svn:author V 3 jmz K 8 svn:date V 27 1996-03-16T01:08:04.000000Z K 7 svn:log V 83 Fix the isa_device table (lkm): id_irq and id_maddr must be 0. Pointed out by: bde END K 10 svn:author V 3 jmz K 8 svn:date V 27 1996-03-16T01:35:48.000000Z K 7 svn:log V 31 Build LKM for joystick driver. END K 10 svn:author V 3 jmz K 8 svn:date V 27 1996-03-16T01:43:26.000000Z K 7 svn:log V 28 Add joy to the SUBDIR list. END K 10 svn:author V 5 markm K 8 svn:date V 27 1996-03-16T13:50:14.000000Z K 7 svn:log V 16 Merge with HEAD END K 10 svn:author V 2 dg K 8 svn:date V 27 1996-03-16T15:00:05.000000Z K 7 svn:log V 174 Force device mappings to always be shared. It doesn't make sense for them to ever be COW and we need the mappings to be shared for backward compatibilty. Reviewed by: dyson END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1996-03-16T21:25:59.000000Z K 7 svn:log V 618 gethostbynis.c: - Fix problem described in PR #1079: _gethostbynisaddr() doesn't work. Make it accept the same arguments as all the other gethostby*addr() functions and properly convert the supplied IP address into a text string so that yp_match() can find it in the hosts.byaddr map. - Also fix potential memory leak: copy the results of yp_match() to a static buffer and free the result (yp_match() returns dynamically allocated memory). ether_addr.c: - Since I was in the neighborhood, fix ether_ntohost() and ether_hostton() so that they don't bogusly for a free(result) when yp_match() fails. END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-03-16T22:06:26.000000Z K 7 svn:log V 71 Bring in support code to make QuickCam driver a LKM. Stolen from: jmz END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-03-16T22:06:26.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r14640, 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 1996-03-16T22:06:27.000000Z K 7 svn:log V 60 This commit was manufactured by cvs2svn to create tag 'v01'. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-03-17T00:29:35.000000Z K 7 svn:log V 722 Changes to the Digi/Arnet SYNC driver: 1. Create 2 x 8k transmit buffer blocks in place of the 16k block previously. With this change the speed as tested with ttcp on a 2Mbit link went up from 206kbyte/s to 236kbyte/s. 2. Change the rest of the functions to also have the definition of the return value on a sepperate line. 3. Remove some unused variables. 4. Add code to recover from DMA underruns. 5. Reorder ar_get_packets() to handle errors better. 6. Only allocate a mbuf cluster if the data is more than the mbuf. (and in a second diff in addition to the above) 7. Stops the occasional DMA underruns that occurred when 2 channels are running at 2Mbit/s. Submitted by: John Hay END K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-03-17T04:52:10.000000Z K 7 svn:log V 158 Yet another fix from BDE for the new pipe code. This fixes a potential deadlock due to mismanagement of busy counters. Reviewed by: dyson Submitted by: bde END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-17T08:36:38.000000Z K 7 svn:log V 66 This is a revised fe, Ethernet driver for MB8696x based adapters. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-17T08:39:51.000000Z K 7 svn:log V 267 Add fe0 to the LINT and GENERIC files (hmmm - looks like my rcvs setup't isn't supplying all the proper header info here! Last commit of fe0 entry should have had the following Submitted by line also). Submitted-by: Masahiro SEKIGUCHI END K 10 svn:author V 5 markm K 8 svn:date V 27 1996-03-17T08:48:20.000000Z K 7 svn:log V 126 Hack-and-slash out the old 1.1.* stuff. Later commits will bring in 4.4-Lite and 4.4-lite2 stuff. Reviewed by: bruce, rgrimes END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-03-17T09:00:48.000000Z K 7 svn:log V 98 Fix a couple of sign-extension bugs. Submitted by: serg@bcs1.bcs.zaporizhzhe.ua (Sergey Shkonda) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-03-17T09:01:44.000000Z K 7 svn:log V 46 Merge from HEAD (fix of sign-extension bugs). END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-03-17T09:03:17.000000Z K 7 svn:log V 186 Merge in the fix from rev. 1.6: Move the YP initialization earlier, so it's done before the evaluation of -p/-s/-a related cruft. Closes PR # misc/933 "chpass -s " does not work END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-03-17T09:49:51.000000Z K 7 svn:log V 118 Minor correction regarding the last line of an uuencoded file. Submitted by: Giles Lean END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-03-17T09:51:18.000000Z K 7 svn:log V 34 Merge man page changes from HEAD. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-17T11:44:22.000000Z K 7 svn:log V 128 Whoops, don't forget the man page that goes with the previous commit. Submitted-by: M. Sekiguchi END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-03-17T13:33:42.000000Z K 7 svn:log V 42 Fix/cleanup raw partition open/close code END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-03-17T14:31:58.000000Z K 7 svn:log V 163 Update the linux_sendsig() handler to the new type of the 4th arg, now unsigned long. This was (harmlessly on i386) conflicting with the recent 4.4Lite2 changes. END K 10 svn:author V 5 markm K 8 svn:date V 27 1996-03-17T15:43:32.000000Z K 7 svn:log V 81 Comment out the NOPROFILE=yes to make this orthogonal with the rest of our libs. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-03-17T19:02:07.000000Z K 7 svn:log V 371 Repository copy src/release/libdisk to src/lib/libdisk as per recent discussion on -core about disk partitioning tools etc. Add NOPIC=yes to Makefile to prevent any possibility of version mismatch because of the potential grave consequences. (as suggested by phk) Note that this is also on RELENG_2_1_0, since the sysinstall stuff is hopefully going to remain in sync. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-03-17T19:04:07.000000Z K 7 svn:log V 96 Add NOPIC=yes, as per HEAD to avoid any chance of version mismatches and the dire consequences. END K 10 svn:author V 5 guido K 8 svn:date V 27 1996-03-17T20:12:53.000000Z K 7 svn:log V 287 Work around a bug in the Sun rpc code. This fixes a problem where a machine with aliase ip addresses on the same subnet of an interfaces' `real' ip addresses would generate duplicate broadcasts in clnt_broadcast(). Basically, this fix does a purge on the list of bradcast addresses. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-03-17T20:33:02.000000Z K 7 svn:log V 38 Always dsgone() slices when we leave. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-03-17T20:33:50.000000Z K 7 svn:log V 36 Always dsgone slices when we leave. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-03-17T20:37:03.000000Z K 7 svn:log V 24 Fix the pccard install. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-03-17T23:08:37.000000Z K 7 svn:log V 48 libdisk is now installed as a standard library. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-03-17T23:17:19.000000Z K 7 svn:log V 25 libdisk is now standard. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-03-17T23:20:09.000000Z K 7 svn:log V 146 libdisk is now `adult': . install libdisk.h into /usr/include . add a (preliminary) manpage, mostly featured after phk's comments in libdisk.h END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-03-17T23:25:31.000000Z K 7 svn:log V 31 Bring over rev 1.13 from HEAD. END K 10 svn:author V 2 dg K 8 svn:date V 27 1996-03-18T11:09:03.000000Z K 7 svn:log V 211 Fix bug that caused a coredump when attempting to enter passive mode when not logged in. Original fix slightly altered by me to return the correct reply code. Submitted by: Vadim Kolontsov END K 10 svn:author V 2 dg K 8 svn:date V 27 1996-03-18T11:10:16.000000Z K 7 svn:log V 72 Brought in fix from rev 1.15: fix coredump with passive and !logged in. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-18T15:15:42.000000Z K 7 svn:log V 71 Fix bogus MLINKS line. When is the old libdisk going to go away, BTW? END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-18T15:28:10.000000Z K 7 svn:log V 646 Lots of fixes: 1. Revamp package installer to use new dependency lists and also pkg_add's new `read from stdin' mode to prevent a copy of the package from hitting the disk unnecessarily. 2. More fixes for running "not as init" - don't get upset if CDROM already mounted, do the right thing instead. 3. If running as init, assume first-time install and _don't show the (W)rite option in the fdisk screen. 4. Many other little tweaks, some of which will have to wait for fuller testing until I can create a boot floppy (testing certain system-destroying features of sysinstall can be a royal pain). Expect some more commits. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-03-18T18:59:08.000000Z K 7 svn:log V 13 Add libdisk. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-03-18T20:15:24.000000Z K 7 svn:log V 67 Synchronize relevant changes from the most recent PC-CARD release. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-03-18T20:28:27.000000Z K 7 svn:log V 283 Added some comments regarding the apm device, and added support to create the PC-CARD devices. Note: The APM character special device is named /dev/apm and not apm0 as was prvioiusly since only one APM device can exist in a system at a time according to the the APM specifications. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-03-18T20:34:29.000000Z K 7 svn:log V 39 Open up /dev/apm instead of /dev/apm0. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-03-18T20:35:17.000000Z K 7 svn:log V 35 Use /dev/apm instead of /dev/apm0. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-03-18T21:24:32.000000Z K 7 svn:log V 58 Bring in relevant staticizing and cleanups from -current. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-03-18T21:42:31.000000Z K 7 svn:log V 298 Several changes to the gethostname module: . rename the function to main'gethostname, so it can be called unqualified, . strip the trailing \0 character, closes PR # bin/1084, . a better way to express an insane long string. Submitted by: Giles Lean (except the 1st) END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1996-03-18T21:42:32.000000Z K 7 svn:log V 72 This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-03-18T21:58:22.000000Z K 7 svn:log V 42 Removed support for multiple APM devices. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-03-18T22:29:48.000000Z K 7 svn:log V 94 Devfs support. Submitted by: hosokawa@mt.cs.keio.ac.jp and the rest of the Nomads Cleanup. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-03-18T22:40:57.000000Z K 7 svn:log V 62 Whoops, forgot the line that sets the default state in devfs. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-03-18T22:47:16.000000Z K 7 svn:log V 84 Grr, let's actually include so that DEVCONF support actually works. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-03-18T22:49:58.000000Z K 7 svn:log V 94 Bring in changes from the HEAD. - DEVCONF support - Removed multiple device support - Cleanup END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-03-18T23:08:29.000000Z K 7 svn:log V 153 Fix an infinite loop for empty files in the archive, and handle sparsely stored linked files correctly. Submitted by: haug@conterra.com (Brian R. Haug) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-03-18T23:10:16.000000Z K 7 svn:log V 98 Bring in the fix from rev 1.4 of copyin.c (fix for infinite loop, and for sparsely stored links). END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-03-18T23:30:14.000000Z K 7 svn:log V 116 Minor bugfixes from the recent PC-CARD release. Submitted by: hosokawa@mt.cs.keio.ac.jp and the rest of the Nomads END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-19T03:26:33.000000Z K 7 svn:log V 30 Move libdisk to its new home. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-19T03:48:53.000000Z K 7 svn:log V 78 Fix Nate's spamming of this file - every backquote needs a matching one.. :-) END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-03-19T04:19:30.000000Z K 7 svn:log V 54 "options APM" is no longer necessary for APM support. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-03-19T04:20:45.000000Z K 7 svn:log V 54 "options APM" is no lnoger necessary for APM support. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-03-19T04:40:03.000000Z K 7 svn:log V 99 Always enable interrupts before calling the APM idle/busy routines. Suggested by: phk@FreeBSD.org END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-03-19T04:49:13.000000Z K 7 svn:log V 77 Added kernel compile time failure if more than one APM device is configured. END K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-03-19T05:13:22.000000Z K 7 svn:log V 296 Fix the problem that unmounting filesystems that are backed by a VMIO device have reference count problems. We mark the underlying object ono-persistent, and account for the reference count that the VM system maintainsfor the special device close. This should fix the removable device problem. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-19T11:51:36.000000Z K 7 svn:log V 28 Use proper path to hostname END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-19T12:02:20.000000Z K 7 svn:log V 55 Fix cpioVerbosity() botch when verbosity set very low. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-19T12:08:00.000000Z K 7 svn:log V 48 Small tweaks to the presentation of this stuff. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-19T12:23:54.000000Z K 7 svn:log V 180 If the FTP install bombs out due to not being able to resolve the host name given, go back to the TCP setup screen for their interface and give them a chance to review the values. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-03-19T13:44:57.000000Z K 7 svn:log V 100 Updated a type to match Lite2's fixed-width type changes. Added $Id$. Obtained from: 4.4BSD-Lite2 END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-03-19T13:53:00.000000Z K 7 svn:log V 17 alarm -> ualarm. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-03-19T14:06:55.000000Z K 7 svn:log V 35 alarm -> ualarm (same as in HEAD). END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-03-19T14:30:15.000000Z K 7 svn:log V 602 sysinstall/Makefile: Fixed DPADD again. mk/bsd.README Don't list the LIBXXX identifiers here. Describe them better. mk/bsd.prog.mk Updated the list of LIBXXX identifiers. - recently added library libdisk.a wasn't mentioned (required for sysinstall) - old objects kz*.o weren't mentioned - old libraries libc_pic.a, libcom_err.a, libf2c.a, libg++.a, libgcc_pic.a, libgmp.a, libipx.a, libkeycap.a, libss.a and libxpg4.a weren't mentioned - old libraries libgnumalloc.a and libftp.a no longer exist - old library libmp.a was said to not exist - deprecated links libfl.a and libln.a weren't mentioned END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-03-19T14:41:05.000000Z K 7 svn:log V 85 Fixed a type to match Lite2's fixed-width type changes. Obtained from: 4.4BSD-Lite2 END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-03-19T15:03:00.000000Z K 7 svn:log V 419 Fixed unsigned longs that should have been vm_offset_t. vm_offset_t is currently unsigned long but should probably be plain unsigned for i386's to match the choice of minimal types to represent for fixed-width types in Lite2. Anyway, it shouldn't be assumed to be unsigned long. I only fixed the type mismatches that were detected when I changed vm_offset_t to unsigned. Only pointer type mismatches were detected. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-03-19T15:11:13.000000Z K 7 svn:log V 65 Fixed a type mismatch in crufty misconfigured compatibilty code. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-03-19T15:17:34.000000Z K 7 svn:log V 198 Updated format strings to match Lite2's fixed-width type changes. uids and gids aren't unreasonably long any more, so we get to change all the format strings that were fixed to use %lu back to %u. END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-03-19T15:19:21.000000Z K 7 svn:log V 96 Note that the handbook can be downloaded in a variety of formats from the ftp site or a mirror. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-03-19T15:36:32.000000Z K 7 svn:log V 142 Updated howmany() to be once again identical with the namespace-polluting one in . Lite2 changed the white space in the latter. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-03-19T15:38:44.000000Z K 7 svn:log V 351 Merged type changes and overflow bug fixes from Lite2. Fixed the gets() changes. The buffer contents is indeterminate when fgets() returns NULL... Now when you type EOT at one of the prompts, the program usually spins reading the sticky EOF instead of dumping core. Even GUIs could do better. Added $Id$. Obtained from: partly from 4.4BSD-Lite2 END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-03-19T16:30:17.000000Z K 7 svn:log V 98 Latest release of timezone data files. Obtained from: Arthur David Olson END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-03-19T16:30:17.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r14709, 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 1996-03-19T16:30:18.000000Z K 7 svn:log V 66 This commit was manufactured by cvs2svn to create tag 'tzdata96d'. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-03-19T16:32:45.000000Z K 7 svn:log V 63 Portugal is changing timezone this month. From vendor branch. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-03-19T16:35:06.000000Z K 7 svn:log V 38 Copy Portugal change over to -stable. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-03-19T16:48:38.000000Z K 7 svn:log V 118 Call apm_int() instead of doing direct assembly calls even when we don't care about the return value for consistency. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-03-19T16:56:56.000000Z K 7 svn:log V 88 Add some comments on the APM specs, and make the APM 'idle/busy' functions follow them. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-03-19T17:05:51.000000Z K 7 svn:log V 326 Bring in changes from the HEAD. - Fix the APM 'idle/busy' functions. - Call apm_int() instead of doing direct assembly calls. - Added kernel compile time failure if more than one APM device is configured. - Always enable interrupts before calling the APM idle/busy routines. - Minor bugfixes from the recent PC-CARD release. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-03-19T17:06:22.000000Z K 7 svn:log V 103 Bring in changes from the HEAD. - Always enable interrupts before calling the APM idle/busy routines. END K 10 svn:author V 6 fenner K 8 svn:date V 27 1996-03-19T17:25:12.000000Z K 7 svn:log V 208 Update IGMP printing, removing the obsolete packet header version number & changing "new" and "old" to "v2" and "v1" to allow for future changes not having to be "newer new" Recognize Router Alert IP option END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1996-03-19T19:27:03.000000Z K 7 svn:log V 732 Fix yp_all() so that it doesn't bogusly return YP_NOMORE at the end of a successful map retrieval. (This has to do with a previous change to xdr_ypresp_all_seq() and ypxfr_get_map(); originally, yp_all() would look for a return value of YP_FALSE to signal success, but now it should be looking for YP_NOMORE. It should not be passing YP_NOMORE back up to the caller though.) Noticed by: There is also another small bug here, which is that the call to xdr_free() that happens immediately after the clnt_call() in yp_all() clobbers the return status value. I've worked around this for now, but I think the xdr_free() is actually bogus and should be removed. I want to check some more before I do that though. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-03-19T21:21:06.000000Z K 7 svn:log V 68 Cast char's to (u_char) before passing them to isctype() functions. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-03-19T21:22:10.000000Z K 7 svn:log V 83 Fix from HEAD: Cast char's to (u_char) before passing them to isctype() functions. END K 10 svn:author V 6 julian K 8 svn:date V 27 1996-03-20T03:05:34.000000Z K 7 svn:log V 209 keep the libc_r makefiles in step with those from libc There needs to be a better way of doing this.. preferably we could add another pass to the normal libc makefiles to do _r versions as well as _p versions END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-20T10:38:53.000000Z K 7 svn:log V 98 Fix DC21040/DC21041/DC21140 doc bogon. Submitted by: Michael Smith END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-20T10:42:56.000000Z K 7 svn:log V 86 Add vx0 device to GENERIC. Yes, I know that this bloats GENERIC, but what can we do? END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-20T14:11:22.000000Z K 7 svn:log V 37 Accept DEL as a synonym for `delete' END K 10 svn:author V 4 adam K 8 svn:date V 27 1996-03-20T15:29:10.000000Z K 7 svn:log V 68 refer to RFC1918 for private networks, instead of obsoleted RFC1597 END K 10 svn:author V 6 fenner K 8 svn:date V 27 1996-03-20T18:28:48.000000Z K 7 svn:log V 261 The 4.4-lite vfprintf counted the %# hex prefix and the sign in the precision; ANSI X3J11 is not crystal clear but certainly says that the precision specifies the number of /digits/, and signs and "0x" aren't really digits. NetBSD already has a similar patch. END K 10 svn:author V 3 jdp K 8 svn:date V 27 1996-03-20T19:05:59.000000Z K 7 svn:log V 78 Close a file descriptor that I had (harmlessly) left open in a child process. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-21T00:20:52.000000Z K 7 svn:log V 119 Whoops, it might be nice if we actually *installed* the vx man page. Noticed by: Juha Inkari END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-03-21T04:13:25.000000Z K 7 svn:log V 120 Ported to 2.2-current. Uses [bc]devsw_add(), and is also now a proper pseudo-device. Doesn't use devfs correctly yet. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-21T05:27:46.000000Z K 7 svn:log V 43 Add taiwan mirror and add ftp7.freebsd.org END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-21T05:50:27.000000Z K 7 svn:log V 25 Add ftp4.au.freebsd.org. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-21T06:12:40.000000Z K 7 svn:log V 46 Add poland back - it got removed somehow! :-( END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-21T06:32:48.000000Z K 7 svn:log V 90 Sync the ftp site list with reality. Some day, this will be an algorithm and not a menu. END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-03-21T08:18:26.000000Z K 7 svn:log V 61 Add in both parts of the driver. LKM qcam driver now works. END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-03-21T08:19:10.000000Z K 7 svn:log V 123 Add support for /very/ experimental -e (exposure) option. Not documented yet, because it's for grownups and geeks for now. END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-03-21T08:22:59.000000Z K 7 svn:log V 700 Add support for /very/ experimental -e (exposure) option. Add support for LKM operation. Change M_NOWAIT on buffer memory allocation to M_WAIT in hopes we'll be able to get ourselves a nice fat buffer from the kernel if we suspend. Note: The LKM support looks kinda screwy in two areas, where I found problems with the kernel proper. First, calling dev_attach() at module load time will cause a panic. I haven't investigated. Secondly, I had to manually call qcam_drvinit() to register the device softc structure by hand at module load time. This seems bogus, it should be called as a core part of the module load process for character/block device drivers. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-21T09:30:18.000000Z K 7 svn:log V 228 Major enhancements to the package adder (next step is to use the new dialog functions to make the menus far less klunky, but one thing at a time). Fix bug that had debug output spewing uselessly on vty2 when running multiuser. END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-03-21T14:15:01.000000Z K 7 svn:log V 31 Add comment about DIST_SUBDIR. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-21T17:20:31.000000Z K 7 svn:log V 122 Whoops! Total brain-fade on that last "optimization" for mounting the CD (thanks to Mike O'Dell for finding it). Fixed. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-21T17:53:44.000000Z K 7 svn:log V 72 Revise mirrors for Taiwan now that tw.freebsd.org is set up completely. END K 10 svn:author V 5 wosch K 8 svn:date V 27 1996-03-21T18:17:41.000000Z K 7 svn:log V 79 Don't count character ``+'' as garbage (c++.1, flex++.1) Submitted by: joerg END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-03-21T19:52:18.000000Z K 7 svn:log V 90 Bring in changes from the HEAD. - Fixed apm device name - Bring in PC-CARD device support END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-03-21T20:19:18.000000Z K 7 svn:log V 119 Bring in changes from the HEAD. - Updated PC-CARD support from the BSD Nomads. (I forgot to do this a long time ago) END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-03-21T20:25:56.000000Z K 7 svn:log V 59 Changes to split out NFS_SERVER and NFS_CLIENT, first bit. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-03-21T20:30:15.000000Z K 7 svn:log V 95 Remove KADB, we havn't had it ever I think. Add support for NFS_SERVER and NFS_CLIENT options. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-03-21T20:54:32.000000Z K 7 svn:log V 65 Open up /dev/apm instead of /dev/apm0 (which is no longer used). END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-22T10:59:56.000000Z K 7 svn:log V 46 Add John Hay to list of FreeBSD contributors. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1996-03-22T16:26:26.000000Z K 7 svn:log V 116 Disable SCSI parity checking until we figure out why the aic78X0 generates them incorrectly in some Wide scenarios. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-03-22T17:26:48.000000Z K 7 svn:log V 244 Bring in changes from the HEAD. Bloat the -stable etc tree with unused PC-CARD support hooks to make testing go easier. This code won't do anything in -stable, but it minimizes the # of patches the testers will have to make to their systems. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-03-22T17:28:07.000000Z K 7 svn:log V 59 Install rc.pccard to get PC-CARD support (when available). END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-03-22T17:29:58.000000Z K 7 svn:log V 47 Removed unused files. Obtained from: -current END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-03-22T18:09:21.000000Z K 7 svn:log V 696 A number of performance-reducing flaws fixed based on comments from Larry Peterson &co. at Arizona: - Header prediction for ACKs did not exclude Fast Retransmit/Recovery. - srtt calculation tended to get ``stuck'' and could never decrease when below 8. It still can't, but the scaling factors are adjusted so that this artifact does not cause as bad an effect on the RTO value as it used to. The paper also points out the incr/8 error that has been long since fixed, and the problems with ACKing frequency resulting from the use of options which I suspect to be fixed already as well (as part of the T/TCP work). Obtained from: Brakmo & Peterson, ``Performance Problems in BSD4.4 TCP'' END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-03-22T18:11:25.000000Z K 7 svn:log V 192 Make sure tcp_respond() always calls ip_output() with a valid route pointer. This has no effect in the current ip_output(), but my version requires that ip_output() always be passed a route. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-03-22T20:02:41.000000Z K 7 svn:log V 129 Bring in from the HEAD revision 1.14 date: 1996/03/18 15:15:42; author: jkh; state: Exp; lines: +1 -2 Fix bogus MLINKS line. END K 10 svn:author V 2 se K 8 svn:date V 27 1996-03-22T20:22:15.000000Z K 7 svn:log V 96 Disable handshake timeout mechanism, which seems to have caused more trouble than it solves ... END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-03-22T21:27:44.000000Z K 7 svn:log V 69 Removed some completed tasks, plus add my name to the laptop taskes. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-03-22T22:22:40.000000Z K 7 svn:log V 196 All this was horribly broken. The menues were overflowing, the `diff' calculation wrong, bogus `reboot now!' hints given, and the displayed month off by one. Fix all of this. Requested by: jkh END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-03-22T22:24:16.000000Z K 7 svn:log V 31 Merge all the fixes from HEAD. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-23T00:25:54.000000Z K 7 svn:log V 125 Whoops! Move John Hay from the 386BSD contributor list to FreeBSD contributor list. Must have been a bit sleepy there! :-) END K 10 svn:author V 6 fenner K 8 svn:date V 27 1996-03-23T01:32:30.000000Z K 7 svn:log V 227 Send ARP's for aliased subnets with the proper source address. Get rid of ac->ac_ipaddr and arpwhohas() since they assume that an interface has only one address. Obtained from: BSD/OS 2.1, via Rich Stevens END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-23T07:11:58.000000Z K 7 svn:log V 30 Update Samba package version. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-23T07:21:31.000000Z K 7 svn:log V 71 Make the editor a selectable option. Some people don't care for `ee'! END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-23T07:23:39.000000Z K 7 svn:log V 34 Update version number for Apache. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-23T07:28:22.000000Z K 7 svn:log V 143 Whoops! I create the holographic shell too early now - move it after the chroot. Nice idea, just didn't work (caused shared execs to fail!). END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-03-23T11:29:02.000000Z K 7 svn:log V 117 Remove all traces of KADB. add sysctl "debug.debugger_on_panic=1" if DDB or KGDB is in kernel. Requested by: davidg END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-03-23T11:29:20.000000Z K 7 svn:log V 48 Remove an unused #define. Requested by: davidg END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-03-23T11:31:16.000000Z K 7 svn:log V 114 Remove all traces of KADB add sysctl debug.debugger_on_panic: 1 if DDB or KGDB is defined. Requested by: davidg END K 10 svn:author V 6 fenner K 8 svn:date V 27 1996-03-23T19:29:10.000000Z K 7 svn:log V 50 Eliminate reference to ac_ipaddr in FreeBSD case. END K 10 svn:author V 6 fenner K 8 svn:date V 27 1996-03-23T19:34:12.000000Z K 7 svn:log V 284 Remove reference to ac_ipaddr, which was being used to determine if the interface had been assigned an IP address. This code prevented the interface from receiving ethernet broadcasts if it had no IP address assigned, and appeared to be an optimization that is not completely needed. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-23T21:23:43.000000Z K 7 svn:log V 135 Fix bogus last commit - debugger_on_panic was referenced even when not defined. Another change clearly committed without testing! :-( END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-03-23T21:32:39.000000Z K 7 svn:log V 98 Now that ac->ac_ipaddr and arpwhohas() no longer exist, remove the ifdef'd out code that used it. END K 10 svn:author V 4 nate K 8 svn:date V 27 1996-03-23T21:36:03.000000Z K 7 svn:log V 204 Whoops, back out the last commit, which was accidentally committed at the same time as the if_zp cleanup patch. The commit that occurred was an incomplete patch for APM on my laptop and needs more work. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-23T21:41:00.000000Z K 7 svn:log V 72 Ok, now this is correct (even simple fixes sometimes ain't so simple :) END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1996-03-23T22:16:22.000000Z K 7 svn:log V 774 Fix other half of problem reported in PR #1079: _getnetbynisaddr() is broken. The translation from network number to ASCII string was not working correctly (you would sometimes get things like 0.244.0.0 instead of 244.0.0). Also copied results of yp_match() to a static buffer for consistency with gethostbynis.c. Note: _getnetbynisaddr() chops off trailing .0's, i.e. 244.0.0 is truncated to 244. By contrast, getnetbyht.c code (for local /etc/networks lookups) leaves the traling .0's in place. This means that the NIS and local file lookups will match different things when looking up the same network number. I'm not sure which is the correct behavior. (I think the DNS lookup code tries all combinations -- should the NIS and local host lookup routines do that too?) END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1996-03-23T22:48:19.000000Z K 7 svn:log V 953 Don't bother trying to flock() /var/run/ypbind.lock; this breaks when /var/run resides on an NFS filesystem (flock() always returns 0 in this case, so we falsely assume that ypbind is dead and bail out). Settle instead for better failure checking when using clnttcp_create() and clnt_call() to interact with ypbind. We still try to flock() /var/yp/binding/$DOMAINNAME.2, but if this doesn't work, we drop into the code that retrieves the binding information from ypbind directly. If that also fails, then we're toast. On NFS filesystems, this means we'll be ignoring the binding file for no reason and always talking to ypbind even though we don't have to, but at least things will work. (I could just replace the flock(/var/run/ypbind.lock) check with an RPC call to ypbind's NULLPROC procedure, but if the flock() of the binding file doesn't pan out we're going to try to talk to ypbind later anyway. *sigh* Is NFS file locking ever going to work?) END K 10 svn:author V 5 wosch K 8 svn:date V 27 1996-03-24T00:02:38.000000Z K 7 svn:log V 37 delete ``.if ${MACHINE} == "sparc"'' END K 10 svn:author V 5 wosch K 8 svn:date V 27 1996-03-24T00:08:02.000000Z K 7 svn:log V 47 delete MANGRP?=, MANOWN?=, MANMODE?=, MANDIR?= END K 10 svn:author V 5 wosch K 8 svn:date V 27 1996-03-24T00:21:04.000000Z K 7 svn:log V 96 delete LIBDIR?= LINTLIBDIR?= LIBGRP?= LIBOWN?= LIBMODE?= SHLIBDIR?= BINGRP?= BINOWN?= BINMODE?= END K 10 svn:author V 3 pst K 8 svn:date V 27 1996-03-24T00:30:38.000000Z K 7 svn:log V 28 Add in qcam module (forgot) END K 10 svn:author V 5 wosch K 8 svn:date V 27 1996-03-24T00:31:56.000000Z K 7 svn:log V 34 KMODDIR= -> KMODDIR?= add INFODIR END K 10 svn:author V 5 wosch K 8 svn:date V 27 1996-03-24T00:41:11.000000Z K 7 svn:log V 35 remove BINGRP?= BINOWN?= BINMODE?= END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-24T09:27:20.000000Z K 7 svn:log V 150 Here is a patch to talkd which makes it send the request to the tty with the lowest idle time. Submitted by: loodvrij@gridpoint.com (Bruce J. Keeler) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-24T09:36:41.000000Z K 7 svn:log V 47 Remove some rather useless debugging messages. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-24T09:43:53.000000Z K 7 svn:log V 54 The name of the lynx package has changed - update it. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-24T12:06:13.000000Z K 7 svn:log V 92 Clean up the options screen a little bit by shortening it by one line in the vertical axis. END K 10 svn:author V 4 paul K 8 svn:date V 27 1996-03-24T13:16:45.000000Z K 7 svn:log V 145 Re-instate the bootstrap target which can be used to build tools that can't be built by older OS versions. Use it to install the lint binaries. END K 10 svn:author V 4 paul K 8 svn:date V 27 1996-03-24T13:58:27.000000Z K 7 svn:log V 43 Don't build lint libraries for the moment. END K 10 svn:author V 4 paul K 8 svn:date V 27 1996-03-24T14:09:33.000000Z K 7 svn:log V 10 Add xlint END K 10 svn:author V 4 paul K 8 svn:date V 27 1996-03-24T15:49:34.000000Z K 7 svn:log V 31 Fix incorrect parameter types. END K 10 svn:author V 4 paul K 8 svn:date V 27 1996-03-24T15:51:45.000000Z K 7 svn:log V 51 Fix incorrect parameter types for ftell and fgets. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-03-24T18:55:39.000000Z K 7 svn:log V 220 Make libdisk C++ aware: - add __BEGIN_DECLS and __END_DECLS, - add a bunch of ``const'' qualifiers all over the place, - rename the `private' struct member into `private_data' to avoid the clash with the C++ keyword. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-03-24T18:57:37.000000Z K 7 svn:log V 274 Rename the usage of `private' to `private_data' to cope with the recent libdisk changes. (sysinstall is guilty of using `private' in quite more places, but since this ain't in library code, it's not that important.) Whenever possible, better not use C++ reserved words... END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-03-24T19:04:51.000000Z K 7 svn:log V 44 Bring in from HEAD: make libdisk C++ aware. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-03-24T19:05:46.000000Z K 7 svn:log V 64 Rename `private' into `private_data' for libdisk data elements. END K 10 svn:author V 4 paul K 8 svn:date V 27 1996-03-24T19:20:02.000000Z K 7 svn:log V 53 Added creation of /usr/libdata and /usr/libdata/lint END K 10 svn:author V 4 paul K 8 svn:date V 27 1996-03-24T19:45:58.000000Z K 7 svn:log V 103 Build and install llib-lstdc.ln. Disable Posix version. Change install mode from NONBINMODE to LIBMODE END K 10 svn:author V 4 paul K 8 svn:date V 27 1996-03-24T19:47:12.000000Z K 7 svn:log V 38 Re-enable building of lint libraries. END K 10 svn:author V 4 paul K 8 svn:date V 27 1996-03-24T20:03:46.000000Z K 7 svn:log V 59 Move llib-lstdc to llib-lc since that's what lint expects. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-03-24T22:24:10.000000Z K 7 svn:log V 84 Add an entry for adding `vn' swap. Submitted by: Werner Griessl (quoted in Usenet) END K 10 svn:author V 5 wosch K 8 svn:date V 27 1996-03-24T22:49:16.000000Z K 7 svn:log V 50 Obtained from: NetBSD "obj" directory stuff work END K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-03-25T01:48:28.000000Z K 7 svn:log V 115 Various pipe error return fixes, and a significant typeo fix. From Bruce Evans (of course :-)). Submitted by: bde END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-03-25T04:34:20.000000Z K 7 svn:log V 77 Add Masafumi Nakane (masafumi@pobox.com) for the ptex2 upgrade contribution. END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-03-25T06:54:33.000000Z K 7 svn:log V 428 Update sendmail to -current version (8.7.5) to fix various known security holes and a lot of bugs. 8.7.* has pretty much finished development, 8.8 is in alpha testing. A seperate commit will follow to do a couple of 2.1.x specific things and to turn off the infamous 8bitmime->quoted-printable conversion when talking to older sendmails. OK'ed by: davidg (Note: a lot of tags were added behind the scenes for the new files) END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-03-25T07:23:13.000000Z K 7 svn:log V 146 Use the libutil setproctitle(), and add a tiny bit of lint to to give a hint about how to compile this sendmail on older releases. (see Makefile) END K 10 svn:author V 5 peter K 8 svn:date V 27 1996-03-25T07:32:05.000000Z K 7 svn:log V 312 install freebsd.cf as sendmail.cf, not the freefall.cf file from sendmail. freebsd.mc/cf is a generic configuration, while freefall.mc/cf is the industrial-strength configuration that we actually use on freefall. The freebsd mailing list mail-relays may find freefall.mc template a much better starting point. END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-03-25T09:35:25.000000Z K 7 svn:log V 98 Fix typo. Closes PR docs/1099. Submitted by: Masafumi NAKANE END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-03-25T10:13:13.000000Z K 7 svn:log V 72 Add Mike Peck (mike@binghamton.edu) for contribution of tinyfugue port. END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-03-25T10:55:29.000000Z K 7 svn:log V 67 Added Harlan Stenn for the amanda upgrade. END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-03-25T12:03:11.000000Z K 7 svn:log V 67 Since n is int now, sanity check must be n <= 0, not simple n == 0 END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-03-25T13:35:36.000000Z K 7 svn:log V 90 Remove half-dancing solution for signed chars to help finding POSIXly-incorrect programs. END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-03-25T13:43:24.000000Z K 7 svn:log V 90 Remove half-dancing solution for signed chars to help finding POSIXly-incorrect programs. END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-03-25T13:46:21.000000Z K 7 svn:log V 36 Slightly simplify inlined functions END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-03-25T14:32:30.000000Z K 7 svn:log V 37 Convert int to uchar range for ctype END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-03-25T14:34:26.000000Z K 7 svn:log V 17 8bit clean fixes END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-25T17:06:34.000000Z K 7 svn:log V 95 Bill Fenner comes up with a better fix to the debugger_on_panic stuff. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-03-25T17:41:23.000000Z K 7 svn:log V 59 Check the validity of ia->ia_ifp before we dereference it. END K 10 svn:author V 3 phk K 8 svn:date V 27 1996-03-25T17:42:41.000000Z K 7 svn:log V 58 Check the validity of ia->ia_ifp before dereferencing it. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-03-25T20:13:21.000000Z K 7 svn:log V 46 Slight modification of RTO floor calculation. END K 10 svn:author V 6 julian K 8 svn:date V 27 1996-03-25T21:56:59.000000Z K 7 svn:log V 114 Submitted by: "Marc G. Fournier" allows correct creation of subdirectories in devfs_add_devswf() END K 10 svn:author V 5 asami K 8 svn:date V 27 1996-03-26T02:29:11.000000Z K 7 svn:log V 747 Change how mirror writes are handled, according to the discussion on the mailing list. When initiating a write, ccdbuffer() returns two "struct ccdbuf *"s linked together by the cb_mirror field. "cb_pflags & CCDPF_MIRROR_DONE" is set to 0 on both of them. When a component returns to ccdiodone(), it checks if "cb_pflags & CCDPF_MIRROR_DONE" is set or not. If not, it sets the partner's flag and returns. If it is, it means its partner has already returned, so it will go to the regular cleanup (which is in the fallthrough code). There should be no performance or functionality changes unless the higher-level scsi driver does something with the resid value. The change is purely aesthetical and prepares us for the parity implementation. END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1996-03-26T13:26:53.000000Z K 7 svn:log V 66 Make sure there is a linefeed at the end of generated HTML files. END K 10 svn:author V 6 fenner K 8 svn:date V 27 1996-03-26T18:56:51.000000Z K 7 svn:log V 83 Add missing splx(s) in IP_MULTICAST_IF Submitted by: Jim Binkley END K 10 svn:author V 6 fenner K 8 svn:date V 27 1996-03-26T19:16:46.000000Z K 7 svn:log V 202 Make rip_input() take the header length Move ipip_input() and rsvp_input() prototypes to ip_var.h Remove unused prototype for rip_ip_input() from ip_var.h Remove unused variable *opts from rip_output() END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-03-26T19:57:56.000000Z K 7 svn:log V 348 Add support for Pentium and Pentium Pro performance counters. (This code is as yet untested; to come after man page is written.) This also adds inlines to cpufunc.h for the RDTSC, RDMSR, WRMSR, and RDPMC instructions. The user-mode interface is via a subdevice of mem.c; there is also a kernel-size interface which might be used to aid profiling. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-03-26T20:57:26.000000Z K 7 svn:log V 39 Add a man page for the perfmon driver. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-03-26T21:04:54.000000Z K 7 svn:log V 38 Provide for creation of /dev/perfmon. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-03-26T21:33:09.000000Z K 7 svn:log V 113 An incorrect path of ``dmesg'' is in the file. Submitted by: masafumi@tky007.tth.expo96.ad.jp (Masafumi NAKANE) END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-03-26T23:22:03.000000Z K 7 svn:log V 331 Updated some URL's for Digi International products so you can actually follow the links, and change references from DigiBoard to Digi International (I'm currently working for Digi, and we were just asked to do the same thing with everything we are working on when possible, so I figured I might as well do the same under FreeBSD). END K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-03-27T07:46:04.000000Z K 7 svn:log V 131 f2c's -krd does not work with f77 wrapper Closes PR # gnu/1101 Submitted by: kargl@troutmask.apl.washington.edu (Steven G. Kargl) END K 10 svn:author V 3 hsu K 8 svn:date V 27 1996-03-27T07:58:57.000000Z K 7 svn:log V 51 Make type compatible with Lite2. Submitted by: bde END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-27T13:53:20.000000Z K 7 svn:log V 74 Add a tag for getting to the "who's responsible for what" section easily. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1996-03-27T17:03:51.000000Z K 7 svn:log V 55 A few small stylistic changes. This still needs work! END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-03-27T17:06:03.000000Z K 7 svn:log V 264 Fixed traceback for the following cases: - legitimate null frames from idle() (traceback was aborted after a null pointer trap) - second instruction of normal function prologue, and last instruction of a function (caller wasn't reported). Reviewed by: davidg END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-03-27T17:16:29.000000Z K 7 svn:log V 114 Removed vestiges of dummy frame at top of tmpstk. Use alignment macros where appropriate. Cleaned up #includes. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-03-27T17:21:57.000000Z K 7 svn:log V 40 Eliminated dependency on opt_sysvipc.h. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-03-27T17:33:39.000000Z K 7 svn:log V 106 Print stack pointer and frame pointer in trap messages. Fixed "trace/trap" message. Reviewed by: davidg END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-03-27T17:43:38.000000Z K 7 svn:log V 111 Say what happens to the buffer when fgets() returns NULL. Fixed bogus cross references and a misordered line. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-03-27T17:54:40.000000Z K 7 svn:log V 48 Fixed bogus cross references. Reviewed by: mpp END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-03-27T18:07:29.000000Z K 7 svn:log V 232 Removed now-bogus casts that were to hide the inconsistency between the nonstandard normal version and the standard threaded version. Removed a bogus L in a constant. fpos_t's aren't longs, and casting to fpos_t would be verbose. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-03-27T18:23:16.000000Z K 7 svn:log V 72 In tcp_respond(), check that ro->ro_rt is non-null before RTFREEing it. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-03-27T18:29:29.000000Z K 7 svn:log V 155 Define magic uids and gids for use in devfs_add_devsw[f](). The kernel shouldn't know these values, but there is currently no better way of setting them. END K 10 svn:author V 8 swallace K 8 svn:date V 27 1996-03-27T18:39:40.000000Z K 7 svn:log V 368 The recently introduced sv_sendsig entry of the sysentvec structure is incorrectly set to 0, for the purpose of "ignoring" the signal. This does not ignore the signal, but rather, executes the function at location 0 in kernel mode, which shortly thereafter causes a panic. The sv_sensig entry for ibcs2 emulation should be set to the system's normal sendsig routine. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-03-27T18:50:10.000000Z K 7 svn:log V 288 Fixed group of disk devices (was wheel or games, now operator). Added scsi control devices. Converted almost everything that I changed to use devfs_add_devswf() and verbose id macros. st.c: Renamed enrst* to erst* since that's what the current name is (enrst seems to be an old name). END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-03-27T18:55:19.000000Z K 7 svn:log V 30 Fixed mode of /devfs/console. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-03-27T19:04:55.000000Z K 7 svn:log V 85 Fixed permissions of /devfs/*random. Fixed group and permissions of /devfs/perfmon. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-03-27T19:07:33.000000Z K 7 svn:log V 44 Fixed name of /dev/speaker (it's not spkr). END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-03-27T19:11:41.000000Z K 7 svn:log V 118 Moved the initialization of the devfs devices to after the initialization of the devswitch so that it actually works. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-03-27T19:19:58.000000Z K 7 svn:log V 343 Fixed the unit numbers of the devfs `fd' devices. Made the devfs `fd' devices bug for bug compatible with the ones created by MAKEDEV: - ownership is bin.bin, not root.wheel, except for std*. The devfsext interface doesn't seem to allow specifying the ownership of /devfs/fd, so it's still incompatible. - std* aren't links to fd/[0-2]. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-03-27T19:42:14.000000Z K 7 svn:log V 33 Fixed permissions of /devfs/lkm. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-03-27T19:45:28.000000Z K 7 svn:log V 113 Fixed name of /dev/fs/klog (it's not "log"). Submitted by: "Marc G. Fournier" and edited by me END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-03-27T20:03:32.000000Z K 7 svn:log V 37 Fixed ownerships of callout devices. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-03-27T20:07:29.000000Z K 7 svn:log V 102 Fixed name of pt device (it has a unit number). devfs still only creates one. Added control device. END K 10 svn:author V 3 bde K 8 svn:date V 27 1996-03-27T20:09:26.000000Z K 7 svn:log V 80 Added drum device. Submitted by: partly by "Marc G. Fournier" END K 10 svn:author V 3 mpp K 8 svn:date V 27 1996-03-27T20:49:07.000000Z K 7 svn:log V 156 Added missing section numbers to a bunch of .Xr macros, or converted them into .Fn macros where appropriate. Also fixed up some minor formatting problems. END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-03-27T20:53:03.000000Z K 7 svn:log V 30 Disable ^S/^Q flow control!!! END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-03-27T21:16:32.000000Z K 7 svn:log V 57 Cleanup both raw & termianl modes termios flags settings END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-03-27T21:29:32.000000Z K 7 svn:log V 109 cfmakeraw: clear PARODD bit too, help user program to set its own parity via | Set CREAD bit, it is 99% case END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-03-27T21:40:55.000000Z K 7 svn:log V 54 Use cfmakeraw() instead of all those termios settings END K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-03-27T22:02:18.000000Z K 7 svn:log V 183 A slightly-closer-to-working version that includes code appropriate to regular Pentiums. Unfortunately, it doesn't work on mine, but I'm not sure if this is the fault of the driver. END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-03-27T22:28:19.000000Z K 7 svn:log V 68 Fix typing bug cause flushing never occurse: TIOCFLUSH -> TCIOFLUSH END K 10 svn:author V 8 torstenb K 8 svn:date V 27 1996-03-27T22:42:05.000000Z K 7 svn:log V 115 The etc.i386/fstab.* files have been nuked from -stable too, so don't try to install them Obtained from: -current END K 10 svn:author V 4 ache K 8 svn:date V 27 1996-03-27T22:58:21.000000Z K 7 svn:log V 139 After real problem is found (flush never occurse), re-enable software flow control, but re-enable it properly, idea taken from taylor 'cu' END K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-03-28T04:22:17.000000Z K 7 svn:log V 228 More map_simplify fixes from Alan Cox. This very significanly improves the performance when the map has been chopped up. The map simplify operations really work now. Reviewed by: dyson Submitted by: Alan Cox END