Го4471 227 320 214 494 223 201 563 653 674 1393 220 137 182 245 156 207 134 157 128 378 111 479 300 183 129 138 138 120 131 225 151 210 220 167 142 182 231 240 326 213 132 158 282 327 122 161 258 353 130 168 175 126 665 273 206 151 350 157 233 140 140 163 391 119 705 867 485 192 191 158 117 353 527 117 187 344 126 276 138 274 140 458 1058 212 306 171 167 223 273 347 286 107 182 186 150 211 122 172 844 345 173 1867 269 264 131 131 299 134 172 172 124 138 129 164 159 128 183 170 172 172 172 195 401 126 424 203 142 155 148 138 145 207 104 522 210 409 148 176 151 142 157 172 158 423 226 226 207 141 165 179 127 177 197 237 505 182 172 172 171 201 151 483 248 128 175 170 155 157 148 297 142 315 915 144 117 133 132 243 131 129 170 285 240 141 170 162 242 243 136 242 139 245 161 127 136 388 153 170 184 186 189 155 228 310 203 364 169 147 136 134 334 211 156 146 135 161 131 176 192 159 123 132 128 156 125 132 165 141 K 10 svn:author V 3 bde K 8 svn:date V 27 1994-11-14T14:12:24.000000Z K 7 svn:log V 227 Declare inline functions as __inline and with new-style parameter lists to avoid compiler warnings. Clean up prototypes: alphabetize; don't use redundant `extern' or meaningless `extern inline'. Uniformize idempotency ifdef. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-11-14T14:13:13.000000Z K 7 svn:log V 121 Remove extra idempotency ifdef and uniformize the other one. Comment about support for 4 different spellings of KERNEL. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-11-14T14:18:15.000000Z K 7 svn:log V 401 Remove 1.5+K of bloat for unused idt entries. Partly support BDE_DEBUGGER. Still broken by conflict with APM. Does nothing if BDE_DEBUGGER is not defined. Clean up prototypes and data declarations. Declare most of the segment functions that are implemented in support.s. Make data private in machdep.c if possible. Parenthesize expressions in macros properly! ${Uniformize idempotency ifdef}. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-11-14T14:19:10.000000Z K 7 svn:log V 130 Move declarations of atdevbase and rtcin() to cpufunc.h (a less wrong place). Fix spelling error. Uniformize idempotency ifdef. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-11-14T14:19:54.000000Z K 7 svn:log V 108 (Bogus several hundred line diff for a log message deleted. See rev 1.91 for the intended log message. -DG) END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-11-14T14:23:54.000000Z K 7 svn:log V 470 Oops, the previous commit got the diff for the log message instead of the following. Move declarations to and from . Make segment stuff static if possible. Remove unused (although initialized) global variables _default_ldt, currentldt, _gsel_tss (rename the latter to the auto variable gtel_tss). Use "correct" and consistent types for interrupt handlers. Remove a mailing address from the code. Fix type mismatches found by adding prototypes. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-11-14T14:56:46.000000Z K 7 svn:log V 560 Hide the declaration of ffs() if an inline ffs() is implemented. I couldn't find a better way to avoid compiler warnings about redundant and/or inconsistent declaration of ffs(). I'd like to be able to declare prototypes in general headers without committing to implementing them as `static inline' or `extern', but there seems to be no way to do this with gcc-2.6.1. E.g., int foo(void); static __inline int foo(void) { return 1; } causes a warning about the linkage mismatch, while the opposite order causes a warning about the redundant declaration. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-11-14T14:59:06.000000Z K 7 svn:log V 581 Log processes that exit with an masked npx exception that would trap with the current default exception (un)mask. There should be no such processes unless you change the mask. Someday the mask should be changed to the IEEE default of everything masked. The npx state gets saved so that it can be checked and this may have the side effect of fixing a bug that was reported for 1.1.5. (npx exceptions may sometimes leak across exits and clobber another process. I can't see how this can happen.) Get some missing/wrong declarations from headers now that the headers have them. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-11-14T15:04:06.000000Z K 7 svn:log V 1299 Rewrite almost everything. Alphabetize. Write all i/o functions in sleep so that we don't use anything from NetBSD. Restore the correct type of u_int for ports. This saves a whole cycle per i/o on 486's. Change `inline' back to __inline to avoid compiler warnings with -Wreally-all. Don't implement bdb() unless BDE_DEBUGGER is defined. Declare bdb_exists outside the function to avoid hundreds of compiler warnings. Let the compiler pick the register in asms if possible. Implement ffs() using inline asm(). gcc provides a slightly different one. It was broken in gcc-2.4.5 but works now. Declaring a correct version inline ensures getting a correct version. FreeBSD-1.1.5 has an slow inline version but FreeBSD-2.0 has a library version (which probably never gets used). Do inb() and outb() without using %edx for constant ports below 0x100. Remove casts to the same type in queue functions. Declare prototypes for everything implemented i386/*.s and also for everything that is normally implemented as an inline here (I don't like the current complete dependency on gcc). Ifdef out the prototypes that are declared elsewhere. THere should be a separate header to declare things implemented in i386/*.s, but then it would be harder to override declarations with inlines. ${UII} END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-14T19:25:43.000000Z K 7 svn:log V 126 Add model autodetection code, idea from burgess@s069.infonet.net This change affects probe printout, disklabel, devconf stuff END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-14T19:32:11.000000Z K 7 svn:log V 44 Remove unused variable from previous commit END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-14T20:10:49.000000Z K 7 svn:log V 90 "distribute" games into their own distribution. Reviewed by: Submitted by: Obtained from: END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-14T20:17:36.000000Z K 7 svn:log V 151 Check exit code of the dialer, from asa@gw.cronyx.msk.su Set HUPCL as default modem flag, idea from asa@gw.cronyx.msk.su but different implementation. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-14T20:26:52.000000Z K 7 svn:log V 63 strncmp use wrong utmp name size Submitted by: rlz@zeus.id.net END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-14T20:45:35.000000Z K 7 svn:log V 114 Make the "distribute" target build the "des" distribution. Make des'ed init and ed, by pointing to real sources. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-14T20:52:54.000000Z K 7 svn:log V 42 More changes for the "distribute" target. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-14T20:56:17.000000Z K 7 svn:log V 65 Final changes. Now "make distribute" should work as advertised. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-14T21:28:46.000000Z K 7 svn:log V 36 A little fix for "make distribute". END K 10 svn:author V 3 ats K 8 svn:date V 27 1994-11-14T23:39:33.000000Z K 7 svn:log V 285 scsiconf.h: Change the sc_link structure from 8 targets with 8 lun's to 16 targets with 8 lun's. Wide scsi and the ncr 825 does support 16 targets. scsiconf.c: move the addition of the trailing NUL's out of a then clause, they are also needed in the else clause for an unknown device. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-14T23:52:42.000000Z K 7 svn:log V 19 sendbug -> send_pr END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-15T04:52:19.000000Z K 7 svn:log V 386 Integrated GCC-2.6.1 -> GCC-2.6.2 changes. Notice that the libgcc DOESN'T change number, because there are no changes. Also now the gnu2bmake stuff is synchronized again. I commit this so that others can test too. You might want to postpone any "make worlds" until tomorrow, to avoid any problems I didn't see in the first pass. Thanks to Bruce for rounding up our changes to gcc. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-15T08:10:35.000000Z K 7 svn:log V 207 Add back tar - I'm not sure where it went again! I know that cpio reads tar files, but this gives you "tar" in its old familar way, which is important for those trying to read the old extract.sh'd bindist. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-15T10:16:56.000000Z K 7 svn:log V 91 Make depends a separate target. Now you can select when the dependency list is traversed. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-15T12:15:51.000000Z K 7 svn:log V 36 Use TellEm instead of dialog_msgbox END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-15T12:17:42.000000Z K 7 svn:log V 45 Use autodetected dimensions in Sorry! window END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-15T12:42:14.000000Z K 7 svn:log V 45 Fix bug: only one second-level shadow drawed END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-15T13:32:35.000000Z K 7 svn:log V 27 Add comment about SYSV-ism END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-15T13:40:00.000000Z K 7 svn:log V 39 Change CD devices to the correct ones. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-15T13:42:20.000000Z K 7 svn:log V 131 Add malloc.h for better SYSV/Linux compatibility like most providers (like SUN f.e.) does. malloc.h have comment about its SYSVism END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-11-15T14:09:18.000000Z K 7 svn:log V 59 Fix type mismatches exposed by a recently added prototype. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-11-15T14:12:55.000000Z K 7 svn:log V 117 Make gdt_segs[] public again for APM. Make ldt[] public again and restore currentldt and _default_ldt for USER_LDT. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-11-15T14:23:06.000000Z K 7 svn:log V 127 Disable prototypes that conflict with ones in . The conflicts stopped the LINT kernel from being buildable. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-11-15T14:26:31.000000Z K 7 svn:log V 75 Include to get inlines for spl*() so that LINT kernel links. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-11-15T14:28:46.000000Z K 7 svn:log V 50 The SYMTAB_SPACE bloatometer was 40% out of date. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-11-15T14:34:42.000000Z K 7 svn:log V 90 Include to prepare for slices. Don't include the unused . END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-11-15T14:37:39.000000Z K 7 svn:log V 138 Include so that we compile again provided is included first (rtprio stuff broke this). Add missing __dead2's. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-11-15T14:41:38.000000Z K 7 svn:log V 147 Include for declaration of struct sockaddr. This helps genassym compile when KERNEL is not defined. Uniformize idempotency ifdef. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-11-15T14:43:45.000000Z K 7 svn:log V 233 Don't define KERNEL for compiling genassym. The prototype for the system printf() is inconsistent with the prototype for the library printf() and gets declared if DIAGNOSTIC is defined because includes . END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-11-15T14:47:49.000000Z K 7 svn:log V 120 Remove bogus declaration of Debugger(). Change the macro for Debugger() to call the function instead of doing nothing. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-11-15T14:49:12.000000Z K 7 svn:log V 40 Remove unused definition of Debugger(). END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-11-15T14:49:56.000000Z K 7 svn:log V 66 Remove bogus and unused declaration and definition of Debugger(). END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-11-15T14:53:09.000000Z K 7 svn:log V 189 Remove bogus declaration of Debugger(). Call Debugger() even if DDB is not defined, but still call panic() after Debugger() returns, although most other SCSI drivers just call Debugger(). END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-11-15T14:54:13.000000Z K 7 svn:log V 234 Fix it to compile without a leftover ddb.h. Remove bogus declaration of Debugger(). Call Debugger() even if DDB is not defined, but still call panic() after Debugger() returns, although most other SCSI drivers just call Debugger(). END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-11-15T14:55:25.000000Z K 7 svn:log V 30 Add prototype for Debugger(). END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-15T17:32:05.000000Z K 7 svn:log V 68 Make shadow more 'real': now shadowed letters appearse as dim ones. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-15T20:30:56.000000Z K 7 svn:log V 165 From: Michael Reifenberger I added a bootfile entry to /kern so every program could examine the Path and name of the kernel. Submitted by: mr END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-11-16T00:41:06.000000Z K 7 svn:log V 261 Allow MAXMEM to be larger than the detected physical memory. This change was supposed to have already been made, but got botched somewhere. Don't clobber the last page of memory (where the message buffer is). Some BIOS don't gratuitously wipe it out on reboot. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-16T02:16:18.000000Z K 7 svn:log V 38 #include -> END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-11-16T02:45:36.000000Z K 7 svn:log V 76 The previous revision forgot to define fatal_if_no_DDB() when there is DDB. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-16T06:09:29.000000Z K 7 svn:log V 83 Fix a panic I might have seen, or at least could see some day if I havn't already. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-16T06:33:27.000000Z K 7 svn:log V 34 On the ALPHA-branch: 2.0-BETA now END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-16T07:51:45.000000Z K 7 svn:log V 572 1. Split these scripts into smaller distinct functional units that will be callable _after_ installation in 2.1's system admin tools. This is almost totally revamped now. 2. Support installation from DOS partition or floppy. 3. Many stray bogons eliminated. Perhaps a few introduced. One more rev should fix this up, once I've spammed my test machine a couple of times. 4. Installation from CD now *really* possible. 5. Allow user to specify arbitary subdirectories for NFS mountpoints - UFS, NFS and CD distributions now share many common elements. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-16T10:17:11.000000Z K 7 svn:log V 180 Ugen J.S.Antsilevich's latest, happiest, IP firewall code. Poul: Please take this into BETA. It's non-intrusive, and a rather substantial improvement over what was there before. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-16T10:18:18.000000Z K 7 svn:log V 113 Latest from Ugen J.S.Antsilevich" . Poul, please take this into BETA. Submitted by: ugen END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-16T11:54:09.000000Z K 7 svn:log V 58 Change rules to not generate term.h on second make depend END K 10 svn:author V 3 ljo K 8 svn:date V 27 1994-11-16T14:02:42.000000Z K 7 svn:log V 257 Added NO_IMPLICIT_C as our header files in standard locations are either already C++ safe, or C++ header files. This fixes the problem with parse errors in header files when compiling C++ files. Recompiling libg++ also solves the undefined synbols problem. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-16T14:37:37.000000Z K 7 svn:log V 64 Full autosizing support, now you can pass -1, -1 for any string END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-16T14:42:22.000000Z K 7 svn:log V 139 Remove str{width,height} functions, they are in libdialog now. It is only first hook for new autosizing changes, more changes will follow. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-16T14:47:17.000000Z K 7 svn:log V 47 Update with new autosizing code, use -1 -1 now END K 10 svn:author V 6 martin K 8 svn:date V 27 1994-11-16T15:33:42.000000Z K 7 svn:log V 45 Instructions for setting up diskless clients END K 10 svn:author V 3 jmz K 8 svn:date V 27 1994-11-16T23:14:22.000000Z K 7 svn:log V 71 If USE_GMAKE is defined, use ${GMAKE} in ${XMKMF} && ${MAKE} Makefiles END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-17T00:18:28.000000Z K 7 svn:log V 298 2 new concepts that just occurred to me: MASTER_SITE_OVERRIDE - If set in the environment, will override everyone's MASTER_SITES settings. Useful if you'd prefer to point to a distfiles repository somewhere closer. MASTER_SITE_FREEBSD - Sets OVERRIDE to be FreeBSD's own master repository. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-17T00:25:16.000000Z K 7 svn:log V 27 Add support for NO_WRKDIR. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1994-11-17T01:22:45.000000Z K 7 svn:log V 610 Remove a peice of commented out code that was left over from the early stages of debugging LFS: * if we can't bmap, use old VOP code */ ! if (/* (vp->v_mount && vp->v_mount->mnt_stat.f_type == MOUNT_LFS) || */ ! VOP_BMAP(vp, foff, &dp, 0, 0)) { for (i = 0; i < count; i++) { if (i != reqpage) { vnode_pager_freepage(m[i]); --- 804,810 ---- /* * if we can't bmap, use old VOP code */ ! if (VOP_BMAP(vp, foff, &dp, 0, 0)) { Reviewed by: gibbs Submitted by: John Dyson END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1994-11-17T01:30:53.000000Z K 7 svn:log V 772 John Dyson's patches (and a few from me too) to LFS to use a different buffering scheme and make it more in tune with FreeBSD's vfs_bio implementation. The filesystem seems fairly stable, but I wouldn't recommend it to anyone not willing to experience problems. This is very green code and has the limitation that YOU CAN ONLY HAVE ONE LFS PARTITION MOUNTED AT A TIME. What LFS is good for: Non fsynced writes FASTER THAN FFS Large deletions Increadibly fast Reads are a little bit slower than FFS right now, but that is a factor of how under optimized this code is. LFS should in theory perform at least as well as FFS under fsync (iozone) type loads, and this is what I'm currently working on. Reviewed by: Justin Gibbs Submitted by: John Dyson Obtained from: END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1994-11-17T01:38:30.000000Z K 7 svn:log V 390 Make newlfs work by adding the MAXSYMLINKLEN and a byte padding to struct lfs. sovs@diku.dk: The pad2 field in struct lfs is a kludge. You need it because the raw devices has to be written in DEV_BSIZE. The lfs_maxsymlinklen is needed because the tells the UFS code that we want to use 4.4BSD directory layout insted of FreeBSD 1.1.5. Reviewed by: Justin Gibbs Submitted by: sovs@diku.dk END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-11-17T06:24:25.000000Z K 7 svn:log V 100 Don't ever try to kill off process 1 - even if we are out of swap space and it's the candidate pig. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-17T07:09:22.000000Z K 7 svn:log V 99 Add cksum to the cpio floppy - automated checksumming of the *dist tarballs is just one step away. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-17T07:11:30.000000Z K 7 svn:log V 66 Add a line to automatically generate CKSUMS file for the bindist. END K 10 svn:author V 5 smace K 8 svn:date V 27 1994-11-17T08:28:02.000000Z K 7 svn:log V 23 fix if test for rwhod. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-17T09:50:30.000000Z K 7 svn:log V 260 New man pages from Ugen. Delete my old, first attempt. I only hope that the english in Ugen's two replacement pages is not too impenetrable! :-) [Note: Poul - please pull these into the BETA branch along with the other firewall changes] Submitted by: ugen END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-17T10:06:03.000000Z K 7 svn:log V 434 I found today that making packages for X11 ports wasn't working. Further investigation showed that prefix was erroneously set to /usr/local for X11 based ports as well, when the assumption was that they'd really go into ${X11BASE} (an /etc/make.conf variable that the user's free to set). Set X11BASE to /usr/X11R6 if the user hasn't already, and assume that the user really wants prefix to point there when the port is XMKMF based. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-17T10:07:45.000000Z K 7 svn:log V 25 Whoops! Typo. Correct. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-17T10:35:04.000000Z K 7 svn:log V 95 Remove the QUERY_* functions. I don't think they're as good an idea as I apparently once did. END K 10 svn:author V 3 dfr K 8 svn:date V 27 1994-11-17T10:50:55.000000Z K 7 svn:log V 251 Added sysarch system call which is used my i386_get/set_ltd.c and is needed for Wine support. The current snapshot of wine works fine with this. This should go into the beta as the code which it calls in the kernel is already there, and works fine. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-17T10:51:51.000000Z K 7 svn:log V 34 Add a new basename_of() function. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-17T10:53:21.000000Z K 7 svn:log V 183 Protect against old packages with bogus @name fields. Use basename_of() on the name before recording it in /var/db/pkg. Sorry, Kaleb, you were right after all! It was my fault! :) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-17T10:54:11.000000Z K 7 svn:log V 46 Don't create packages with bogus @name lines. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-17T11:04:49.000000Z K 7 svn:log V 180 By Bruce and Joerg suggestions and by looking into June version of NetBSD simple #include into malloc.h Put #warning that this file is obsoleted ( by Joerg suggestion) END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-17T11:20:44.000000Z K 7 svn:log V 47 Put #warning "this file is obsoleted ... etc." END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-17T11:53:14.000000Z K 7 svn:log V 365 Eliminate the use of cpio in extraction. The stupid thing whines too much, and it doesn't support --unlink. I think it's time to nuke cpio completely out of the installation process, unless someone can think of a really good reason to keep it (and don't say multiple volume extraction since we a) don't use it anywhere anyway, and b) tar supports that too, now). END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-17T12:16:07.000000Z K 7 svn:log V 965 Many fixes from Bill Paul: Smack the netboot program around so that it will allow the user to specify mount options. [So that you can boot from a privileged port] Change the default boot image name in netboot to /kernel, then strip the leading slash when actually going out to get the NFS file handle. Added support for 3Com 3c503 cards. Also added another command to the (trans) that allows you to switch the 3Com's on-board transceiver on and off. (ether.c, ether.h, bootmenu.c) Modified the Makefile to support new compile-time options for 3c503 cards: -DINCLUDE_3COM Include support for 3c503 -D_3COM_BASE=0x300 Define 3c503 base i/o address (if not specified, 0x300 is the default) -D_3COM_USE_AUI Disable the 3c503's transceiver by default (without this flag the transceiver is on by default) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-17T12:35:24.000000Z K 7 svn:log V 119 Steven G Kargl Finds many spelling errors. Thanks, Steven! Submitted by: steven END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-17T14:12:38.000000Z K 7 svn:log V 213 1. Add check to see if CPIO floppy extracted properly. 2. See if swapon() failed and at least print a diagnostic. 3. Use -1 instead of strheight()/strwidth() everywhere. Reviewed by: Submitted by: Obtained from: END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1994-11-17T14:12:39.000000Z K 7 svn:log V 75 This commit was manufactured by cvs2svn to create branch 'unlabeled-1.9.2'. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-17T14:18:02.000000Z K 7 svn:log V 75 Add extra scripts to the Makefile. Add another mirror site to instdist.sh END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-17T14:18:43.000000Z K 7 svn:log V 130 Rethink the cpio floppy verify a little. Don't use a magic cookie, check for bininst instead (see comments in release/Makefile). END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-11-17T14:42:27.000000Z K 7 svn:log V 181 Fixed rather serious bug where the interface wasn't started after it was stopped in ed_setrcr(). I'm amazed that the driver worked at all. Thanks to John Hay for pointing this out. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-17T15:20:04.000000Z K 7 svn:log V 254 Yow! Ok, distributions should now be fully auto-checksumming, provided that Poul builds the rest of the dists properly. I'll run this over the XFree86 dist, but the rest will be up to him. Check bindist rule for the single line to add - it's trivial. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-17T15:46:27.000000Z K 7 svn:log V 193 There seems to be some trouble with install.man working right everywhere. Conditionalize it off of INSTALL_MANPAGES until I can figure out just why some X ports seem to like it and others not. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-17T16:02:56.000000Z K 7 svn:log V 15 Add reinstall. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-17T16:18:35.000000Z K 7 svn:log V 90 Add another mirror site and adjust the menu to note that not all sites are created equal. END K 10 svn:author V 3 ats K 8 svn:date V 27 1994-11-17T16:56:58.000000Z K 7 svn:log V 94 Fixed the PATH and cleanenv setting in su. This was totally broken in the 4.4BSD Lite source. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-17T18:03:18.000000Z K 7 svn:log V 57 Add yet one russian keymap, widely used by some russians END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-17T19:21:51.000000Z K 7 svn:log V 117 Fix original bug with wrong calculated dims for items list. Add args check for functions when autosizing impossible. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-17T19:44:55.000000Z K 7 svn:log V 29 Use -1, -1 where is possible END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1994-11-17T19:44:56.000000Z K 7 svn:log V 76 This commit was manufactured by cvs2svn to create branch 'unlabeled-1.20.2'. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1994-11-17T20:19:10.000000Z K 7 svn:log V 749 John Aycock's aic7770 sequencer code and assembler. There is currently a discussion going on about removing this code from the burden of the GPL, but it won't happen before Beta, and this code should be tested before release. Supports 27/2842 class adaptec cards and is almost capable of supporting aic7870 based adapters (294X series cards). It does not support Wide controllers or the second channel on Twin boards although I have work in progress on getting both channels and running. I have also added a few performance improvements to this version that give us approximately a 25% boost over the original driver. These patches have been submitted to the author. Obtained from: Linux aic7770 driver (John Aycock - aycock@cpsc.ucalgary.ca) END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1994-11-17T20:20:54.000000Z K 7 svn:log V 250 New device-driver entries for the aic7770 driver. These use new features of config so YOU MUST RECOMPILE CONFIG. Modifying config was the cleanest solution to integrating this driver into the tree which will become more obvious in the next commit. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1994-11-17T20:22:31.000000Z K 7 svn:log V 79 My port of Julian's 1742 driver to work with the Linux aic7770 sequencer code. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1994-11-17T20:30:01.000000Z K 7 svn:log V 1771 Add new keywords to config. The options availible in file.i386 are now: /* * filename [ standard | optional ] [ config-dependent ] * [ dev* | profiling-routine ] [ device-driver] [ no-obj ] * [ compile-with "compile rule" [no-implicit-rule] ] * [ dependancy "dependancy-list"] */ I added no-obj - This entry does not create anything linkable to the kernel. dependancy - Add additional dependancy rules to a target. no-implicit-rule - Don't assume .c -> .o type rules. Config is really dumb in this area and assumes that everything is a .c file irregarless of extention. This was the best choice really since there may even be .c file that you don't want to follow the standard rules. This was all done so that the building to the aic7770 assembler and using the aic7770 assembler in the building of the aic7770 driver could be config dependant. I can now have an entry like this for the driver: aic7770 optional ahc device-driver \ compile-with "${CC} $> -o $@" \ dependancy "$S/gnu/misc/aic7770/aic7770.c" \ no-obj no-implicit-rule aic7770_seq.h optional ahc device-driver \ compile-with "${.CURDIR}/aic7770 -o $@ $S/gnu/misc/aic7770/aic7770.seq"\ dependancy "$S/gnu/misc/aic7770/aic7770.seq aic7770" \ no-obj no-implicit-rule i386/isa/aic7770.c optional ahc device-driver \ dependancy "aic7770_seq.h" I also added '\' escaping to newlines so that this doesn't look as gross as it could have. Reviewed by: jkh END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-17T21:44:49.000000Z K 7 svn:log V 175 Remove regex.h, it conflicts with our POSIX regex.h and we already have it under different name: gnuregex.h (from libregex) Change all references of to END K 10 svn:author V 3 sos K 8 svn:date V 27 1994-11-17T22:03:18.000000Z K 7 svn:log V 171 Added support for the MicroSoft Natural keyboard Add support for ws_xpixel & ws_ypixel in winsize. Submitted by: Natural support suggested by Kaleb Keithley (kaleb@x.org) END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-17T22:52:05.000000Z K 7 svn:log V 38 Add dialog_clear_norefresh() function END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-17T23:08:57.000000Z K 7 svn:log V 38 Use wnoutrefresh() in clear_norefresh END K 10 svn:author V 3 ats K 8 svn:date V 27 1994-11-17T23:22:22.000000Z K 7 svn:log V 206 Submitted by: Lawrence J. King ljking@ljk.OCUnix.On.Ca Check the firmware revision for non-printing characters and replace them question-marks if necessary. Problem is known with old Seagate ST296N drives. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-17T23:36:49.000000Z K 7 svn:log V 41 Use dialog_clear_norefresh() if possible END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1994-11-17T23:36:50.000000Z K 7 svn:log V 76 This commit was manufactured by cvs2svn to create branch 'unlabeled-1.18.2'. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1994-11-17T23:36:51.000000Z K 7 svn:log V 76 This commit was manufactured by cvs2svn to create branch 'unlabeled-1.30.2'. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-17T23:53:25.000000Z K 7 svn:log V 31 Make newscr publicly available END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-17T23:54:24.000000Z K 7 svn:log V 45 Use newscr instead of curscr in shadows code END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-18T00:30:06.000000Z K 7 svn:log V 36 Save/restore attrs in line_edit now END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-18T00:59:33.000000Z K 7 svn:log V 72 Remove ${DESTDIR} from link-macros. Already applied behind the scenes. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-18T01:02:42.000000Z K 7 svn:log V 66 Add new parameter to line_edit: field length (-1 means unlimited) END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-18T01:05:05.000000Z K 7 svn:log V 36 dd conv=osync. More distributions. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T01:12:13.000000Z K 7 svn:log V 91 Adjust the docs to note that the AHA-2742/2842 series is now supported. Hurrah for Justin! END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-18T01:16:58.000000Z K 7 svn:log V 77 Remove edit_line(), use line_edit() libdialog function instead in all places END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1994-11-18T01:16:59.000000Z K 7 svn:log V 76 This commit was manufactured by cvs2svn to create branch 'unlabeled-1.14.2'. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1994-11-18T01:17:00.000000Z K 7 svn:log V 76 This commit was manufactured by cvs2svn to create branch 'unlabeled-1.23.2'. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1994-11-18T01:17:01.000000Z K 7 svn:log V 76 This commit was manufactured by cvs2svn to create branch 'unlabeled-1.27.2'. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-18T01:46:32.000000Z K 7 svn:log V 101 Draw passed line with passed attrs on enter of line_edit() and redraw it with default attrs on exit. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T02:24:06.000000Z K 7 svn:log V 308 From: "Jonathan M. Bresler" in getting mirror-2.3 to work with FreeBSD, i found that timelocal.pl has a bug. a patch is included below. this needs to be applied to both src/gnu/usr.bin/perl/lib/timelocal.pl and src/usr.sbin/xntpd/scripts/monitoring/timelocal.pl Submitted by: jmb END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-18T02:26:15.000000Z K 7 svn:log V 34 Relativized a ".PATH:" directive. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T02:55:21.000000Z K 7 svn:log V 331 From: "Jonathan M. Bresler" in getting mirror-2.3 to work with FreeBSD, i found that timelocal.pl has a bug. a patch is included below. this needs to be applied to both src/gnu/usr.bin/perl/lib/timelocal.pl and src/usr.sbin/xntpd/scripts/monitoring/timelocal.pl Reviewed by: Submitted by: Obtained from: END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T03:10:32.000000Z K 7 svn:log V 110 Add some notes about AIX-6x60 based cards. Important to note that you CAN'T boot from many of these puppies! END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T05:01:06.000000Z K 7 svn:log V 50 I think Justin sort of forgot to commit this! :-) END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-18T05:02:14.000000Z K 7 svn:log V 63 Ask the BIOS about the geometry, and tell the kernel about it. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-18T05:02:43.000000Z K 7 svn:log V 56 Add space for the bios-geometry in the bootinfo struct. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-18T05:26:52.000000Z K 7 svn:log V 46 Declare the bootinfo structure in the kernel. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-18T05:27:34.000000Z K 7 svn:log V 53 Grap the bootinfo structure the bootblock passes us. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T05:40:07.000000Z K 7 svn:log V 114 Another file Justin missed. Hope this is the right one! :-( I found it by hunting around in his home directory.. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-18T06:22:11.000000Z K 7 svn:log V 12 one ) less. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T07:07:28.000000Z K 7 svn:log V 429 Adjust the name of the included file to match reality. Somehow, I don't think this stuff was tested at all! :-( I really hope that it actually works, though my hopes are steadily diminishing. Anyone with 27xx/28xx boards in -current is *strongly encouraged* to give this stuff a shot! Otherwise, I suspect that we'll be punting this out of 2.0. I haven't found a single part of Justin's commit that wasn't broken in some way. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T07:25:02.000000Z K 7 svn:log V 117 Define IO_EISASIZE to something I think it *might* be! Justin's star is sinking rapidly below the horizon here.. :-) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T08:06:37.000000Z K 7 svn:log V 316 Totally gut this thing and just use a precompiled gnu/misc/aha274x_seq.c instead. The entire scheme just doesn't work as envisioned (hint: think about make depend as well as all). Those extremely rare individuals who actually hack on the sequencer code will know how to keep stuff in sync, I *do* get the feeling! END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T08:14:16.000000Z K 7 svn:log V 56 Make the sequencer code a .c file instead of a .h file. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T08:16:59.000000Z K 7 svn:log V 84 Make this a precompiled script - don't bother autogenerating it. It makes me crazy. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T08:17:20.000000Z K 7 svn:log V 59 Make the compiler spit out a .c file instead of a .h file. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T08:19:21.000000Z K 7 svn:log V 50 Get the updated version of this file from Justin. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T08:20:56.000000Z K 7 svn:log V 65 aha2742.c was bogus - use aic7770.c instead. Submitted by: gibbs END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T08:22:04.000000Z K 7 svn:log V 80 Get IO_EISASIZE properly defined now. Reviewed by: Submitted by: Obtained from: END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T09:03:09.000000Z K 7 svn:log V 66 Whoops - this one's my fault. Put back my changes for seqprog[]. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1994-11-18T09:08:01.000000Z K 7 svn:log V 328 Never but never have a bad hair day and go to the movies. Go to a single dependancy in files.i386. Using a .c file for the sequencer code won't work since I need to know the size of the program, so we just include the generated .h file as: "../../sys/gnu/misc/aic7770/aic7770_seq.h" Reviewed by: Submitted by: Obtained from: END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1994-11-18T09:11:35.000000Z K 7 svn:log V 131 Previous changes to the sequencer compiler backed out. We go back to generating the .h file, and a pregenerated file is included. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1994-11-18T09:14:14.000000Z K 7 svn:log V 131 Change the include for the sequencer program to point back to the right place: include "../../sys/gnu/misc/aic7770/aic7770_seq.h" END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T10:05:47.000000Z K 7 svn:log V 114 1. Use cpio instead of tar again. Bruce's comments made me paranoid. 2. Invoke sub-scripts using absolute paths. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T10:12:56.000000Z K 7 svn:log V 49 Give the user a chance to retry the cpio floppy. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-18T10:18:36.000000Z K 7 svn:log V 73 Extended the SEEKWAIT and RECALWAIT somewhat to avoid annoying messages. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T10:19:04.000000Z K 7 svn:log V 87 Write the /etc/defaultrouter file. I didn't even know it existed. Thanks, Christoph.. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-18T10:21:31.000000Z K 7 svn:log V 35 Change the message a little bit... END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T10:22:39.000000Z K 7 svn:log V 85 Make sure that homicidal bindist doesn't clobber my /etc/defaultrouter file, either. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T10:32:43.000000Z K 7 svn:log V 104 Document "(P)rocede" - (Q)uit was still being billed as the method for continuing the installation! :-) END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T11:01:33.000000Z K 7 svn:log V 144 1. Use dynamic sizing code throughout. 2. Add support for *dist menu to have an up-to-date idea of how big each distribution is going to be. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-18T11:27:41.000000Z K 7 svn:log V 412 Improve the case for ST506 disks a bit: Pick up Bios-geometry. That was the good news. The bad news is that bad144 is a proper mess, and I don't have time to fix it now, so you will probably not be able to use it anyway. Sorry guys, go out and buy a 100Mb IDE drive and a paddleboard :-( If somebody wants to pick up on this: bad144 needs to learn how to stay inside our slice of the disk. That's the trick. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-18T11:30:04.000000Z K 7 svn:log V 90 Add a "write Bootcode" option to the Fdisk editor. unzip sysinstall on the way to the hd. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1994-11-18T11:30:05.000000Z K 7 svn:log V 76 This commit was manufactured by cvs2svn to create branch 'unlabeled-1.16.2'. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1994-11-18T11:30:06.000000Z K 7 svn:log V 76 This commit was manufactured by cvs2svn to create branch 'unlabeled-1.17.2'. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1994-11-18T11:30:07.000000Z K 7 svn:log V 75 This commit was manufactured by cvs2svn to create branch 'unlabeled-1.8.2'. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-18T11:31:29.000000Z K 7 svn:log V 108 Put bad144 on the boot.flp. It wont do too much good, but maybe somebody will be able to use it somehow... END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T12:03:29.000000Z K 7 svn:log V 59 Add these files. They're referenced in the release notes. END K 10 svn:author V 3 ats K 8 svn:date V 27 1994-11-18T12:38:43.000000Z K 7 svn:log V 390 Makefile: Change the reference for the libtermcap libtermlib link from SHLIBDIR to LIBDIR. SHLIBDIR is undefined in the standard case. termcap.c: Initialize a local variable to zero. Otherwise an erroneous free call can happen and clobber the calling program. Seen with vi and gdb. If you have TERMCAP set with a terminal entry and set TERM with something like huhu, vi and gdb core dumps. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T12:54:45.000000Z K 7 svn:log V 155 1. Unify my coding style. 2. Fix a couple of errors that kept media_install_set from working. 3. Fix another error that disabled media_select_distribution END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T13:02:23.000000Z K 7 svn:log V 36 Talk a little more about boot roms. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T13:40:19.000000Z K 7 svn:log V 83 Boy, was THIS buggered up! Calm the compiler by fixing the obvious syntax errors. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T13:56:57.000000Z K 7 svn:log V 78 Some of my menus were hosed by late-night tired braincells. Do it right now. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T13:58:25.000000Z K 7 svn:log V 63 Tell silly users to remove the cpio floppy from the drive now. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T13:59:49.000000Z K 7 svn:log V 65 Tell user to remove floppy from the drive before rebooting, too. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T14:26:07.000000Z K 7 svn:log V 56 Document the AHA-274x and 284x driver as a new feature. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T14:55:12.000000Z K 7 svn:log V 204 More miscellaneous fixes. Sigh. It's hard to test something that screws up a running system when it works, so I have to do most of this through the rather laborious process of making boot floppies! ;-( END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T15:13:37.000000Z K 7 svn:log V 50 If there's no title for input dialog, select one. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T16:27:54.000000Z K 7 svn:log V 222 Grrrr! Dialog menus just bail out without saying anything when the menu items aren't unique enough. After half an hour of head-scratching, here are the disgusting convolutions required to work around the problem. Sigh.. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T16:29:50.000000Z K 7 svn:log V 822 From: wpaul@ctr.columbia.edu (Bill Paul) Subject: Mea culpa -- small fix for netboot fixes In accordance with the unavoidable principle sof Murphy's Law, I discovered that the fixes I recently contributed for the netboot code had some small flaws in them. Two of them were just typos and had no effect on how the program functioned. The other one was a missing line from the rootopts and swapopts functions I created in bootmenu.c, which was supposed to initialize the NFS sotype flag. It defaults to UDP, and you can change it to TCP with the rootopts or swapopts commands, but then you can't change it back again. I originally had a line at the top of each function to reinitialize this flag, but somehow it got lost in the shuffle, probably because I don't actually have a need for that flag yet. Submitted by: wpaul END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T16:48:57.000000Z K 7 svn:log V 52 Don't set NFS options unless there really ARE some. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T17:36:11.000000Z K 7 svn:log V 25 Whoops! Missed a quote. END K 10 svn:author V 4 paul K 8 svn:date V 27 1994-11-18T18:13:13.000000Z K 7 svn:log V 40 Merge in my new mbr and disklabel code. END K 10 svn:author V 4 paul K 8 svn:date V 27 1994-11-18T18:24:00.000000Z K 7 svn:log V 39 New files that the last commit missed. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T18:42:08.000000Z K 7 svn:log V 150 Minor reformatting changes. Trying to also figure our why *some* links are made and not others! :-( My cu link, for example. Or restore->rrestore! END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1994-11-18T19:01:25.000000Z K 7 svn:log V 37 IO_EISASIZE should be 1 slot, not 2. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T19:09:33.000000Z K 7 svn:log V 37 Some fields overflowed. Fix 'em up. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-18T19:10:25.000000Z K 7 svn:log V 78 Put ie0 above ep0. Otherwise, the ie0 probe clobbers it. Submitted by: gibbs END K 10 svn:author V 4 paul K 8 svn:date V 27 1994-11-18T19:29:01.000000Z K 7 svn:log V 191 Update the in-core disklabel when we change the on-disk version. Fix up the editor links for the disklabel editor. Correct the display of fields when they're longer than the viewable length. END K 10 svn:author V 3 ats K 8 svn:date V 27 1994-11-18T20:01:21.000000Z K 7 svn:log V 147 Change the example line for popper to point to /usr/local/libexec/popper instead of /usr/local/etc/popper. The 2.0 installation installs it there. END K 10 svn:author V 5 gibbs K 8 svn:date V 27 1994-11-18T20:34:30.000000Z K 7 svn:log V 47 Register with devconfg so we show up in lsdev. END K 10 svn:author V 3 ats K 8 svn:date V 27 1994-11-18T21:37:40.000000Z K 7 svn:log V 78 Fixed a typo. Seems this manual page has stemmed from the rwall man page :-). END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-18T22:21:57.000000Z K 7 svn:log V 69 Nuke edit_line crawled in again. Change all occurances to line_edit. END K 10 svn:author V 3 ats K 8 svn:date V 27 1994-11-18T22:31:05.000000Z K 7 svn:log V 149 Reviewed by: Roger Holst roger@first.gmd.de Add an initialization of the len parameter for the getsockname call. Now rpc.rstatd can run under inetd. END K 10 svn:author V 3 ats K 8 svn:date V 27 1994-11-18T22:40:11.000000Z K 7 svn:log V 150 Reviewed by: Roger Holst roger@first.gmd.de Add an initialization of the len parameter for the getsockname call. Now rpc.rusersd can run under inetd. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-18T22:49:09.000000Z K 7 svn:log V 43 silently restrict all boxes to LINES, COLS END K 10 svn:author V 3 ats K 8 svn:date V 27 1994-11-18T22:50:22.000000Z K 7 svn:log V 149 Reviewed by: Roger Holst roger@first.gmd.de Add an initialization of the len parameter for the getsockname call. Now rpc.rwalld can run under inetd. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-18T23:34:05.000000Z K 7 svn:log V 46 Fix dialog things broken by previous commiter END K 10 svn:author V 3 ats K 8 svn:date V 27 1994-11-18T23:36:18.000000Z K 7 svn:log V 152 Make two variables static so that the compiler warnings are vanishing. As far as i know rpc.rusersd is single_threaded, so this shouldn't be a problem. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-19T00:09:00.000000Z K 7 svn:log V 68 Fix more dialog bugs and core dumps introduced by previous commiter END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-19T00:17:55.000000Z K 7 svn:log V 34 Insert newline into too long line END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-19T00:45:02.000000Z K 7 svn:log V 43 Highlight only space available for editing END K 10 svn:author V 4 paul K 8 svn:date V 27 1994-11-19T05:20:13.000000Z K 7 svn:log V 294 I hope this gets my changes merged back into the current branch. Removed a layer of menus. Auto select partition to install into -- first FreeBSD partition in MBR table. Abort if no FreeBSD partition. Added a F_BUTTON type. Fixed up label editor to show free space properly. Fixed a few bugs. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-19T09:58:34.000000Z K 7 svn:log V 60 Highlight only flen sized part while editing in line_edit() END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-19T10:22:12.000000Z K 7 svn:log V 77 Automatically turn off insert mode when end of field reached in line_edit(). END K 10 svn:author V 3 ats K 8 svn:date V 27 1994-11-19T13:12:37.000000Z K 7 svn:log V 92 Correct the dig manpage that has some macros in it, that our man system doesn't understand. END K 10 svn:author V 3 ats K 8 svn:date V 27 1994-11-19T13:14:54.000000Z K 7 svn:log V 94 Correct the named manpage that has some macros in it, that our man system doesn't understand. END K 10 svn:author V 3 ats K 8 svn:date V 27 1994-11-19T13:16:52.000000Z K 7 svn:log V 97 Correct the nslookup manpage that has some macros in it, that our man system doesn't understand. END K 10 svn:author V 3 ats K 8 svn:date V 27 1994-11-19T13:41:26.000000Z K 7 svn:log V 63 More updates to the manual pages. Used also the unknown macro. END K 10 svn:author V 3 ats K 8 svn:date V 27 1994-11-19T13:42:06.000000Z K 7 svn:log V 135 More updates to the manual pages. Used also the unknown macro. Also install the named-xfer manual page, when we have it in the source. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-19T13:57:21.000000Z K 7 svn:log V 217 Some miscellaneous bug fixes inspired by Adam Glass's work. Adam's work is actually more comprehensive, but I just took what was needed for now given our compressed time schedules. Thanks, Adam! Submitted by: glass END K 10 svn:author V 3 ats K 8 svn:date V 27 1994-11-19T14:01:58.000000Z K 7 svn:log V 110 Ooops, change back the LIBDIR macro to the SHLIBDIR macro for the shared libs as told by Bruce. Now it works. END K 10 svn:author V 4 paul K 8 svn:date V 27 1994-11-19T17:29:19.000000Z K 7 svn:log V 270 Implemented buttons for all the screens. Could do with some cosmetic tuning regarding placement and things. Fixed some dialog code (from Andrew). Pass mountpoints onto stage2 in a struct fstab *mounts[] Fix all the field connections to conform to the new L&F document. END K 10 svn:author V 3 ats K 8 svn:date V 27 1994-11-19T17:34:12.000000Z K 7 svn:log V 77 Add the missing subdirs cdplay and spkrtest into the clean/cleandir targets. END K 10 svn:author V 4 nate K 8 svn:date V 27 1994-11-19T17:55:35.000000Z K 7 svn:log V 54 NetBSD -> FreeBSD (Poul, bring this into 2.0 please) END K 10 svn:author V 4 nate K 8 svn:date V 27 1994-11-19T18:13:59.000000Z K 7 svn:log V 43 NetBSD -> FreeBSD (Please bring into 2.0) END K 10 svn:author V 4 nate K 8 svn:date V 27 1994-11-19T18:19:27.000000Z K 7 svn:log V 41 NetBSD -> FreeBSD (Bring to 2.0 please) END K 10 svn:author V 4 paul K 8 svn:date V 27 1994-11-19T18:23:08.000000Z K 7 svn:log V 240 Changed the MBR partition type field from being a string to a decimal value. I don't have the time to deal with users typing in partition names such as "FreeBSD" at the moment so just allow the numerical id to be specified for the moment. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-19T18:47:57.000000Z K 7 svn:log V 118 add extern u_int atdevbase; /* offset in virtual memory of ISA io mem */ here for a moment, to get it into BETA END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-19T18:59:04.000000Z K 7 svn:log V 64 I just learned that isa.h is included in assembler files too... END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-19T19:07:38.000000Z K 7 svn:log V 54 declare atdevbase (this is on the branch of the tree) END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-19T22:58:56.000000Z K 7 svn:log V 42 Fix all keymaps to bring BackTab to life. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-19T23:17:48.000000Z K 7 svn:log V 68 More intelligent BackTab fix using BTAB special key (unused before) END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-19T23:27:03.000000Z K 7 svn:log V 38 Now use "btab" keyword in all keymaps END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-19T23:59:03.000000Z K 7 svn:log V 84 Changes to match Pauls code. Had to "globalize" the variables for the mountpoints. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-11-20T00:21:02.000000Z K 7 svn:log V 99 Add ^X,^B,^F,^E,^A Implement KEY_DC/^D Fix some displaying errors Add more beeps on reaching edges END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-20T00:49:21.000000Z K 7 svn:log V 67 A couple of changes more. Now Paul & Jordan can play again... :-) END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-20T01:01:28.000000Z K 7 svn:log V 31 Make the tarballs target work. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-20T01:19:33.000000Z K 7 svn:log V 40 /usr/share/games belong in "games dist" END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-20T01:53:09.000000Z K 7 svn:log V 36 Make the "games" dist the hard way. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-20T01:54:13.000000Z K 7 svn:log V 64 Make "games" dist by moving everything relevant out of bindist. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-20T05:44:16.000000Z K 7 svn:log V 33 Add Russian mirror site to list. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-11-20T08:50:16.000000Z K 7 svn:log V 40 This is just a test on the ALPHA-branch END K 10 svn:author V 4 ugen K 8 svn:date V 27 1994-11-20T11:53:06.000000Z K 7 svn:log V 72 G-d help me to do it right first time.... Minor patch to man page,test. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-20T12:16:48.000000Z K 7 svn:log V 49 Eliminate a couple of the last remaining bogons. END