‚ð 3781 219 121 117 235 316 419 139 103 102 137 124 198 275 141 580 237 177 185 161 214 185 299 226 131 260 225 168 251 215 272 118 161 213 186 171 174 603 1117 153 230 128 287 197 344 131 154 208 164 155 229 115 129 187 442 141 147 136 155 109 235 237 121 408 217 445 205 225 223 112 210 256 176 378 193 327 207 102 228 307 173 419 234 152 1089 298 211 155 313 168 313 189 269 146 115 187 186 115 112 115 221 208 251 161 133 122 110 115 210 240 174 119 396 112 107 105 212 255 315 383 173 153 235 152 235 112 235 156 173 157 196 251 108 135 163 135 162 115 377 163 115 214 152 132 151 219 149 125 190 127 141 141 138 600 233 114 159 516 176 142 299 127 172 140 134 148 351 155 163 178 170 190 143 114 200 304 172 144 214 142 126 110 198 246 162 163 169 235 161 160 173 230 134 204 190 482 148 229 133 126 206 236 278 121 117 143 390 102 956 114 200 148 166 222 133 149 153 235 99 177 307 K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-22T09:55:02.000000Z K 7 svn:log V 29 Add tw.c for the X10 driver. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-22T09:55:43.000000Z K 7 svn:log V 25 X-10 stuff from 1.1.5.1. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-22T09:55:43.000000Z K 7 svn:log V 142 This commit was generated by cvs2svn to compensate for changes in r3782, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-22T11:40:38.000000Z K 7 svn:log V 223 I belive imgact_gzip is finally reentrant. It is also a whole lot more readable. inflate is now much more general, and is there if anybody feels like making a uncompressing filesystem or something like that (hint hint !) END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-22T11:55:16.000000Z K 7 svn:log V 326 Make the diagnostics a little more useful. A word of wisdom, don't do this: | cd /usr/bin | for i in * | do | cp $i /tmp/a | gzip -9 < /tmp/a > $i | done It will compress files with multiple links several times. do it this way: | cd /usr/bin | for i in * | do | gunzip -f < $i > /tmp/a | gzip -9 < /tmp/a > $i | done END K 10 svn:author V 3 dfr K 8 svn:date V 27 1994-10-22T14:40:48.000000Z K 7 svn:log V 47 Change to use the correct lock file directory. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-22T14:58:56.000000Z K 7 svn:log V 11 Add xtend. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-22T14:59:35.000000Z K 7 svn:log V 10 Add xten. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-22T16:30:58.000000Z K 7 svn:log V 45 Found one of the show-stoppers in netboot... END K 10 svn:author V 3 pst K 8 svn:date V 27 1994-10-22T16:59:52.000000Z K 7 svn:log V 32 remove cvsinit from subdir list END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-22T17:19:49.000000Z K 7 svn:log V 105 A nice little security fix. Things must be rough in moscow... Submitted by: dima@demos.su (Dima Ruban) END K 10 svn:author V 3 sef K 8 svn:date V 27 1994-10-22T17:30:35.000000Z K 7 svn:log V 182 Reviewed by: jkh Print out summary information on receipt of SIGINFO; also, stop the kernel printing of information and restore it on exit. Now, it needs an option to be quiet. ;) END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-22T17:37:06.000000Z K 7 svn:log V 48 Implement security fix correctly: via isprint() END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-22T17:50:17.000000Z K 7 svn:log V 487 NFS-diskless works. Look in sys/i386/boot/netboot for some of the explanation. More doc needed, but not hard to do, if you want to. A big hand to Martin Renters for the netboot program ! Anybody want to compete on who can "make world" in the shortest amount of time ? I have 127 i486DX2/66 and 5 P60's I can use now. And 3 times 66 Gb file servers to support it... :-> Anyway, NFS will be standard in the GENERIC kernel now, so that people can use the bin-tarball to set up shop. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-22T17:51:46.000000Z K 7 svn:log V 144 Autoconf is the one to realize that we are booted disk-less and start the ball rolling. locore is just moving some data from the boot-program. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-22T17:52:22.000000Z K 7 svn:log V 85 While I debugged this, I quenched the compile warnings from if_ed. no other changes. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-22T17:52:59.000000Z K 7 svn:log V 93 This is where the action is. I'm still not sure that swap is 100% OK, but it seems to work. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-22T17:53:35.000000Z K 7 svn:log V 69 Contrary to my last commit here: NFS-swap is enabled automatically. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-22T18:12:17.000000Z K 7 svn:log V 120 cfmakeraw(): set IGNBRK, clear IXOFF, INPCK per Bruce suggestion Set IGNPAR, clear NOFLSH, PENDIN, TOSTOP, ECHOE, ECHOK END K 10 svn:author V 4 nate K 8 svn:date V 27 1994-10-22T19:36:22.000000Z K 7 svn:log V 92 Adding cvsinit back to the subdirs since it shouldn't have been removed in the first place. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-22T23:02:39.000000Z K 7 svn:log V 206 1. PREFIX has nothing to do with DESTDIR. Remove it finally. 2. Make sure to pass PREFIX to sub-makes when installing. This allows you to install to places like ${PREFIX}/bin in your own install rule. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-10-22T23:32:01.000000Z K 7 svn:log V 129 I really, really don't want to know why adding a blank line between __EOF__ and a done command lets fixes this script for ash... END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-10-22T23:34:57.000000Z K 7 svn:log V 35 Fill in SUBMITTER= line correctly. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-10-22T23:47:21.000000Z K 7 svn:log V 163 Completed last fix: don't use backquotes in here-documents; it confuses ash. (The backquotes were only used to implement a slower version of ${foo-$bar} anyway.) END K 10 svn:author V 6 martin K 8 svn:date V 27 1994-10-23T00:41:17.000000Z K 7 svn:log V 129 Fixed panic when unmounting floppy msdos filesystems. Problem was we weren't flushing dirty buffers. Fix stolen from ffs_fsync() END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-23T04:06:10.000000Z K 7 svn:log V 76 Removed an item from the "projects-todo" list, now that Martin has done it. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-10-23T06:15:04.000000Z K 7 svn:log V 159 Changed a thread_sleep into an spl protected tsleep. A deadlock can occur otherwise. Minor efficiency improvement in vm_page_free(). Submitted by: John Dyson END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-10-23T06:18:13.000000Z K 7 svn:log V 123 Round down instead of up in 'kerninfo'/ctrl-T stats code. Incorrect output can result otherwise. Submitted by: John Dyson END K 10 svn:author V 5 guido K 8 svn:date V 27 1994-10-23T15:33:55.000000Z K 7 svn:log V 177 The talkd security hole can ealso be exploited by wall (and thus rwall). write and talk are not affected. Now print out escape sequences in the same way as is done by write(1). END K 10 svn:author V 3 sos K 8 svn:date V 27 1994-10-23T19:19:42.000000Z K 7 svn:log V 26 Fixed some video returns. END K 10 svn:author V 3 sos K 8 svn:date V 27 1994-10-23T19:20:57.000000Z K 7 svn:log V 69 First shot README file for iBCS support Reviewed by: sef@kithrup.com END K 10 svn:author V 3 sos K 8 svn:date V 27 1994-10-23T19:23:50.000000Z K 7 svn:log V 120 A little COFF program (uuencoded) + README. Just do we can show that iBCS2 support is working (that was a cheap one :-) END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-10-23T20:52:11.000000Z K 7 svn:log V 95 Only VM_WAIT if curproc != pageproc. A deadlock can occur otherwise. Submitted by: John Dyson END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-10-23T20:53:33.000000Z K 7 svn:log V 80 Adjusted reserved levels to fix a deadlock condition. Submitted by: John Dyson END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-10-23T21:03:09.000000Z K 7 svn:log V 83 Fixed object cache trimming policy so it actually works. Submitted by: John Dyson END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-10-23T21:28:03.000000Z K 7 svn:log V 506 Finished device configuration database work for all ISA devices (except `ze') and all SCSI devices (except that it's not done quite the way I want). New information added includes: - A text description of the device - A ``state''---unknown, unconfigured, idle, or busy - A generic parent device (with support in the m.i. code) - An interrupt mask type field (which will hopefully go away) so that . ``doconfig'' can be written This requires a new version of the `lsdev' program as well (next commit). END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-10-23T21:33:57.000000Z K 7 svn:log V 1019 Updated to latest kernel code. Also provided a friendlier output format, which is enabled by default (use `-c' to get the old format). The new format looks like this (only the values are correct; this was taken on my machine with a slightly old kernel): Device St Parent Description ---------- -- ---------- -------------------------------------------------- isa0 NC - sc0 NC isa0 Parallel printer adapter ed0 NC isa0 SMC8216/SMC8216C sio0 NC isa0 RS-232 serial port sio1 NC isa0 RS-232 serial port fdc0 NC isa0 floppy disk/tape controller fd0 NC fdc0 floppy disk wdc0 NC isa0 ST506/ESDI/IDE disk controller wd0 NC wdc0 ST506/ESDI/IDE disk npx0 NC isa0 Floating-point unit Note that many of these fields could be made more informative; I tried to make my changes as unintrusive as possible. See the `mcd' driver for an example of one which actually does something with the `state' field. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-10-23T23:01:03.000000Z K 7 svn:log V 57 Don't do suser() check; it's already done in __sysctl(). END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-10-23T23:25:43.000000Z K 7 svn:log V 133 Use new NFS sysctl interface to get statistics rather than reading /dev/kmem, unless the user specifies a dead kernel to operate on. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-10-23T23:26:18.000000Z K 7 svn:log V 32 Implement fs.nfs MIB variables. END K 10 svn:author V 4 paul K 8 svn:date V 27 1994-10-24T03:30:56.000000Z K 7 svn:log V 193 Round partitions to the next whole cylinder. Fill in devicename and mountpoint structures from default_disklabel() so stage2 code knows what to do. New file label.c for disklabel editing code. END K 10 svn:author V 4 paul K 8 svn:date V 27 1994-10-24T03:33:29.000000Z K 7 svn:log V 103 Remove a couple of display_disklabel call used for debuging. Reviewed by: Submitted by: Obtained from: END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-24T03:48:44.000000Z K 7 svn:log V 250 Remove undocumented talk behaviour, when names like aa.bb aa:bb and aa!bb treated as user+host and not as local user names (especially aa.bb is common case). Only @ is valid user/host separator according to manpage. Pointed-by: doctor@dream.demos.su END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-24T03:55:25.000000Z K 7 svn:log V 38 Clear screen on exit per Paul request END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-24T04:07:22.000000Z K 7 svn:log V 61 Use proper dims for newwin. Remove double-clear. Add shadow. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-24T04:14:23.000000Z K 7 svn:log V 114 label.c: add delwin(window) mbr.c: use proper dims for newwin, add shadow both: add ' ' and ESC as valid end-keys END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-24T05:09:45.000000Z K 7 svn:log V 71 Make dialog attributes visible from outside (for direct usage in pgms) END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-24T05:16:00.000000Z K 7 svn:log V 62 Use configurable dialog attributes instead of hard-coded ones END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-24T05:42:34.000000Z K 7 svn:log V 135 Partially back out previous fix (in cases ':' and '!'), leave case '.' as valid user name, not host reference. Document new behaviour. END K 10 svn:author V 3 sos K 8 svn:date V 27 1994-10-24T09:56:42.000000Z K 7 svn:log V 23 added ibcs2 directory. END K 10 svn:author V 3 sos K 8 svn:date V 27 1994-10-24T10:00:00.000000Z K 7 svn:log V 37 Added share/examples/ibcs2 directory END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-24T17:51:54.000000Z K 7 svn:log V 95 A nice little PPP.doc file from: Submitted by: Gennady B. Sorokopud ( gena@NetVision.net.il ) END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-24T20:09:39.000000Z K 7 svn:log V 349 These patches fix some lesser problems: 1) malloc.h doesn't exits in 2.0. 2) Makefile.inc wasn't picked up so one of the build steps (install?) failed. 3) LIBMD wasn't depended on. 4) "ctm foo" dumped core because "foo" doesn't have a '.' in it. Bruce I updated the mkCTM stuff while I was at it anyway. /phk Reviewed by: phk Submitted by: bde END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-10-24T21:36:38.000000Z K 7 svn:log V 45 Fixed cut&paste error. Submitted by: davidg END K 10 svn:author V 3 sos K 8 svn:date V 27 1994-10-24T22:14:34.000000Z K 7 svn:log V 55 Seagate st01/02 driver. Obtained from: FreeBSD-1.1.5.1 END K 10 svn:author V 3 sos K 8 svn:date V 27 1994-10-24T22:18:12.000000Z K 7 svn:log V 44 Added sea0 - Seagate driver lines to config END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-10-24T22:21:51.000000Z K 7 svn:log V 59 When -v not given, display longer `state' and no `parent'. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-10-24T22:22:44.000000Z K 7 svn:log V 13 Added lsdev. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-10-25T05:35:44.000000Z K 7 svn:log V 143 #if 0'd out the object cache trimming code - there are multiple ways that the pageout daemon can deadlock otherwise. Submitted by: John Dyson END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-10-25T07:02:23.000000Z K 7 svn:log V 145 Changed NO_SHARED_LIBCC_INT to SHARED_LIBCC_INT and changed the logic as appropriate. This makes gcc not built with a shared cc_int the default. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-10-25T07:06:20.000000Z K 7 svn:log V 30 Improved I/O error reporting. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-10-25T07:25:56.000000Z K 7 svn:log V 316 Moved initialization of tmpstk so that it immediately follows the kernel text. Fixed rounding bug that caused the last page of kernel text to be read/write instead of read-only. This is important now that tmpstk can crash into it. Removed +4 bias of tmpstk because it screws up ddb's ability to traceback correctly. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-10-25T08:23:02.000000Z K 7 svn:log V 125 Moved swapon -a to before the fsck. It isn't possible to run fsck on moderately sized filesystems on 4MB machines otherwise. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-10-25T08:34:50.000000Z K 7 svn:log V 353 Restricted maximum bufpages to 1500; this is required for machines >64MB of memory to work without running out of kernel VM (and increasing it to even more than it is now (96MB) is out of the question. Changed bufpages calculation to allocation a little less bufer cache (16% of mem-2MB instead of 20%); this is simply a better figure for most systems. END K 10 svn:author V 8 swallace K 8 svn:date V 27 1994-10-25T08:57:39.000000Z K 7 svn:log V 107 Patch to fix QIC-02/QIC-36 by Gene Stark. From patch003 in CLEAR-1.1.5.1-PATCHES. Submitted by: Gene Stark END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-10-25T08:58:33.000000Z K 7 svn:log V 133 Allow MAXMEM kernel option to indicate more memory than is detected; it previously could only be used to limit the amount of memory. END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-10-25T11:27:51.000000Z K 7 svn:log V 131 Changed some variable names in lf_addblock to make the code both understandable and conform to other conventions used in the file. END K 10 svn:author V 3 ljo K 8 svn:date V 27 1994-10-25T13:36:02.000000Z K 7 svn:log V 20 Added FORTRAN rule. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-25T13:47:17.000000Z K 7 svn:log V 117 Add this from Mark Dapoz. It requires LaTeX to format it, but it's sure a lot better than nothing. Submitted by: md END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-10-25T14:04:32.000000Z K 7 svn:log V 163 Nuke sigsetjmp.c. sigsetjmp() can't be implemented as a C function that calls setjmp(), since returning from the function usually clobbers the saved environment. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-10-25T14:08:13.000000Z K 7 svn:log V 84 Reenable sigsetjmp.S. Preserve the FP state. Rearrange offsets to match setjmp.S. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-10-25T14:11:35.000000Z K 7 svn:log V 285 Improve error detection and handling: Reduce _JBLEN for the i386 to what is actually used. Encapsulate jmp_buf and sigjmp_buf in structs. Enlarge jmp_buf to the same size as sigjmp_buf. Declare *longjmp as non-returning. Remove stale comments about sig*jmp not being implemented. END K 10 svn:author V 3 ljo K 8 svn:date V 27 1994-10-25T14:36:50.000000Z K 7 svn:log V 100 Added f77 program. This is a modified version of the c++ program. All it does is add -lf2c and -lm. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-25T14:57:57.000000Z K 7 svn:log V 234 Add strtol() to libkern in support of some other work I'm doing. I just know I'm going to get flamed for adding for the miserable abortion that is libkern, but what am I supposed to do? At least I didn't drag in the ctype stuff! :-) END K 10 svn:author V 4 paul K 8 svn:date V 27 1994-10-25T15:10:27.000000Z K 7 svn:log V 113 Added refresh() to dialog_clear so that it actually clears the screen. Reviewed by: Submitted by: Obtained from: END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-10-25T16:59:57.000000Z K 7 svn:log V 10 Add perl. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-10-25T17:33:25.000000Z K 7 svn:log V 135 Define DKBAD_MAGIC the same as in 1.1.5 (as 0x4321 instead of 0). 0 is a poor value for a magic number, and we need to be compatible. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-10-25T17:46:53.000000Z K 7 svn:log V 214 Don't write outside of partp[] if the user gives an invalid partition number for the partition to be made active. Do nothing instead. This allows clearing all the active flags by specifying an invalid partition. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-10-25T17:55:25.000000Z K 7 svn:log V 81 Some profiled/shared objects were being built despite NOPROFILE/NOPIC being set. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-10-25T18:09:44.000000Z K 7 svn:log V 326 Use += instead of ?= for setting LDDESTDIR. Some Makefiles, such as cc/Makefile.inc use (abuse?) LDDESTDIR for their internal libraries so "?=" hides non-default external libraries. Adding multiple paths to LDDESTDIR works except it makes it even harder than usual to decide which libraries will actually be linked against. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-10-25T18:22:32.000000Z K 7 svn:log V 141 Use the correct macro for deciding whether syscons' variables should be accessed. Remove some unused declarations and document a bogus one. END K 10 svn:author V 2 se K 8 svn:date V 27 1994-10-25T18:45:19.000000Z K 7 svn:log V 61 Added decoding of chipset registers for Pentium 90/100 CPUs. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-10-25T19:34:57.000000Z K 7 svn:log V 996 Never strip the kernel. Recommend -Wimplicit in CWARNFLAGS next. There are still a few hundred potential arg mismatches because no function declaration is in scope. Don't duplicate option `-I.'. Remove null editing of the assembler source for all profiled objects. The required magic has been done since prehistoric times by an asm("mcount") declaration. Simplify the clean rule. Don't try to be clever about timestamps involving genassym. genassym's timestamp usually got ahead of assym.s's timestamp, so `make' almost always had to run genassym and compare *assym.s to decide that nothing needed to be done. The cost is reassembling a few files whenever genassym is rebuilt. Assembling is almost as fast as comparing. Always go through genassym.o to build genassym. This would have avoided numerous bugs involving mkdep -p. Now it just stops genassym from depending on the name of the temporary object file. Use ${CFLAGS} for building genassym. Mainly ${CWARNFLAGS} were missing. END K 10 svn:author V 8 swallace K 8 svn:date V 27 1994-10-25T20:50:41.000000Z K 7 svn:log V 200 Applied patch009. Also added appropriate #include which would have detected that memset was not being passed a pointer in the first place. Submitted by: Gene Stark (?) - 1.1.5.1 patch009 END K 10 svn:author V 8 swallace K 8 svn:date V 27 1994-10-25T22:13:32.000000Z K 7 svn:log V 113 Patch for proper multicast support on point-to-point links. Submitted by: apg@demos.su (Paul Antonov) - patch020 END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-25T22:23:18.000000Z K 7 svn:log V 62 Remove unneeded dialog_update() because now in dialog_clear() END K 10 svn:author V 2 se K 8 svn:date V 27 1994-10-25T22:35:12.000000Z K 7 svn:log V 221 BEWARE: Interface change of register_intr() ! Changed the fifth parameter to register_intr() from u_int mask into u_int *maskptr in preparation for new features (shared interrupts and removable devices, eg. for PCMCIA). END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-25T22:44:09.000000Z K 7 svn:log V 75 Move dialog_update() to another place, because it is now in dialog_clear() END K 10 svn:author V 2 se K 8 svn:date V 27 1994-10-25T23:06:16.000000Z K 7 svn:log V 221 BEWARE: Interface change of register_intr() ! Changed the fifth parameter to register_intr() from u_int mask into u_int *maskptr in preparation for new features (shared interrupts and removable devices, eg. for PCMCIA). END K 10 svn:author V 2 se K 8 svn:date V 27 1994-10-25T23:09:08.000000Z K 7 svn:log V 98 Modified fifth parameter (imask) to register_intr() according to new definition of that function. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-26T00:16:20.000000Z K 7 svn:log V 176 Fixed a couple of wrong printfs (too few arguments supplied). Also zapped a couple of unused vars at the same time. Added a #include to isa.c while here anyway. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-26T01:15:06.000000Z K 7 svn:log V 53 cons25: add more parametrized capabilities: cv,ch,ec END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-26T01:20:11.000000Z K 7 svn:log V 22 Sync with termcap.src END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-26T01:30:47.000000Z K 7 svn:log V 95 Make devices for sd2 and sd3 too. If we have them in Generic, we should have the devices too. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-26T01:42:15.000000Z K 7 svn:log V 93 Reorganize entries to not have duplicated "ac" capability in environment or tgetent() buffer END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-26T01:47:19.000000Z K 7 svn:log V 22 Sync with termcap.src END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-26T02:16:00.000000Z K 7 svn:log V 19 cons25w: add NP,cb END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-26T02:20:47.000000Z K 7 svn:log V 22 Sync with termcap.src END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-26T02:53:15.000000Z K 7 svn:log V 128 New and Improved! crunch with gzip, newfs, fsck and cpio. gzip result. fits on 1200 kb floppy with unstripped GENERIC kernel. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-26T03:34:20.000000Z K 7 svn:log V 115 When all else fails, try to use "/stand/sysinstall" as "init" process. The new installation procedure needs this. END K 10 svn:author V 4 paul K 8 svn:date V 27 1994-10-26T04:09:19.000000Z K 7 svn:log V 157 Completed disklabel configuration editor. The editor is working but the glue code to pass the edited configuration onto the following stages isn't done yet. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-26T04:28:10.000000Z K 7 svn:log V 69 Put the README where we need it. This comes from the ...INPUT file. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-26T05:41:02.000000Z K 7 svn:log V 41 So there. Now we live on the hard-disk! END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-26T05:41:47.000000Z K 7 svn:log V 30 Will make two-floppy set now. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-26T05:42:25.000000Z K 7 svn:log V 18 Two crunch-specs. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-26T07:13:51.000000Z K 7 svn:log V 22 Optimize delwin a bit END K 10 svn:author V 4 paul K 8 svn:date V 27 1994-10-26T07:14:51.000000Z K 7 svn:log V 116 Added some glue code so disklabel editor can be used to edit disklabel and have changes propagated to later stages. END K 10 svn:author V 4 paul K 8 svn:date V 27 1994-10-26T07:34:38.000000Z K 7 svn:log V 146 Clean up the mess from the previous commit which used a out of sync patch file. Now, we should be able to configure disklabels using the editor. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-26T10:18:24.000000Z K 7 svn:log V 82 Fix two very minor nits, one of which caused a warning (no return type for main). END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-26T10:33:36.000000Z K 7 svn:log V 27 Correct a little spelling. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-26T11:14:21.000000Z K 7 svn:log V 303 I'm going to nuke strtol() for now. Now I need strncmp() and rather that add it too, and end up fighting an unwanted battle right now, I'm just going to back away from both and start including my own private copies of everything. I'm not going to use _anything_ from libkern until we decide its fate. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-26T13:18:49.000000Z K 7 svn:log V 20 Add RB_CONFIG flag. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-26T13:33:01.000000Z K 7 svn:log V 15 Add RB_CONFIG. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-26T13:38:23.000000Z K 7 svn:log V 13 Add RB_ASKFS END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-26T13:45:52.000000Z K 7 svn:log V 119 Remove RB_ASKFS again - to make this meaningful we'd need to invest in implementing too much generality at this stage. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-26T13:46:34.000000Z K 7 svn:log V 162 Remove the code for asking for a filesystem floppy. We don't need it anymore, and neither David nor I can think of a reasonable mechanism to stick in its place. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-26T14:49:07.000000Z K 7 svn:log V 222 From: John Hay Make swapinfo use libc functions for obtaining device information. Note: swapinfo should actually be deprecated, not fixed. pstat -s performs the same function. Submitted by: jhay END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-26T14:52:43.000000Z K 7 svn:log V 290 From: Michael Reifenberger Could you please commit this patch to usr.sbin/crunch/examples ? This should make fixit.conf compilable again. VI needs some hacks. [Note: I'm not sure how relevant this example is anymore, but then it's only an example] Submitted by: mr END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-26T15:23:04.000000Z K 7 svn:log V 81 Repair the damage done by whomever blew the last commit. Now it compiles again. END K 10 svn:author V 3 ljo K 8 svn:date V 27 1994-10-26T18:15:35.000000Z K 7 svn:log V 61 Library for f2c. (part 1 of 2) Obtained from: netlib.att.com END K 10 svn:author V 3 ljo K 8 svn:date V 27 1994-10-26T18:15:35.000000Z K 7 svn:log V 142 This commit was generated by cvs2svn to compensate for changes in r3900, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 3 ljo K 8 svn:date V 27 1994-10-26T18:17:41.000000Z K 7 svn:log V 60 Library for f2c (part 2 of 2) Obtained from: netlib.att.com END K 10 svn:author V 3 ljo K 8 svn:date V 27 1994-10-26T18:17:41.000000Z K 7 svn:log V 142 This commit was generated by cvs2svn to compensate for changes in r3902, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 3 ljo K 8 svn:date V 27 1994-10-26T18:20:35.000000Z K 7 svn:log V 20 Merged f2c library. END K 10 svn:author V 3 ljo K 8 svn:date V 27 1994-10-26T18:20:35.000000Z K 7 svn:log V 142 This commit was generated by cvs2svn to compensate for changes in r3904, 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-10-26T18:20:36.000000Z K 7 svn:log V 60 This commit was manufactured by cvs2svn to create tag 'ljo'. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-26T18:35:02.000000Z K 7 svn:log V 81 Invoke userconfig() if kernel compiled with options USERCONFIG and -c flag used. END K 10 svn:author V 3 ljo K 8 svn:date V 27 1994-10-26T18:35:40.000000Z K 7 svn:log V 65 Install f2c.h for FORTRAN support. Obtained from: netlib.att.com END K 10 svn:author V 3 ljo K 8 svn:date V 27 1994-10-26T18:53:13.000000Z K 7 svn:log V 103 Use -DNON_UNIX_STDIO as our FILE doesn't have the usual fields. Submitted by: pete@pelican.pelican.com END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-26T19:18:28.000000Z K 7 svn:log V 158 Add my user configuration utility - userconfig(). David wrote the I/O routines for this thing and deserves most of the credit for thinking the whole idea up. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-26T19:19:12.000000Z K 7 svn:log V 16 Add userconfig. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-26T19:20:27.000000Z K 7 svn:log V 43 Enable USERCONFIG and document it in LINT. END K 10 svn:author V 2 se K 8 svn:date V 27 1994-10-26T19:23:02.000000Z K 7 svn:log V 72 Fix typo in #if which prevented use of getbootfile() under FreeBSD-2.0. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-26T20:22:10.000000Z K 7 svn:log V 43 Adjust boot message to conform to reality. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-26T20:46:05.000000Z K 7 svn:log V 70 Gross hack to make kernel names not starting with '/' start with '/'. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-10-26T21:10:13.000000Z K 7 svn:log V 19 Stylistic changes. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-10-26T21:51:22.000000Z K 7 svn:log V 284 Fix initialization of video_mode_ptr. It only worked if the segments in the far pointers are multiples of 4K (as is normal when the video BIOS is at seg 0xc000). Disallow mode switching if the pointer is bad. Use a new pa_to_va() macro for all BIOS and video addresses in syscons. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-10-26T21:52:25.000000Z K 7 svn:log V 71 Move definition and initialization of video_mode_pointer to syscons.c. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-10-26T22:01:11.000000Z K 7 svn:log V 23 Fix compiler warnings. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-27T05:08:28.000000Z K 7 svn:log V 121 Fix a bug which had crept in (an almost certain panic). Remove inline assembler. Avoid mbuf spaghetti by using m_devget. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-27T05:21:39.000000Z K 7 svn:log V 60 Fix the panic message if init dies to show the exit status. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-27T05:23:09.000000Z K 7 svn:log V 40 Made an annoying printf #ifdef SEADEBUG END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-27T05:27:00.000000Z K 7 svn:log V 59 Fix a bunch of annoying details here, while I remember it. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-27T05:39:12.000000Z K 7 svn:log V 126 Extra intr's have nothing to do with LAPTOP. Made five-strikes-we-shut-up for timeouts. Inspired by: bde in 1.1.5.1-patch011 END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-27T05:47:09.000000Z K 7 svn:log V 57 The other half of patch011, read Numlck state from bios. END K 10 svn:author V 3 sos K 8 svn:date V 27 1994-10-27T08:03:15.000000Z K 7 svn:log V 33 Added device registration stuff. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-27T08:53:11.000000Z K 7 svn:log V 98 Change hardwired irqs to soft irqs (?). Add manpage for Buslogic cards, since we didn't have one. END K 10 svn:author V 3 ljo K 8 svn:date V 27 1994-10-27T11:07:34.000000Z K 7 svn:log V 35 Added libf2c, the library for f2c. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-10-27T11:36:11.000000Z K 7 svn:log V 49 Fix memchr(p, 0, 0) to return NULL instead of p. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-10-27T13:42:29.000000Z K 7 svn:log V 49 Restore fd.4 to a machine-independent directory. END K 10 svn:author V 3 bde K 8 svn:date V 27 1994-10-27T13:46:47.000000Z K 7 svn:log V 46 Remove my failed attempt to add an Id string. END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-10-27T16:33:49.000000Z K 7 svn:log V 503 >Description: While trying to figure out why rlogind wasn't working right for root, I noticed that man wouldn't come back with a man page for iruserok, but it would for ruserok. Checking the lib/net directory's Makefile.inc file shows that the link to the rcmd man page just isn't getting created. >How-To-Repeat: Do a 'man iruserok' and notihing will come back, where a 'man ruserok' will. Submitted by: Brian Moore Obtained from: NetBSD-bugs mailing list END K 10 svn:author V 3 ljo K 8 svn:date V 27 1994-10-27T16:37:39.000000Z K 7 svn:log V 140 Remove the f77 script now that we are instead installing a f77 program (that does the same as the script). The f77 program lives in cc/f77. END K 10 svn:author V 3 pst K 8 svn:date V 27 1994-10-27T18:15:42.000000Z K 7 svn:log V 22 Remove extra newline. END K 10 svn:author V 3 pst K 8 svn:date V 27 1994-10-27T18:44:31.000000Z K 7 svn:log V 67 Set the EOF flag properly. Obtained from: netbsd-bugs mailing list END K 10 svn:author V 3 pst K 8 svn:date V 27 1994-10-27T19:14:39.000000Z K 7 svn:log V 423 Printing out /etc/motd when a ftp login occurs is a security hole (as is printing out a version number at the telnet login banner). Don't print out /etc/motd when people login, instead if present, print out /etc/ftpmotd. It looks like 4.4lite2 has done something similar (perhaps for different reasons) because /etc/motd no longer shows up on vangogh. Folks who like the old behavior can create a symbolic link to motd. END K 10 svn:author V 3 pst K 8 svn:date V 27 1994-10-27T19:23:30.000000Z K 7 svn:log V 84 lorder(1) manual page not properly installed due to makefile usurping install rule. END K 10 svn:author V 3 pst K 8 svn:date V 27 1994-10-27T19:36:01.000000Z K 7 svn:log V 50 recommit rev 1.5 of ftpd, I fatfingered a command END K 10 svn:author V 2 se K 8 svn:date V 27 1994-10-27T20:12:46.000000Z K 7 svn:log V 207 Change some compile time defaults, which may be overridden from the kernel config file by options lines. Now the default settings are FAST SCSI, max. 4 TAGS, WIDE transfers, if supported by the hardware ... END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-27T20:45:13.000000Z K 7 svn:log V 35 Julian Elischer's disklabel fixes. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-27T22:36:56.000000Z K 7 svn:log V 79 Fix scroll bug bringed by vi(1), from phk's flame (I still wait for apologies) END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-27T22:52:14.000000Z K 7 svn:log V 47 Remove VMIN_BUG from CFLAGS, add 57600, 115200 END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-10-27T23:05:15.000000Z K 7 svn:log V 38 Added: /usr/share/{info,locale,perl}. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-27T23:13:53.000000Z K 7 svn:log V 55 Previous commit was incompleted, yet one step required END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-10-27T23:16:54.000000Z K 7 svn:log V 254 Convince Perl to that is is part of the system, as /usr/bin/perl (binary) and /usr/share/perl (library). The latter was chosen as analogous to other directories already present in /usr/share, like /usr/share/groff_font and (particularly) /usr/share/mk. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-10-27T23:36:57.000000Z K 7 svn:log V 59 ibcs2 is not a filesystem, don't compile it as if it were. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-10-27T23:39:19.000000Z K 7 svn:log V 67 Again, this is not a filesystem so don't compile it as if it were. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-28T02:37:57.000000Z K 7 svn:log V 86 Note that enable and disable don't do anything, at present. Make ^U/^X actually work. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-28T03:02:47.000000Z K 7 svn:log V 78 Added two #defines to make this compile, until Paul gets out of bed again :-) END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-28T03:08:28.000000Z K 7 svn:log V 97 Implement dialog_prgbox() function which allows run program (via pipe) with output to dialog box END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-28T03:12:46.000000Z K 7 svn:log V 50 Add --prgbox option to test new prgbox() function END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-28T03:22:29.000000Z K 7 svn:log V 21 prgbox example added END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-28T04:05:32.000000Z K 7 svn:log V 106 Add refresh after each line of program output, some pgms may have long waiting time between output lines. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-28T04:35:13.000000Z K 7 svn:log V 211 Remove eeprom from the default list of subdirs. It gets added properly in the sparc case anyway. Next step will be to move some of the i386 specific things, like fdformat and fdwrite, into an i386 .if clause. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-28T04:46:08.000000Z K 7 svn:log V 80 This concludes the CVS-surgery. This makefile now just points at the subdir's. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-28T04:56:51.000000Z K 7 svn:log V 52 Urg! the netboot/Makefile is in a miserable state. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-28T05:36:38.000000Z K 7 svn:log V 121 Add a -I${.CURDIR} so that the next time Andrew changes dialog.h, the whole build doesn't fall over before installation. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-28T06:41:47.000000Z K 7 svn:log V 50 Make CLEANFILES just a little bit less psychotic. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-28T06:42:38.000000Z K 7 svn:log V 34 But just a little more merciless. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-28T06:58:04.000000Z K 7 svn:log V 17 Add -I${.CURDIR} END K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-10-28T07:54:13.000000Z K 7 svn:log V 101 Removed extra slash between ${DESTDIR} and ${BINDIR}, noticed while working on Makefile for netboot. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-28T12:42:05.000000Z K 7 svn:log V 153 From: fredriks@mcs.com (Lars Fredriksen) ... It turns out that these files do not include before . Submitted by: fredriks END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-28T13:19:42.000000Z K 7 svn:log V 70 Andreas Klemm's tape erase patches from 1.1.5.1 Submitted by: andreas END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-28T13:21:57.000000Z K 7 svn:log V 71 Andreas Klemm's tape erase patches from 1.1.5.1. Submitted by: andreas END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-28T15:06:53.000000Z K 7 svn:log V 77 Add the ipfw command, for IP firewall construction. Submitted by: danny ugen END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-28T15:06:53.000000Z K 7 svn:log V 142 This commit was generated by cvs2svn to compensate for changes in r3965, 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-10-28T15:06:54.000000Z K 7 svn:log V 65 This commit was manufactured by cvs2svn to create tag 'ipfw_tag'. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 1994-10-28T15:06:55.000000Z K 7 svn:log V 64 This commit was manufactured by cvs2svn to create branch 'ipfw'. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-28T15:09:49.000000Z K 7 svn:log V 81 IP Firewall code from Daniel Boulet and J.S.Antsilevich Submitted by: danny ugen END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-28T15:12:22.000000Z K 7 svn:log V 137 Fix up the man page a little more, delete the README that crept in (but I'm actually just as happy to have in the attic, for reference). END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-28T15:17:23.000000Z K 7 svn:log V 42 Add sample stuff for the ipfw(1) utility. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-28T15:19:57.000000Z K 7 svn:log V 111 Totally refrobnicate stage0. Add an extern to sysinstall.h so we can all share the same `selection' variable. END K 10 svn:author V 5 joerg K 8 svn:date V 27 1994-10-28T17:07:32.000000Z K 7 svn:log V 96 Corrected the xref to the driver man page to be fdc(4) now that we have one (instead of fd(4)). END K 10 svn:author V 5 joerg K 8 svn:date V 27 1994-10-28T17:26:27.000000Z K 7 svn:log V 387 Fixed an evil bug where rawname() could write across the boundaries of an array. The bug became obvious in the old system where the array was only 32 characters long (now MAXPATHLEN). Dump honored its name then (:-) and dumped its core when calling dump -w for a fstab that contained rather long NFS file system names. Even though this is rather unlikely to happen now, a bug is a bug:) END K 10 svn:author V 2 dg K 8 svn:date V 27 1994-10-28T18:50:36.000000Z K 7 svn:log V 57 Fixed Jordan's editing mistake that caused this to puke. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-28T21:39:58.000000Z K 7 svn:log V 136 Renamed a variable from 'DB' to 'cDB', so the vi(1) will compile again. Nice to see that people test their fixes before they commit :-( END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-28T21:53:17.000000Z K 7 svn:log V 41 Missed one reference to the DB variable. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-28T22:11:50.000000Z K 7 svn:log V 34 Add netboot to the world of make. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-28T22:13:22.000000Z K 7 svn:log V 113 A new Makefile, which is more our kind of makefile. Based on Martins makefile, made by Rod, briefly tested by me END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-28T23:18:26.000000Z K 7 svn:log V 142 Rename cDB to DB back like old good BSD curses always does, check ultrix for example. Real place for fix will be vi(1), wait for next commit. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-28T23:27:00.000000Z K 7 svn:log V 184 After some thinking better place to fix appearse curses again, not vi(1). Remove DB from curses.h and still implement it provide this variable for programs that expect it in any case. END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-28T23:27:57.000000Z K 7 svn:log V 28 Continue previous fix still END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-28T23:31:48.000000Z K 7 svn:log V 24 Fix print class mistype END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-28T23:38:18.000000Z K 7 svn:log V 50 Finally move DB declaration under _CURSES_PRIVATE END K 10 svn:author V 3 pst K 8 svn:date V 27 1994-10-29T07:14:55.000000Z K 7 svn:log V 297 Test test test! sigh! Perl's scripts are still trying to execute perl out of /usr/gnu/bin/perl. The hack Larry was using for h2ph.1 doesn't work with the new macros, so make it a real man page. Also, we weren't building the .ph files, add them as an afterinstall rule in the x2p subdirectory. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-29T08:22:13.000000Z K 7 svn:log V 10 Add ipfw. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-29T10:01:40.000000Z K 7 svn:log V 863 Fixed to make sysinstall work again. Notable changes: Removed a dialog_clear() which somebody aimlessly had slammed into TellEm() in absence of any understanding of the structure of this program. :-( Skip through stage0 for now. Make write_bootblocks write the disklabel using the kernel-call, and forget about the boot-blocks for now. This is wrong, but I havn't found the real problem yet. I will continue work on this problem. Added a Debug-feature. There is a printf' like Debug() now which sends its output to ttyv1 (Alt-F2), and all "discarded output" from sub-processes end up there too. Made TellEm() put it's messages there also, so that we can see where what happens. Set the PATH for the shell we shouldn't start at the end :-) set "npartitions" after the disklabel-editor returns, so that we actually can edit all the 8 parts of the label. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-29T10:03:37.000000Z K 7 svn:log V 22 fixed a typing error. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-29T10:13:34.000000Z K 7 svn:log V 107 Don't check existence of -lcrypt to decide if DES is employed, instead check that "NOCRYPT" isn't defined. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-29T10:19:32.000000Z K 7 svn:log V 56 Add back a "is" variable which was removed by accident. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-29T12:03:59.000000Z K 7 svn:log V 74 Fixed another bunch of problems. I belive we are in a working shape now. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-29T12:47:44.000000Z K 7 svn:log V 129 Fixes related to release-production: bdes only if !NOCRYPT Always MAKEDEV in bindist, otherwise diskless installation is a mess. END K 10 svn:author V 3 phk K 8 svn:date V 27 1994-10-29T12:48:12.000000Z K 7 svn:log V 41 The latest hacks to make a release with. END K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-10-29T13:13:40.000000Z K 7 svn:log V 57 Make this documentation more sane in the context of 2.0. END K 10 svn:author V 3 pst K 8 svn:date V 27 1994-10-29T23:58:02.000000Z K 7 svn:log V 61 Incorproate version of md5 placed into public domain by RSA. END K 10 svn:author V 3 pst K 8 svn:date V 27 1994-10-29T23:58:02.000000Z K 7 svn:log V 142 This commit was generated by cvs2svn to compensate for changes in r3995, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 3 pst K 8 svn:date V 27 1994-10-29T23:58:55.000000Z K 7 svn:log V 8 add md5 END K 10 svn:author V 4 ache K 8 svn:date V 27 1994-10-29T23:59:48.000000Z K 7 svn:log V 84 write ptys use _the_same_ tsleep/wakeup address as read ptys due to mistype, fixed. END K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-10-30T00:21:30.000000Z K 7 svn:log V 210 Delete `vax' (and `i386' and `hp300' etc.) namespace pollution. Our one supported compiler always defines the double-underscore variant, so always use that. Noticed by Bruce Evans after a report by John Capo. END