ĨB6695 224 660 216 130 176 181 260 191 112 158 224 234 233 178 438 136 127 139 533 130 134 181 146 116 129 272 136 152 180 127 229 177 97 239 409 106 180 128 693 174 197 1538 210 175 143 213 261 155 178 329 121 232 159 413 172 214 245 837 237 168 152 177 174 201 344 130 127 174 289 202 310 217 135 380 382 352 154 132 262 100 97 98 263 116 100 128 391 190 509 117 107 215 132 102 181 155 161 160 167 166 247 177 167 106 422 328 144 105 289 208 201 538 160 543 306 178 188 179 232 235 188 407 543 160 240 139 252 189 137 2633 237 163 105 330 117 134 136 398 224 223 242 169 190 152 157 334 625 137 166 271 149 309 177 155 143 129 157 287 475 132 203 209 317 151 163 234 139 243 131 192 234 156 935 120 121 127 120 148 183 173 143 127 312 122 130 261 413 242 575 134 292 236 344 366 121 226 245 137 132 127 150 156 400 118 151 255 175 122 468 233 475 160 416 214 183 215 677 588 149 119 117 155 203 119 128 K 10 svn:author V 3 phk K 8 svn:date V 27 1995-02-25T05:10:18.000000Z K 7 svn:log V 567 (Not tested yet. I may insist that ctm be invoked with absolute path. /phk) This patch fixes the concurrency problem, and adds a possibly useful -f switch (which you can read about in the man page :-) ). It also removes the absolute path from the invocation of ctm. I'll write a note about how to use a script with sendmail and procmail or some such, and people can fix their PATH there. BTW, this patch changes ctm_rmail.1, ctm_rmail.c and error.c in the ctm_rmail directory. Stephen. Reviewed by: phk Submitted by: Stephen McKay END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-02-25T07:25:31.000000Z K 7 svn:log V 123 Add a '-l' option, which lists the argv[0]'s we will respond to. This will simplify the src/release Makefile quite a bit. END K 10 svn:author V 4 ache K 8 svn:date V 27 1995-02-25T13:49:47.000000Z K 7 svn:log V 37 cons25: turn off bold in "op" escape END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-02-25T15:56:00.000000Z K 7 svn:log V 85 Spell "guaranteed" correctly. Submitted by: frank@fwi.uva.nl (Frank van der Linden) END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-02-25T15:57:55.000000Z K 7 svn:log V 90 Fixed comment - IFT_P80 is 80mbit. Submitted by: frank@fwi.uva.nl (Frank van der Linden) END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-02-25T16:06:07.000000Z K 7 svn:log V 167 Don't attempt to lstat() the POSIXLY invalid empty pathname. realpath() still accepts "" as an arg and converts it to a canonical pathname for the current directory. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-02-25T16:44:01.000000Z K 7 svn:log V 99 Fix previous fix to agree with the man page - don't report errors in kvm_open() if errstr is NULL. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-02-25T16:48:28.000000Z K 7 svn:log V 20 Remove YF comments. END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-02-25T17:02:48.000000Z K 7 svn:log V 67 Fixed severely broken printf (arguments out of order, no newline). END K 10 svn:author V 2 se K 8 svn:date V 27 1995-02-25T17:26:22.000000Z K 7 svn:log V 132 Deal with systems, that lack a fully decoded PCI configuration space. Submitted by: Wolfgang Stanglmeier END K 10 svn:author V 2 se K 8 svn:date V 27 1995-02-25T17:34:03.000000Z K 7 svn:log V 142 Make people happy, who claim to better know how "interupt" is to be spelled :). Submitted by: Wolfgang Stanglmeier END K 10 svn:author V 2 se K 8 svn:date V 27 1995-02-25T17:51:18.000000Z K 7 svn:log V 141 Keep PCI_CONF_MODE in a safe place for later reference, if #defined. Reviewed by: se Submitted by: seb@erix.ericsson.se (Sebastian Strollo) END K 10 svn:author V 4 ache K 8 svn:date V 27 1995-02-25T18:06:23.000000Z K 7 svn:log V 85 configure_network() if carrier already present Submitted by: serg@opus.opu.odessa.ua END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-02-25T18:29:10.000000Z K 7 svn:log V 345 I belive I finally got the "on eisa" right. | if (!(isdp->id_iobase & 0xf300)) { | printf(" on motherboard\n"); | } else if (isdp->id_iobase >= 0x1000 && | !(isdp->id_opbase & 0x300)) { | printf (" on eisa slot %d\n", | isdp->id_iobase >> 12); | } else { | printf (" on isa\n"); | } | } Based on info in "The undocumented PC" p.165 END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-02-25T18:39:04.000000Z K 7 svn:log V 44 Don't use __P(()) in a function definition. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-02-25T18:55:53.000000Z K 7 svn:log V 35 Read K&R and get the { } right :-) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-02-25T19:11:11.000000Z K 7 svn:log V 47 iodone->biodone; get rid of older call syntax. END K 10 svn:author V 3 pst K 8 svn:date V 27 1995-02-25T20:09:44.000000Z K 7 svn:log V 440 (a) remove the pointer to each driver's tty structure array from cdevsw (b) add a function callback vector to tty drivers that will return a pointer to a valid tty structure based upon a dev_t (c) make syscons structures the same size whether or not APM is enabled so utilities don't crash if NAPM changes (and make the damn kernel compile!) (d) rewrite /dev/snp ioctl interface so that it is device driver and i386 independant END K 10 svn:author V 3 pst K 8 svn:date V 27 1995-02-25T20:14:31.000000Z K 7 svn:log V 38 Update to use new calling conventions END K 10 svn:author V 3 pst K 8 svn:date V 27 1995-02-25T20:15:20.000000Z K 7 svn:log V 42 Update to reflect new calling conventions END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-02-25T20:26:14.000000Z K 7 svn:log V 89 Change EISA size to 256 instead of 4096. Neither are correct, but 256 does least damage. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-02-25T20:51:14.000000Z K 7 svn:log V 54 "make distribute" have changed, beware if you use it. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-02-25T21:01:48.000000Z K 7 svn:log V 24 make distribute change. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-02-25T22:08:48.000000Z K 7 svn:log V 37 New and better "make release" rules. END K 10 svn:author V 8 gclarkii K 8 svn:date V 27 1995-02-25T23:00:50.000000Z K 7 svn:log V 174 Updated the FAQ. Would everyone please review their sections. e.g. Non-USA DES Networking cards Do we have an update kernel debugging FAQ? I'll posting the FAQ on SUNDAY!! END K 10 svn:author V 7 roberto K 8 svn:date V 27 1995-02-25T23:42:14.000000Z K 7 svn:log V 40 The latest version of XFree86 is 3.1.1. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-02-26T01:15:30.000000Z K 7 svn:log V 60 Declare all the args of wdclose() and wdioctl(). Cosmetic. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-02-26T01:27:27.000000Z K 7 svn:log V 88 use etc:distrib-dirs instead of release:hierarchy. remove SUBDIR reference to release. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-02-26T01:35:32.000000Z K 7 svn:log V 35 Various changes to make this work. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-02-26T01:37:51.000000Z K 7 svn:log V 136 Declare all the args of Fdopen() and fdclose(). Initialize dk_wpms[] less bogusly. Clean up includes. Remove some obsolete comments. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-02-26T01:55:31.000000Z K 7 svn:log V 85 Add a '-p' option to md5. This will save some time in generation of the ctm deltas. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-02-26T02:00:35.000000Z K 7 svn:log V 6 oops. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-02-26T02:10:04.000000Z K 7 svn:log V 146 Updated TODO a bit. PLEASE take a little time to dump a couple of the things you know you will never get around to do yourself into this file !! END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-02-26T02:30:18.000000Z K 7 svn:log V 316 Don't confuse the frequency with the wavelength in DELAY() args. 960 cps is close to 1000000 / 960 usec so the confusion probably didn't matter. Test for COMCONSOLE before testing for RB_SERIAL so that the RB_SERIAL test can be optimized away if COMCONSOLE is 1. Simplify and Uniformize style of previous commit. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-02-26T02:33:09.000000Z K 7 svn:log V 14 Remove dbsym. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-02-26T03:03:15.000000Z K 7 svn:log V 88 Install manpath.config.sample with the correct mode. It should be installed elsewhere. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-02-26T03:15:36.000000Z K 7 svn:log V 36 Eliminate my private type `bool_t'. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1995-02-26T04:42:48.000000Z K 7 svn:log V 598 Submitted by: Sebastian Strollo Fixes to ypbind: - Correctly report the fact that we've bound to a new server when logging the 'server OK' message. - Report 'server not responding' just once instead of every 5 seconds while searching for a new server. (Prevents overstuffing the syslog.) - Apply patch from Sebstian Strollo to implement '-s' (secure) flag. ypbind will reject connections from servers that do not originate from a reserved TCP port. - Apply patch from Sebastian Strollo to detect when a YP server has crashed and come back up on a different port number. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-02-26T05:05:53.000000Z K 7 svn:log V 82 Use relative include path and -nostdinc avoid getting anything from /usr/include. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-02-26T05:14:53.000000Z K 7 svn:log V 104 Replace all remaining instances of `i386/include' by `machine' and fix nearby #include inconsistencies. END K 10 svn:author V 6 amurai K 8 svn:date V 27 1995-02-26T12:18:08.000000Z K 7 svn:log V 1441 New user Process PPP based on iij-ppp0.94beta2. o Supporting SYNC SIO device (But need a device driver) - add "set speed sync" o Fixing bug for Predictor-1 function. o Add new parameter that re-sent interval for set timeout commands. o Improving RTT (Round Trip Time) and reducing processor time. - Previous Timer service was using polling, and now using SIGALRM ;-) - A 0.94beta2 will not work correctly.... -- Follows are additinal feature not including 0.94beta2 o Support Proxy ARP - add "enable/disable proxy" commands o Marging common routine in CHAP/PAP. o Enhancing LCP/IPCP log information. o Support local Authfication connection on port 300x and tty. - You can set up pair of your "hostname -s" and password in ppp.secret. if either ppp.secret file nor your hostname line don't exist, It will notify a message and working as same as previous version.(Backword compatibility) - If you did set up them, It's allow connection but nothing to do except help and passwd command. - add "passwd yourpasswd" commands o Support afilter - keep Alive filter that a packet can send/receiving according to ifilter/ofilter but doesn't count it as preventing idle timer expires. - Same syntax of other filters. o Fixing bugs reported by current user for previous one. Thanks !! Reviewed by: Atsushi Murai (amurai@spec.co.jp) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-02-26T18:20:36.000000Z K 7 svn:log V 117 I assume someone had a good reason for breaking this? Try again! For now, I'll content myself with fixing the tree. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-02-26T18:58:49.000000Z K 7 svn:log V 83 Take ppp out until it works again - there's actually stuff missing from the merge. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1995-02-26T19:34:34.000000Z K 7 svn:log V 47 Last 1.x version of Intel EtherExpress driver. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1995-02-26T19:35:06.000000Z K 7 svn:log V 118 Patch bei Wolfram to avoid processing duplicate directories. Submitted by: wosch@cs.tu-berlin.de (Wolfram Schneider) END K 10 svn:author V 5 guido K 8 svn:date V 27 1995-02-26T19:36:59.000000Z K 7 svn:log V 166 Add some functionality to ftpd so it logs all anonymous file transfers. It only does this when -S is set. Reviewed by: Submitted by: Obtained from: logdaemon package END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1995-02-26T19:40:07.000000Z K 7 svn:log V 59 Update copyright to be UCB style allowing redistributions. END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-02-26T20:03:53.000000Z K 7 svn:log V 87 Doubled 'maxwait' to 200 (240us). Submitted by: brian@mediacity.com (Brian Litzinger) END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1995-02-26T20:13:15.000000Z K 7 svn:log V 232 Update to use 4.4 style includes. Include proper files for 2.x. Remove old unused argument to ixreset (int uba) Nolonger convert ether_type to host byte order. Use arp_ifinit in place of arpwhohas. Change cb_ias to be non volatile. END K 10 svn:author V 4 ache K 8 svn:date V 27 1995-02-26T20:29:37.000000Z K 7 svn:log V 28 Move symlinks creation here END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-02-26T20:39:40.000000Z K 7 svn:log V 139 The things you have to go through some times! Add a minimal program to read a termcap entry, since tset is picky about filedescriptors... END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-02-26T20:45:34.000000Z K 7 svn:log V 67 Various things, bits and pieces to make this maybe work next time. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1995-02-26T21:11:08.000000Z K 7 svn:log V 318 The bootparam protocol file needs some extra includes in FreeBSD in order to properly resolve some definitions in . I suppose nobody noticed this before because no one's tried to build bootparamd in FreeBSD until now. (Yes, you read that right: I've got bootparamd ready to go. And rarpd is on the way. :) END K 10 svn:author V 8 gclarkii K 8 svn:date V 27 1995-02-26T21:27:29.000000Z K 7 svn:log V 75 Update Mitsumi CD-ROM entry to state we do not support the IDE interfaces. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-02-26T21:41:41.000000Z K 7 svn:log V 121 I really hate this: unless I go "splhigh" (as opposed to splimp before) the TCP/IP driver doesn't work anymore... Why ? END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-02-26T23:28:00.000000Z K 7 svn:log V 152 I think the security check to invalidate ALL write requests was just a little excessive, and violates the specification defined in the manpage to boot. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1995-02-26T23:40:53.000000Z K 7 svn:log V 742 Obtained from: The Xkernel source distribution I hope I'm doing this right. This is an initial version of bootparamd for FreeBSD based on a public domain rpc.bootparamd implementation by a gentleman named Klas Heggemann. This program has apparently been around for a while. The README explicitly lists the code as public domain, so I guess it's safe to use. This program is needed for booting diskless SunOS and Solaris machines. rarpd is also required, but that's in the works too. I have made two changes to this code: - Implemented NIS lookups. If /etc/bootparams contains a '+' then the bootparams map is consulted. - Allow 0.0.0.0 as a user-specified router address. The SunOS rpc.bootparamd returns this value in many cases. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1995-02-26T23:40:53.000000Z K 7 svn:log V 142 This commit was generated by cvs2svn to compensate for changes in r6751, 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-02-26T23:40:54.000000Z K 7 svn:log V 72 This commit was manufactured by cvs2svn to create tag 'bootparamd_orig'. END K 10 svn:author V 4 ache K 8 svn:date V 27 1995-02-26T23:48:51.000000Z K 7 svn:log V 59 Fix two quad_t casts, one reported by wcp@lpds.sublink.org END K 10 svn:author V 6 amurai K 8 svn:date V 27 1995-02-27T03:16:48.000000Z K 7 svn:log V 82 Re add ppp entry causing by missing auth.h/cdefs.h Reviewed by: amurai@spec.co.jp END K 10 svn:author V 6 amurai K 8 svn:date V 27 1995-02-27T03:18:28.000000Z K 7 svn:log V 79 Compile error occured by missing auth.h/cdefs.h Reviewed by: amurai@spec.co.jp END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-02-27T06:42:35.000000Z K 7 svn:log V 109 Slight change to wdwait() to improve performance while not violating the ATA spec. Submitted by: John Dyson END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-02-27T06:50:08.000000Z K 7 svn:log V 252 Initialize v_rdev in getnewvnode() - it appears that some filesystems may not properly initialize this field in all cases, and this would result in very anti-social behavior (overwriting on some other random device/location). Submitted by: John Dyson END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-02-27T08:25:53.000000Z K 7 svn:log V 38 Document CTM now that it went public. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-02-27T08:31:19.000000Z K 7 svn:log V 35 Another shameless plug for CTM :-) END K 10 svn:author V 4 ugen K 8 svn:date V 27 1995-02-27T09:16:04.000000Z K 7 svn:log V 81 Add strncmp() function..I need it and hope nobody will eat me alive for this..:) END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-02-27T10:15:38.000000Z K 7 svn:log V 197 Backed out previous change. I forgot (for about the fourth time) that v_rdev is a #define which is dereferenced through v_specinfo->si_rdev, and that isn't initialized until later in checkalias(). END K 10 svn:author V 4 ugen K 8 svn:date V 27 1995-02-27T10:52:22.000000Z K 7 svn:log V 108 Fixed manpage..ldeny,lreject and log options are there and others not.. Submitted by: torstenb@FreeBSD.ORG END K 10 svn:author V 6 amurai K 8 svn:date V 27 1995-02-27T10:57:54.000000Z K 7 svn:log V 214 Fixing minor bug and allow help(Not for all command) and quit but not close line connection by "quit all" command if not authorized. Reviewed by: amurai@spec.co.jp Submitted by: tony-o@iij.ad.jp amurai@spec.co.jp END K 10 svn:author V 4 ugen K 8 svn:date V 27 1995-02-27T13:39:39.000000Z K 7 svn:log V 123 Remove strncmp() fro userconfig,it's already in libkern..if there is any other place strncmp() used,remove it there guys.. END K 10 svn:author V 2 se K 8 svn:date V 27 1995-02-27T17:10:20.000000Z K 7 svn:log V 44 Delete bogus semicolon in macro definition. END K 10 svn:author V 2 se K 8 svn:date V 27 1995-02-27T17:17:14.000000Z K 7 svn:log V 288 First try to add support for PCI-PCI bridge chips (written for the DEC 21050 chip in particular, don't have specs of other such chips). This should add support for Multiple-Ethernet PCI cards (e.g. Znyx 314). Reviewed by: se Submitted by: Wolfgang Stanglmeier END K 10 svn:author V 2 se K 8 svn:date V 27 1995-02-27T17:22:09.000000Z K 7 svn:log V 290 Add code to deal with PCI-PCI bridge chips, especially the DEC 21050. Try to deduce maximum number of PCI buses in system (working around chip set bugs). Better check for devices at multiple addresses (aliases). Reviewed by: se Submitted by: Wolfgang Stanglmeier END K 10 svn:author V 2 se K 8 svn:date V 27 1995-02-27T17:43:57.000000Z K 7 svn:log V 260 Don't try to make use of useless rotational position optimisation, if all free blocks are in the same bucket (i.e. NRPOS == 1). Else a free block is choosen, possibly from a different cylinder, even if the block succeeding bpref was free ... Submitted by: se END K 10 svn:author V 4 ache K 8 svn:date V 27 1995-02-27T18:54:27.000000Z K 7 svn:log V 61 Cleanup device names, add more devices for Linux sounddriver END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1995-02-27T19:21:16.000000Z K 7 svn:log V 38 Add entry for bootparamd and friends. END K 10 svn:author V 4 ugen K 8 svn:date V 27 1995-02-27T19:45:57.000000Z K 7 svn:log V 168 Snoop device stuff * Make snoop see the output in tty ECHO mode * Allow writing to observed tty (very funny) * Fix and extend watch util. * Fix and update manpages END K 10 svn:author V 4 ugen K 8 svn:date V 27 1995-02-27T19:46:27.000000Z K 7 svn:log V 8 same.. END K 10 svn:author V 4 ugen K 8 svn:date V 27 1995-02-27T19:47:53.000000Z K 7 svn:log V 5 same END K 10 svn:author V 4 ugen K 8 svn:date V 27 1995-02-27T19:48:19.000000Z K 7 svn:log V 6 same END K 10 svn:author V 5 guido K 8 svn:date V 27 1995-02-27T20:52:36.000000Z K 7 svn:log V 168 Fix completely broken find behaviour: a find -foo -o -bar would behave like find -bar. The same for -a This broke (among others) ./etc/security. Obtained from: NetBSD END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-02-27T22:26:58.000000Z K 7 svn:log V 24 Latest updates to this. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-02-27T23:58:19.000000Z K 7 svn:log V 9 Updated. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-02-28T00:13:20.000000Z K 7 svn:log V 36 Many stylistic and grammar changes. END K 10 svn:author V 3 ats K 8 svn:date V 27 1995-02-28T00:16:13.000000Z K 7 svn:log V 298 build the link from man8/man8.i386/MAKEDEV.8 toman8/MAKEDEV.8 so that this manual page can now also be read. Change the references in MAKEDEV from com to tty and delete flog and add sd instead. Need much more work, but for today, after i lost my first changes through a new sup :-), that's enough. END K 10 svn:author V 3 ats K 8 svn:date V 27 1995-02-28T00:19:41.000000Z K 7 svn:log V 98 Delete one of the two references to intro(3) in the SEE ALSO section and add an intro(7) instead. END K 10 svn:author V 3 pst K 8 svn:date V 27 1995-02-28T00:21:11.000000Z K 7 svn:log V 416 Incorporate bde's code-review comments. (a) bring back ttselect, now that we have xxxdevtotty() it isn't dangerous. (b) remove all of the wrappers that have been replaced by ttselect (c) fix formatting in syscons.c and definition in syscons.h (d) add cxdevtotty NOT DONE: (e) make pcvt work... it was already broken...when someone fixes pcvt to link properly, just rename get_pccons to xxxdevtotty and we're done END K 10 svn:author V 3 pst K 8 svn:date V 27 1995-02-28T00:24:47.000000Z K 7 svn:log V 25 Fix a minor grammar bug. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-02-28T01:15:52.000000Z K 7 svn:log V 15 More bugfixes. END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-02-28T02:52:48.000000Z K 7 svn:log V 123 Do a vnode_pager_uncache after the VOP_RENAME to lose the remaining reference to the old vnode. Suggested by: Bruce Evans END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-02-28T04:38:21.000000Z K 7 svn:log V 40 cvs export doesn't like a explicit '-P' END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-02-28T20:32:29.000000Z K 7 svn:log V 10 Move a -P END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-02-28T20:52:56.000000Z K 7 svn:log V 89 Added lock-files, so we should know if the machine panic'ed in the middle of an "apply". END K 10 svn:author V 5 joerg K 8 svn:date V 27 1995-02-28T23:16:33.000000Z K 7 svn:log V 61 typo. Submitted by: "Philippe Charnier" END K 10 svn:author V 4 ache K 8 svn:date V 27 1995-02-28T23:21:33.000000Z K 7 svn:log V 68 Workaround IXOFF bug when output queue is full && RTS control is on END K 10 svn:author V 4 ache K 8 svn:date V 27 1995-02-28T23:38:20.000000Z K 7 svn:log V 67 Better collate table for koi8-r Submitted by: alex@elvisti.kiev.ua END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-03-01T04:09:50.000000Z K 7 svn:log V 76 No longer assume that a process's address space can be directly written to. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-03-01T05:05:21.000000Z K 7 svn:log V 74 Less bogus allocation of softc to avoid races. Thanks for the hint David! END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-03-01T05:06:48.000000Z K 7 svn:log V 154 Additions from Thomas Graichen to mention each functions' floating point counterpart. Submitted by: Thomas Graichen END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-03-01T05:41:14.000000Z K 7 svn:log V 85 Try to be even more understandable and clear. What I need is a good speech writer... END K 10 svn:author V 8 gclarkii K 8 svn:date V 27 1995-03-01T06:12:15.000000Z K 7 svn:log V 70 Update some of the FTP entries here. Also correct name of sup package END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-03-01T06:43:12.000000Z K 7 svn:log V 14 Update entry. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-03-01T08:04:40.000000Z K 7 svn:log V 329 The current bootparamd makefiles break if you do a make obj first. It does work if you don't have the obj link. Here is a patch for it. It will still work if you don't have an obj link:) (I stuck a ${DESTDIR} in front of the absolute path to /usr/include... /phk) Reviewed by: phk Submitted by: John Hay END K 10 svn:author V 4 paul K 8 svn:date V 27 1995-03-01T08:19:06.000000Z K 7 svn:log V 234 Completely rewrite libforms so everything is done at runtime rather than at compile time. Should have same functionality as old libforms but with new mechanism. Lots of new features that use the new mechanism are still to be added. END K 10 svn:author V 4 paul K 8 svn:date V 27 1995-03-01T08:25:40.000000Z K 7 svn:log V 51 Pull old lex.l out of attic and update to new one. END K 10 svn:author V 4 paul K 8 svn:date V 27 1995-03-01T08:32:42.000000Z K 7 svn:log V 12 Disable fib END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1995-03-01T10:08:07.000000Z K 7 svn:log V 194 Fix "dependency" spelling error. Implement "clean" entries for device config entries. Add clean rules to aic7xxx and aic7xxx_seq.h. Submitted by: Pointed out by Bruce Evans END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1995-03-01T10:09:03.000000Z K 7 svn:log V 113 Implement "clean" entries for device config entries. Submitted by: Pointed out by Bruce Evans END K 10 svn:author V 5 guido K 8 svn:date V 27 1995-03-01T13:04:15.000000Z K 7 svn:log V 106 Fix the deletion of trailing newlines with backquote expansion. Reviewed by: Submitted by: Obtained from: END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-03-01T20:36:20.000000Z K 7 svn:log V 445 My patch this morning was not complete. I never tested make install - stupidly thinking that it would work :( The install program never get a destination directory. Here is another patch that should also be added. I think this should be the last one for these makefiles :) [Note: I realize that there are more things wrong than this, but this should at least get the tree compiling again! -jkh] Submitted by: John Hay END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-03-01T21:37:44.000000Z K 7 svn:log V 69 Slight change to include file order to accommodate upcoming changes. END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-03-01T22:08:55.000000Z K 7 svn:log V 451 Various changes from John and myself that do the following: New functions create - vm_object_pip_wakeup and pagedaemon_wakeup that are used to reduce the actual number of wakeups. New function vm_page_protect which is used in conjuction with some new page flags to reduce the number of calls to pmap_page_protect. Minor changes to reduce unnecessary spl nesting. Rewrote vm_page_alloc() to improve readability. Various other mostly cosmetic changes. END K 10 svn:author V 7 dufault K 8 svn:date V 27 1995-03-01T22:24:47.000000Z K 7 svn:log V 209 Reviewed by: gibbs@freefall.cdrom.com julian@freefall.cdrom.com 1. Support for fixed device configuration 2. Hoisted common code to scsi_driver 3. SCSI busses dynamically allocated at boot 4. Reorg'd for LKMs END K 10 svn:author V 7 dufault K 8 svn:date V 27 1995-03-01T22:26:23.000000Z K 7 svn:log V 82 1. "uk" driver now optional on scbus 2. Added base scsi driver file scsi_driver.c END K 10 svn:author V 7 dufault K 8 svn:date V 27 1995-03-01T22:27:45.000000Z K 7 svn:log V 92 Added a little documentation on the fixed SCSI config and fixed a few quirks that snuck in. END K 10 svn:author V 7 dufault K 8 svn:date V 27 1995-03-01T22:29:06.000000Z K 7 svn:log V 83 1. Added a "scsi" command to userconfig as a start 2. "uk" is no longer an option. END K 10 svn:author V 7 dufault K 8 svn:date V 27 1995-03-01T22:30:47.000000Z K 7 svn:log V 135 Made host id configurable with a kernel option "AIC_SCSI_HOSTID=val". This is really only a stop gap; it should be settable in config. END K 10 svn:author V 7 dufault K 8 svn:date V 27 1995-03-01T22:32:38.000000Z K 7 svn:log V 138 Updated man pages to reflect new configuration options. These man pages are getting pretty out of date and need to be visited some more. END K 10 svn:author V 7 dufault K 8 svn:date V 27 1995-03-01T22:34:05.000000Z K 7 svn:log V 92 Added configuration for SCSI devices wired in place. The documentation is in "man 4 scsi". END K 10 svn:author V 5 joerg K 8 svn:date V 27 1995-03-01T23:08:40.000000Z K 7 svn:log V 312 On snap 950210, format %s (print seconds from the epoch) is missing from the code in strftime.c . This affects both the library code and all the commands using it (e.g. date +%s). Note that %s is not required by ANSI, but we've already got it in 1.1.5.1. Suggested by: luigi@labinfo.iet.unipi.it (Luigi Rizzo) END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-03-01T23:30:04.000000Z K 7 svn:log V 451 Various changes from John and myself that do the following: New functions create - vm_object_pip_wakeup and pagedaemon_wakeup that are used to reduce the actual number of wakeups. New function vm_page_protect which is used in conjuction with some new page flags to reduce the number of calls to pmap_page_protect. Minor changes to reduce unnecessary spl nesting. Rewrote vm_page_alloc() to improve readability. Various other mostly cosmetic changes. END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-03-01T23:59:21.000000Z K 7 svn:log V 69 Use su/fubyte instead of directly touching the user's address space. END K 10 svn:author V 4 ache K 8 svn:date V 27 1995-03-02T01:03:39.000000Z K 7 svn:log V 146 Fix arrows printout for non-arrows keys in menubox Move arrows printout to single kernel function Add PgUp/PgDn/Home/End to checkbox and radiobox END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-03-02T01:04:38.000000Z K 7 svn:log V 47 Missed a reference to numvnd. Thanks Ollivier. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-03-02T04:07:03.000000Z K 7 svn:log V 159 Changes to incorporate the Matsushita CDROM driver (otherwise known as the "Sound blaster CDROM"). Submitted by: Frank Durda IV END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-03-02T04:11:47.000000Z K 7 svn:log V 97 Add Matsushita CDROM device entries. Submitted by: Frank Durda IV END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-03-02T04:18:43.000000Z K 7 svn:log V 45 Add entry for Sound Blaster/Matsushita CDROM END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1995-03-02T06:41:40.000000Z K 7 svn:log V 2537 Obtained from: An old BPF release packaged with the tcpdump-2.0 source code. "Yes Virginia, there is a rarpd." (Before anyone asks, this *not* the rarpd from NetBSD. It did come from the same place as theirs, however.) This is a port of the rarpd program included with the tcpdump-2.0 source code (which I finally unearthed after scrounging around some of the darker corners of the Internet). It's as close to the original as I could keep it except for the following changes: - The original program was based on an older version of the Berkeley Packet Filter which used different filter programming instructions. Fortunately, an updated RARP packet filter is available right in the BPF man page so this was easy to fix. - The old code didn't know how to deal with variable length addresses in ifreq buffers. This has been fixed. - Some byte order weirdness had to be fixed. The sanity checks in rarp_check() needed some htons()es, and the rarp_reply() function needed to properly set the ether_type field in the ethernet header to ETHERTYPE_REVARP before transmitting the packet, otherwise the bytes in ether_type would wind up reversed. It is important to note that using htons(ETHERTYPE_REVARP) will not work. This is odd, because the NetBSD rarpd uses htons(ETHERTYPE_REVARP). (Praise be to tcpdump: I would never have been able to track this silliness down without it.) - The update_arptab() function has been castrated. It depends on SIOCSARP which has been deprecated in 4.4BSD. The NetBSD people don't seem to be using this function either. It wouldn't be too hard to replace this with equivalent code from arp.c, but it might not be necessary. - I put together an ether_ntohost() support function that allows both local (/etc/ethers) and NIS lookups. This stuff should go in libc at some point, but nothing else seems to need it for now, so it can wait a while. As you may have guessed, you need to have the Berkeley Packet Filter in your kernel in order to use this program. The good news is that together with the recently added bootparamd, you can use finally use a FreeBSD box to boot Sun boxes over the network. (This was my whole motivation for getting this stuff to work: I have this one subnet that has a whole bunch of Sun3 X-terminals on it with only two Sun4 workstations, both of which are locked in peoples' offices. If those two machines crash (and they do every so often) then none of the X-terms will boot. Now I can use a spare PC that I have as a boot server. :) END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1995-03-02T06:41:40.000000Z K 7 svn:log V 142 This commit was generated by cvs2svn to compensate for changes in r6823, 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-03-02T06:41:41.000000Z K 7 svn:log V 67 This commit was manufactured by cvs2svn to create tag 'rarpd-orig'. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1995-03-02T06:44:30.000000Z K 7 svn:log V 11 Add rarpd. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-03-02T07:20:59.000000Z K 7 svn:log V 237 Add Bill Paul to contributors list. We probably need a "FreeBSD associates" list or something since there are many contributors now but very few on the order of folks like Bill or Satoshi or Jean-Marc.. This seems unfair. Suggestions? END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-03-02T07:33:59.000000Z K 7 svn:log V 25 Fix up the matcd import. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-03-02T07:34:38.000000Z K 7 svn:log V 42 Finish the matcd import. My face is red. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-03-02T07:38:12.000000Z K 7 svn:log V 44 Move the matcd includes to the right place. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1995-03-02T07:40:27.000000Z K 7 svn:log V 301 Remove unused variables, and move some inside of DEBUGDO to quite up compiler. Be carefull about over usage of volatile, it really killed performance in a few areas and there was a better place to make things volatile in almost all cases. The driver can now receive at full speed without RNR errors. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1995-03-02T08:17:14.000000Z K 7 svn:log V 127 Correct printf format strings to match argument types. This driver now compiles -Wall both with and without debugging enabled. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-03-02T12:00:16.000000Z K 7 svn:log V 130 Add this file here so I finally have something to point people at as a prototype. Obtained from: U.C. Regents standard copyright. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-03-02T12:28:04.000000Z K 7 svn:log V 149 My first rough cut at a guide to new submitters. I started out answering someone's question and ended up writing an entire FAQ - I *hate* that! :-) END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-03-02T19:29:42.000000Z K 7 svn:log V 78 Move exact match pcb's to the head of the list to improve lookup performance. END K 10 svn:author V 8 gclarkii K 8 svn:date V 27 1995-03-02T19:34:05.000000Z K 7 svn:log V 93 Add notice for Jordans submitters.FAQ. Cleaned up entry on sup to point to the correct area. END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-03-02T19:36:50.000000Z K 7 svn:log V 61 Don't try to cluster busy buffers. Submitted by: John Dyson END K 10 svn:author V 7 dufault K 8 svn:date V 27 1995-03-02T20:07:05.000000Z K 7 svn:log V 61 Fix it so that systems with NSCBUS==0 don't have undefineds. END K 10 svn:author V 4 nate K 8 svn:date V 27 1995-03-02T20:29:18.000000Z K 7 svn:log V 240 Add the abilitity to compile the Lites code with the native FreeBSD assembler. (This adds minor support for the .bss directive) Submitted by: Many folks, but I believe Remy Card was the first person to propose this change. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1995-03-02T21:00:14.000000Z K 7 svn:log V 530 Some people have complained that they were unable to boot the Feb. 10th snapshot. The keyboard probe in the bootblock seems to have been singled out as the cause of these problems, so I've beefed it up alittle. This pushes us right up to the edge of the size limit: the second stage boot is now 7152 bytes in size, just 8 bytes under the wire. On the other hand, the new probe now does almost exactly what syscons does, so hopefully this will do the trick. It seems to work properly on my hardware, but then so did the old probe. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1995-03-02T21:24:54.000000Z K 7 svn:log V 43 Whoops. I knew I was forgetting something. END K 10 svn:author V 2 se K 8 svn:date V 27 1995-03-02T21:51:53.000000Z K 7 svn:log V 75 Speed up PCI attach code by ommiting test if its result is ignored anyway. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1995-03-02T22:00:33.000000Z K 7 svn:log V 176 Took out .include "../../Makefile.inc" which shouldn't be needed now that I put a proper Makefile.inc in the top level of the bootparam heirarchy. (Someday I'll learn. *sigh*) END K 10 svn:author V 2 se K 8 svn:date V 27 1995-03-02T23:29:44.000000Z K 7 svn:log V 58 Disable vga_attach() code, as it always should have been. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1995-03-02T23:45:49.000000Z K 7 svn:log V 214 Make 'config [kernel] swap generic' work again. It would seem that 'matcd' has taken over the position and major number of 'pcd,' so swapgeneric.c needs to be updated accordingly. (It was still looking for pcd.h.) END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-03-03T00:43:08.000000Z K 7 svn:log V 86 Use copyout to install the sigframe rather than directly writing to the user's stack. END K 10 svn:author V 4 ache K 8 svn:date V 27 1995-03-03T02:06:39.000000Z K 7 svn:log V 62 Fix CurHostName ($m macro) Submitted by: eric@cs.berkeley.edu END K 10 svn:author V 4 ache K 8 svn:date V 27 1995-03-03T02:34:14.000000Z K 7 svn:log V 50 Solve conflict between two global force variables END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-03-03T06:53:27.000000Z K 7 svn:log V 37 A small feature just for my own use. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-03-03T07:42:10.000000Z K 7 svn:log V 65 Back out my previous change. I need to really think about this. END K 10 svn:author V 3 sos K 8 svn:date V 27 1995-03-03T08:37:52.000000Z K 7 svn:log V 194 Minor update to syscons. Let "grey delete" be a function key (default is 0x7f) Fix the xor cursor again.. Made the backspace key generate del as default Made CTRL-space generate nul as default. END K 10 svn:author V 4 ugen K 8 svn:date V 27 1995-03-03T12:28:34.000000Z K 7 svn:log V 381 Ok..so everybody picking on me that ipfw syntacs is a pain in ...wel.. trying to fix this * from/to/via position indepenndant syntax * "any" for 0/0 host address * addf/addb default keyword in case you skip it.. * pass = accept new action, seems to be somewhat better in particular cases * on = via (as on ed0 instead of via ed0,loook at reject tcp on ed0 from hacker ) END K 10 svn:author V 4 ugen K 8 svn:date V 27 1995-03-03T12:47:23.000000Z K 7 svn:log V 39 Oops..remove some debugging leftover.. END K 10 svn:author V 4 ugen K 8 svn:date V 27 1995-03-03T12:59:47.000000Z K 7 svn:log V 109 Update manpage..BTW,if somebody wit good English would go through it and fix it would be a really good idea. END K 10 svn:author V 4 nate K 8 svn:date V 27 1995-03-03T15:44:44.000000Z K 7 svn:log V 115 emoved redundant definition of imcs2_close() since it already exists in ibcs2_file.c Reviewed by: Sean and S'oren END K 10 svn:author V 2 se K 8 svn:date V 27 1995-03-03T16:44:33.000000Z K 7 svn:log V 225 Reduce burst length to 4 DWORDs for now, since there seem to be 486 chip sets that can't tolerate bursts > cache line size. This should really made dependent on the particular buggy chip sets, but for now we'll play safe ... END K 10 svn:author V 2 se K 8 svn:date V 27 1995-03-03T18:26:10.000000Z K 7 svn:log V 60 Have this resemble an actual german keyboard a bit more ... END K 10 svn:author V 4 nate K 8 svn:date V 27 1995-03-03T18:33:04.000000Z K 7 svn:log V 70 Removed redundant delcaration of msdosfs_denode.c from the SRCS line. END K 10 svn:author V 4 nate K 8 svn:date V 27 1995-03-03T18:38:00.000000Z K 7 svn:log V 140 Make in lkm/syscons fails due to missing include for apm stuff. Submitted by: John Capo and John Hay END K 10 svn:author V 7 dufault K 8 svn:date V 27 1995-03-03T19:00:39.000000Z K 7 svn:log V 43 Fixed bug with wiring down given SCSI bus. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-03-03T20:17:16.000000Z K 7 svn:log V 150 Remove bogus email message from the top. Change spelling of "obsolute" to "obsolete" ("obsolute" is the pinacle of obsolescence :-). Submitted by: me END K 10 svn:author V 4 dima K 8 svn:date V 27 1995-03-03T21:21:24.000000Z K 7 svn:log V 38 remove option "-s saver" from usage() END K 10 svn:author V 7 dufault K 8 svn:date V 27 1995-03-03T21:38:43.000000Z K 7 svn:log V 96 Make sure there is a device before opening. Fixes NULL access when opening unattached devices. END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-03-03T22:13:16.000000Z K 7 svn:log V 142 Fixes from John Dyson to work around vnode lock hang. Basically, remove the VOP_BMAP calls, and add one to bdwrite. Submitted by: John Dyson END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-03-03T22:14:42.000000Z K 7 svn:log V 65 Preserve reverse link integraty while doing the queue insertion. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1995-03-03T22:20:15.000000Z K 7 svn:log V 840 Gave rarpd back the ability to poke temporary entries into the arp table; arptab.c is really a hacked up version of arp.c that only supports adding temporary entries. (This stuff is nasty -- I wish I knew what was so wrong with SIOCSARP/SIOCGARP/etc... that made the BSD developers decide to take it out.) The idea here is that the client issuing the rarp is expected to be in the middle of booting and would therefore be unable to answer arp queries from other machines on the wire. Having rarpd stuff a temporary entry for the booting host into the local arp table helps keep arp requests from going unanswered. Also added ether_print() and ether_ntoa() to the ether_addr.c module. Eventually I'll get ether_aton() and ether_hostton() written and then this file can be dropped straight into libc. (Assuming no one objects, of course. :) END K 10 svn:author V 4 ache K 8 svn:date V 27 1995-03-03T22:55:02.000000Z K 7 svn:log V 27 Restore russian traditions END K 10 svn:author V 4 ache K 8 svn:date V 27 1995-03-03T23:12:20.000000Z K 7 svn:log V 28 Fix flag bugs with RUKEYMAP END K 10 svn:author V 4 ache K 8 svn:date V 27 1995-03-03T23:17:32.000000Z K 7 svn:log V 34 Remove unwanted change sneaked in END K 10 svn:author V 4 ache K 8 svn:date V 27 1995-03-03T23:21:52.000000Z K 7 svn:log V 27 Remap Grey Delete to ESC[~ END K 10 svn:author V 4 ache K 8 svn:date V 27 1995-03-03T23:29:22.000000Z K 7 svn:log V 55 Upgrade cons25 and cons25-r to lastest syscons changes END K 10 svn:author V 7 gpalmer K 8 svn:date V 27 1995-03-03T23:30:32.000000Z K 7 svn:log V 87 Add support to miss out ``DUDS'' subdirectories. See thread in freebsd-ports for more. END K 10 svn:author V 4 ache K 8 svn:date V 27 1995-03-04T00:05:30.000000Z K 7 svn:log V 80 Use ASCII lock, like everything else does Submitted by: John Capo END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-03-04T02:25:36.000000Z K 7 svn:log V 52 Removed obsolete vtrace() and reorganized a little. END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-03-04T03:24:45.000000Z K 7 svn:log V 36 Removed obsolete vtrace() remnants. END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-03-04T04:28:50.000000Z K 7 svn:log V 220 Reduced loopback MTU to 16k to work around a miriad of problems with it set near or above 32k (likely caused by 16bit signed word overflow). 16k actually (surprizingly) has higher performance than other values I tested. END K 10 svn:author V 4 dima K 8 svn:date V 27 1995-03-04T08:03:28.000000Z K 7 svn:log V 29 "vidcontrol -s" -> "modload" END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-03-04T11:05:44.000000Z K 7 svn:log V 38 Add a type field to struct diskslice. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-03-04T11:08:26.000000Z K 7 svn:log V 168 Fake the geometry to be 32 sectors * 64 heads * (vn->sc_size / 2048) cylinders instead of vn->sc_size * 1 * 1. Remove unnecessary tests of the unit numbern vnioctl(). END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-03-04T11:42:27.000000Z K 7 svn:log V 320 Don't warn about missing labels for non-BSD slices. Don't print debugging messages by default. Initialize the compatibility slice here and not in the machine-dependent code. Fix initialization of the label for the whole disk slice. Make it clear that write protection of labels doesn't apply when there is no label. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-03-04T11:44:05.000000Z K 7 svn:log V 149 Support extended DOSpartitions. Accept even suspicious partitions. Moved most handling of the compatibility slice to dsopen(). Report i/o errors. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-03-04T12:22:14.000000Z K 7 svn:log V 482 For sd, vn and wd: Support sliced devices better. E.g.: `sh MAKEDEV sd0' creates [r]sd0 and [r]sd0s[1-4] as well as [r]sd0[a-h] (the extra devices created by default won't hurt apart from wasting inodes). `sh MAKEDEV sd0s1[a-h]' creates [r]sd0s1[a-h] (any partition creates all). `sh MAKEDEV sd0s5' creates [r]sd0s5. Support unit numbers 0-31 (was 0-6). For wd: Remove support for creating DOSpartitions wd*[i-m]. These will get removed if you run MAKEDEV on `all' or on wd*. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-03-04T12:36:55.000000Z K 7 svn:log V 42 Remove unused common variable `extended'. END K 10 svn:author V 2 dg K 8 svn:date V 27 1995-03-04T15:16:07.000000Z K 7 svn:log V 200 Added some more of John's "anti-chatter" fixes - set the page activation count to 0 after activating the page; the previous behavior biased the pages too high in some cases. Submitted by: John Dyson END K 10 svn:author V 4 nate K 8 svn:date V 27 1995-03-04T17:39:24.000000Z K 7 svn:log V 142 If we are going to set the OBJS target, don't add to the old target. This caused the RPC libraries to contain two versions of the same file. END K 10 svn:author V 4 nate K 8 svn:date V 27 1995-03-04T17:47:50.000000Z K 7 svn:log V 250 Fix rpcgen so that generated files are written to the current working directory (instead of the same directory as the source files) and that #includes in those files do not contain the path to the source file. Obtained from: J.T. Conklin via NetBSD END K 10 svn:author V 4 nate K 8 svn:date V 27 1995-03-04T17:49:20.000000Z K 7 svn:log V 272 Weak symbol support from NetBSD. This should bring us in sync with the NetBSD ld code except for local changes for dlopen() and friends and the hashing on the minor value of the shlibs. We should be binary compatible now with all their libraries. Obtained from: NetBSD END K 10 svn:author V 4 ache K 8 svn:date V 27 1995-03-04T20:14:28.000000Z K 7 svn:log V 28 Use \E[x in "op" for cons25 END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-03-04T20:36:46.000000Z K 7 svn:log V 133 Look at the .ctm_status file and ignores all patches already applied. Reviewed by: phk Submitted by: J Wunsch END K 10 svn:author V 7 dufault K 8 svn:date V 27 1995-03-04T20:51:10.000000Z K 7 svn:log V 148 1. Change driver signatures to full signature for slice support. 2. Add "pt" (processor type) driver. 3. Add "worm" (Write Once) driver for Jordan. END K 10 svn:author V 7 dufault K 8 svn:date V 27 1995-03-04T20:52:38.000000Z K 7 svn:log V 41 Add processor type and worm type drivers END K 10 svn:author V 7 dufault K 8 svn:date V 27 1995-03-04T20:53:18.000000Z K 7 svn:log V 36 Add processor type and worm drivers END K 10 svn:author V 7 dufault K 8 svn:date V 27 1995-03-04T20:54:24.000000Z K 7 svn:log V 31 Add processor and worm drivers END K 10 svn:author V 7 dufault K 8 svn:date V 27 1995-03-04T20:56:39.000000Z K 7 svn:log V 54 This time add the real man pages for "pt" and "worm". END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-03-04T20:57:12.000000Z K 7 svn:log V 64 make sys_nerr __const. Reviewed by: phk Submitted by: ollivier END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-03-04T21:11:21.000000Z K 7 svn:log V 307 Upgrade the sound drivers to VoxWare pre-3.0 and fix a number of bugs. Make the sound configuration a little neater (see /sys/i386/isa/sound/Readme.freebsd) Add support for the Microsoft Sound Source. Document the sound options again. Submitted by: Sujal Patel Obtained from: Voxware END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-03-04T21:14:19.000000Z K 7 svn:log V 26 Remove a gratutious cast. END K 10 svn:author V 3 bde K 8 svn:date V 27 1995-03-05T02:19:21.000000Z K 7 svn:log V 59 Don't depend on bogusly including . END K 10 svn:author V 4 ache K 8 svn:date V 27 1995-03-05T03:28:38.000000Z K 7 svn:log V 161 PLEASE, PLEASE, PLEASE!!!!!!! DO NOT COMMIT NEW VOXWARE VERSIONS BLINDLY, TAKE CARE TO RESTORE PAS16D FIXES, I AM REALLY TIRED TO DO IT WITH EACH NEW RELEASE!!! END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-03-05T04:01:29.000000Z K 7 svn:log V 83 Revert change on advice of author. Submitted by: Sujal Patel END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-03-05T04:06:11.000000Z K 7 svn:log V 30 Correct some of the spelling. END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1995-03-05T04:06:44.000000Z K 7 svn:log V 373 Changed the printf()s in npxattach a bit so you don't end up with messages like this: wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: size unknown, using BIOS values: 615 cyl, 4 head, 17 sec, bytes/sec 512 npx0 at 0xf0-0xff irq 13 on motherboard npx0: changing root device to wd0a ^^^^^^ The spurious 'npx0: ' pops up if you have a 386 with a 387 FPU. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-03-05T08:10:28.000000Z K 7 svn:log V 140 Have dmabuf.c match the roll-back in soundcard.c. We should be making better noises again. Submitted by: Sujal Patel END K 10 svn:author V 5 joerg K 8 svn:date V 27 1995-03-05T08:27:14.000000Z K 7 svn:log V 380 Use `interactive' (foreground) delivery by default. The old behaviour of queuing mails only can be restored by uncommenting a CFLAGS+= line in the makefile, so sites that _really_ need this (perhaps some huge mail hubs) can still have it. The majority of FreeBSD boxes is better served with an immediate delivery (and last time i've been asking on the list, nobody complained). END K 10 svn:author V 7 dufault K 8 svn:date V 27 1995-03-05T20:01:44.000000Z K 7 svn:log V 64 Fix when SCSI_DEBUG turned on. Thanks to Michael Reifenberger. END K 10 svn:author V 3 phk K 8 svn:date V 27 1995-03-05T20:34:41.000000Z K 7 svn:log V 323 "Various very violent dissections disables dysfunctional disinformed namei's, needlessly negating namei cache." These hacks cuts the number futile attempts made by cc and ccp to find cross-compilers and other weird stuff. A make of the BOOTFLP kernel has 20% less namei calls now, that is from 30647 down to 24563 calls. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-03-05T21:41:40.000000Z K 7 svn:log V 121 Reserve cdev 63 for Brian Litzinger & his Talisman Lite MPEG decoder Submitted by: Brian Litzinger END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-03-05T21:52:41.000000Z K 7 svn:log V 91 Allow 0 as a signal number to match the man page. Noticed by: Mike Murphy END K 10 svn:author V 3 jkh K 8 svn:date V 27 1995-03-05T22:00:40.000000Z K 7 svn:log V 122 If there is a host-specific rc file lurking in /usr/share/misc, execute it. Submitted by: Heikki Suonsivu END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1995-03-05T22:04:05.000000Z K 7 svn:log V 582 ether_addr.c: - Implement ether_hostton() - Implement ether_aton() - Modify ether_aton() and ether_ntoa() to match the semantics of the SunOS versions of these functions. - Neaten up ether_hostton() and ether_ntohost() a little. - Get rid of ether_print() since it isn't needed for rarpd and it isn't documented as a standard ethers(5) function. rarpd.8: - Make it clear that the 'ipaddr' that rarpd looks for in /tftpboot is actually in hexadecimal (as in /tftpboot/803B4032) since those who are not versed in the black art of system administration are not likely to know this. END K 10 svn:author V 8 swallace K 8 svn:date V 27 1995-03-05T22:11:57.000000Z K 7 svn:log V 490 Revert to earlier code which contains FreeBSD snd[1-7] probe information, $Id$ information, and other code to make sound driver compile and work correctly with FreeBSD. Integrate changes obtained from Sujal Patel. These changes are: o local.h: reverse option logic from EXCLUDE_* to AUDIO_* o pas2_mixer.c: small addition o ad1848.c: minor change with macro names o sequencer.c: minor change with note check o many spelling corrections in comments in about every other file END K 10 svn:author V 5 joerg K 8 svn:date V 27 1995-03-05T22:23:35.000000Z K 7 svn:log V 55 pcvt is still using the XSERVER option; document this. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1995-03-05T22:24:59.000000Z K 7 svn:log V 25 Make pcvt actually work. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1995-03-05T22:25:44.000000Z K 7 svn:log V 23 Update to beta3.20/b22 END K 10 svn:author V 5 joerg K 8 svn:date V 27 1995-03-05T22:26:21.000000Z K 7 svn:log V 61 Update to beta3.20/b22 pcvt_ioctl.h doesn't belong to here. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1995-03-05T22:44:03.000000Z K 7 svn:log V 108 Adding the various documentation files that are accompanying the regular pcvt distribution under pcvt/Misc. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1995-03-05T22:47:12.000000Z K 7 svn:log V 25 Upgrade to beta 3.20/b22 END K 10 svn:author V 5 wpaul K 8 svn:date V 27 1995-03-05T22:48:50.000000Z K 7 svn:log V 34 Added support for bootparams map. END