]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
29 years agoImplement CPU_ADJKERNTZ in different way: call resettodr()
ache [Tue, 1 Nov 1994 06:04:12 +0000 (06:04 +0000)]
Implement CPU_ADJKERNTZ in different way: call resettodr()
on writting this variable. adjkerntz pgm changes will follow.

29 years agoAdd kernel hooks for /dev/vatio -- a minimalistic BSD audio driver emulator
pst [Tue, 1 Nov 1994 01:47:22 +0000 (01:47 +0000)]
Add kernel hooks for /dev/vatio -- a minimalistic BSD audio driver emulator
created by Amancio Hasty (specificly, this, in conjunction with his sound
driver mods for dual-mode DMA will allow VAT compiled for BSD/386 1.1 to
run under FreeBSD 2.x.)

29 years agoLatest changes from Uben.
jkh [Mon, 31 Oct 1994 23:58:04 +0000 (23:58 +0000)]
Latest changes from Uben.
Submitted by: uben

29 years agoChanged RAW_PART to RAWPART so it comes from disklabel.h.
phk [Mon, 31 Oct 1994 23:45:40 +0000 (23:45 +0000)]
Changed RAW_PART to RAWPART so it comes from disklabel.h.
Force RAW_PART to have the right size.
Set d_secperunit in the disklabel.

29 years agoMake patch rule pick up everything in patchdir alphabetically.
jkh [Mon, 31 Oct 1994 22:51:09 +0000 (22:51 +0000)]
Make patch rule pick up everything in patchdir alphabetically.
No need to call it `patch-aa' if you can simply call it `aa', etc.

29 years agoIncluded the fdcontrol subdir.
joerg [Mon, 31 Oct 1994 21:51:25 +0000 (21:51 +0000)]
Included the fdcontrol subdir.

29 years agoExpunge the stain I left upon this code. My '/' fix was utterly
jkh [Mon, 31 Oct 1994 18:00:06 +0000 (18:00 +0000)]
Expunge the stain I left upon this code.  My '/' fix was utterly
bogus.  Thanks, Boyd!

29 years agoAdded hooks for an easy drop-in of the pcvt concole driver.
joerg [Mon, 31 Oct 1994 17:20:15 +0000 (17:20 +0000)]
Added hooks for an easy drop-in of the pcvt concole driver.
Don't panic:-), this is simple stuff just doing exactly the same as for syscons.
(files.i386 did already contain the necessary stuff.)

29 years agoAdded a reference for the GENERIC kernel.
ats [Mon, 31 Oct 1994 10:03:51 +0000 (10:03 +0000)]
Added a reference for the GENERIC kernel.

29 years agoChanged all occurences of GENERICAH/GENERICBT to a simple GENERIC in the
ats [Mon, 31 Oct 1994 09:52:23 +0000 (09:52 +0000)]
Changed all occurences of GENERICAH/GENERICBT to a simple GENERIC in the
man pages.

29 years agoDetect old-style multicast routers and interoperate properly
pst [Mon, 31 Oct 1994 06:36:47 +0000 (06:36 +0000)]
Detect old-style multicast routers and interoperate properly

29 years agochanged '#ifdef i386' to '#ifdef __i386__'
phk [Mon, 31 Oct 1994 06:31:14 +0000 (06:31 +0000)]
changed '#ifdef i386' to '#ifdef __i386__'

29 years agoDon't make too big windows, count actually text width/height
ache [Mon, 31 Oct 1994 04:49:15 +0000 (04:49 +0000)]
Don't make too big windows, count actually text width/height

29 years agoChange hardcoded 24x80 to LINES-1, COLS
ache [Mon, 31 Oct 1994 04:07:43 +0000 (04:07 +0000)]
Change hardcoded 24x80 to LINES-1, COLS
Remove compiler warning

29 years agoAdd pointer check after each newwin/subwin with error diagnostic
ache [Mon, 31 Oct 1994 04:02:31 +0000 (04:02 +0000)]
Add pointer check after each newwin/subwin with error diagnostic

29 years agoAdd SIGTERM reaction -- cleanup
ache [Mon, 31 Oct 1994 03:07:39 +0000 (03:07 +0000)]
Add SIGTERM reaction -- cleanup

29 years agoMore verbose diagnostic, if fails
ache [Mon, 31 Oct 1994 03:03:18 +0000 (03:03 +0000)]
More verbose diagnostic, if fails

