unix-history/.git
30 years agoAdded bootpd program from NetBSD. Supplied by Michael Reifenberg
Martin Renters [Tue, 25 Jan 1994 22:53:49 +0000 (22:53 +0000)]
Added bootpd program from NetBSD. Supplied by Michael Reifenberg

30 years agoPut some more info about the toshiba ethernet cards into if_edreg.h.
Andreas Schulz [Tue, 25 Jan 1994 22:52:09 +0000 (22:52 +0000)]
Put some more info about the toshiba ethernet cards into if_edreg.h.
Changed some numeric constants to defines in if_ed.c for the toshiba
cards.

30 years agoAdded bootpd target
Martin Renters [Tue, 25 Jan 1994 22:51:39 +0000 (22:51 +0000)]
Added bootpd target

30 years agoAdded support for non-POSIX speeds 57600 and 1152000 if they are defined
Nate Willams [Tue, 25 Jan 1994 18:49:14 +0000 (18:49 +0000)]
Added support for non-POSIX speeds 57600 and 1152000 if they are defined
in the same manner as EXTA and EXTB are supported.

30 years agoThe system default crontab now resides in /etc/crontab, and I changed it's
Nate Willams [Tue, 25 Jan 1994 17:27:03 +0000 (17:27 +0000)]
The system default crontab now resides in /etc/crontab, and I changed it's
mode to 644 as most unix systems allow you to read root's crontab.

30 years agoFixed typing error.
Christoph Robitschko [Tue, 25 Jan 1994 16:15:30 +0000 (16:15 +0000)]
Fixed typing error.

30 years agofixed segmentation fault when connecting to nowhere.
Christoph Robitschko [Tue, 25 Jan 1994 16:04:54 +0000 (16:04 +0000)]
fixed segmentation fault when connecting to nowhere.
Also changed all gets() to fgets().

30 years agoDo my fix that I have done to all the other ethernet drivers to use
Rod Grimes [Tue, 25 Jan 1994 11:20:06 +0000 (11:20 +0000)]
Do my fix that I have done to all the other ethernet drivers to use
arpcom intead of foo_ac, remove now unneeded defines, fix support for
options NS.

Still one compiler warning to fix :-)

30 years agoMoved netrmp back out of the Attic, and put the lines back in here for it.
Rod Grimes [Tue, 25 Jan 1994 11:16:01 +0000 (11:16 +0000)]
Moved netrmp back out of the Attic, and put the lines back in here for it.

30 years agoDisabled sg disk driver in LINT since there is no sg.c file in isa yet!
Rod Grimes [Tue, 25 Jan 1994 11:08:25 +0000 (11:08 +0000)]
Disabled sg disk driver in LINT since there is no sg.c file in isa yet!

Removed com port comments, since we are about to depricate the driver.

Fix several plaes in LINT where people have been cutting and pasting using
xterms :-(

30 years ago>From: Guy Helmer <ghelmer@alpha.dsu.edu>
Rod Grimes [Tue, 25 Jan 1994 04:14:24 +0000 (04:14 +0000)]
>From: Guy Helmer <ghelmer@alpha.dsu.edu>
Date: Mon, 24 Jan 1994 21:14:25 -0600 (CST)

Could you add ftp.dsu.edu:/pub/FreeBSD to the list of MIRRORS, with
myself as the maintainer?  Thanks!

30 years agoSound driver options added
Andrey Chernov [Tue, 25 Jan 1994 03:16:31 +0000 (03:16 +0000)]
Sound driver options added

30 years agoUpdate email addres for ftp.nl.net per Paul Schenkeveld <pauls@inter.nl.net>
Rod Grimes [Tue, 25 Jan 1994 02:54:42 +0000 (02:54 +0000)]
Update email addres for ftp.nl.net per Paul Schenkeveld <pauls@inter.nl.net>
to be archive@nl.net so the site mailing list gets the info :-)

30 years agoMan page for new curses updated
Andrey Chernov [Tue, 25 Jan 1994 02:48:16 +0000 (02:48 +0000)]
Man page for new curses updated

30 years agoNew BSD 4.4 curses is coming.
Andrey Chernov [Tue, 25 Jan 1994 02:42:29 +0000 (02:42 +0000)]
New BSD 4.4 curses is coming.

