ƒ«?12210 244 117 124 190 148 154 117 984 125 209 144 134 499 288 563 215 244 376 164 359 135 218 239 129 125 233 238 162 186 104 275 320 160 163 423 137 121 116 195 121 109 296 147 179 513 276 127 121 138 184 141 208 136 203 119 168 361 106 145 367 219 224 366 136 299 499 142 1797 133 188 131 118 201 150 167 123 114 144 125 153 145 117 127 125 123 129 146 136 170 127 324 103 153 570 268 226 104 122 104 135 205 163 110 108 153 150 532 282 191 119 247 130 142 116 301 164 199 186 202 229 238 144 349 188 262 264 264 264 199 193 120 124 307 111 140 151 150 247 116 198 264 112 224 178 337 234 409 195 215 206 650 294 165 172 149 188 226 591 146 142 181 191 314 237 214 167 109 130 676 288 119 203 290 344 343 519 131 163 131 237 122 195 121 206 231 124 125 109 168 109 143 223 120 109 118 565 632 213 134 371 134 159 158 233 130 222 106 233 112 152 126 115 111 122 163 115 129 118 107 118 301 513 196 231 223 240 469 473 747 238 162 157 126 238 161 197 348 400 189 188 143 350 142 226 149 K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-11T10:59:23.000000Z K 7 svn:log V 25 Various cosmetic tweaks. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-11T11:20:45.000000Z K 7 svn:log V 32 Clean up a prompt that wrapped. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-11T11:44:29.000000Z K 7 svn:log V 98 Make things a little easier to use based on my experiences with the first 2.1 CDROM installation. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-11T11:49:22.000000Z K 7 svn:log V 56 Fix some missing parameters to the anon ftp setup area. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-11T11:56:40.000000Z K 7 svn:log V 62 Add verbosity to add in tracking a mystery sig-11 with this.. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-11T12:01:46.000000Z K 7 svn:log V 25 Argh. Fix missing quote. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-12T04:24:53.000000Z K 7 svn:log V 891 Fixed the args list for mount(). We're not ready for the BSD4.4lite2/ NetBSD interface. Increased the bogusness of the args list for mmap(). The args lists for most of the memory mapping functions are bogus. The args lists in syscalls.master are a little better than the ones in the args structs currently being used, but the improvement for mmap() changed the object code and I don't want to worry about that now. Increased the bogusness of the args list for fcntl. BSD4.4lite2/NetBSD uses `void *' instead of int for the third arg. This has the advantage of working when `void *'s are longer than ints, but requires extra bogus casts that I hope to avoid. Fixed the args list for uname. `struct outsname' seems to be a typo, not an old interface. Added comments about bogus args lists for open, mount, msync, munmap, mprotect, madvise, mincore, fcntl, semsys, msgsys and shmsys. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-12T04:29:37.000000Z K 7 svn:log V 33 Updated machine-generated files. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-12T04:42:58.000000Z K 7 svn:log V 116 Added (null for the i386) conversions from ibcs2's bogus fcntl args struct to the standard bogus fcntl args struct. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-12T04:55:40.000000Z K 7 svn:log V 52 Bring my pkg_install improvements forward from 2.1. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-12T06:42:10.000000Z K 7 svn:log V 42 Reviewed by: Submitted by: Obtained from: END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-12T06:43:28.000000Z K 7 svn:log V 406 Included to get central declarations for syscall args structs and prototypes for syscalls. Ifdefed duplicated decentralized declarations of args structs. It's convenient to have this visible but they are hard to maintain. Some are already different from the central declarations. 4.4lite2 puts them in comments in the function headers but I wanted to avoid the large changes for that. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-12T07:04:30.000000Z K 7 svn:log V 195 Restored the (buggy) historical behaviour of getdomainname(). Negative name lengths for getdomainname() and setdomainname() were converted to large positive ones by misdeclaring the args struct. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-12T07:10:47.000000Z K 7 svn:log V 470 Oops, forgot the following log message in the previous commit: Included to get central declarations for syscall args structs and prototypes for syscalls. Ifdefed duplicated decentralized declarations of args structs. It's convenient to have this visible but they are hard to maintain. Some are already different from the central declarations. 4.4lite2 puts them in comments in the function headers but I wanted to avoid the large changes for that. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-12T07:27:58.000000Z K 7 svn:log V 122 Make editor start on right screen for anonFTP setup. Don't clobber mediaDevice if post-configuring networking from CDROM. END K 10 svn:author V 5 markm K 8 svn:date V 27 1995-11-12T08:13:23.000000Z K 7 svn:log V 149 Bring Jordan's 2.1 dependancy fixes into current. Incorporate some dependancy fixes from John Hay Submitted by: jkh, John Hay END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-11-12T08:58:58.000000Z K 7 svn:log V 284 Moved vm_map_lock call to inside the splhigh protection in vm_map_find(). This closes a probably rare but nonetheless real window that would result in a process hanging or the system panicing. Reviewed by: dyson, davidg Submitted by: kato@eclogite.eps.nagoya-u.ac.jp (KATO Takenori) END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-11-12T08:59:56.000000Z K 7 svn:log V 73 Brought in change from rev 1.26: moved vm_map_lock call to close window. END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-11-12T10:16:53.000000Z K 7 svn:log V 267 Fix isoilk hang caused by not checking for read-onlyness in several places. The fix for this in Lite-2 is more complete, but these quick hacks of mine are safer for now. I plan to integrate the additional Lite-2 stuff at some later time. Should completely fix PR810. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-12T10:35:58.000000Z K 7 svn:log V 43 Fixup some missing parameters (non-fatal). END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-11-12T10:36:19.000000Z K 7 svn:log V 126 Brought in the setattr call support from Lite-2 so that more correct error returns are provided. Obtained from: 4.4BSD-Lite2 END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-11-12T10:40:36.000000Z K 7 svn:log V 147 Brought in fixes from main branch: check properly for read-onlyness, and provide correct error returns when attempting to set the file attributes. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-12T11:02:43.000000Z K 7 svn:log V 37 Initialize ld.so.hints if necessary. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-12T11:12:25.000000Z K 7 svn:log V 33 Some additional cosmetic tweaks. END K 10 svn:author V 5 markm K 8 svn:date V 27 1995-11-12T14:40:41.000000Z K 7 svn:log V 138 GNU MP (Multiprecision) library. This is needed by secure RPC (being done by Bill Paul) and various other BSD programs. Obtained from:FSF END K 10 svn:author V 5 markm K 8 svn:date V 27 1995-11-12T14:40:41.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r12234, 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 1995-11-12T14:40:42.000000Z K 7 svn:log V 66 This commit was manufactured by cvs2svn to create tag 'gmp_1_3_2'. END K 10 svn:author V 5 markm K 8 svn:date V 27 1995-11-12T14:55:48.000000Z K 7 svn:log V 92 BMake the multiprecision library, and fix as many of the -Wall warnings as is now feasable. END K 10 svn:author V 5 markm K 8 svn:date V 27 1995-11-12T15:03:50.000000Z K 7 svn:log V 10 Add libmp END K 10 svn:author V 5 markm K 8 svn:date V 27 1995-11-12T17:02:45.000000Z K 7 svn:log V 180 Add /dev/random hooks to the key input routines for pcvt. This allows the scancodes on a PCVT machine to be used as stochastic input as well as SysCons.. Reviewed by: Joerg Wunsch END K 10 svn:author V 5 peter K 8 svn:date V 27 1995-11-12T18:31:23.000000Z K 7 svn:log V 225 Move the setlogin() call a little earlier.. It was being done in the child process - which would be no longer allowed if the setlogin() changes go through. Now the parent (the session leader, when started by inetd) does it. END K 10 svn:author V 5 markm K 8 svn:date V 27 1995-11-12T19:29:08.000000Z K 7 svn:log V 66 Removed reference to missing mp.h in comment. We have GNU MP now. END K 10 svn:author V 5 markm K 8 svn:date V 27 1995-11-12T19:32:24.000000Z K 7 svn:log V 69 Removed reference to missing libmp in a comment. We have GNU MP now. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-12T19:52:09.000000Z K 7 svn:log V 330 The entire sysctl callback to read/write version. I havn't tested this as much as I'd like to, but the malloc stunt I tried for an interim for sure does worse. Now we can read and write from any kind of address-space, not only user and kernel, using callbacks. This may be over-generalization for now, but it's actually simpler. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-12T20:39:18.000000Z K 7 svn:log V 45 Put HTML files into data/ instead of htdocs/ END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-12T20:47:15.000000Z K 7 svn:log V 29 More helpful error messages. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-12T20:48:43.000000Z K 7 svn:log V 24 BUILDNAME=2.1.0-RELEASE END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-12T21:16:48.000000Z K 7 svn:log V 102 Don't say that /cdrom is explicitly mounted anymore because it's not - we've gone to the noauto flag. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-13T05:14:01.000000Z K 7 svn:log V 29 Add Peter Wemm to core team. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-13T05:40:23.000000Z K 7 svn:log V 17 Merge from HEAD. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-13T07:19:10.000000Z K 7 svn:log V 203 Replaced nosys() by lkm_nullcmd(). Always call lkm load/unload/stat functions instead of skipping the call if the function is nosys(). nosys() returned the wrong value as well as having the wrong type. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-13T07:44:03.000000Z K 7 svn:log V 55 Fixed the type of a function pointer in struct execsw. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-13T08:22:21.000000Z K 7 svn:log V 87 Fixed a cast in olseek(). Fixed confusing order of declarations of getvnode()'s args. END K 10 svn:author V 7 roberto K 8 svn:date V 27 1995-11-13T08:24:59.000000Z K 7 svn:log V 416 Update the FAQ. Is there anyone who could give me an account on a faster-than-20-bytes-per second line to the US (not EBONE) ? I'm having too many problems connecting to freefall to do commits... It would be better if it could be a ssh-protected account, that would give a strong authentication. The RENATER line (and thus EBONE) is almost dead for remote login after 10AM european time... :-( Thanks in advance. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-13T08:39:44.000000Z K 7 svn:log V 183 Fixed the type of yet another timeout function. Fixed the type of pcic_unload(). Replaced nosys() by lkm_nullcmd() in pcic_mod() and in a misplaced comment about the lkm interface. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-13T08:52:08.000000Z K 7 svn:log V 35 Replaced nosys() by lkm_nullcmd(). END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-13T08:58:06.000000Z K 7 svn:log V 29 Fixed parentheses in macros. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-13T09:03:30.000000Z K 7 svn:log V 46 Added bogus casts to avoid compiler warnings. END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-11-13T10:45:22.000000Z K 7 svn:log V 93 Use kmem_alloc_pageable/kmem_free to allocate memory instead of individual VM map functions. END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-11-13T10:53:38.000000Z K 7 svn:log V 50 Fixed up a comment and removed some #if 0'd code. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-13T13:54:09.000000Z K 7 svn:log V 115 Try to make my new scheme work more along the lines of the manual. There are still some gray areas here and there. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1995-11-13T16:52:39.000000Z K 7 svn:log V 40 Correctly spell Phnom Penh for tzsetup. END K 10 svn:author V 5 markm K 8 svn:date V 27 1995-11-13T18:39:23.000000Z K 7 svn:log V 108 1) Add the doc/subdirectory - this will get gmp.texi installed 2) Clean up the Makefile - libgmp is coming! END K 10 svn:author V 5 markm K 8 svn:date V 27 1995-11-13T18:40:45.000000Z K 7 svn:log V 25 Build the TeXinfo manual END K 10 svn:author V 5 markm K 8 svn:date V 27 1995-11-13T18:42:24.000000Z K 7 svn:log V 74 Make the tests work. libmp and libgmp must be installed for this to work. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-13T18:47:40.000000Z K 7 svn:log V 268 Fixed getdirentries() on nfs mounted msdosfs's. No cookies were returned for certain common combinations of directory sizes, cluster sizes, and i/o sizes (e.g., 4K, 4K, and 4K). The fix in rev. 1.21 was incomplete. Reviewed by: dfr Obtained from: party from NetBSD END K 10 svn:author V 5 markm K 8 svn:date V 27 1995-11-13T19:12:10.000000Z K 7 svn:log V 12 Add libgmp. END K 10 svn:author V 5 markm K 8 svn:date V 27 1995-11-13T19:13:19.000000Z K 7 svn:log V 51 BBild libgmp from the sources already in ../libmp. END K 10 svn:author V 6 julian K 8 svn:date V 27 1995-11-13T21:01:36.000000Z K 7 svn:log V 271 Submitted by: John Hay Here is some patches to IPXrouted. It does the following: Always use the sap port in the destination address of sap broadcasts. Clear the host part of network addresses so that routes will really be deleted in the kernel. END K 10 svn:author V 5 markm K 8 svn:date V 27 1995-11-13T21:18:24.000000Z K 7 svn:log V 124 Put in a user-configurable variable to allow root to select interrupts to be used in the entropy-gathering for /dev/random. END K 10 svn:author V 5 markm K 8 svn:date V 27 1995-11-13T21:33:04.000000Z K 7 svn:log V 129 OOps, nearly missed this bit. Add the call to rndcontrol to set the chosen interrupts for the entropy gathering in /dev/random. END K 10 svn:author V 5 peter K 8 svn:date V 27 1995-11-13T22:09:39.000000Z K 7 svn:log V 271 Enhance the likelyhood that IPX over ppp will actually work.. :-) Note that pppd doesn't have an ipxcp.c module for negotiating and confuguring IPX at startup, but after these mods, you can manually ifconfig IPX addresses on the interface and it will probably work.. :-) END K 10 svn:author V 7 roberto K 8 svn:date V 27 1995-11-13T22:53:21.000000Z K 7 svn:log V 40 Update about the latest news about 2.1. END K 10 svn:author V 5 peter K 8 svn:date V 27 1995-11-14T01:04:52.000000Z K 7 svn:log V 204 A fix for the "cd -" coredump on a brand new /bin/sh. The problem was noticed on a NetBSD bugs mailing list but this is entirely my own work. Inspired by: Scott Reynolds , for NetBSD END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-14T05:16:37.000000Z K 7 svn:log V 406 Included to get central declarations for syscall args structs and prototypes for syscalls. Ifdefed duplicated decentralized declarations of args structs. It's convenient to have this visible but they are hard to maintain. Some are already different from the central declarations. 4.4lite2 puts them in comments in the function headers but I wanted to avoid the large changes for that. END K 10 svn:author V 5 markm K 8 svn:date V 27 1995-11-14T06:24:00.000000Z K 7 svn:log V 48 Fix stupid typo. Pointed out by: Mark Valentine END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-14T07:35:57.000000Z K 7 svn:log V 1703 Changed the first (name) arg of MOD_DEV(), MOD_EXEC() and MOD_MISC() from a string to an identifier so that it can be used to generate declarations and strings. It's much easier to stringize an identifier than to identifize a string. A uniform naming scheme must be used for the automatically generated things to apply. This is a feature. Used the module identifer to generate prototypes for the module load, unload and stat functions. Removed the few prototypes for these that already existed. Used the module identifier to generate a unique struct tag in MOD_DEV(). This should probably be done for all the MOD_*() macros. Moved the trailing semicolon from the MOD_*() macro definitions to the macro invocations that didn't already (bogusly) have it. Staticized the module load and unload functions. Added function return types for the module load, unload and stat functions. lkm/ibcs2/ibcs2.c: Included to get everything prototyped. Cleaned up #includes. lkm/ibcs2/ipfw.c: Cleaned up #includes. lkm/linux/linux.c: The module name had to change from "linux_emulator" to "linux_mod" to be automatically generated. Cleaned up #includes. lkm/syscons/*/*_saver.c: Completed delcarations of function pointers. sys/i386/isa/atapi.c: The module name had to change from "atapi" to "atapi_mod" to be automatically generated. sys/i386/isa/wcd.c: Used the fixed MOD_DEV(). This module has two devices and expanded the macro in the source instead of fixing it. The module names had to change from "wcd" and "rwcd" to "wcd_mod" and "rwcd_mod" to be automatically generated. sys/pccard/pcic.c: The module name had to change from "pcic" to "pcic_mod" to be automatically generated. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-14T08:58:35.000000Z K 7 svn:log V 41 Add new-style sysctl for KERN_FILE here. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-14T09:05:40.000000Z K 7 svn:log V 96 Move the process-table stuff to a more suitable file. Remove filetable stuff from kern_sysctl.c END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-14T09:07:14.000000Z K 7 svn:log V 39 Move KERN_NTP to a more suitable file. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-14T09:10:54.000000Z K 7 svn:log V 26 Get rid of domainnamelen. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-14T09:16:27.000000Z K 7 svn:log V 108 Hmm, I seem to have got all my patches screwed up anyway. Too bad. this is where the proctable stuff went. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-14T09:17:32.000000Z K 7 svn:log V 58 KERN_MAXFILESPERPROC, KERN_MAXFILES went to another file. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-14T09:19:16.000000Z K 7 svn:log V 75 Change some of the debug sysctl vars. The semantics of these will change. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-14T09:22:15.000000Z K 7 svn:log V 31 Convert dumpdev & securelevel. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-14T09:26:17.000000Z K 7 svn:log V 22 A couple of nitpicks. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-14T09:29:34.000000Z K 7 svn:log V 52 Move all the VM sysctl stuff home where it belongs. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-14T09:37:22.000000Z K 7 svn:log V 33 Get rid of hostnamelen variable. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-14T09:40:06.000000Z K 7 svn:log V 61 Get rid of the last debug sysctl variables of the old style. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-14T09:42:22.000000Z K 7 svn:log V 53 Final part of this bunch of sysctl commits: cleanup. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-14T09:52:25.000000Z K 7 svn:log V 25 Fix a couple of printfs. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-14T09:53:17.000000Z K 7 svn:log V 35 Make a lot of private stuff static END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-14T09:58:47.000000Z K 7 svn:log V 33 Staticize various private parts. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-14T10:03:56.000000Z K 7 svn:log V 31 statizice some internal magic. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-14T11:17:56.000000Z K 7 svn:log V 37 Significant tweaks to this document. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-14T13:54:06.000000Z K 7 svn:log V 54 Merge from 2.1 (got the direction backwards - argh!). END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-14T20:34:56.000000Z K 7 svn:log V 44 New style sysctl & staticize alot of stuff. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-14T20:43:29.000000Z K 7 svn:log V 78 Do what is generally belived to be the right thing, though it may not be :-) END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-14T20:49:24.000000Z K 7 svn:log V 35 Fiddle with END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-14T20:52:14.000000Z K 7 svn:log V 231 Removed: #include #include #include #include #include #include they are not needed, and slows down compilation. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-14T20:53:20.000000Z K 7 svn:log V 11 staticize. END K 10 svn:author V 5 peter K 8 svn:date V 27 1995-11-14T22:29:35.000000Z K 7 svn:log V 59 Add "what I'm responsible for" to the contrib.sgml file... END K 10 svn:author V 5 peter K 8 svn:date V 27 1995-11-14T23:39:39.000000Z K 7 svn:log V 475 With the recent 'make install' change in the kernel build makefiles, an `interesting' feature of syslogd turned up. It calls getbootfile() for each log entry. Since the kernel makefile now changes kern.bootfile when doing a 'make install', it's quite startling to see the syslog lines change. This change makes it call getbootfile() once at startup and cache it, saving a syscall per loop, and keeping something a little more asthetically pleasing in /var/log/messages... END K 10 svn:author V 5 asami K 8 svn:date V 27 1995-11-14T23:58:43.000000Z K 7 svn:log V 173 contrib.sgml: Add my name to the "who's doing what" list. porting.sgml: Update concerning the recent changes in pkg/COMMENT policy (no package name in front). END K 10 svn:author V 5 asami K 8 svn:date V 27 1995-11-15T03:27:14.000000Z K 7 svn:log V 131 Minor aesthetics (changed "." to space in "cd present.[a x b records]" and removed extraneous newline after "can't get the size"). END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-15T06:57:02.000000Z K 7 svn:log V 12 ft0 -> rft0 END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-15T06:59:52.000000Z K 7 svn:log V 30 Whoops, ft0 -> rtf0 here too. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-15T07:17:18.000000Z K 7 svn:log V 12 ft0 -> rft0 END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-15T07:44:56.000000Z K 7 svn:log V 43 Use proper emphasis formatting directives. END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-11-15T07:45:56.000000Z K 7 svn:log V 113 Correct the bogus probe for 8216/8416 cards...it was broken. Submitted by: Steve Piette END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-11-15T07:46:35.000000Z K 7 svn:log V 72 Brought in changes from rev 1.85: fix broken probe for 8216/8416 cards. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-15T07:51:46.000000Z K 7 svn:log V 18 Update from HEAD. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-15T07:58:12.000000Z K 7 svn:log V 16 Merge from HEAD END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-15T08:32:34.000000Z K 7 svn:log V 61 Add Peter Wemm to core team. Remove comment about IDE CDROMs END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-15T10:28:14.000000Z K 7 svn:log V 58 Go through this with a chainsaw. I wrote this? Ye gods! END K 10 svn:author V 5 asami K 8 svn:date V 27 1995-11-15T11:49:49.000000Z K 7 svn:log V 437 Dvorak keyboard users of the world unite! us.dvorak.kbd: The "standard" (note the quotes, there really isn't any standard for non-alphanumeric keys in the Dvorak world) version, identical to what MicroSoft distributes in their DOS-6.22 supplementary disk. us.dvorakx.kbd: The version I use, three pairs swapped (esc <-> `~, clock <-> lctrl, and =+ <-> \|) from the above. END K 10 svn:author V 5 peter K 8 svn:date V 27 1995-11-15T14:56:34.000000Z K 7 svn:log V 187 Fix the bug that caused the AF_UNIX domain sockets to not be shown.. (it was nlist()ing a wrong symbol name). Only problem is that I'd grown quite partial to the inet-only version.. :-) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1995-11-15T15:01:01.000000Z K 7 svn:log V 97 Dynamically allocate line buffers, instead of assuming that all the world would fit into BUFSIZ. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-16T01:59:13.000000Z K 7 svn:log V 27 Pull this in from the HEAD END K 10 svn:author V 7 gpalmer K 8 svn:date V 27 1995-11-16T02:00:38.000000Z K 7 svn:log V 150 Change the handling of the leapseconds so that if LEAPSECONDS isn't defined, it doesn't call zic with -L /dev/null, and instead doesn't use -L at all END K 10 svn:author V 7 gpalmer K 8 svn:date V 27 1995-11-16T02:03:30.000000Z K 7 svn:log V 34 Merge change in from revision 1.8 END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-16T08:10:14.000000Z K 7 svn:log V 50 Set a reasonable geometry in the face of failure. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-16T08:35:16.000000Z K 7 svn:log V 24 Whoops! Correct munge. END K 10 svn:author V 5 asami K 8 svn:date V 27 1995-11-16T09:30:09.000000Z K 7 svn:log V 206 Update list of Japanese sites to match installer's menu. Move Japan into right place in alphabetical order (who thought it was after USA?). Ditto for Hong Kong (H is not exactly after I in my dictionary). END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-16T09:45:23.000000Z K 7 svn:log V 72 Fixed support for DIAGNOSTIC option. SYSCTL_INT() depends on kernel.h. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-16T09:51:22.000000Z K 7 svn:log V 106 Fixed recent staticizations. Some protypes for static functions were left in headers and not staticized. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-16T09:56:02.000000Z K 7 svn:log V 94 Included . It used to be included as a side effect of including . END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-16T10:10:50.000000Z K 7 svn:log V 109 Fixed the types of iioutput() and ii_input(). Trailing args were missing. Completed function declarations. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-16T10:22:29.000000Z K 7 svn:log V 136 Fixed the type of itel_input(). A trailing arg was missing. Included "conf.h" to get some prototypes. Removed some useless includes. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-16T10:35:29.000000Z K 7 svn:log V 145 Fixed the type of ity_input(). A trailing arg was missing. Completed function declarations. Added prototypes. Removed some useless includes. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-16T10:44:48.000000Z K 7 svn:log V 52 Completed function declarations. Added prototypes. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-16T10:47:21.000000Z K 7 svn:log V 256 Fixed a call to the listen function. A trailing arg was missing. Fixed the type of isdn_check(). A trailing arg was missing. Included "conf.h" to get some prototypes. Completed function declarations. Added prototypes. Removed some useless includes. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-16T10:58:21.000000Z K 7 svn:log V 96 Whoops! Add the section 3.1 that's been missing all this time (weak, but better than nothing). END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-16T10:58:35.000000Z K 7 svn:log V 169 Fixed the type of fdesc_sync(). Trailing args were missing. Fixed the type of fdesc_fhtovp(). The args had little resemblance to the correct ones. Added prototypes. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-16T11:16:13.000000Z K 7 svn:log V 171 Fixed the type of kernfs_sync(). Trailing args were missing. Fixed the type of kernfs_fhtovp(). The args had little resemblance to the correct ones. Added prototypes. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-16T11:24:06.000000Z K 7 svn:log V 171 Fixed the type of portal_sync(). Trailing args were missing. Fixed the type of portal_fhtovp(). The args had little resemblance to the correct ones. Added prototypes. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-16T11:34:51.000000Z K 7 svn:log V 171 Fixed the type of procfs_sync(). Trailing args were missing. Fixed the type of procfs_fhtovp(). The args had little resemblance to the correct ones. Added prototypes. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-16T11:39:11.000000Z K 7 svn:log V 106 Moved declarations for static functions to the correct place (not in a header). Removed stupid comments. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-16T11:48:10.000000Z K 7 svn:log V 100 Moved declarations for static functions to the correct place (not in a header) and cleaned them up. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-16T11:48:37.000000Z K 7 svn:log V 28 Fix a bogus paragraph fill. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-16T19:00:27.000000Z K 7 svn:log V 32 All net.* sysctl converted now. END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-11-17T12:11:22.000000Z K 7 svn:log V 215 Set flag to stop backoff counter from counting when carrier activity is detected. This dramatically reduces the collision rate (about 1/10th of what is was previously). Submitted by: Matt Thomas END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-17T13:34:54.000000Z K 7 svn:log V 19 Remove tabs, argh! END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-17T14:17:12.000000Z K 7 svn:log V 48 Warn the user extra special for /etc/sysconfig. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-17T16:28:42.000000Z K 7 svn:log V 59 Make sysctl compile again by removing all the debug stuff. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-17T16:29:24.000000Z K 7 svn:log V 58 Make this compile again by adding the necessary includes. END K 10 svn:author V 5 asami K 8 svn:date V 27 1995-11-17T16:49:40.000000Z K 7 svn:log V 152 Use NO_MTREE, not !USE_X11 && !USE_IMAKE, to determine package args. NO_MTREE should work as advertised (for both direct installation and pkg_add) now. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-17T23:04:04.000000Z K 7 svn:log V 24 Shut this up for 2.1.1. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1995-11-17T23:22:34.000000Z K 7 svn:log V 103 Avoid bogus free() of a junk pointer. Detected by: phkmalloc Submitted by: grog@lemis.de (Greg Lehey) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-17T23:49:45.000000Z K 7 svn:log V 171 Ack. How embarassing. The PCNFSD and GATED config items were essentially no-ops up to now, and the samba configuration didn't bother to add the package either. Whoops! END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-17T23:53:37.000000Z K 7 svn:log V 20 Correct small typo. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-18T04:19:44.000000Z K 7 svn:log V 131 Fixed the type of nic_listen(). A trailing arg was missing. Fixed calls to s_intr(). There was sometimes an extra trailing arg. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-18T04:37:23.000000Z K 7 svn:log V 86 Fixed the types of apm_default_resume() and apm_default_suspend(). Added prototypes. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-18T05:12:10.000000Z K 7 svn:log V 244 Fixed scrolling. The bottom line wasn't cleared. This caused the boot to display "Booting the kernelel...done" instead of "Booting the kernel". Removed save and restore of BIOS memory. kzipped kernels haven't ever overlaid the BIOS memory. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-18T05:25:24.000000Z K 7 svn:log V 141 Removed bogus padding that wasted 0x500 bytes. Improved code and comments. Don't do anything except transfer control in the head.o module. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-18T05:34:00.000000Z K 7 svn:log V 316 Restored the device-driverness off wd.c. It got lost when wdc was introduced. Fixed the device-driverness of atapi.c and spkr.c. These changes are actually no-ops because ${DRIVER_C} is the same as ${NORMAL_C} for the i386. I could do without magic CFLAGS. Special handling should be in the sources if possible. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-18T06:49:35.000000Z K 7 svn:log V 102 Fixed handling of trace traps when cons_unavail is set. Added comments about handing of other cases. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-18T06:54:11.000000Z K 7 svn:log V 122 Fixed the type of vm_fault_quick() - don't convert types back and forth through bogus immediate types. Added prototypes. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-18T07:07:04.000000Z K 7 svn:log V 113 Fixed the type of a timeout function. Removed related bogus casts of function pointers. Removed a bogus include. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-18T07:48:11.000000Z K 7 svn:log V 557 Fixed (nonexistent) initialization of bp->b_pblkno. disksort() for floppies must have been random in 2.x since we reintroduced sorting on b_pblkno on 1995/03/18. Drivers still initialize b_cylin/b_resid although this is no longer used. Removed unused, wrong function fdsize(). (Returning 0 means that the device exists and has size 0, not that the device doesn't exist. swaponvp() allows for size 0 by stupidly calling the d_psize function twice if the size isn't 0. setdumpdev() doesn't allow for it.) Continued removing /* ARGSUSED */ from drivers. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-18T08:12:30.000000Z K 7 svn:log V 201 Staticized an inline function. All inlines in kernel headers should be static. The function shouldn't be here anyway. It is driver dependent, while `ic' files are supposed to only depend on the IC. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-18T08:21:15.000000Z K 7 svn:log V 73 Fixed a bogus include path. Removed a bogus include. Added prototypes. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-18T08:29:04.000000Z K 7 svn:log V 80 Fixed staticization - use `static' in function headers, not just in prototypes. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-18T08:35:49.000000Z K 7 svn:log V 57 Fixed the type of a timeout function. Added prototypes. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-18T08:39:28.000000Z K 7 svn:log V 96 Fixed the types of the apm hook functions. Completed function declarations. Added prototypes. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-18T08:58:14.000000Z K 7 svn:log V 133 Fixed the types of the apm hook functions. Completed function declarations. Added prototypes. Partially fixed the path to cons.h. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-18T09:29:39.000000Z K 7 svn:log V 498 Updated comments. The comments about the unused addresses get broken almost every time someone uses an address. This file is probably not the right place to keep track of the unused addresses (or used addresses :->). Fixed comments on #endif's to match code. Added defines for ASC and GSC sizes. This file is not the right place to keep track of scanner addresses, but while there here and we pretend to keep track of unused addresses, the sizes need to be here too. Sorted IO_*SIZE defines. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-18T09:37:42.000000Z K 7 svn:log V 54 Moved bogusly placed #endif that hid some prototypes. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-18T10:01:38.000000Z K 7 svn:log V 50 Cleaned up SA_NODEFER changes. Added prototypes. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-18T10:02:10.000000Z K 7 svn:log V 89 *really* shut this thing up. Debugging output was permanantly stapled to "on". Fix that. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-18T11:07:00.000000Z K 7 svn:log V 99 Improved formatting. Added a comment about possibly better handling of INPCK. Added a prototype. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-18T11:21:37.000000Z K 7 svn:log V 221 Fixed afterinstall rule: - apply chmod to the targets, not to the sources. - apply chown to the targets. It is still bogus to install by building in the target directory. See mklocale/data/Makefile for a better method. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-18T11:35:05.000000Z K 7 svn:log V 144 Fixed the errno returned by rename("dir1", "dir2/."). It was EISDIR (duh); translate it to EINVAL which is the errno for other renames to ".". END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-18T12:49:14.000000Z K 7 svn:log V 121 KNFized spec_getpages_idone() and spec_getpages(). Moved misplaced #includes. Completed function pointer declarations. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-18T13:01:19.000000Z K 7 svn:log V 75 Added bogus casts to avoid warnings. Continued cleaning up sysinit stuff. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-18T13:07:51.000000Z K 7 svn:log V 17 Fixed a comment. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-18T13:25:41.000000Z K 7 svn:log V 38 Fixed the type of a function pointer. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1995-11-18T18:00:43.000000Z K 7 svn:log V 581 Andreas Klemm's patch set for dump(8), with some minor (cosmetic) changes and one addition by me. . Use reasonable defaults for the tape drive (/dev/rst0) instead of something we actually don't have. . Add a summary line displaying the alapsed time and the total throughput. . Replace "rmt" for the remote location of rmt(8) by "/etc/rmt", since this is the historical protocol, and relying on the $PATH causes a big pain. Make it adjustable via an environmental variable though. Reviewed by: joerg (for Andreas' part) Submitted by: andreas@knobel.gun.de (Andreas Klemm) END K 10 svn:author V 5 joerg K 8 svn:date V 27 1995-11-18T18:05:03.000000Z K 7 svn:log V 193 Fix my own brokeness for the colon operator, when one of the arguments was a valid integer. The actual decision between integer and string is now context-dependant on the operator being used. END K 10 svn:author V 5 dyson K 8 svn:date V 27 1995-11-18T23:33:48.000000Z K 7 svn:log V 25 Added a missing splx(s). END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-19T00:51:29.000000Z K 7 svn:log V 110 Moved the prototype for setsigvec() from kern_sig.c to signalvar.h. Completed function pointer declarations. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-19T00:59:22.000000Z K 7 svn:log V 197 Fixed settimeofday(): - don't allow invalid timevals. - normalize timevals as they are built - don't call timevaladd() with a possibly invalid timeval and normalize the result. Fixed a warning. END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-11-19T01:42:34.000000Z K 7 svn:log V 252 Add missing splx(s) - from rev 1.70. Note that this change is too late for 2.1-release. The effects of the missing splx would be seen on NFS clients with soft or intr mounted filesystems and then only after a timeout had occurred. Submitted by: dyson END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-11-19T01:52:43.000000Z K 7 svn:log V 251 From rev 1.14: Disallow setgroups() with ngroups=0. There should always be one group (the effective gid). This works around a panic ("nfsreq nogrps") that occurs with NFS clients. This change is too late for 2.1-release. Obtained from: 4.4BSD-Lite2 END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1995-11-19T05:33:30.000000Z K 7 svn:log V 424 Rup uses tm_yday in its uptime printout, but ignores tm_year. This means that if you do an rup on a machine that's been running longer than a year, you get the wrong day count. Now we factor in 365 * (curtime.tm_year - boottime.tm_year) to get the correct value. (I noticed this while running rup on a SunOS machine I have that's been up 525 days. My FreeBSD machines all said it had only been up for 160 (525-365) days. :) END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-11-19T13:24:00.000000Z K 7 svn:log V 40 Kill setting of b_pfcent - it's unused. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-19T13:48:32.000000Z K 7 svn:log V 71 Fix bug where /stand/sysinstall wouldn't work post-install with CDROM. END K 10 svn:author V 4 ache K 8 svn:date V 27 1995-11-19T15:20:48.000000Z K 7 svn:log V 38 Add missing & in des_set_key argument END K 10 svn:author V 4 ache K 8 svn:date V 27 1995-11-19T16:50:34.000000Z K 7 svn:log V 143 Change owner of msgs to daemon, sendmail msgs alias not works in other case, sendmail change itself to daemon.daemon before executing program. END K 10 svn:author V 4 ache K 8 svn:date V 27 1995-11-19T16:52:19.000000Z K 7 svn:log V 29 Add commented out msgs alias END K 10 svn:author V 4 ache K 8 svn:date V 27 1995-11-19T16:55:50.000000Z K 7 svn:log V 101 Default file creation mask was 666 (allow othres write anything to msgs directory), change it to 644 END K 10 svn:author V 4 ache K 8 svn:date V 27 1995-11-19T17:03:25.000000Z K 7 svn:log V 28 Add commented out msgs call END K 10 svn:author V 4 ache K 8 svn:date V 27 1995-11-19T17:21:13.000000Z K 7 svn:log V 112 Add commented out msgs database cleanup to crontab Add -f (silent) flag to msgs call for logins (commented out) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-19T17:53:28.000000Z K 7 svn:log V 138 Put myname.my.domain by default on the loopback, resulting in less confusing startup behavior for newly installed hosts not on a network. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-19T19:37:38.000000Z K 7 svn:log V 32 Correct URL for Hong Kong site. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-19T19:38:27.000000Z K 7 svn:log V 33 Update URL for Hong Kong mirror. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-19T19:39:29.000000Z K 7 svn:log V 17 Merge from HEAD. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-19T19:40:18.000000Z K 7 svn:log V 76 Aign! I only changed the name tag, not the URL. Now they're both in sync. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-19T19:41:00.000000Z K 7 svn:log V 17 Merge from HEAD. END K 10 svn:author V 5 dyson K 8 svn:date V 27 1995-11-19T19:46:23.000000Z K 7 svn:log V 49 Change incorrect '#if EXT2FS' to '#ifdef EXT2FS' END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-11-19T19:49:43.000000Z K 7 svn:log V 131 i386 is defined by the compiler, so don't define it here. LOAD_ADDRESS is only used in the Makefile, so don't define it in CFLAGS. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-19T19:51:43.000000Z K 7 svn:log V 28 Add Polish site to Mirrors. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-19T19:52:21.000000Z K 7 svn:log V 17 Merge from HEAD. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-11-19T19:52:59.000000Z K 7 svn:log V 26 Update Polish site entry. END K 10 svn:author V 5 dyson K 8 svn:date V 27 1995-11-19T19:54:31.000000Z K 7 svn:log V 470 General fixes to the vfs clustring code: 1) Make cluster buffer list be a non-malloced chain. This eliminates yet another 'evil' M_WAITOK and generally cleans up the code. 2) Fix write clustering for ext2fs. It was just broken. Also, ffs clustering had an efficiency problem that more bawrites were happening than should have been. 3) Make changes to buf.h to support the above, plus remove b_pfcent at the request of David Greenman. Reviewed by: davidg (partially) END K 10 svn:author V 5 dyson K 8 svn:date V 27 1995-11-19T19:55:26.000000Z K 7 svn:log V 537 General fixes to the vfs clustring code: 1) Make cluster buffer list be a non-malloced chain. This eliminates yet another 'evil' M_WAITOK and generally cleans up the code. 2) Fix write clustering for ext2fs. It was just broken. Also, ffs clustering had an efficiency problem that more bawrites were happening than should have been. 3) Make changes to buf.h to support the above, plus remove b_pfcent at the request of David Greenman. Note that the reallocblocks code is disabled pending rewrite for the cluster buffer list changes. END K 10 svn:author V 5 dyson K 8 svn:date V 27 1995-11-19T20:24:15.000000Z K 7 svn:log V 118 Correct some serious porting errors. The worst one was that the vnode was being placed upon the mount point twice!!! END K 10 svn:author V 5 dyson K 8 svn:date V 27 1995-11-19T20:42:25.000000Z K 7 svn:log V 40 Changed an incorrect splhigh to splbio. END K 10 svn:author V 5 dyson K 8 svn:date V 27 1995-11-19T22:22:35.000000Z K 7 svn:log V 276 First set of changes to eliminate the ad-hoc device buffer queues, replacing them with TAILQ's as appropriate. The SCSI code is the first to be changed -- until the changes are complete, both b_act and b_actf will be in the buf structure. b_actf will eventually be removed. END K 10 svn:author V 7 jfieber K 8 svn:date V 27 1995-11-20T01:10:33.000000Z K 7 svn:log V 38 Bring 2.1 changes back into the head. END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-11-20T02:12:34.000000Z K 7 svn:log V 68 Trim #includes to those that are necessary; other cosmetic changes. END K 10 svn:author V 5 dyson K 8 svn:date V 27 1995-11-20T03:55:48.000000Z K 7 svn:log V 64 Fix more clustering bugs for FSes with block sizes < PAGE_SIZE. END K 10 svn:author V 5 dyson K 8 svn:date V 27 1995-11-20T03:57:50.000000Z K 7 svn:log V 138 Since FreeBSD clustering code now supports filesystems < PAGE_SIZE, enable clustering for cd9660, thereby giving a BIG performance boost. END K 10 svn:author V 5 dyson K 8 svn:date V 27 1995-11-20T04:53:45.000000Z K 7 svn:log V 36 Yet another small block FS bug fix. END K 10 svn:author V 6 julian K 8 svn:date V 27 1995-11-20T05:46:00.000000Z K 7 svn:log V 126 brought up-to-date with regards to some aspects of the scsi system doubtlessly imported new and interesting spelling errors.. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-20T12:03:52.000000Z K 7 svn:log V 14 Fix a printf. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-20T12:08:08.000000Z K 7 svn:log V 140 Close the "unused" warning for things in linker-sets. This will also allow us to catch typos in the setname by running a nm through a grep. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-20T12:10:09.000000Z K 7 svn:log V 20 Remove unused vars. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-20T12:10:59.000000Z K 7 svn:log V 60 Change call to kern_sysctl to userland_sysctl. Not tested. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-20T12:12:02.000000Z K 7 svn:log V 34 move variables inside the #ifdef. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-20T12:13:32.000000Z K 7 svn:log V 23 Fix compiler warnings. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-20T12:14:40.000000Z K 7 svn:log V 19 Remove unused var. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-20T12:15:45.000000Z K 7 svn:log V 30 Put cbstat() under #ifdef DDB END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-20T12:20:02.000000Z K 7 svn:log V 71 Remove unused vars & funcs, make things static, protoize a little bit. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-20T12:25:37.000000Z K 7 svn:log V 23 Fix compiler warnings. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-20T12:27:00.000000Z K 7 svn:log V 37 Add a couple of the easy prototypes. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-20T12:28:21.000000Z K 7 svn:log V 26 fix #includes & warnings. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-20T12:29:05.000000Z K 7 svn:log V 15 Fix #includes. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-20T12:35:16.000000Z K 7 svn:log V 26 Fully prototype physio(). END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-20T12:42:39.000000Z K 7 svn:log V 208 Mega commit for sysctl. Convert the remaining sysctl stuff to the new way of doing things. the devconf stuff is the reason for the large number of files. Cleaned up some compiler warnings while I were there. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-20T13:24:18.000000Z K 7 svn:log V 420 Quick fix for stat_imask and intr_mask[8] not having the RTC interrupt bit set. I broke stat_imask in Dec 1994 and update_intr_masks() has copied the breakage to intr_mask[8] since Mar 1995. This can cause the RTC to stop interrupting in rare cases (under loads heavy enough for a new RTC interrupt to occur at a critical time just before Xintr8 finishes handling the previous one) and may have caused worse problems. END K 10 svn:author V 5 markm K 8 svn:date V 27 1995-11-20T20:51:42.000000Z K 7 svn:log V 101 Correct the man pages, USD doc and online help to refer to /var/mail instead of {usr|var}/spool/mail END K 10 svn:author V 7 roberto K 8 svn:date V 27 1995-11-20T22:32:13.000000Z K 7 svn:log V 134 Add several questions to the FAQ. Chnge references to the *.FAQ files into URL for the Handbook. Synch. with 2.1.0R releases notes. END K 10 svn:author V 7 roberto K 8 svn:date V 27 1995-11-20T22:51:01.000000Z K 7 svn:log V 126 Add a few questions, especiallyuy two answered by Jordan in Usenet. Change one to a better form. Add a mention about quotas. END K 10 svn:author V 5 peter K 8 svn:date V 27 1995-11-20T23:25:35.000000Z K 7 svn:log V 145 Stop rlogind from bogusly ignoring an explicit .rhosts file for root. It still correctly ignores hosts.equiv. This is now consistant with rshd. END K 10 svn:author V 5 peter K 8 svn:date V 27 1995-11-20T23:32:21.000000Z K 7 svn:log V 374 If sendmail is collecting a message *not* via SMTP, then this patch will turn off the read data block timeouts. This was inspired by the same fix in sendmail-8.7, but the code in this area is somewhat different. (8.7 is much more sensible). This will stop the infamous "timeout waiting for input during message body read" on long running jobs, eg: /etc/daily | mail root. END K 10 svn:author V 5 peter K 8 svn:date V 27 1995-11-21T01:23:13.000000Z K 7 svn:log V 378 If a lcp configure request is received in the lcp opened state and it is acknowledged, it should go to the lcp ack sent state. Don't reply on lcp echo requests when not in the lcp opened state. If the interface is set to CISCO mode, it should still be marked running when ifconfiged. Fixed a few indentations that had gone wrong somewhere. Submitted-by: John.Hay@csir.co.za END K 10 svn:author V 5 peter K 8 svn:date V 27 1995-11-21T02:32:04.000000Z K 7 svn:log V 652 This driver supports the Arnet SYNC/570i ISA cards that is based on the HD64570 chip. Both the 2 and 4 port cards is supported and auto detected. Line speeds of up to 2Mbps is possible. At this speed about 85% of the bandwidth is usable with 486DX processors. The standard FreeBSD sppp code is used for the link level layer. The default protocol used is PPP. The Cisco HDLC protocol can be used by adding "link2" to the ifconfig line in /etc/sysconfig or where ever ifconfig is run. At the moment only the V.35 and X.21 interfaces is supported. The others may need tweaks to the clock selection code. Submitted by: John Hay END K 10 svn:author V 5 peter K 8 svn:date V 27 1995-11-21T02:32:04.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r12437, 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 1995-11-21T02:32:05.000000Z K 7 svn:log V 66 This commit was manufactured by cvs2svn to create tag 'arnet_0_1'. END K 10 svn:author V 5 peter K 8 svn:date V 27 1995-11-21T02:50:10.000000Z K 7 svn:log V 63 Add and document the hooks for John Hay's Arnet sync driver... END K 10 svn:author V 5 peter K 8 svn:date V 27 1995-11-21T03:07:26.000000Z K 7 svn:log V 32 Man page for the Arnet driver.. END K 10 svn:author V 5 peter K 8 svn:date V 27 1995-11-21T03:07:26.000000Z K 7 svn:log V 143 This commit was generated by cvs2svn to compensate for changes in r12441, 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 1995-11-21T03:07:27.000000Z K 7 svn:log V 65 This commit was manufactured by cvs2svn to create tag 'arnet0_1'. END K 10 svn:author V 5 peter K 8 svn:date V 27 1995-11-21T04:02:37.000000Z K 7 svn:log V 102 Link up John Hay's ar(4) man page.. This shouldn't conflict with ar(1) because of the search order... END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1995-11-21T05:43:27.000000Z K 7 svn:log V 253 Amend my fix a bit. My way failed to take leap years into account. The simplest thing is to just calculate the days using curtime - boottime / 86400. The modification for this is less obtrusive anyway. Suggested by: Bill Fenner END K 10 svn:author V 5 markm K 8 svn:date V 27 1995-11-21T06:35:37.000000Z K 7 svn:log V 305 After some more investigation I found that I can build a release from scratch by just adding the following patch. I think this is much cleaner than my previous patch that changed release/Makefile allthough I still think we can add the -DNOMAN in some places. :-) John -- Submitted by:John.Hay@csir.co.za END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-11-21T08:27:00.000000Z K 7 svn:log V 97 Make the LKM version compile again. Pointed out by: Michael Smith END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-21T08:35:49.000000Z K 7 svn:log V 96 Fixed replication error so that this compiles again. Removed bogus comment and useless braces. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-21T08:49:21.000000Z K 7 svn:log V 51 New file for pccard driver interface declarations. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-21T09:15:04.000000Z K 7 svn:log V 257 Restored static variable `nsio_tty' which is used only by pstat(8). Made it `const' to inhibit compiler warnings. Added #include of to get prototypes. is still necessary for its side effect of exporting non-slot things. END K 10 svn:author V 5 asami K 8 svn:date V 27 1995-11-21T10:18:18.000000Z K 7 svn:log V 48 Update Japanese mirror list. Requested by: jkh END K 10 svn:author V 5 asami K 8 svn:date V 27 1995-11-21T10:56:12.000000Z K 7 svn:log V 131 Update Japanese mirror site list and put it in proper alphabetical location. While I'm here, correct a minor typo in HK's server. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-11-21T12:55:26.000000Z K 7 svn:log V 57 Completed function declarations and/or added prototypes. END