29 years agoNow COLS/LINES uses window cols/lines, not cols/lines from termcap entry
ache [Mon, 31 Oct 1994 01:48:48 +0000 (01:48 +0000)]
Now COLS/LINES uses window cols/lines, not cols/lines from termcap entry

29 years agoDeleted the private clean/cleandir targets in the Makefile. Delete
ats [Mon, 31 Oct 1994 01:17:24 +0000 (01:17 +0000)]
Deleted the private clean/cleandir targets in the Makefile. Delete
a hardcoded reference to the "obj" dir. So this makefile should now
work with and without an obj dir and deletes the obj dir with a
normal cleandir.

29 years agoDelete the clean and cleandir target and let the bsd.prog.mk do the
ats [Mon, 31 Oct 1994 00:42:20 +0000 (00:42 +0000)]
Delete the clean and cleandir target and let the bsd.prog.mk do the
work. Error was with the private clean/cleandir pair, the obj under
include/rpcsvc doesn't get cleaned out.

29 years agoGive up instead of looping endlessly for unknown speeds.
bde [Sun, 30 Oct 1994 21:01:04 +0000 (21:01 +0000)]
Give up instead of looping endlessly for unknown speeds.

29 years agoDocumented the FDSEEKWAIT option.
joerg [Sun, 30 Oct 1994 20:57:07 +0000 (20:57 +0000)]
Documented the FDSEEKWAIT option.

29 years agoPrint "(null)" instead of crashing for null strings. Null names are
bde [Sun, 30 Oct 1994 20:55:44 +0000 (20:55 +0000)]
Print "(null)" instead of crashing for null strings.  Null names are
often generated for stack traces.  Now inspection of unmapped addresses
no longer panics the system.

29 years agoDon't include isa.c! How did it link?
bde [Sun, 30 Oct 1994 20:44:20 +0000 (20:44 +0000)]
Don't include isa.c!  How did it link?

Otherwise clean up the includes.  Don't include anything included by
param.h.  Do include systm.h and cons.h to avoid satisfy -Wimplicit.
Don't include console.h or use NOKEY because these are for syscons
and we use generic consoles.

Don't follow null pointer for command "ls -lrt" - don't allow extra
args but do allow trailing blanks.

Check for invalid device numbers.  strtol() failures are now checked
for in all cases, but not carefully enough.  We should check for
trailing junk, allow any base in all cases (just like config) and
handle signs better . (Use strtoul not strtol and cast by assignment
to the correct type - always an integral type, PARM_ADDR is bogus.
Hex numbers > 0x7fffffff can't be entered now.  0xffffffff has to
be entered as -1.)

29 years agoFix selector arg to match the (missing) prototype for sdtossd().
bde [Sun, 30 Oct 1994 20:25:21 +0000 (20:25 +0000)]
Fix selector arg to match the (missing) prototype for sdtossd().
Cosmetic.

Return from trap() if trap_fatal() returns.  trap_fatal() isn't
fatal if you have ddb.  Returning from trap() is usually the right
thing to do and much better than falling through.

29 years agoFix selector arg to match the (missing) prototype for ssdtosd().
bde [Sun, 30 Oct 1994 20:23:23 +0000 (20:23 +0000)]
Fix selector arg to match the (missing) prototype for ssdtosd().
Cosmetic.

29 years agolocore.s:
bde [Sun, 30 Oct 1994 20:09:13 +0000 (20:09 +0000)]
locore.s:
Build a dummy frame at the top of tmpstk to help debuggers trace the stack
when the system is idle.

swtch.s: idle():
Initialize the frame pointer so that debuggers don't try to trace a bogus
stack.

Load the frame pointer, load the stack pointer and switch out the old
stack in the unique order that never leaves one of the pointers pointers
invalid so that debuggers can trace idle().  Disabling interrupts
provides sufficient validity for normal operation, but debuggers use
(trace) traps.

29 years agoSeveral minor fixes to the floppy driver:
joerg [Sun, 30 Oct 1994 20:04:40 +0000 (20:04 +0000)]
Several minor fixes to the floppy driver:

. avoid resetting the FDC every time the last motor is going off;
instead, give it a 60-second period for possible later reactivation.
This prevents us from needing to recalibrate the FDC too often,
but still allows for an ``automagic error recovery', just in case the
controller is absolutely stuck. (Simply wait for 60 seconds, and
try it again.)