What is done:

1) A *lot* of work to make this curses compatible with old programs :-(
IMHO, this guys from Berkeley wants to kill all old curses-related soft.
It was hard work, especially for all that junk from /usr/games.
Now all system curses pgms runs OK without any modifications.
I don't test /usr/ports pgms. If smbdy find any curses error there,
please contact me.

2) Make this curses 8-bit clean. This jobs already done at 95%
by Berkeley guys, so I do only 5%.

3) Fix error with addch() yet one char in lower left screen corner.
addch() must return ERR, if window not scrollable. Some pgms use this
feature.

4) Fix error with EOF returned in getch/getstr.

30 years agoFix error with creating scorefile
Andrey Chernov [Tue, 25 Jan 1994 01:58:08 +0000 (01:58 +0000)]
Fix error with creating scorefile

30 years agoMoved init safely out of the way before installing a new version to make
Nate Willams [Tue, 25 Jan 1994 01:35:58 +0000 (01:35 +0000)]
Moved init safely out of the way before installing a new version to make
sure we don't get EXTBUSY errors or binary corruption.

30 years agoRemoved the private clean target in the Makefile and added the files
Andreas Schulz [Tue, 25 Jan 1994 01:10:12 +0000 (01:10 +0000)]
Removed the private clean target in the Makefile and added the files
into a "CLEANFILES +=" rule. Now both a make clean and a make cleandir
should work correctly, formerly only a make clean worked.

30 years agoRemoved obsolete .curses-stamp (whoops!).
Jordan K. Hubbard [Tue, 25 Jan 1994 01:07:13 +0000 (01:07 +0000)]
Removed obsolete .curses-stamp (whoops!).

