ƒ¬c1000 225 239 1311 235 248 455 281 273 165 222 148 252 120 328 286 236 238 120 167 465 165 144 160 121 236 161 164 126 145 138 143 182 169 138 373 671 179 164 141 141 280 133 137 137 137 137 1084 168 705 131 1049 1305 192 192 185 132 155 205 244 195 2231 163 594 156 151 133 185 144 317 126 153 176 231 167 118 224 166 173 142 167 261 227 125 239 161 160 255 127 134 134 239 213 245 119 140 218 194 136 166 216 136 124 146 145 169 205 458 172 502 116 126 127 116 122 235 162 148 315 167 209 152 152 302 117 159 250 141 685 270 274 374 130 337 281 156 162 186 174 182 128 284 423 170 248 113 142 308 119 119 115 527 140 231 244 592 171 124 331 146 312 306 168 278 200 171 233 145 162 229 382 259 304 442 191 205 254 147 139 134 127 131 112 156 145 361 141 502 140 138 136 338 351 304 180 107 319 176 130 250 154 226 223 160 1011 139 117 187 194 202 132 163 236 272 119 165 155 145 220 313 163 198 156 373 138 146 117 K 10 svn:author V 3 ats K 8 svn:date V 27 1994-01-22T18:00:54.000000Z K 7 svn:log V 146 Added the correct typecast's to the untimeout calls. Added a missing return statement in the probe. This should have fixed all compiler warnings. END K 10 svn:author V 5 guido K 8 svn:date V 27 1994-01-22T20:44:14.000000Z K 7 svn:log V 1215 This is Vixie cron 3.0. This version fixes all known security bugs. Further it implements crontab -e. I moved cron from /usr/libexec to /usr/sbin where most daemons are that are run from rc. That also gets rid of the ugly path crond used to have in ps(1) outputs. Further I renamed it to cron, as Paul Vixie likes it and is done by NetBSD. NOTE VERY WELL THE FOLLOWING: 1) Systems crontab changed. Every users crontab resides in /var/cron *EXCEPT* root's. This is a special crontab as it resides in /etc. Further it is the *ONLY* crontab file in which you specify usernames. See /usr/src/etc/crontab. This is also done by BSDI's BSD/386 as far as I know (they provided the patches for it anyway) 2) So you *must* delete root's crontab and reinstall the copy in /etc from /usr/src/etc. 'Must' is to much: the old installed crontab will work but cron will also try to 'run' /etc/crontab. 3) Last but not least: cron's logging is now done via syslog. Note that logging by cron is done lowercase when it logs about itsself and uppercase when it logs user events, like installing a new crontab. The default logfile file is the same as before: syslog.conf:cron.* /var/cron/log -Guido END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-01-22T21:52:04.000000Z K 7 svn:log V 138 Now prints ``on eisa'' if id_iobase >= 0x1000, and made a slight code cleanup for the other 2 cases of ``on motherboard'' and ``on isa''. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-01-22T21:54:10.000000Z K 7 svn:log V 151 More sane AHA_RESET_TIMEOUT, from some testing by Todd Pfaff who was the person to report the original problem on a 1542C. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-01-22T22:48:21.000000Z K 7 svn:log V 363 Brute-force fix for the "hanging console" problem. Simply _don't_ call the device close routine. This works because the device close calls the line discipline close (which only flushes the output buffers) and the ttyclose() routine, which does little of nothing except screw with the session and process group fields (which is what was causing all the problems). END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-01-23T17:50:11.000000Z K 7 svn:log V 189 Backed out previous commit as it requires additional kludges to work completely, and it looks like syscons might solve the problem a different way (although what about serial consoles??). END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-01-23T18:39:52.000000Z K 7 svn:log V 176 Added the following comment: # YOU MUST REMOVE ALL OF THESE COMMENT LINES BEFORE /etc/phones WILL # WORK CORRECTLY. THE DIALER CODE IN tip NEEDS FIXED TO DEAL WITH # COMMENTS END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-01-23T19:17:17.000000Z K 7 svn:log V 74 Much better fix for the hanging console problem. This one actually works. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-01-24T00:39:01.000000Z K 7 svn:log V 125 Remove note about having to remove comments for this file to work, since tip/acu.c has been partially fixed to deal with it. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-01-24T05:22:27.000000Z K 7 svn:log V 55 Add Ctrl-Altr-Esc DBG key to RUKEYMAP (russian keymap) END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-01-24T20:57:16.000000Z K 7 svn:log V 160 Deprecate "/dev/vga". Use /dev/ttyv0 always. Note that the terminal type is still 'pc3' in /etc/ttys, and should be changed if we decide to default to syscons. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-01-25T03:16:31.000000Z K 7 svn:log V 27 Sound driver options added END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-01-25T11:08:25.000000Z K 7 svn:log V 231 Disabled sg disk driver in LINT since there is no sg.c file in isa yet! Removed com port comments, since we are about to depricate the driver. Fix several plaes in LINT where people have been cutting and pasting using xterms :-( END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-01-25T11:20:06.000000Z K 7 svn:log V 189 Do my fix that I have done to all the other ethernet drivers to use arpcom intead of foo_ac, remove now unneeded defines, fix support for options NS. Still one compiler warning to fix :-) END K 10 svn:author V 4 nate K 8 svn:date V 27 1994-01-25T17:27:03.000000Z K 7 svn:log V 142 The system default crontab now resides in /etc/crontab, and I changed it's mode to 644 as most unix systems allow you to read root's crontab. END K 10 svn:author V 3 ats K 8 svn:date V 27 1994-01-25T22:52:09.000000Z K 7 svn:log V 145 Put some more info about the toshiba ethernet cards into if_edreg.h. Changed some numeric constants to defines in if_ed.c for the toshiba cards. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-01-25T23:04:27.000000Z K 7 svn:log V 27 Fix error with tsleep loop END K 10 svn:author V 4 nate K 8 svn:date V 27 1994-01-26T09:06:29.000000Z K 7 svn:log V 74 Newer version of Herb Peyerl's 3C509 driver straight from NetBSD-current. END K 10 svn:author V 4 nate K 8 svn:date V 27 1994-01-26T09:13:56.000000Z K 7 svn:log V 371 FreeBSD modifications to driver. 0) FreeBSD additional include files additions 1) Rod's arpacom changes 2) Function type and return code cleanup, and all functions have correct casting to the correct data types 3) Bugfix where driver would not function due to missing structure not given a value. 4) General cleanup. (Theo did a lot already, I just did some more) END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-01-26T20:08:30.000000Z K 7 svn:log V 72 Replace old-style Joerg copyright to berkeley-style, per Joerg request. END K 10 svn:author V 4 nate K 8 svn:date V 27 1994-01-26T20:18:56.000000Z K 7 svn:log V 51 Whoops, syntax error where I forgot a parenthesis. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-01-26T20:42:18.000000Z K 7 svn:log V 69 Remove confusing and incorrect comment inherited from patchkit days. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-01-26T23:44:34.000000Z K 7 svn:log V 28 We got now floppy formatter END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-01-26T23:44:34.000000Z K 7 svn:log V 142 This commit was generated by cvs2svn to compensate for changes in r1022, 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 1994-01-26T23:44:35.000000Z K 7 svn:log V 65 This commit was manufactured by cvs2svn to create tag 'fdformat'. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-01-26T23:45:34.000000Z K 7 svn:log V 73 Added creation of a symlink for ttyv0->vga when making the 'pc0' target. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-01-27T01:01:22.000000Z K 7 svn:log V 33 Add FIFO_TRIGGER value for sio.c END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-01-27T02:58:05.000000Z K 7 svn:log V 52 Remove obsoleted floppy partition from device name. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-01-27T03:35:42.000000Z K 7 svn:log V 47 Made pmap_is_managed a static inline function. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-01-27T03:36:14.000000Z K 7 svn:log V 52 Removed no longer used "wire" element in pv struct. END K 10 svn:author V 4 nate K 8 svn:date V 27 1994-01-27T21:10:14.000000Z K 7 svn:log V 89 Added -static declartion to genassym compile so a kernel doesn't require working shlibs. END K 10 svn:author V 3 ljo K 8 svn:date V 27 1994-01-29T00:48:19.000000Z K 7 svn:log V 77 Sprinkled with ${.CURDIR} to get the builds of gram.c and tokdefs.h correct. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-01-29T03:17:39.000000Z K 7 svn:log V 45 Set FIFO_TRIGGER in more human-readable form END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-01-29T10:29:14.000000Z K 7 svn:log V 276 Patch from Julian. Commit message by me. Cuddle { braces up where possible on if statements Add missing splx(s) calls before some returns. Remove extra semicolon that was keeping uha_init from returning before the timeout occured. This should speed probing up quite a bit! END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-01-29T10:30:41.000000Z K 7 svn:log V 574 Patch from Julian. Commit message by me. cd.c: Initialize channel info in CDIOCSETVOL ioctl. Correct CDIOCSTOP and CDIOCEJCET ioctls to use scsi_stop_unit instead of scsi_start_unit. Add CDIOCALLOW and CDIOCPREVENT ioctls. ch.h: Return EBUSY instead of ENXIO if the device is already in use. scsi_base.c: Add scsi_stop_unit routine. sd.c: Add mising indirection through sc_link to sd_get_parms routine when checking for media loaded. st.c: Return EBUSY instead of ENXIO if the device is already in use. Clear the SDEV_WAITING flag in ststart if we do the wakeup call. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-01-29T10:31:20.000000Z K 7 svn:log V 83 Patch from Julian. Commit message by me. Add CDIOCALLOW and CDIOCPREVENT ioctls. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-01-29T11:17:10.000000Z K 7 svn:log V 73 Fixed bug in dump code that caused the wrong physical page to be dumped. END K 10 svn:author V 4 nate K 8 svn:date V 27 1994-01-29T20:20:51.000000Z K 7 svn:log V 48 No longer install the GNU regex.h include file. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-01-29T21:41:36.000000Z K 7 svn:log V 45 Remove commented out PROCFS, it is standard. END K 10 svn:author V 4 nate K 8 svn:date V 27 1994-01-29T22:07:16.000000Z K 7 svn:log V 186 From: Wolfgang Solfrank To: source-changes@sun-lamp.cs.berkeley.edu Fix bogus fcom emulations How did any program with floating point emulation ever work? END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-01-30T00:31:51.000000Z K 7 svn:log V 37 New files for relocated source code. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-01-30T00:55:54.000000Z K 7 svn:log V 41 Update for new organization of gnu tree. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-01-30T01:03:16.000000Z K 7 svn:log V 41 Update for new organization of gnu tree. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-01-30T01:08:21.000000Z K 7 svn:log V 41 Update for new organization of gnu tree. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-01-30T01:24:23.000000Z K 7 svn:log V 41 Update for new organization of gnu tree. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-01-31T04:19:00.000000Z K 7 svn:log V 992 VM system performance improvements from John Dyson and myself. The following is a summary: 1) increased object cache back up to a more reasonable value. 2) removed old & bogus cruft from machdep.c (clearseg, copyseg, physcopyseg, etc). 3) inlined many functions in pmap.c 4) changed "load_cr3(rcr3())" into tlbflush() and made tlbflush inline assembly. 5) changed the way that modified pages are tracked - now vm_page struct is kept updated directly - no more scanning page tables. 6) removed lots of unnecessary spl's 7) removed old unused functions from pmap.c 8) removed all use of page_size, page_shift, page_mask variables - replaced with PAGE_ constants. 9) moved trunc/round_page, atop, ptoa, out of vm_param.h and into i386/ include/param.h, and optimized them. 10) numerous changes to sys/vm/ swap_pager, vnode_pager, pageout, fault code to improve performance. LRU algorithm modified to be more effective, read ahead/behind values tuned for better performance, etc, etc... END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-01-31T04:39:37.000000Z K 7 svn:log V 77 Make I/O memory explicitly non-cacheable. This is purely an asthetic change. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-01-31T06:12:18.000000Z K 7 svn:log V 613 Patch from Brian Smith (modified a little by me) to allow kernel config file override to disable fifo on 16550s: I bought a board with two 16550's, but one of those ports has a mouse on it. The sio driver always enables the fifo, which is a bad thing for mice and X. The mouse is jerky and hard to use. The simple thing is be to treat one of the ports as a non-fifo'ed UART, and I use the flags option in my config file. So, my config file has: device sio0 at isa? port "IO_COM1" tty irq 4 flags 0x2 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr (patch deleted) END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-01-31T06:52:41.000000Z K 7 svn:log V 40 Fix broken bit definitions for pte/pde. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-01-31T07:34:20.000000Z K 7 svn:log V 957 Patch from dcjm@cs.ed.ac.uk (Dave Matthews)... Yes, I know that IFADDR ioctl is supposed to be deprecated... Note that the patch was modified by me to fit better into the driver. -DG ... While porting CAP to 386bsd/pk0.2.4 and now to FreeBSD Release 1.0 I found a couple of bugs associated with the packet filter. Here are the fixes. I'm posting them here because they apply to FreeBSD and 386bsd/pk0.2.4 and possibly to other *BSD. The first occurs when using the packet filter to write raw ethernet packets. The header consisting of the sender and destination addresses and the protocol is removed and later added back on, but with the byte order of the protocol reversed. The fix ensures that the byte order in the protocol field is swapped when it is removed. The second fix ensures that SIOCGIFADDR works for BPF as claimed in the man pages, by adding it to the ed driver. Similar fixes will be needed for other ethernet drivers. Dave Matthews. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-01-31T08:52:12.000000Z K 7 svn:log V 1210 1) Set ipending back to 4, because (16 + 4) bit not in netmask or impmask. 2) Fixes from Bruce: o Changed name of schedsoftcom() to setsofttty() to match setsoftclock() o Bool_t isn't used. o tx_fifo_size is 1 for chips without fifos, 16 for 16550's, to help to output more efficiently for 16550's (LSR_TXRDY means that the fifo is empty, not that it has space for one char). o Changed name of softsio1() to siopoll() and merged compoll() into siopoll(). o The probe forgot to clear com_mcr after it failed. This is harmful for 4 single serial ports on 2 interrupts. It makes partial misconfigurations worse. o Don't bother initializing static variables that are 0 (bidir stuff). o Only initialize t_oflag to TTYDEF_OFLAG if unit == COMCONSOLE, not if COMCONSOLE is defined. o Don't call siointr() from comparam() if there is no output in progress. For the call from sioopen(), there's no output in progress, and siointr() often saw silo overflows for stale input because it was called before sioopen() discarded the input. o Let ttselect() do the work for select(), so that the fixes for ttselect() don't have to be duplicated in zillions of drivers. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-01-31T10:27:13.000000Z K 7 svn:log V 100 WINE/user LDT support from John Brezak, ported to FreeBSD by Jeffrey Hsu . END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-01-31T12:05:32.000000Z K 7 svn:log V 100 WINE/user LDT support from John Brezak, ported to FreeBSD by Jeffrey Hsu . END K 10 svn:author V 4 paul K 8 svn:date V 27 1994-01-31T16:00:53.000000Z K 7 svn:log V 92 Added new probe code to detect generic lance based cards. Should now work with ne2100 card. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-01-31T19:07:59.000000Z K 7 svn:log V 39 Remove CALLOUTMASK, if non-bidir case. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-01-31T23:47:29.000000Z K 7 svn:log V 64 Added four pattern memory test routine that is done at startup. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-01-31T23:48:23.000000Z K 7 svn:log V 113 Added four pattern memory test routine that is done at startup. ...added filli - "fill integer" support routine. END K 10 svn:author V 3 alm K 8 svn:date V 27 1994-02-01T00:36:28.000000Z K 7 svn:log V 151 Fixed range address bug: 1,2, == 2,2 not 2,. Overhauled the name space, reworked some modules and removed the obsolescent Addison-Wesley copyright. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-02-01T04:09:07.000000Z K 7 svn:log V 103 Removed all uses of "USE_486_WRITE_PROTECT" and made this automatic. Reordered and removed some NOP's. END K 10 svn:author V 4 nate K 8 svn:date V 27 1994-02-01T05:55:21.000000Z K 7 svn:log V 2136 From: bde@kralizec.zeta.org.au (Bruce Evans) o merged and fixed timeout code from sos. o merged DOS partition support from sos. o fixed "extra" interrupts. o check if malloc retuns NULL :-(. o print drive size as in NetBSD o after an error, return the residual count, not 0. o give up early for > 16 heads. o cleaned up the old-drive detection in wdgetctlr(). o rewrote wddump(). I'd been putting this off because I'd had the dump disabled since 0.0 and had no idea if even the standard version worked. It didn't: (0) syscons' sgetc() interface broke some keyboard stuff. (1) CADDR1 is mapped using pmap() and pmap got a NULL pointer trap (at least when I got to wddump() using call diediedie from ddb) because the pte for CADDR1 is only supposed to be hacked on directly (e.g. in physcopyseg()). (2) bad144 handling was not done. (3) it was slooow (3600 sectors/minute) because my controller doesn't cache writes. o miscellaneous other cleanups, e.g., removed scattered patchkit/terry dates. o lots of reformatting. To be done: o Merge/fix TIH/NetBSD bad144 code (doesn't belong in any particular driver. Why aren't we using i386/dkbad.c?). o Merge/fix Dyson/NetBSD clustering code (large parts should be shared). o Fix/extend the partition in use bits. Support extended partitions. This should be shared by all disk drivers. Swap to a DOS partition so that the swap space can be shared with linux. o Don't use polling except for initialization. Need to reorganise the state machine. Then "extra" interrupts shouldn't happen (except maybe one for initialization). o Fix disklabel, boot and driver inconsistencies with bad144 in standard versions. o Look at latest linux clustering methods. Our disksort() gets in the way of clustering. o cleaned up the ATA changes (needs more work. I think the ATA specs say that the only thing really wrong with the original version of wx is that there was no test for drive-ready before some commands. 400 nsec delay suffices for almost everything and 400 nsec delay is usually "free"). END K 10 svn:author V 4 nate K 8 svn:date V 27 1994-02-01T05:58:02.000000Z K 7 svn:log V 70 Removed hack for older version of syscons (new version going in soon) END K 10 svn:author V 4 nate K 8 svn:date V 27 1994-02-01T06:22:29.000000Z K 7 svn:log V 500 From: sos@login.dkuug.dk (S|ren Schmidt) Subject: syscons-1.3 Date: Sat, 29 Jan 94 23:33:50 MET But here is the (hopefully) final syscons-1.3.... .... I've changed sgetc so it works as the pccons parallel (it now uses a scgetc internally). [ There were a couple changes that Bruce Evans sent me that were applied to this version along with some changes that S'ren didn't incorporate into the final version. There will be only minor changes if anything from this version to his final release. ] END K 10 svn:author V 4 nate K 8 svn:date V 27 1994-02-01T06:34:44.000000Z K 7 svn:log V 63 Added S'ren's Copyright to the file and sync up to version 1.3 END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-01T08:30:45.000000Z K 7 svn:log V 58 Comment #define STAR_SAVER, it is configuration "options" END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-01T08:34:16.000000Z K 7 svn:log V 40 Add FADE_SAVER option from new syscons. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-01T09:27:43.000000Z K 7 svn:log V 92 Russian keymap is broken after last commit (fixed) Nate, please, be more careful next time. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-02-01T10:03:43.000000Z K 7 svn:log V 53 Bug fix from previous WINE commit. From Jeffrey Hsu. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-01T10:43:02.000000Z K 7 svn:log V 223 1) Restore removed SNAKE_SAVER (Nate, WHY you do it?) 2) Make SNAKE_SAVER like default, if no saver specified in "options" 3) Remove #ifdef STAR_SAVER before line /* make screensaver happy */ this code needed in any case. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-01T10:46:43.000000Z K 7 svn:log V 33 BLANK_SAVER syscons option added END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-01T11:13:49.000000Z K 7 svn:log V 60 Make old SNAKE_SAVER code compile with new syscons changes. END K 10 svn:author V 4 rich K 8 svn:date V 27 1994-02-01T15:09:10.000000Z K 7 svn:log V 83 Add missing arg to Debugger() call. Add missing close paren in sgetc() definition. END K 10 svn:author V 4 nate K 8 svn:date V 27 1994-02-01T19:04:18.000000Z K 7 svn:log V 137 Moved paren in sgetc to where it belongs. (My fault, I must have wiped it out when I applied the patch to get the new features by hand) END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-02-01T23:07:35.000000Z K 7 svn:log V 76 Minor cleanup. Decode state information better in the case of a fatal trap. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-02-02T02:24:42.000000Z K 7 svn:log V 27 Added type code for 8003W. END K 10 svn:author V 4 chmr K 8 svn:date V 27 1994-02-02T08:02:37.000000Z K 7 svn:log V 130 Use find -d to clear /tmp, to stop warnings. Removed elvispreserve command, nvi does not use it, and it was also wrong for elvis. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-02-02T14:05:58.000000Z K 7 svn:log V 75 Added 8003EB board type. Clue from Gerard J van der Grinten (gvdg@cdc.com) END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-02T16:41:26.000000Z K 7 svn:log V 80 Fix error in multiport part: while input char not entered, output was suspended END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-02T23:10:55.000000Z K 7 svn:log V 49 Make BLANK_SAVER default to stop best saver war. END K 10 svn:author V 4 rich K 8 svn:date V 27 1994-02-03T04:23:11.000000Z K 7 svn:log V 74 Take -lgnuregex back out. Linking with it causes 'make install' to fail. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-02-03T07:32:01.000000Z K 7 svn:log V 164 Eliminate references to the ``U word'' and make page conform to Berkeley conventions for formatting. (Print it out on a PostScript printer to see the difference.) END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-02-03T11:51:12.000000Z K 7 svn:log V 135 if_ep.c: removed netisr.h, fixed unconverted ep_ac, changed <> into "" for include files. if_ed, if_ie, if_is: don't include netisr.h. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-02-03T22:09:07.000000Z K 7 svn:log V 29 xntpd version 3.3z from UDel END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-02-03T22:09:07.000000Z K 7 svn:log V 142 This commit was generated by cvs2svn to compensate for changes in r1081, 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 1994-02-03T22:09:08.000000Z K 7 svn:log V 65 This commit was manufactured by cvs2svn to create tag 'UDEL_33Z'. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-02-03T22:30:59.000000Z K 7 svn:log V 64 Merged changes along vendor branch into locally-modified files. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-02-03T23:22:12.000000Z K 7 svn:log V 158 Compile in all refclocks that will compile, since they don't take up that much space to begin with. Also use uname(2) to determine OS name and architecture. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-02-03T23:22:43.000000Z K 7 svn:log V 31 Eliminate compilation warning. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-02-03T23:23:18.000000Z K 7 svn:log V 38 Use uname(2) to get OS name and arch. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-02-04T02:23:06.000000Z K 7 svn:log V 38 Remove more references to the U word. END K 10 svn:author V 4 chmr K 8 svn:date V 27 1994-02-04T10:36:15.000000Z K 7 svn:log V 145 Make the screen savers runtime switchable. Everybody wants a different default saver, and the size increase in the kernel is minimal ( < 2.5K ). END K 10 svn:author V 8 swallace K 8 svn:date V 27 1994-02-05T09:08:46.000000Z K 7 svn:log V 115 Fixed CDIOREADTOCENTRYS ioctl call so that it returns only the entries and not header + entries as per definition. END K 10 svn:author V 8 swallace K 8 svn:date V 27 1994-02-05T09:14:24.000000Z K 7 svn:log V 147 Replaced certain character arrays in structures with msf_lba union. The type of element in the structure returned depends on the format requested. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-05T11:42:48.000000Z K 7 svn:log V 26 Cosmetique patch from bde END K 10 svn:author V 3 ats K 8 svn:date V 27 1994-02-06T01:12:15.000000Z K 7 svn:log V 48 Added the y.tab.h file to the CLEANFILE target. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-06T02:56:11.000000Z K 7 svn:log V 121 Increase the TIMEOUT value that keeps getting nuked to 300 mSEC, I set it to 1.1 secounds this time (ie, TIMEOUT=10000). END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-02-06T06:58:59.000000Z K 7 svn:log V 98 Fix mkversion script so that it finds the top-level VERSION file when obj directories are in use. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-06T09:50:56.000000Z K 7 svn:log V 43 Add 'ht' to PC Console (has hardware tabs) END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-06T11:33:25.000000Z K 7 svn:log V 70 Update for new format of cd_toc_entry that was changed in sys/cdio.h. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-06T11:59:35.000000Z K 7 svn:log V 122 1) Proper fix for suspended output in multiport case 2) IIR_NOPEND is really *one* bit, we don't need to check whole MASK END K 10 svn:author V 3 ats K 8 svn:date V 27 1994-02-06T12:24:59.000000Z K 7 svn:log V 44 Fixed a little typo in the spkr.4 man page. END K 10 svn:author V 3 ats K 8 svn:date V 27 1994-02-06T17:03:17.000000Z K 7 svn:log V 32 Fixed up the compiler warnings. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-02-06T22:02:25.000000Z K 7 svn:log V 54 Patches from Gunter Jung to make xchat work properly. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-02-06T22:06:58.000000Z K 7 svn:log V 53 Gunter Jung's fixes for the much-maligned lpt driver END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-02-06T22:11:00.000000Z K 7 svn:log V 77 Patches to allow the pcvt port to simply "drop in" with a minimum of effort. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-02-06T22:48:13.000000Z K 7 svn:log V 113 At the suggestion of Bruce Evans, don't zero RTC diag register. Doing so was causing problems for some machines. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-02-07T02:14:27.000000Z K 7 svn:log V 366 From: Chris Wiener When the keyboard is probed, the LED's blink quickly and "Keyboard reset failed" is printed on the console. The init routine keeps trying endlessly with the same behavior as above. I got the latest -current sup sources (06-Feb-94 12:00 GMT) to work using the old syscons.c. The following patch makes the new syscons work: END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1994-02-07T02:14:28.000000Z K 7 svn:log V 76 This commit was manufactured by cvs2svn to create branch 'unlabeled-1.35.2'. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-07T02:15:01.000000Z K 7 svn:log V 405 Gee, seems like I have commited this fix at least 3 times :-) >From: Adam David Subject: SCSI timeout in sdopen() Date: Sun, 6 Feb 1994 21:40:48 GMT Index: sys FreeBSD-current Reference: FreeBSD-current/sys/9 Description: sdopen() times out on slow SCSI devices. This code was moved into a different file, which might explain why it got missed again. Repeat-By: using slow SCSI disks END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-02-07T04:20:57.000000Z K 7 svn:log V 25 Nuke bogus error message END K 10 svn:author V 3 alm K 8 svn:date V 27 1994-02-07T04:25:07.000000Z K 7 svn:log V 34 Add devices for QIC 40/80 support END K 10 svn:author V 3 alm K 8 svn:date V 27 1994-02-07T04:27:13.000000Z K 7 svn:log V 35 Add floppy tape driver - fd => fdc END K 10 svn:author V 3 alm K 8 svn:date V 27 1994-02-07T04:27:59.000000Z K 7 svn:log V 24 Add floppy tape support END K 10 svn:author V 3 alm K 8 svn:date V 27 1994-02-07T04:36:09.000000Z K 7 svn:log V 30 import floppy tape controller END K 10 svn:author V 3 alm K 8 svn:date V 27 1994-02-07T04:36:09.000000Z K 7 svn:log V 142 This commit was generated by cvs2svn to compensate for changes in r1112, 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 1994-02-07T04:36:10.000000Z K 7 svn:log V 66 This commit was manufactured by cvs2svn to create tag 'V_0_1_0_0'. END K 10 svn:author V 3 alm K 8 svn:date V 27 1994-02-07T05:55:50.000000Z K 7 svn:log V 56 Add floppy tape support (missed these when changing G*) END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-02-07T07:44:42.000000Z K 7 svn:log V 223 Fixed calculation of physmem when the special MAXMEM kernel config overide is used. This bug caused the buffer cache to be WAY too big when memory was being restricted - resulting in hangs and other out of memory problems. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-07T08:40:16.000000Z K 7 svn:log V 71 Manual is in section 8, you MUST say MAN8= for this to work. Add $Id$ END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-07T10:42:04.000000Z K 7 svn:log V 112 Remove the ft driver, it causes instant reboots during attatch, and this was new code added at the last minute! END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-07T15:40:38.000000Z K 7 svn:log V 59 Add "wdx: not found" diagnostic missed in previous commits END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-02-07T15:46:22.000000Z K 7 svn:log V 61 Fixed bug in probe that was causing it to always probe true. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-07T18:37:21.000000Z K 7 svn:log V 208 Change all siointr (expect in Vsio, of course) to comintr1 This saves two commands per each direct comintr1 call, allows some strict check in siointr and also fix bug with suspended output on multiport cards END K 10 svn:author V 3 alm K 8 svn:date V 27 1994-02-07T22:12:45.000000Z K 7 svn:log V 25 Tentative fdc patches... END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-07T23:47:51.000000Z K 7 svn:log V 66 Partially undo prevoius fix from Ian Taylor, VTIME must be 0 here END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-02-08T03:07:58.000000Z K 7 svn:log V 158 Fixes from John Dyson to fix out-of-memory hangs and other problems (such as increased swap space usage) related to (incorrectly) paging out the page tables. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-08T08:45:10.000000Z K 7 svn:log V 45 Update to use /dev/fd0 instead of /dev/fd0a. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-08T08:58:41.000000Z K 7 svn:log V 588 Add PERSONAL.ACKS to file list. Use freefall.cf as sendmail prototype file, it is more realistic than the tcpproto.cf file for a FreBSD system. Fix so that obj dir is created in sendmail/cf/cf as to not polute the source tree and to have the Makefile in there do the right things. Remove all the extra /dev/fd0?* entries on the floppies, they where using up all the inodes and are not needed at this time. Temporarily remove the floppy target from release: untilit is fixed. This file has lots more work coming, but to get the 1.1 BETA out I am going to hand craft the floppies :-(. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-02-08T09:26:04.000000Z K 7 svn:log V 178 Fixed bugs in stack grow code, and moved it back into a seperate function like it was originally. Also added back call to "grow" in sendsig now that this routine actually works. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-08T09:37:28.000000Z K 7 svn:log V 177 One more reference to fdXa removed. Run fdisk -u after disklabel just incase we wrote block 0, this should fix the bogus partition table when the install is to the whole disk. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-02-08T12:58:44.000000Z K 7 svn:log V 282 From: Dave Matthews Description: The integer overflow instruction (into) and the interrupt instruction with value 4 (int #4) both give rise to SIGBUS signals rather than SIGFPE. The problem is that overflow is a trap not a fault (unlike the BOUND instruction). END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-09T00:58:12.000000Z K 7 svn:log V 34 Update for new COPYRIGHT.* files. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-09T01:57:37.000000Z K 7 svn:log V 240 A real good idea... >From: "Chris G. Demetriou" Update of /b/source/CVS/src/etc In directory sun-lamp.cs.berkeley.edu:/usr/src/etc Modified Files: master.passwd Log Message: disable toor by default END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-09T02:29:31.000000Z K 7 svn:log V 184 Remove /usr/X386/lib and /usr/local/lib from the default locations, these are handled by /etc/rc and this was causing errors on a new install as these places do NOT exsist by default! END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-09T03:40:59.000000Z K 7 svn:log V 60 Add obj/ in front of freefall.cf so that the install works. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-09T05:26:16.000000Z K 7 svn:log V 66 Upgrade to 1.1 release level, add procfs entry on fstab creation. END K 10 svn:author V 4 nate K 8 svn:date V 27 1994-02-09T05:35:57.000000Z K 7 svn:log V 93 Commented on what the mse0, mcd0, and lpt/lpa devices were used for. (No functional changes) END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-09T23:49:45.000000Z K 7 svn:log V 81 Remove nonexistent com driver manpage. Describe some additional features of sio. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-10T01:15:01.000000Z K 7 svn:log V 89 Add interleave > 1 support by Poul-Henning Kamp. Chack valid range of sectors per track. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-10T01:20:28.000000Z K 7 svn:log V 35 Fix size of il (interleave) array. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-02-10T03:03:44.000000Z K 7 svn:log V 192 Patch from John Dyson: a pv chain was being traversed while interrupts were fully enabled in pmap_remove_all ... this is bogus, and has been fixed in pmap.c. (sorry for adding the splimp) END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-02-10T09:17:57.000000Z K 7 svn:log V 331 Fixed bug in decoding of RIP packets. RIP data is in "osockaddr" format; the fix is to import the structures from protocols/routed.h and change the sockaddr to osockaddr. We can't change the generic include file because too many other things rely on this in order to deal with the kernel routing socket (which is sockaddr format). END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-10T10:44:08.000000Z K 7 svn:log V 77 Add floppy entries for new fd driver (from Poul-Henning Kamp) slightly fixed END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-02-10T11:24:32.000000Z K 7 svn:log V 156 When hexdumping a RIP entry, type cast the bytes to unsigned first. Not doing so caused them to be sign-extended to an int (which really messed things up). END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-11T10:55:12.000000Z K 7 svn:log V 20 com.4 restored back END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-11T11:00:13.000000Z K 7 svn:log V 49 rm# for 5.25 driver changed per Bruce suggestion END K 10 svn:author V 4 nate K 8 svn:date V 27 1994-02-11T12:02:35.000000Z K 7 svn:log V 214 Added third parameter to wdwait which contains the amount of time to 'wait' based on suggestion by Rod in -hackers. No functional change as all the TIMEOUTS are identical currently, but this will probably change. END K 10 svn:author V 4 nate K 8 svn:date V 27 1994-02-11T12:12:51.000000Z K 7 svn:log V 26 Changed NetBSD -> FreeBSD END K 10 svn:author V 5 guido K 8 svn:date V 27 1994-02-11T21:14:52.000000Z K 7 svn:log V 25 ps works inside ddb now. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-11T21:41:44.000000Z K 7 svn:log V 22 Some fixes from Joerg END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-02-12T23:51:38.000000Z K 7 svn:log V 434 From: Piero Serini Message-Id: <199402111717.SAA05326@strider.st.dsi.unimi.it> Subject: Re: cpio bug ? Quoting from J Wunsch: > | From the man page: > | > | -l, --link > | Link files instead of copying them, when possible. > > (Usable only with the -p option.) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This is not in cpio man page. Someone please add it. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-13T00:16:23.000000Z K 7 svn:log V 47 Man page update from wilko@idca.tds.philips.nl END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-02-13T08:29:33.000000Z K 7 svn:log V 139 Fixed bug in handling of COW - the original code was bogus and it was only accidental that it worked. Also, don't cache non-managed pages. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-02-13T20:37:32.000000Z K 7 svn:log V 151 Use -Z instead of -z to build kernels. This is consistent with NetBSD's usage of the -[Zz] flags (we're now in sync). Part of the ld update changes. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-02-13T20:43:13.000000Z K 7 svn:log V 499 This is Paul K's latest set of ld changes. A commit was necessary at this late stage due to the fact that link.h was copyright Sun Microsystems. This version of ld sync's us up with NetBSD's ld and supports compatablily with NetBSD's -[zZ] flags (which we had reversed). Compiling with this new ld will give you RRS warnings for libraries which do not contain .type infomation - these wsarnings are harmless and will go away as soon as you recompile your libraries (cd /usr/src; make libraries). END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1994-02-13T20:43:14.000000Z K 7 svn:log V 75 This commit was manufactured by cvs2svn to create branch 'unlabeled-1.3.2'. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-02-13T20:44:09.000000Z K 7 svn:log V 32 A fast private malloc for ld.so END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-02-13T20:47:18.000000Z K 7 svn:log V 238 This is the new link.h from Paul K. Keeping history is even probably a bad idea considering the old version (but I haven't time for attic surgery - this is just a caution). This is part of (and the major reason for) the new ld changes. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-02-13T20:53:11.000000Z K 7 svn:log V 54 New dlopen, dlclose, etc al. For the new ld changes. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-14T10:02:13.000000Z K 7 svn:log V 215 I yelled, I warned and now I am SCREAMING. Add -D__FreeBSD__ to CFLAGS+= so that you can bootstrap a 1.0.2 system. Please oh please no one but no one add any more #ifdef __FreeBSD__ stuff UNTIL 1.1 has SHIPPED!!! END K 10 svn:author V 4 nate K 8 svn:date V 27 1994-02-14T19:22:34.000000Z K 7 svn:log V 212 From: Jim Babb Subject: Bug Fix for ft.c - please commit Date: Mon, 14 Feb 94 10:22:54 CST This fixes a bug where the system can crash if the tape is used after the floppy has been used. END K 10 svn:author V 4 nate K 8 svn:date V 27 1994-02-14T21:18:05.000000Z K 7 svn:log V 75 NetBSD -> FreeBSD (This is the FreeBSD version, not the NetBSD version :-) END K 10 svn:author V 4 nate K 8 svn:date V 27 1994-02-14T22:24:28.000000Z K 7 svn:log V 184 From: Jim Babb Date: Mon, 14 Feb 94 15:57:14 CST This adds a copyright to the fdc.h file and fixes a bug in re-tries during writes on a heavily loaded system. END K 10 svn:author V 4 nate K 8 svn:date V 27 1994-02-15T00:05:14.000000Z K 7 svn:log V 106 Added some other ttyvx lines for reference. They are marked as off so there is no functional difference. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-15T10:38:50.000000Z K 7 svn:log V 75 General cleanup for 1.1 release, mostly add zoneinfo stuff to BSD.usr.dist END K 10 svn:author V 4 nate K 8 svn:date V 27 1994-02-16T19:26:39.000000Z K 7 svn:log V 139 Allow NetBSD (old style) shared binaries to work. Probably not the final solution but at least this gets folks running -current up again. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-02-16T23:17:08.000000Z K 7 svn:log V 53 Much improved manpage from wilko@idca.tds.philips.nl END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-17T03:52:28.000000Z K 7 svn:log V 66 Add /proc, we need one of them now. Clean up some mode settings. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-02-17T03:57:00.000000Z K 7 svn:log V 137 Handling of the netzmagic flag was completely missing after the last update. This completely broke support for all ZMAGIC a.out formats. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-17T05:48:08.000000Z K 7 svn:log V 285 Increase the timout on aha_send_mbox from 1ms to 3ms, needed to reliably run Exabyte 8505 on 1742's. This may not be the final solution, but it makes it work. It may be better to change the DELAY(10) to DELAY(30) inside the loop instead of increasing the loop count from 100 to 300. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-17T06:51:15.000000Z K 7 svn:log V 162 I don't want to read about all the people that forgot this due to syscons changes, so I am adding it here until AFTER the 1.1 release: + COPTFLAGS+=-D__FreeBSD__ END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-17T10:20:18.000000Z K 7 svn:log V 207 I (rgrimes) cleaned the code up some, mostly just format stuff. >From: csgr@alpha.ru.ac.za (Geoff Rehmet) Date: Wed, 16 Feb 1994 21:28:06 +0200 (GMT+0200) New version of lpt, most of the brokenness fixed. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-17T11:41:16.000000Z K 7 svn:log V 348 Previous version restored back after Jordan's damage. I already update this manpage from wilko, moreover, I fix some his bugs and add some new material. Jordan, pleeease, do following commands *before* each your commit: cvs update cvs rlog and after update (before commit) cvs diff -c It can saves my life time at least... END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-17T17:44:07.000000Z K 7 svn:log V 95 Put the flags field in the right place so that config does not complain about improper syntax. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-02-17T22:16:05.000000Z K 7 svn:log V 112 From Poul-Henning Kamp - Implement a -C option to verify the integrity of a patch before actually applying it. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-02-17T22:20:36.000000Z K 7 svn:log V 161 Put this back - I was somehow under the erroneous impression that patch was in ports, until I saw the the commit messages, that is! :-) All changed backed out. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-18T09:51:54.000000Z K 7 svn:log V 51 Fix up the cdpath, it was missing a / before i386. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-19T13:17:03.000000Z K 7 svn:log V 46 We lost ttyd for dialin lines, now restore it END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-19T13:19:33.000000Z K 7 svn:log V 41 We lost ttyd for dialin, now restore it. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-19T14:32:56.000000Z K 7 svn:log V 34 Sorry, expr error in last commit. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-19T15:45:13.000000Z K 7 svn:log V 38 Remove sio entries per Rod suggestion END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-19T15:50:38.000000Z K 7 svn:log V 19 English corrected. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-20T09:37:27.000000Z K 7 svn:log V 63 Fix bug with DSP ver2.0, frequency reduced from 44100 to 22050 END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-20T10:43:02.000000Z K 7 svn:log V 49 Correction so old alias floppy and floppy5 work. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-20T15:41:59.000000Z K 7 svn:log V 264 From: phk@login.dkuug.dk (Poul-Henning Kamp) Message-Id: <9402201119.AA06430@login.dkuug.dk> Subject: bug in fdformat.c There is a bug in fdformat.c: the number of heads are hardcoded in two places. This is quite inconsequencial at present, but a bug nontheless. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-20T16:06:12.000000Z K 7 svn:log V 45 Alignment fix from John Dyson/David Greenman END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-21T02:47:47.000000Z K 7 svn:log V 405 Put back in elvis recovery stuff, we still ship elvis with 1.1 as a fall back editor! Add nvi recovery precedure from man page. Fix ntpdate echo lines so that it looks pretty (ntpdate spits out 1 line of output that makes the system boot up look real ugly if you do it echo -n, so I chaged it to echo, and then added a echo -n 'starting more network daemons:' so any addition daemon starts look normal. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-21T03:16:43.000000Z K 7 svn:log V 44 Move ldconfig stuff to be after nfs mounts. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-21T05:19:06.000000Z K 7 svn:log V 42 Add $Id$ to all, clean up multiple spaces END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-21T05:45:06.000000Z K 7 svn:log V 40 Protect some printf's with #ifdef DEBUG END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-21T11:28:45.000000Z K 7 svn:log V 241 Correction so that elvisrecover finds the right files! >From: chmr@edvz.tu-graz.ac.at (Christoph Robitschko) Date: Fri, 21 Feb 1992 09:40:35 +0100 (MET) The last version expected elvis* files in /var/tmp, while elvis puts elv* files there. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-21T12:32:33.000000Z K 7 svn:log V 254 Clean up dmesg output so that it matches the scsi stuff. Small hack, if heads > 16, output a warning and then set the head count to 16. This stops the infinite loop on this error and allows people to later fix the DOS parameter table later with fdisk. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-21T14:20:45.000000Z K 7 svn:log V 207 >From: "Andrew A. Chernov" Subject: Bugfix for SB16 with DSP version 4 and above No description sent, but it appears to fix a major number problem with certain models of the SB16. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-21T20:34:25.000000Z K 7 svn:log V 84 Add a TERM=pc3 so that an initial system install is at least usable at the console! END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-21T20:36:03.000000Z K 7 svn:log V 11 Add $Id$'s END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-21T21:52:00.000000Z K 7 svn:log V 222 Major hackery to get the 1.1 Beta floppies building. Have a special pair of crunched binaries that are not built by this, but other than that it is back to an automated procedure. So many changes it is hard to describe. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-21T21:53:20.000000Z K 7 svn:log V 80 Whoops, forgot to $Id$ this file, and re-enable floppies target in make release END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-22T05:43:07.000000Z K 7 svn:log V 34 Added local/skel for dot.* files. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-22T08:44:31.000000Z K 7 svn:log V 153 This is Jordans probe code fixes. Tested on LU002, FX001D. Then I went in and cleaned the spaces vs tabs up, and made the code a little closer to KNF. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-22T09:05:13.000000Z K 7 svn:log V 58 Cleanup the lptprobe and lpt_port_test routine to be KNF. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-22T17:11:27.000000Z K 7 svn:log V 129 Add NE2100 Per Paul Richards, and whoopsss.... I did this in /usr/src on the WRONG system (actually, just the wrong window :-)). END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-22T18:51:27.000000Z K 7 svn:log V 126 The model string can be 40 bytes long with no terminating null, so convert all nulls to spaces and then print it with a %40s. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-22T22:13:37.000000Z K 7 svn:log V 64 More clean up of the drive Id string, trancate trailing spaces. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-22T22:59:40.000000Z K 7 svn:log V 914 Bump boot block revision to 1.9 by a dummy edit on disk.c and: >From: bde@kralizec.zeta.org.au (Bruce Evans) Subject: cache botch in bootstrap Date: Sun, 20 Feb 94 18:14:35 +1100 The cache in the bootstrap loader didn't allow for the device changing. This caused surprisingly little trouble - the cache is only for a single track (or part of a track), and the first access to a new device is always for an early sector, so there is no problem unless the last access to the old device was for an early sector. I saw the problem on a system with BSD on wd1 and no label on wd0. Everything worked if the the device name wd(1,a) was specified before the default of wd(0,a) was tried, but when the default was tried, it failed on the first sector because there was no label, and then the first sector on wd0 was always used instead of the first sector on wd1, so there was apparently no label on wd1 either. Bruce END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-23T10:59:44.000000Z K 7 svn:log V 43 Put back the bt0 that some one deleted.... END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-23T11:14:26.000000Z K 7 svn:log V 21 Fix off by one error END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-23T15:36:05.000000Z K 7 svn:log V 91 Update to generate the ISO9660 names for the floppy images, use fd1200 inplace of floppy5. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-23T15:43:20.000000Z K 7 svn:log V 98 Make it say Preparing for dos fs instead of Initializing.. the later sounds scary to some people! END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-23T16:47:04.000000Z K 7 svn:log V 105 It is not nice to extract libc.so.1.0 using tar when tar is using it!! UGLY HACK TO GET 1.1 BETA OUT :-( END K 10 svn:author V 3 hsu K 8 svn:date V 27 1994-02-24T00:18:04.000000Z K 7 svn:log V 40 validate sigcontext before restoring it END K 10 svn:author V 3 hsu K 8 svn:date V 27 1994-02-24T00:21:12.000000Z K 7 svn:log V 71 Correct definitions of flags used by sigreturn to validate sigcontext. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-02-24T16:39:48.000000Z K 7 svn:log V 143 TIOCTIMESTAMP capability. The port in question must be configured with "vector siointrts". Thus only a compare is added for the other ports. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-02-25T14:11:16.000000Z K 7 svn:log V 175 >From: Andreas Schulz Subject: failure in /usr/src/etc/group The /usr/src/etc/group file is missing a colon in the line "dialer:*:117" at the end. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-02-25T21:46:07.000000Z K 7 svn:log V 27 added the -C/-check again. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-25T23:17:40.000000Z K 7 svn:log V 72 Better fix for >16 heads problem, right value from controller restored. END K 10 svn:author V 3 alm K 8 svn:date V 27 1994-02-25T23:34:14.000000Z K 7 svn:log V 63 extract() is more friendly added load_dos (just calls load_fd) END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-02-26T00:04:03.000000Z K 7 svn:log V 53 RTS shouldn't be touched unless CS_RTS_IFLOW is set. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-02-26T00:56:02.000000Z K 7 svn:log V 126 Bump CLK_TCK to more precise value (128) If you want more precise, use directly getrusage(), because clock() emulated via it. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-02-26T12:32:04.000000Z K 7 svn:log V 220 Added support for "Conrad DCF-77 mobil" radio clock. This is the cheapest (DM130) way to get precise ticks if you are within range of the xmitter in Mainflingen. I'm some 1000Km away and have +/- 2ms clock using this. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-02-27T15:32:09.000000Z K 7 svn:log V 71 Added tickadj to start of xntpd, this improves performance to nominal. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-02-27T19:45:37.000000Z K 7 svn:log V 101 Since we now support Kerberos v4, make those ports the default rather than the official ones for v5. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-02-27T21:17:55.000000Z K 7 svn:log V 60 Sample configuration files for Kerberos. (Not restricted.) END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-02-27T21:29:40.000000Z K 7 svn:log V 276 Added /etc/kerberosIV directory. NB: the sample files should NOT be installed by default, because then everybody would suddenly start trying to authenticate themselves in the CS.BERKELEY.EDU realm, which is really not a very good idea. Maybe the README could get installed. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-02-27T21:51:05.000000Z K 7 svn:log V 46 dcfclk driver obsoleted by sio/TIOCTIMESTAMP. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-02-27T21:53:54.000000Z K 7 svn:log V 54 dcfclk driver obsoleted, sio/TIOCTIMESTAMP took over. END K 10 svn:author V 3 alm K 8 svn:date V 27 1994-02-28T04:19:39.000000Z K 7 svn:log V 25 Add floppy tape support. END