. made the floppy head settle time after a seek a constant
that might be overridden by a config option. (Well, actually the
divisor of the settle time). Pepople often reported problems with
their floppies, so i need a simply mechanism that allows them
to play with that value. (I personally cannot find any problem
on *my* drives.)

. implement the FD_DEBUG ioctl command, in case the driver
is compiled with DEBUG turned on.

. removed a bogus parameter from a printf; the remaining warnings
from gcc -Wall seem to be warnings about the %b format gcc cannot
understand

. rearrange Garett's code to fit better in the existing structure
of #define/type/function ordering.

. make everything fit into 79 columns again.

29 years agoDon't attempt to free null cblocks. There may be less to free than
bde [Sun, 30 Oct 1994 19:43:49 +0000 (19:43 +0000)]
Don't attempt to free null cblocks.  There may be less to free than
normal due to cblock resource starvation or malloc() failing when
the device is opened.

29 years agoIncluded the command definition for FD_DEBUG.
joerg [Sun, 30 Oct 1994 19:17:39 +0000 (19:17 +0000)]
Included the command definition for FD_DEBUG.
This way, it's possible for a user to activate/deactivate floppy driver
debugging, even if (s)he doesn't like the overhead of running DDB.
Since some ppl tend to have problems with their drives, this might be
valuable for investigations.

29 years agoThis commit was generated by cvs2svn to compensate for changes in r4007,
joerg [Sun, 30 Oct 1994 18:52:01 +0000 (18:52 +0000)]
This commit was generated by cvs2svn to compensate for changes in r4007,
which included commits to RCS files with non-trunk default branches.

29 years agoImport the fdcontrol command. It has been in 1.1.5, but obviously has been lost on...
joerg [Sun, 30 Oct 1994 18:52:01 +0000 (18:52 +0000)]
Import the fdcontrol command. It has been in 1.1.5, but obviously has been lost on its way to 2.0.
This program uses the FD_DEBUG ioctl, which will have to be commited yet.

29 years agoFixed a type.
joerg [Sun, 30 Oct 1994 18:23:22 +0000 (18:23 +0000)]
Fixed a type.

29 years agodaily:
joerg [Sun, 30 Oct 1994 18:20:58 +0000 (18:20 +0000)]
daily:
Leave a warning to the sysop if (s)he didn't yet
enable the /tmp cleanup code.
Made `core' in the cleanup template look `*.core'.
Replace `df -k' by `df -k -t local', since the stats
for kernfs, procfs etc. are not of much interest, and
the inclusion of nfs systems might  hang the machine (nor is it a
`disk' statistic as the headline's telling).
weekly:
Modified the locate.updatedb part to work even if there's no
database yet; report errors other than `Permission denied' instead
of silently ignoring all of them.
Added functionality to rebuild the whatis database once a week.

29 years agoAdd commented out startup locale setup, needed for some daemons
ache [Sun, 30 Oct 1994 04:33:57 +0000 (04:33 +0000)]
Add commented out startup locale setup, needed for some daemons
like comsat

29 years agoMore 8bit/ctype fixes, command mode
ache [Sun, 30 Oct 1994 04:05:50 +0000 (04:05 +0000)]
More 8bit/ctype fixes, command mode

29 years agoMake window 8bit clean and ctype oriented.
ache [Sun, 30 Oct 1994 03:09:58 +0000 (03:09 +0000)]
Make window 8bit clean and ctype oriented.
Fix restart after ^Z hang.

29 years agoFix hang on exit: needs to restore SIGIO reaction _before_
ache [Sun, 30 Oct 1994 01:43:09 +0000 (01:43 +0000)]
Fix hang on exit: needs to restore SIGIO reaction _before_
tcsetattr, because tcsetattr cause SIGIO in wakeup

29 years agoSubmitted by: Paul F. Werkowski
ats [Sun, 30 Oct 1994 00:30:27 +0000 (00:30 +0000)]
Submitted by: Paul F. Werkowski
Add a quirk line for the SONY SDT-5000 like it is done for the WangDAT tapes.

29 years agoDelete `vax' (and `i386' and `hp300' etc.) namespace pollution.
wollman [Sun, 30 Oct 1994 00:21:30 +0000 (00:21 +0000)]
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.