30 years agoRemove LINKS that install elvis as vi. Now you can have `elvis' as elvis
Jordan K. Hubbard [Tue, 25 Jan 1994 00:58:48 +0000 (00:58 +0000)]
Remove LINKS that install elvis as vi.  Now you can have `elvis' as elvis
and `vi' will remain nvi.

30 years agoPut elvis back..
Jordan K. Hubbard [Tue, 25 Jan 1994 00:56:42 +0000 (00:56 +0000)]
Put elvis back..

30 years agoFix uninitialized pointer
Andrey Chernov [Tue, 25 Jan 1994 00:55:00 +0000 (00:55 +0000)]
Fix uninitialized pointer

30 years agoRemove <compat.h> include.
Jordan K. Hubbard [Tue, 25 Jan 1994 00:47:30 +0000 (00:47 +0000)]
Remove <compat.h> include.

30 years agoFixed an error I made a long while back which caused us to link against
Nate Willams [Tue, 25 Jan 1994 00:47:26 +0000 (00:47 +0000)]
Fixed an error I made a long while back which caused us to link against
librpcsvc when libcrypt existed.  We now always link against librpcsvc
and link against libcrypt if it exists.

30 years agoChange <sys/queue.h> to <queue.h> (thanks Nate! I'm falling asleep
Jordan K. Hubbard [Tue, 25 Jan 1994 00:20:37 +0000 (00:20 +0000)]
Change <sys/queue.h> to <queue.h>  (thanks Nate!  I'm falling asleep
over here!).

30 years agoChange gets->fgets
Andrey Chernov [Tue, 25 Jan 1994 00:18:04 +0000 (00:18 +0000)]
Change gets->fgets

30 years agoUpgrade to vi 1.03 (first step - doc still remains).
Jordan K. Hubbard [Mon, 24 Jan 1994 23:45:23 +0000 (23:45 +0000)]
Upgrade to vi 1.03 (first step - doc still remains).

30 years agoFix bug in old K&R style #define
Andrey Chernov [Mon, 24 Jan 1994 22:47:32 +0000 (22:47 +0000)]
Fix bug in old K&R style #define

30 years agoDeprecate "/dev/vga". Use /dev/ttyv0 always. Note that the terminal type
David Greenman [Mon, 24 Jan 1994 20:57:16 +0000 (20:57 +0000)]
Deprecate "/dev/vga". Use /dev/ttyv0 always. Note that the terminal type
is still 'pc3' in /etc/ttys, and should be changed if we decide to default
to syscons.

30 years agoRevert back to -s being the default. Apparantly, POSIX requires this,
David Greenman [Mon, 24 Jan 1994 20:45:41 +0000 (20:45 +0000)]
Revert back to -s being the default. Apparantly, POSIX requires this,
and only _some_ versions of SysV default to -n (Unix V/386 R4.0 being
one of them).

30 years agofixed spelling error.
Christoph Robitschko [Mon, 24 Jan 1994 08:07:33 +0000 (08:07 +0000)]
fixed spelling error.

30 years agoAdded maintainer email address for my ftp server.
Christoph Robitschko [Mon, 24 Jan 1994 08:00:18 +0000 (08:00 +0000)]
Added maintainer email address for my ftp server.

30 years agoGet rid of a few more bytes with TCPDEBUG.
David Greenman [Mon, 24 Jan 1994 07:17:08 +0000 (07:17 +0000)]
Get rid of a few more bytes with TCPDEBUG.

30 years agoMake #includes look in the proper places for the new structure
Rod Grimes [Mon, 24 Jan 1994 06:09:16 +0000 (06:09 +0000)]
Make #includes look in the proper places for the new structure

30 years agoInitial import of NetBSD msdosfs, only changes made where to change the
Rod Grimes [Mon, 24 Jan 1994 06:04:58 +0000 (06:04 +0000)]
Initial import of NetBSD msdosfs, only changes made where to change the
NetBSD $Id$ to be from NetBSD: and to add a new $Id$, this keeps the
NetBSD version number intact so we can know which verions this came from.

30 years agoRemove netrmp from here, it was removed from the sys tree some time ago.
Rod Grimes [Mon, 24 Jan 1994 05:45:09 +0000 (05:45 +0000)]
Remove netrmp from here, it was removed from the sys tree some time ago.

30 years agoInitial versions of what this area is all about and what I need to
Rod Grimes [Mon, 24 Jan 1994 05:40:30 +0000 (05:40 +0000)]
Initial versions of what this area is all about and what I need to
get done.  Only a start.

30 years agoAdd Ctrl-Altr-Esc DBG key to RUKEYMAP (russian keymap)
Andrey Chernov [Mon, 24 Jan 1994 05:22:27 +0000 (05:22 +0000)]
Add Ctrl-Altr-Esc DBG key to RUKEYMAP (russian keymap)

30 years ago1) base number of cache vm objects on NTEXT. Move initialization of
David Greenman [Mon, 24 Jan 1994 05:12:44 +0000 (05:12 +0000)]
1) base number of cache vm objects on NTEXT. Move initialization of
vm_cache_max into param.c.
2) Make tcpdebug truely optional. Previously there was still a stub
routine and a (large) data structure that was allocated even if this
option wasn't in the kernel config. This reduces the kernel bss by 16k.

30 years agoUpdate db.h for db 1.73 code.
Jordan K. Hubbard [Mon, 24 Jan 1994 03:40:09 +0000 (03:40 +0000)]
Update db.h for db 1.73 code.

30 years agoUpdated to version 1.73
Jordan K. Hubbard [Mon, 24 Jan 1994 03:35:12 +0000 (03:35 +0000)]
Updated to version 1.73
Removed extraneous doc and PORT cruft.

30 years agoAdd files that used to be links.
Jordan K. Hubbard [Mon, 24 Jan 1994 03:09:39 +0000 (03:09 +0000)]
Add files that used to be links.

30 years agoFix for "cp -R" bug: the object cache count was too high for the number
David Greenman [Mon, 24 Jan 1994 02:24:11 +0000 (02:24 +0000)]
Fix for "cp -R" bug: the object cache count was too high for the number
of vnodes. The number of vnodes should be increased in the future, but
lowering the cache size will suffice for now. Fix from John Dyson.

30 years ago>From: batie@agora.rain.com (Alan Batie)
Rod Grimes [Mon, 24 Jan 1994 02:14:26 +0000 (02:14 +0000)]
>From: batie@agora.rain.com (Alan Batie)
Subject: uname default change
Date: Sun, 23 Jan 1994 14:06:16 -0800 (PST)

I've changed uname's default to be "-n" instead of "-s" to make it
compatible with System V, and to what I consider a more reasonable
default.

30 years agoModified Makefile to select the new 4.4BSD vi over elvis. Before you
Jordan K. Hubbard [Mon, 24 Jan 1994 01:20:09 +0000 (01:20 +0000)]
Modified Makefile to select the new 4.4BSD vi over elvis.  Before you
scream "My elvis is gone!  Bring back elvis!", be advised that elvis
and elvisrecover are _still there_, but simply removed as default targets
since it would make little sense to build and install them only to come back
and write over them again with the new vi (which I didn't install as `nvi'
since I want people to test it and too many people are already hardwired to
`vi'!).

30 years agoThis commit was generated by cvs2svn to track changes on a CVS vendor
Jordan K. Hubbard [Mon, 24 Jan 1994 01:14:16 +0000 (01:14 +0000)]
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.

30 years agoThis is `nvi' (tweaked to install as vi), version 1.01.
Jordan K. Hubbard [Mon, 24 Jan 1994 01:14:16 +0000 (01:14 +0000)]
This is `nvi' (tweaked to install as vi), version 1.01.

30 years agoRemove note about having to remove comments for this file to work, since
Rod Grimes [Mon, 24 Jan 1994 00:39:01 +0000 (00:39 +0000)]
Remove note about having to remove comments for this file to work, since
tip/acu.c has been partially fixed to deal with it.

30 years agoFix for # comments as first word on line causing stock /etc/phones to
Rod Grimes [Sun, 23 Jan 1994 23:59:38 +0000 (23:59 +0000)]
Fix for # comments as first word on line causing stock /etc/phones to
be broken.  This is not a complete fix, but it works for now.

>From: Todd Pfaff <todd@flex.eng.mcmaster.ca>
Subject: Re: freefall commit: '386BSD/src/etc phones'

Yup, a closer look reveals that this code will complain of
an unrecognizable host name if there is only one word on a line
of phones, hence a # by itself screws up.

A simple-minded solution is to add:

   if(*string == '#')
       continue;

as the first statement inside the while loop.

30 years agoAdded maintaners field to the list of sites so I (we) know who to inform
Rod Grimes [Sun, 23 Jan 1994 22:33:15 +0000 (22:33 +0000)]
Added maintaners field to the list of sites so I (we) know who to inform
about ftp site changes (like adding 400MB to it!)  I have only heard
from one of the sites I sent mail to, so expect this to be changing a lot
over the next few weeks.

! Netherlands   ftp.nl.net:/pub/os/FreeBSD              <pauls@inter.nl.net>

30 years agoMuch better fix for the hanging console problem. This one actually
David Greenman [Sun, 23 Jan 1994 19:17:17 +0000 (19:17 +0000)]
Much better fix for the hanging console problem. This one actually
works.

30 years agoAdded the following comment:
Rod Grimes [Sun, 23 Jan 1994 18:39:52 +0000 (18:39 +0000)]
Added the following comment:
# YOU MUST REMOVE ALL OF THESE COMMENT LINES BEFORE /etc/phones WILL
# WORK CORRECTLY.  THE DIALER CODE IN tip NEEDS FIXED TO DEAL WITH
# COMMENTS

30 years ago>From: kuku@acds.physik.rwth-aachen.de (Christoph Kukulies)
Rod Grimes [Sun, 23 Jan 1994 18:23:28 +0000 (18:23 +0000)]
>From: kuku@acds.physik.rwth-aachen.de (Christoph Kukulies)
Date: Sun, 23 Jan 94 19:06:45 +0100
Subject: behaviour of 'from'

The from utility barfs when it cannot find /var/mail/user (which is
normally not there when no mail is present). Under Ultrix it silently
exits when /usr/spool/mail/user (in that case) is not there.

30 years agoBacked out previous commit as it requires additional kludges to work
David Greenman [Sun, 23 Jan 1994 17:50:11 +0000 (17:50 +0000)]
Backed out previous commit as it requires additional kludges to work
completely, and it looks like syscons might solve the problem a
different way  (although what about serial consoles??).

30 years agoFrom: Jim Babb <babb@sedhps01.mdc.com>
Andreas Schulz [Sun, 23 Jan 1994 15:43:29 +0000 (15:43 +0000)]
From: Jim Babb <babb@sedhps01.mdc.com>
Bug: In the real vi, multiple lines can be yanked into named buffers
with either of the following syntax:

10"aY
-or-
"a10Y

Elvis only allowed the second format - (the first format only
yanked one line).

30 years agoPatch from Christoph Kukulies to fix off-by-one error in string output:
David Greenman [Sun, 23 Jan 1994 15:06:14 +0000 (15:06 +0000)]
Patch from Christoph Kukulies to fix off-by-one error in string output:

"Wondered about all the smilies and such at the ends of netstat -a lines."

30 years agoSimple fix for a bug in find from Jeffrey Hsu:
David Greenman [Sun, 23 Jan 1994 14:20:28 +0000 (14:20 +0000)]
Simple fix for a bug in find from Jeffrey Hsu:

I was intrigued by this problem and looked into it.  The problem is that
stdout for find is block-buffered, since the output is redirected to a
pipe.  But all the grep subprocesses that -exec runs write their output
immediately upon exit.  Only when find has processed enough files to print
BUFSIZ characters or when it exits does find finally print out the list of
filenames.  The only solution I can come up with at this time of the night
is the obvious one.

...set the buffering mode to line.

30 years agoBrute-force fix for the "hanging console" problem. Simply _don't_ call
David Greenman [Sat, 22 Jan 1994 22:48:21 +0000 (22:48 +0000)]
Brute-force fix for the "hanging console" problem. Simply _don't_ call
the device close routine. This works because the device close calls
the line discipline close (which only flushes the output buffers) and
the ttyclose() routine, which does little of nothing except screw with
the session and process group fields (which is what was causing all
the problems).

30 years agoMore sane AHA_RESET_TIMEOUT, from some testing by
Rod Grimes [Sat, 22 Jan 1994 21:54:10 +0000 (21:54 +0000)]
More sane AHA_RESET_TIMEOUT, from some testing by
Todd Pfaff <todd@flex.eng.mcmaster.ca> who was the person to report the
original problem on a 1542C.

30 years agoNow prints ``on eisa'' if id_iobase >= 0x1000, and made a slight code
Rod Grimes [Sat, 22 Jan 1994 21:52:04 +0000 (21:52 +0000)]
Now prints ``on eisa'' if id_iobase >= 0x1000, and made a slight code
cleanup for the other 2 cases of ``on motherboard'' and ``on isa''.

30 years agoThis is Vixie cron 3.0. This version fixes all known security bugs.
Guido van Rooij [Sat, 22 Jan 1994 20:44:14 +0000 (20:44 +0000)]
This is Vixie cron 3.0. This version fixes all known security bugs.
Further it implements crontab -e.
I moved cron from /usr/libexec to /usr/sbin where most daemons are
that are run from rc. That also gets rid of the ugly path crond
used to have in ps(1) outputs. Further I renamed it to cron, as
Paul Vixie likes it and is done by NetBSD.

NOTE VERY WELL THE FOLLOWING:

1) Systems crontab changed. Every users crontab resides in /var/cron
   *EXCEPT* root's. This is a special crontab as it resides in
   /etc. Further it is the *ONLY* crontab file in which you specify
   usernames. See /usr/src/etc/crontab. This is also done by BSDI's
   BSD/386 as far as I know (they provided the patches for it anyway)
2) So you *must* delete root's crontab and reinstall the copy
   in /etc from /usr/src/etc.
   'Must' is to much: the old installed crontab will work but cron
   will also try to 'run' /etc/crontab.
3) Last but not least: cron's logging is now done via syslog. Note
   that logging by cron is done lowercase when it logs about itsself
   and uppercase when it logs user events, like installing a new crontab.
   The default logfile file is the same as before:
    syslog.conf:cron.* /var/cron/log

-Guido

30 years agoAdded the correct typecast's to the untimeout calls. Added a missing
Andreas Schulz [Sat, 22 Jan 1994 18:00:54 +0000 (18:00 +0000)]
Added the correct typecast's to the untimeout calls. Added a missing
return statement in the probe. This should have fixed all compiler warnings.

30 years agoRemove bogus and missleading comment, this has been fixed.
Rod Grimes [Sat, 22 Jan 1994 11:05:16 +0000 (11:05 +0000)]
Remove bogus and missleading comment, this has been fixed.

-       /* blkcnt = initialise_me; */

30 years agoIncreased TIMEOUT in wdwait from 2000 to 20000 since it seems many people
Rod Grimes [Sat, 22 Jan 1994 11:00:01 +0000 (11:00 +0000)]
Increased TIMEOUT in wdwait from 2000 to 20000 since it seems many people
have needed to do this in order for the wd driver to work for them.

30 years agoAdded savehist=1000 as a security feature to know what root has been up to,
Rod Grimes [Sat, 22 Jan 1994 10:58:26 +0000 (10:58 +0000)]
Added savehist=1000 as a security feature to know what root has been up to,
added very common set filec.

Added /sys/i386 to be in cdpath so cd conf goes to sys/i386/conf instead of
sys/conf.

30 years agoFrom: rich@lamprey.UTMB.EDU (Rich Murphey)
Rod Grimes [Sat, 22 Jan 1994 10:54:13 +0000 (10:54 +0000)]
From: rich@lamprey.UTMB.EDU (Rich Murphey)
Subject: Re: daily insecurity output (fwd)
|From: rgrimes@agora.rain.com (Rodney Grimes)
|
|This is from the new /etc/security script.  I no longer get the segmentation
|violation, but now the arg list is too long, some /bin/sh program want to
|fix the current /etc/security ls command so that it is a pipe insteal of
|a back quoted arg?
|
|> checking setuid files and devices:
|> /etc/security: ls: argument list too long

This uses xargs instead.  My slip line's down so I can't check it in
at the moment. Rich

30 years agoNo longer need SYSVIPC option, any of the SYSV options now trigger the
Rod Grimes [Sat, 22 Jan 1994 09:25:37 +0000 (09:25 +0000)]
No longer need SYSVIPC option, any of the SYSV options now trigger the
kern/sysv_ipc.c file for inclusion in the kernel.

30 years agoRemove sysvipc option, use the individual options to trigger inclusion
Rod Grimes [Sat, 22 Jan 1994 09:24:40 +0000 (09:24 +0000)]
Remove sysvipc option, use the individual options to trigger inclusion
of kern/sysv_ipc.c.  Clean up some spaces that should have been tabs.

30 years agoChange ${RELEASEDIR}/filesystem to be filesys so hat it is ISO9660 compliant.
Rod Grimes [Sat, 22 Jan 1994 09:04:21 +0000 (09:04 +0000)]
Change ${RELEASEDIR}/filesystem to be filesys so hat it is ISO9660 compliant.

30 years agoAdd SUPPORT.TXT and MIRROR.SITES to the top level FREEBSD files that get
Rod Grimes [Sat, 22 Jan 1994 08:27:56 +0000 (08:27 +0000)]
Add SUPPORT.TXT and MIRROR.SITES to the top level FREEBSD files that get
installed in /.

30 years ago>From: NetBSD-bugs:
Rod Grimes [Sat, 22 Jan 1994 08:23:47 +0000 (08:23 +0000)]
>From: NetBSD-bugs:
>From: vdlinden@fwi.uva.nl (Frank van der Linden)
Date: Thu, 20 Jan 1994 01:06:00 +0100
Subject: ifconfig bug

ifconfig dumps core when you have a keyword that requires an argument
last on the command line, for example: 'ifconfig le0 inet xx.xx.xx.xx broadcast'
It doesn't check if the required argument is actually present. Here's a fix
(which also clarifies another error message a bit):

30 years ago>From: julian@TFS.COM (Julian Elischer)
Rod Grimes [Sat, 22 Jan 1994 07:46:25 +0000 (07:46 +0000)]
>From: julian@TFS.COM (Julian Elischer)
Date: Mon, 17 Jan 94 20:52:14 PST

As reported on the -bugs list by some one, and confirmed by Julian:

> I increased AHA_RESET_TIMEOUT in aha1542.c from 1000 to 10000
> and now my 1542C is found everytime.

30 years ago>From: Julian Howard Stacey <stacey@guug.de>
Rod Grimes [Sat, 22 Jan 1994 07:42:30 +0000 (07:42 +0000)]
>From: Julian Howard Stacey <stacey@guug.de>
Subject: patch to use stderr in usr.bin/which.csh
Date: Wed, 19 Jan 1994 16:25:21 +0100
This appended patch to usr.bin/which.csh will send error output
to stderr (currently it goes to stdout).
( I fixed it to go to stderr so I can use it in my /usr/ports/Makefile
  constructs such as
  DPWISH_BINARY != which dpwish
  .if exists(zircon) & exists(zircon/Makefile) & \
   exists(DPWISH_BINARY)
   SUBDIR += zircon # depends on tcl, tk & dpwish
   .endif
)

30 years agoInitial versions of kernel Makefile stuff
Rod Grimes [Sat, 22 Jan 1994 07:34:04 +0000 (07:34 +0000)]
Initial versions of kernel Makefile stuff
>from Julian Howard Stacey <stacey@guug.de>

Only thing I changed was to add $Id$ to them.

30 years agoPut this file in uder cvs so every one gets a copy of it, later I'll
Rod Grimes [Sat, 22 Jan 1994 07:08:23 +0000 (07:08 +0000)]
Put this file in uder cvs so every one gets a copy of it, later I'll
add this to etc/Makefile so it also ends up in a binary distribution.

30 years agoFix a couple of compiler warnings
David Greenman [Fri, 21 Jan 1994 19:20:57 +0000 (19:20 +0000)]
Fix a couple of compiler warnings

30 years agoRemove some old, unused, major UGLY code.
David Greenman [Fri, 21 Jan 1994 17:11:38 +0000 (17:11 +0000)]
Remove some old, unused, major UGLY code.

30 years agoSystem V IPC code from Danny Boulet, chewed on a bit by the NetBSD group
David Greenman [Fri, 21 Jan 1994 09:57:43 +0000 (09:57 +0000)]
System V IPC code from Danny Boulet, chewed on a bit by the NetBSD group
and then some more by Jeffrey Hsu (who provided this port for FreeBSD).

30 years agoSystem V IPC code from Danny Boulet, chewed on a bit by the NetBSD group
David Greenman [Fri, 21 Jan 1994 09:54:43 +0000 (09:54 +0000)]
System V IPC code from Danny Boulet, chewed on a bit by the NetBSD group
and then some more by Jeffery Hsu (who provided this port for FreeBSD).

30 years agoPointed out by Wolfgang Solfrank:
David Greenman [Thu, 20 Jan 1994 23:17:39 +0000 (23:17 +0000)]
Pointed out by Wolfgang Solfrank:
Correct parameters of sync

30 years agoIncreased ARG_MAX to 32k.
David Greenman [Thu, 20 Jan 1994 22:57:32 +0000 (22:57 +0000)]
Increased ARG_MAX to 32k.

30 years agoRemoved some more old unused code/comments. Added hack to "fix" the
David Greenman [Thu, 20 Jan 1994 17:49:57 +0000 (17:49 +0000)]
Removed some more old unused code/comments. Added hack to "fix" the
problem with some chipsets (UMC) remapping the 'hole' memory even when
you've got 16MB. People were led to believe that since there was only
16MB of memory in the machine, that they were okay wrt the ISA DMA
limit. This hack simply causes the extra memory to be ignored if it
appears around the 16MB limit.

30 years agoImproved algorithm that calculates the pages in the base memory - If the
David Greenman [Thu, 20 Jan 1994 17:21:28 +0000 (17:21 +0000)]
Improved algorithm that calculates the pages in the base memory - If the
BIOS says that the amount is *between* 0-640K, believe it.  Cleaned up
the comments a bit, removed some old cruff, etc.

30 years agoAdd support for NULL timeval pointer for utimes(2) syscall. (From NetBSD)
J.T. Conklin [Wed, 19 Jan 1994 21:09:33 +0000 (21:09 +0000)]
Add support for NULL timeval pointer for utimes(2) syscall.  (From NetBSD)

30 years agoRepaired broken utimes(2) system call. This is needed for the upcoming cron.
Guido van Rooij [Wed, 19 Jan 1994 20:27:38 +0000 (20:27 +0000)]
Repaired broken utimes(2) system call. This is needed for the upcoming cron.

30 years agoRemoved dependance on EX_DYNAMIC in making decisions on the magic number.
David Greenman [Wed, 19 Jan 1994 15:00:37 +0000 (15:00 +0000)]
Removed dependance on EX_DYNAMIC in making decisions on the magic number.

30 years agoAdded necessary include files to define KERNBASE due to VM changes.
Nate Willams [Wed, 19 Jan 1994 03:52:25 +0000 (03:52 +0000)]
Added necessary include files to define KERNBASE due to VM changes.

30 years agoChanged the default 'reboot' routine from cpu_reset() to shutdown_nice().
Nate Willams [Tue, 18 Jan 1994 05:33:34 +0000 (05:33 +0000)]
Changed the default 'reboot' routine from cpu_reset() to shutdown_nice().

If you want to disable the reboot feature, then re-define the keymap to
not have a RBT call.

30 years agoChanged the default syscons keymap to have <CTL-ALT-ESC> enter the
Nate Willams [Tue, 18 Jan 1994 05:31:37 +0000 (05:31 +0000)]
Changed the default syscons keymap to have <CTL-ALT-ESC> enter the
debugger and <CTL-ALT-DEL> call the reboot command.

30 years agoAdded kernel routine 'shutdown_nice()' which sends SIGINT to process
Nate Willams [Tue, 18 Jan 1994 05:28:24 +0000 (05:28 +0000)]
Added kernel routine 'shutdown_nice()' which sends SIGINT to process
#1 (init).  This is called from the keyboard handler to do a nice
shutdown.

30 years agoMade init.bsdi the default init. To get the old (386bsd 0.1) version
Nate Willams [Tue, 18 Jan 1994 05:24:16 +0000 (05:24 +0000)]
Made init.bsdi the default init.  To get the old (386bsd 0.1) version
of init you must now set the environment variable INIT_ORIG.

30 years agoChanged init to now support shutting down cleanly when the signal SIGINT
Nate Willams [Tue, 18 Jan 1994 05:22:41 +0000 (05:22 +0000)]
Changed init to now support shutting down cleanly when the signal SIGINT
is given to it.  When given this signal the machine will now halt.

30 years agoReduced the delay amounts per patch submitted by gclarkii@netport.neosoft.com
Nate Willams [Tue, 18 Jan 1994 02:20:15 +0000 (02:20 +0000)]
Reduced the delay amounts per patch submitted by gclarkii@netport.neosoft.com

30 years agoRe-arranged the order of the magic entries to correctly detect
Nate Willams [Tue, 18 Jan 1994 01:19:40 +0000 (01:19 +0000)]
Re-arranged the order of the magic entries to correctly detect
stripped/non-stripped and static vs. dynamic correctly.  All binaries
should be correctly recognized now.

30 years agoRenamed kern__physio.c kern_physio.c as the current version is improved
David Greenman [Mon, 17 Jan 1994 09:43:52 +0000 (09:43 +0000)]
Renamed kern__physio.c kern_physio.c as the current version is improved
considerably from Bill's 'experimental' version.

30 years agoImprovements mostly from John Dyson, with a little bit from me.
David Greenman [Mon, 17 Jan 1994 09:34:14 +0000 (09:34 +0000)]
Improvements mostly from John Dyson, with a little bit from me.

* Removed pmap_is_wired
* added extra cli/sti protection in idle (swtch.s)
* slight code improvement in trap.c
* added lots of comments
* improved paging and other algorithms in VM system

30 years agochange sleep->tsleep.
David Greenman [Mon, 17 Jan 1994 09:05:10 +0000 (09:05 +0000)]
change sleep->tsleep.

30 years agoAdd missing paren so that it now compiles.
Rod Grimes [Mon, 17 Jan 1994 05:49:20 +0000 (05:49 +0000)]
Add missing paren so that it now compiles.

30 years agoRemoved at clause from LINT since it was wrong and is no longer needed.
Rod Grimes [Mon, 17 Jan 1994 05:45:26 +0000 (05:45 +0000)]
Removed at clause from LINT since it was wrong and is no longer needed.

30 years agoUndo previous change until we make up our minds about whether or not it should
Jordan K. Hubbard [Mon, 17 Jan 1994 02:20:12 +0000 (02:20 +0000)]
Undo previous change until we make up our minds about whether or not it should
be configurable in some way.