29 years agowrite ptys use _the_same_ tsleep/wakeup address as read ptys due to
ache [Sat, 29 Oct 1994 23:59:48 +0000 (23:59 +0000)]
write ptys use _the_same_ tsleep/wakeup address as read ptys due to
mistype, fixed.

29 years agoadd md5
pst [Sat, 29 Oct 1994 23:58:55 +0000 (23:58 +0000)]
add md5

29 years agoThis commit was generated by cvs2svn to compensate for changes in r3995,
pst [Sat, 29 Oct 1994 23:58:02 +0000 (23:58 +0000)]
This commit was generated by cvs2svn to compensate for changes in r3995,
which included commits to RCS files with non-trunk default branches.

29 years agoIncorproate version of md5 placed into public domain by RSA.
pst [Sat, 29 Oct 1994 23:58:02 +0000 (23:58 +0000)]
Incorproate version of md5 placed into public domain by RSA.

29 years agoMake this documentation more sane in the context of 2.0.
jkh [Sat, 29 Oct 1994 13:13:40 +0000 (13:13 +0000)]
Make this documentation more sane in the context of 2.0.

29 years agoThe latest hacks to make a release with.
phk [Sat, 29 Oct 1994 12:48:12 +0000 (12:48 +0000)]
The latest hacks to make a release with.

29 years agoFixes related to release-production:
phk [Sat, 29 Oct 1994 12:47:44 +0000 (12:47 +0000)]
Fixes related to release-production:
bdes only if !NOCRYPT
Always MAKEDEV in bindist, otherwise diskless installation is a mess.

29 years agoFixed another bunch of problems. I belive we are in a working shape now.
phk [Sat, 29 Oct 1994 12:03:59 +0000 (12:03 +0000)]
Fixed another bunch of problems.  I belive we are in a working shape now.

29 years agoAdd back a "is" variable which was removed by accident.
phk [Sat, 29 Oct 1994 10:19:32 +0000 (10:19 +0000)]
Add back a "is" variable which was removed by accident.

29 years agoDon't check existence of -lcrypt to decide if DES is employed,
phk [Sat, 29 Oct 1994 10:13:34 +0000 (10:13 +0000)]
Don't check existence of -lcrypt to decide if DES is employed,
instead check that "NOCRYPT" isn't defined.

29 years agofixed a typing error.
phk [Sat, 29 Oct 1994 10:03:37 +0000 (10:03 +0000)]
fixed a typing error.

29 years agoFixed to make sysinstall work again. Notable changes:
phk [Sat, 29 Oct 1994 10:01:40 +0000 (10:01 +0000)]
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.

29 years agoAdd ipfw.
jkh [Sat, 29 Oct 1994 08:22:13 +0000 (08:22 +0000)]
Add ipfw.

29 years agoTest test test! sigh!
pst [Sat, 29 Oct 1994 07:14:55 +0000 (07:14 +0000)]
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.

29 years agoFinally move DB declaration under _CURSES_PRIVATE
ache [Fri, 28 Oct 1994 23:38:18 +0000 (23:38 +0000)]
Finally move DB declaration under _CURSES_PRIVATE

29 years agoFix print class mistype
ache [Fri, 28 Oct 1994 23:31:48 +0000 (23:31 +0000)]
Fix print class mistype

29 years agoContinue previous fix still
ache [Fri, 28 Oct 1994 23:27:57 +0000 (23:27 +0000)]
Continue previous fix still

29 years agoAfter some thinking better place to fix appearse curses again, not
ache [Fri, 28 Oct 1994 23:27:00 +0000 (23:27 +0000)]
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.

29 years agoRename cDB to DB back like old good BSD curses always does,
ache [Fri, 28 Oct 1994 23:18:26 +0000 (23:18 +0000)]
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.

29 years agoA new Makefile, which is more our kind of makefile.
phk [Fri, 28 Oct 1994 22:13:22 +0000 (22:13 +0000)]
A new Makefile, which is more our kind of makefile.
Based on Martins makefile, made by Rod, briefly tested by me

29 years agoAdd netboot to the world of make.
phk [Fri, 28 Oct 1994 22:11:50 +0000 (22:11 +0000)]
Add netboot to the world of make.

29 years agoMissed one reference to the DB variable.
phk [Fri, 28 Oct 1994 21:53:17 +0000 (21:53 +0000)]
Missed one reference to the DB variable.

29 years agoRenamed a variable from 'DB' to 'cDB', so the vi(1) will compile again.
phk [Fri, 28 Oct 1994 21:39:58 +0000 (21:39 +0000)]
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 :-(

29 years agoFixed Jordan's editing mistake that caused this to puke.
dg [Fri, 28 Oct 1994 18:50:36 +0000 (18:50 +0000)]
Fixed Jordan's editing mistake that caused this to puke.

29 years agoFixed an evil bug where rawname() could write across the boundaries of
joerg [Fri, 28 Oct 1994 17:26:27 +0000 (17:26 +0000)]
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:)

29 years agoCorrected the xref to the driver man page to be fdc(4) now that
joerg [Fri, 28 Oct 1994 17:07:32 +0000 (17:07 +0000)]
Corrected the xref to the driver man page to be fdc(4) now that
we have one (instead of fd(4)).

29 years agoTotally refrobnicate stage0. Add an extern to sysinstall.h so we can
jkh [Fri, 28 Oct 1994 15:19:57 +0000 (15:19 +0000)]
Totally refrobnicate stage0.  Add an extern to sysinstall.h so we can
all share the same `selection' variable.

29 years agoAdd sample stuff for the ipfw(1) utility.
jkh [Fri, 28 Oct 1994 15:17:23 +0000 (15:17 +0000)]
Add sample stuff for the ipfw(1) utility.

29 years agoFix up the man page a little more, delete the README that crept in
jkh [Fri, 28 Oct 1994 15:12:22 +0000 (15:12 +0000)]
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).

29 years agoIP Firewall code from Daniel Boulet and J.S.Antsilevich
jkh [Fri, 28 Oct 1994 15:09:49 +0000 (15:09 +0000)]
IP Firewall code from Daniel Boulet and J.S.Antsilevich
Submitted by: danny ugen

29 years agoThis commit was generated by cvs2svn to compensate for changes in r3965,
jkh [Fri, 28 Oct 1994 15:06:53 +0000 (15:06 +0000)]
This commit was generated by cvs2svn to compensate for changes in r3965,
which included commits to RCS files with non-trunk default branches.

29 years agoAdd the ipfw command, for IP firewall construction.
jkh [Fri, 28 Oct 1994 15:06:53 +0000 (15:06 +0000)]
Add the ipfw command, for IP firewall construction.
Submitted by: danny ugen

29 years agoAdd the ipfw command, for IP firewall construction.
jkh [Fri, 28 Oct 1994 15:06:53 +0000 (15:06 +0000)]
Add the ipfw command, for IP firewall construction.
Submitted by: danny ugen

29 years agoAndreas Klemm's tape erase patches from 1.1.5.1.
jkh [Fri, 28 Oct 1994 13:21:57 +0000 (13:21 +0000)]
Andreas Klemm's tape erase patches from 1.1.5.1.
Submitted by: andreas

29 years agoAndreas Klemm's tape erase patches from 1.1.5.1
jkh [Fri, 28 Oct 1994 13:19:42 +0000 (13:19 +0000)]
Andreas Klemm's tape erase patches from 1.1.5.1
Submitted by: andreas

29 years agoFrom: fredriks@mcs.com (Lars Fredriksen)
jkh [Fri, 28 Oct 1994 12:42:05 +0000 (12:42 +0000)]
From: fredriks@mcs.com (Lars Fredriksen)
...
It turns out that these files do not include <sys/dkbad.h> before
<sys/disklabel.h>.
Submitted by: fredriks

29 years agoRemoved extra slash between ${DESTDIR} and ${BINDIR}, noticed while working
rgrimes [Fri, 28 Oct 1994 07:54:13 +0000 (07:54 +0000)]
Removed extra slash between ${DESTDIR} and ${BINDIR}, noticed while working
on Makefile for netboot.

29 years agoAdd -I${.CURDIR}
ache [Fri, 28 Oct 1994 06:58:04 +0000 (06:58 +0000)]
Add -I${.CURDIR}

29 years agoBut just a little more merciless.
jkh [Fri, 28 Oct 1994 06:42:38 +0000 (06:42 +0000)]
But just a little more merciless.

29 years agoMake CLEANFILES just a little bit less psychotic.
jkh [Fri, 28 Oct 1994 06:41:47 +0000 (06:41 +0000)]
Make CLEANFILES just a little bit less psychotic.

29 years agoAdd a -I${.CURDIR} so that the next time Andrew changes dialog.h, the
jkh [Fri, 28 Oct 1994 05:36:38 +0000 (05:36 +0000)]
Add a -I${.CURDIR} so that the next time Andrew changes dialog.h, the
whole build doesn't fall over before installation.

29 years agoUrg! the netboot/Makefile is in a miserable state.
phk [Fri, 28 Oct 1994 04:56:51 +0000 (04:56 +0000)]
Urg!  the netboot/Makefile is in a miserable state.

29 years agoThis concludes the CVS-surgery. This makefile now just points at the subdir's.
phk [Fri, 28 Oct 1994 04:46:08 +0000 (04:46 +0000)]
This concludes the CVS-surgery.  This makefile now just points at the subdir's.

29 years agoRemove eeprom from the default list of subdirs. It gets added properly
jkh [Fri, 28 Oct 1994 04:35:13 +0000 (04:35 +0000)]
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.

29 years agoAdd refresh after each line of program output,
ache [Fri, 28 Oct 1994 04:05:32 +0000 (04:05 +0000)]
Add refresh after each line of program output,
some pgms may have long waiting time between output lines.

29 years agoprgbox example added
ache [Fri, 28 Oct 1994 03:22:29 +0000 (03:22 +0000)]
prgbox example added

29 years agoAdd --prgbox option to test new prgbox() function
ache [Fri, 28 Oct 1994 03:12:46 +0000 (03:12 +0000)]
Add --prgbox option to test new prgbox() function

29 years agoImplement dialog_prgbox() function which allows run program
ache [Fri, 28 Oct 1994 03:08:28 +0000 (03:08 +0000)]
Implement dialog_prgbox() function which allows run program
(via pipe) with output to dialog box

29 years agoAdded two #defines to make this compile, until Paul gets out of bed again :-)
phk [Fri, 28 Oct 1994 03:02:47 +0000 (03:02 +0000)]
Added two #defines to make this compile, until Paul gets out of bed again :-)

29 years agoNote that enable and disable don't do anything, at present.
jkh [Fri, 28 Oct 1994 02:37:57 +0000 (02:37 +0000)]
Note that enable and disable don't do anything, at present.
Make ^U/^X actually work.

29 years agoAgain, this is not a filesystem so don't compile it as if it were.
wollman [Thu, 27 Oct 1994 23:39:19 +0000 (23:39 +0000)]
Again, this is not a filesystem so don't compile it as if it were.

29 years agoibcs2 is not a filesystem, don't compile it as if it were.
wollman [Thu, 27 Oct 1994 23:36:57 +0000 (23:36 +0000)]
ibcs2 is not a filesystem, don't compile it as if it were.

29 years agoConvince Perl to that is is part of the system, as /usr/bin/perl (binary)
wollman [Thu, 27 Oct 1994 23:16:54 +0000 (23:16 +0000)]
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.

29 years agoPrevious commit was incompleted, yet one step required
ache [Thu, 27 Oct 1994 23:13:53 +0000 (23:13 +0000)]
Previous commit was incompleted, yet one step required

29 years agoAdded: /usr/share/{info,locale,perl}.
wollman [Thu, 27 Oct 1994 23:05:15 +0000 (23:05 +0000)]
Added: /usr/share/{info,locale,perl}.

29 years agoRemove VMIN_BUG from CFLAGS, add 57600, 115200
ache [Thu, 27 Oct 1994 22:52:14 +0000 (22:52 +0000)]
Remove VMIN_BUG from CFLAGS, add 57600, 115200

29 years agoFix scroll bug bringed by vi(1), from phk's flame
ache [Thu, 27 Oct 1994 22:36:56 +0000 (22:36 +0000)]
Fix scroll bug bringed by vi(1), from phk's flame
(I still wait for apologies)

29 years agoJulian Elischer's disklabel fixes.
jkh [Thu, 27 Oct 1994 20:45:13 +0000 (20:45 +0000)]
Julian Elischer's disklabel fixes.

29 years agoChange some compile time defaults, which may be overridden from the
se [Thu, 27 Oct 1994 20:12:46 +0000 (20:12 +0000)]
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 ...

29 years agorecommit rev 1.5 of ftpd, I fatfingered a command
pst [Thu, 27 Oct 1994 19:36:01 +0000 (19:36 +0000)]
recommit rev 1.5 of ftpd, I fatfingered a command