]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
30 years agoDigicom Systems Inc, makes "softmodems". What this means is simply that
phk [Tue, 13 Sep 1994 03:30:31 +0000 (03:30 +0000)]
Digicom Systems Inc, makes "softmodems".  What this means is simply that
you download the microcode to the DSP everytime you power on your system.
They provide a dos-program to do so, but no other support.  This commit adds
code to the sio-driver, which implement an ioctl, which will down-load the
micro-code.

To get this functionality, you must define DSI_SOFT_MODEM.

The program to actually employ the ioctl is not included, but the entire
source looks like this:

        #include <sys/ioctl.h>
        #include <stdio.h>

        main()
        {
                unsigned char buffer[100000];
                int i;

                read(0,buffer,100000);
                if((i = ioctl(1,TIOCDSIMICROCODE,buffer)) < 0)
                    perror("ioctl");
                return i;
        }

And you use it like this:
smload < data144b.dsi > /dev/ttyid3

You need to copy the *.DSI files from the dos-media provide with your modem.
You can see what is downloaded by issuing the ATI3 command to the modem.
DSI's scheme for what code you can run on your modem isn't violated by this.

Poul-Henning Kamp
phk@freefall.cdrom.com

30 years agoThis commit was generated by cvs2svn to compensate for changes in r2702,
wollman [Tue, 13 Sep 1994 03:29:24 +0000 (03:29 +0000)]
This commit was generated by cvs2svn to compensate for changes in r2702,
which included commits to RCS files with non-trunk default branches.

30 years agoThe latest and greatest timezone code from Arthur David Olson, part 1.
wollman [Tue, 13 Sep 1994 03:29:24 +0000 (03:29 +0000)]
The latest and greatest timezone code from Arthur David Olson, part 1.
This import comprises the `zic' and `zdump' programs.

Obtained from: Arthur David Olson, ftp://elsie.nci.nih.gov/pub/tzcode94g

30 years agoAdd an ioctl to download microcode to DSI softmodem.
phk [Tue, 13 Sep 1994 03:19:19 +0000 (03:19 +0000)]
Add an ioctl to download microcode to DSI softmodem.

30 years agoForgot to check this important file in.
wollman [Tue, 13 Sep 1994 02:21:48 +0000 (02:21 +0000)]
Forgot to check this important file in.

30 years agoDon't be so aggressive when installing examples. We still delete the
wollman [Tue, 13 Sep 1994 02:21:03 +0000 (02:21 +0000)]
Don't be so aggressive when installing examples.  We still delete the
directories or links before we install the new things, but now we don't
delete /usr/share/examples itself, so other examples installed from
other places in the tree will not be touched.

30 years agoAdded /usr/share/examples and subdirectories.
wollman [Tue, 13 Sep 1994 02:14:57 +0000 (02:14 +0000)]
Added /usr/share/examples and subdirectories.

30 years agoPollution-control header file generated by new makesyscalls.sh.
wollman [Tue, 13 Sep 1994 00:49:55 +0000 (00:49 +0000)]
Pollution-control header file generated by new makesyscalls.sh.

30 years agoAdded namespace information for future pollution-control measures.
wollman [Tue, 13 Sep 1994 00:48:26 +0000 (00:48 +0000)]
Added namespace information for future pollution-control measures.

30 years agoAdd libcipher.a: libcrypt exports only crypt() but not des_setkey()
ache [Mon, 12 Sep 1994 17:27:55 +0000 (17:27 +0000)]
Add libcipher.a: libcrypt exports only crypt() but not des_setkey()
which is in libcipher.a

30 years agoAdded example of vidcontrol/kbdcontrol usage (russian screen/keyboard setup)
ache [Mon, 12 Sep 1994 16:02:06 +0000 (16:02 +0000)]
Added example of vidcontrol/kbdcontrol usage (russian screen/keyboard setup)

30 years agoFixing kD for cons25, use proper value for pc3r too
ache [Mon, 12 Sep 1994 15:42:39 +0000 (15:42 +0000)]
Fixing kD for cons25, use proper value for pc3r too

30 years agoFixed a bug I introduced when fixing the rss limit code. Changed swapout
dg [Mon, 12 Sep 1994 15:06:14 +0000 (15:06 +0000)]
Fixed a bug I introduced when fixing the rss limit code. Changed swapout
policy to be a bit more selective about what processes get swapped out.

Reviewed by: John Dyson

30 years agoRe-enabled check for low clist condition.
dg [Mon, 12 Sep 1994 11:49:49 +0000 (11:49 +0000)]
Re-enabled check for low clist condition.

30 years agoSubwin code forget to subtract orig->beg{x,y} cause SEGV
ache [Mon, 12 Sep 1994 11:41:29 +0000 (11:41 +0000)]
Subwin code forget to subtract orig->beg{x,y} cause SEGV
Submitted by: derek@free.org & ache

30 years agoEliminated a whole pile of ancient (we're taking 4.3BSD) VM system
dg [Mon, 12 Sep 1994 11:38:31 +0000 (11:38 +0000)]
Eliminated a whole pile of ancient (we're taking 4.3BSD) VM system
related #define constants. Corrected incorrect VM_MAX_KERNEL_ADDRESS.

Reviewed by: John Dyson

30 years agoDon't deactivate pages in 0-refcount objects. Added a couple of missing
dg [Mon, 12 Sep 1994 11:31:36 +0000 (11:31 +0000)]
Don't deactivate pages in 0-refcount objects. Added a couple of missing
paging stats. Fixed problem with free_reserved becoming depleted during
certain swap_pager operations.

Submitted by: John Dyson, with a little help from me

30 years agoLimit p_estcpu to UCHAR_MAX to keep it within reasonable bounds - else
dg [Mon, 12 Sep 1994 11:27:03 +0000 (11:27 +0000)]
Limit p_estcpu to UCHAR_MAX to keep it within reasonable bounds - else
it goes crazy (into the billions) during any lengthy build.

Submitted by: John Dyson, modified slightly by me.

30 years agoadd rtmsg.c.
csgr [Mon, 12 Sep 1994 07:48:33 +0000 (07:48 +0000)]
add rtmsg.c.
Submitted by: problem pointed out by Gary Palmer

30 years agoEnable call to beforeinstall for libg++ and add one for libreadline.
rgrimes [Mon, 12 Sep 1994 05:17:15 +0000 (05:17 +0000)]
Enable call to beforeinstall for libg++ and add one for libreadline.

30 years agoInclude of bsd.prog.mk should almost always be the last line of the file.
rgrimes [Mon, 12 Sep 1994 05:10:07 +0000 (05:10 +0000)]
Include of bsd.prog.mk should almost always be the last line of the file.

Fix missing ${DESTDIR} in 2 places (rgrimes)
Submitted by: bde

30 years agoAdd f2c, rpcgen and rpcinfo, need a decission on cpp and uucp.
rgrimes [Mon, 12 Sep 1994 04:41:14 +0000 (04:41 +0000)]
Add f2c, rpcgen and rpcinfo, need a decission on cpp and uucp.

30 years agoMerge two entries: cons25 and pc3r, minor things added/corrected
ache [Sun, 11 Sep 1994 23:34:34 +0000 (23:34 +0000)]
Merge two entries: cons25 and pc3r, minor things added/corrected
Now use tc=cons25 in pc3r, leave only uniq capabilities

30 years agoCorrect typo in filename
ache [Sun, 11 Sep 1994 23:05:09 +0000 (23:05 +0000)]
Correct typo in filename
Submitted by: adam@veda.is

30 years agolibterm is now libtermcap
rgrimes [Sun, 11 Sep 1994 22:28:45 +0000 (22:28 +0000)]
libterm is now libtermcap

30 years agoChange all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap
rgrimes [Sun, 11 Sep 1994 22:01:45 +0000 (22:01 +0000)]
Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap

30 years agoChange all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap
rgrimes [Sun, 11 Sep 1994 21:53:28 +0000 (21:53 +0000)]
Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap

30 years agoChange all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap
rgrimes [Sun, 11 Sep 1994 21:41:41 +0000 (21:41 +0000)]
Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap

30 years agoChange all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap
rgrimes [Sun, 11 Sep 1994 21:32:28 +0000 (21:32 +0000)]
Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap

30 years agoMake get_int() think that "" (null) has the integer value 0.
csgr [Sun, 11 Sep 1994 21:30:09 +0000 (21:30 +0000)]
Make get_int() think that "" (null) has the integer value 0.
(Which is the same behaviour as in 1.x)
The install blows up without this.
Reviewed by: rgrimes

30 years agoAdded for reference purposes
ache [Sun, 11 Sep 1994 21:27:09 +0000 (21:27 +0000)]
Added for reference purposes

30 years agoDeleted the pccons driver from the files.i386, added the seagate driver
ats [Sun, 11 Sep 1994 21:09:52 +0000 (21:09 +0000)]
Deleted the pccons driver from the files.i386, added the seagate driver
into files.i386.
LINT:
Deleted the timezone line. Commented out the maxfdescs line and the
SYSVSHM and the SHMMAXPGS lines.

30 years agoDelete the extra's int nosys(); declarations like the new makesyscall.sh
ats [Sun, 11 Sep 1994 20:56:02 +0000 (20:56 +0000)]
Delete the extra's int nosys(); declarations like the new makesyscall.sh
do it now.

30 years agoChange the makesyscalls.sh to only generate one line for the external
ats [Sun, 11 Sep 1994 20:45:34 +0000 (20:45 +0000)]
Change the makesyscalls.sh to only generate one line for the external
declaration of nosys. This prevents some warnings from the compiler.

30 years agoBetter definitions for the NCR 5380 chip.
phk [Sun, 11 Sep 1994 20:29:18 +0000 (20:29 +0000)]
Better definitions for the NCR 5380 chip.

Poul-Henning

30 years agoProAudioSpectrum 16 {Zilog|Ncr} 5380 based SCSI-driver.
phk [Sun, 11 Sep 1994 20:28:50 +0000 (20:28 +0000)]
ProAudioSpectrum 16 {Zilog|Ncr} 5380 based SCSI-driver.

This puppy is in good shape now.

It is a fully blown SCSI-driver, but it isn't a high performance one.  It is
implemented entirely with polled I/O, and is intended to drive CD-ROM's, not
disks and tapes.  It will run disks and tapes if asked to, but it isn't a
very good idea to do so.  Transfer-rates max out at 600-700 kbyte/sec.

There is one problem: when write-requests get over 8192 bytes, the pseudo-DMA
stalls.  This is only a problem if you dd(1) to a raw-device of some kind,
for mounting a disk it is ok.  I have circumvented this by disabling the
pseudo-DMA in those cases.

It's very unlikely that I will spend more time on improving the performance
of this driver, it can do what I want it to now: install from a CD-ROM, and I
don't see any benefit in actually adding interrupts to the driver, considering
that performance never will be better than 700 kbyte/sec anyway.

You can install it under 1.1.5 too, by adding the lines to files.i386, your
config-file and copying pas.c and ic/ncr_5380.h over.

I will fix any bugs I can get a handle on.

Poul-Henning

30 years agoAdded a task: make PAS16 a controller.
phk [Sun, 11 Sep 1994 20:01:03 +0000 (20:01 +0000)]
Added a task:  make PAS16 a controller.
Updated a task: pseudo-dma in pas.c on it's way in.

30 years agoDeleted checks for libcrypt as not nessecery for 2.0.
gclarkii [Sun, 11 Sep 1994 19:55:57 +0000 (19:55 +0000)]
Deleted checks for libcrypt as not nessecery for 2.0.

30 years agoAdded CURDIR directives for some installs.
gclarkii [Sun, 11 Sep 1994 19:53:02 +0000 (19:53 +0000)]
Added CURDIR directives for some installs.

Reviewed by: Gary Clark II
Submitted by: Rod Grimes

30 years agoAdded includes for Makefile.inc (/usr/src/gnu/usr.bin/Makefile.inc)
gclarkii [Sun, 11 Sep 1994 19:52:29 +0000 (19:52 +0000)]
Added includes for Makefile.inc (/usr/src/gnu/usr.bin/Makefile.inc)

Reviewed by: Gary Clark II
Submitted by: Rod Grimes

30 years ago- handle signs on integers properly,
csgr [Sun, 11 Sep 1994 13:57:31 +0000 (13:57 +0000)]
- handle signs on integers properly,
- make sure error messages for bad integers are moderately sensible
- handle test ! "abc" -o "abc" (This should evaluate to true)
  (and similar cases) ie:
  and/or operator test added to POSIX special case processing.
- more test cases added.

Based on: Work done on 1.x's test(1) by Andrew Moore and Adam David.

30 years agoMore fixes and general cleanup. Add more fine-grained control over what
jkh [Sun, 11 Sep 1994 12:55:54 +0000 (12:55 +0000)]
More fixes and general cleanup.  Add more fine-grained control over what
is fetched and what is actually unpacked.

30 years agoWhoops, forgot to stop this lurking typo, too.
jkh [Sun, 11 Sep 1994 12:06:34 +0000 (12:06 +0000)]
Whoops, forgot to stop this lurking typo, too.

30 years agoEliminate a few lurking bogons - this is almost close to being right!
jkh [Sun, 11 Sep 1994 12:01:05 +0000 (12:01 +0000)]
Eliminate a few lurking bogons - this is almost close to being right!

30 years agoBe more careful about dereferencing curproc, p_vmspace, and curpcb,
dg [Sun, 11 Sep 1994 11:26:18 +0000 (11:26 +0000)]
Be more careful about dereferencing curproc, p_vmspace, and curpcb,
otherwise the machine will overflow the stack in a recursive fault loop
(causing the machine to spontaneously reboot because of the stack fault
that ultimately happens).

Submitted by: Inspired by Bruce Evans, but this change is different
than what he suggested.

30 years ago- increase TOOMANY, in line with 1.x
csgr [Sun, 11 Sep 1994 11:16:32 +0000 (11:16 +0000)]
- increase TOOMANY, in line with 1.x
- add logging option from 1.x

30 years agoReviewed by: jkh
jkh [Sun, 11 Sep 1994 10:56:10 +0000 (10:56 +0000)]
Reviewed by: jkh
Submitted by: jkh gclarkii paul satoshi freebsd-hackers
These are the FAQ files, reorganized a bit and updated marginally for 2.0.
There is *still more work to be done* in updating, so if some of your FAQ text
is below, please check it over!  We've also got a lot of FAQ entries still
to write (examples: "how do I upgrade?" "what's new in 2.0?" "how do I
install on a notebook/second drive/from DOS/etc etc etc?"

30 years agoBring in handling of RPC services from 1.x
csgr [Sun, 11 Sep 1994 10:48:02 +0000 (10:48 +0000)]
Bring in handling of RPC services from 1.x
(Guess who forgot to replace his inetd until today ;-)

30 years agoThis is the official 4.4 Lite copyright.
rgrimes [Sun, 11 Sep 1994 07:53:28 +0000 (07:53 +0000)]
This is the official 4.4 Lite copyright.
Obtained from: 4.4 BSD Lite tape

30 years agoYow! Something highly bogus happened with the previous commit or
jkh [Sun, 11 Sep 1994 07:29:55 +0000 (07:29 +0000)]
Yow!  Something highly bogus happened with the previous commit or
patch and I only just noticed.  Fix things to include Makefile.inc correctly.

30 years agoFixed problem with no swap on boot device, but there is some on an
dg [Sun, 11 Sep 1994 03:55:39 +0000 (03:55 +0000)]
Fixed problem with no swap on boot device, but there is some on an
alternate device (as specified via kernel config file)...that casues
the machine to panic.

30 years agoChanged AF_LOCAL to AF_LOCAL_XX so as not to conflict with 4.4 socket.h
gclarkii [Sun, 11 Sep 1994 03:17:33 +0000 (03:17 +0000)]
Changed AF_LOCAL to AF_LOCAL_XX so as not to conflict with 4.4 socket.h
Added casts to shutup warnings in doio.c

30 years agoMore properly include ../../Makefile.inc from Makefiles.
jkh [Sat, 10 Sep 1994 22:31:00 +0000 (22:31 +0000)]
More properly include ../../Makefile.inc from Makefiles.
Reviewed by: jkh
Submitted by: rgrimes

30 years agoAnnual simplification drive:
jkh [Sat, 10 Sep 1994 22:26:47 +0000 (22:26 +0000)]
Annual simplification drive:

1. DISTFILE is gone and replaced by DISTFILES, which can contain one or
   more file specifications.
2. MASTER_SITE created, which points to the distfiles directory on
   freebsd.cdrom.com (which I'll set up in a moment).
3. HOME_LOCATION is now simply a hint, and is never directly used except
   to inform the user when ncftp unable to transfer a file from
   MASTER_SITE.
4. ncftp is now assumed to live somewhere in the path, in preparation for
   Andrew bringing it in on a more permanant basis.
5. XMKMF defined - it was not before.

Thanks to Andrew (ache) for many helpful suggestions.

30 years agocons25: change "do" to ^J, add "bw"
ache [Sat, 10 Sep 1994 22:10:46 +0000 (22:10 +0000)]
cons25: change "do" to ^J, add "bw"
pc3r: change kC to K2

30 years agoAdd grey keypad description to cons25, add it#8 to cons25,pc3,pc3r,
ache [Sat, 10 Sep 1994 21:35:15 +0000 (21:35 +0000)]
Add grey keypad description to cons25, add it#8 to cons25,pc3,pc3r,
fix kend description in pc3r and pc3

30 years agocons25: mr,mh,ut added
ache [Sat, 10 Sep 1994 20:34:41 +0000 (20:34 +0000)]
cons25: mr,mh,ut added
pc3r: ut added
pc3: ut added

30 years agoChange "asm" to "__asm" - makes it possible to compile code with
csgr [Sat, 10 Sep 1994 20:03:14 +0000 (20:03 +0000)]
Change "asm" to "__asm" - makes it possible to compile code with
"-ansi" compiler switch set.

30 years agoRemove left/right arrows from "ac" -- ^Q not displayed
ache [Sat, 10 Sep 1994 19:18:02 +0000 (19:18 +0000)]
Remove left/right arrows from "ac" -- ^Q not displayed
because of flow control:
pc3,cons25,pc3r

30 years agocons25,pc3r: color settings fixed to work correctly with high
ache [Sat, 10 Sep 1994 18:41:07 +0000 (18:41 +0000)]
cons25,pc3r: color settings fixed to work correctly with high
intensive colors and attribute exit

30 years agoadd bootpd, bootpef, bootpgw, bootptest
csgr [Sat, 10 Sep 1994 15:21:27 +0000 (15:21 +0000)]
add bootpd, bootpef, bootpgw, bootptest

30 years agoSmall code tidy up
csgr [Sat, 10 Sep 1994 15:13:28 +0000 (15:13 +0000)]
Small code tidy up

30 years agoChanges for bootpd to work on FreeBSD 2.0:
csgr [Sat, 10 Sep 1994 15:00:08 +0000 (15:00 +0000)]
Changes for bootpd to work on FreeBSD 2.0:
- Makefile changes (manual installation)
- (hwaddr.c rtmsg.c) Do setting of arp cache entries by writing to
  routing socket, rather than by calling arp(8).

30 years agoThis commit was generated by cvs2svn to compensate for changes in r2639,
csgr [Sat, 10 Sep 1994 14:44:56 +0000 (14:44 +0000)]
This commit was generated by cvs2svn to compensate for changes in r2639,
which included commits to RCS files with non-trunk default branches.

30 years agoBootpd 2.4.0 (and associated utils)
csgr [Sat, 10 Sep 1994 14:44:56 +0000 (14:44 +0000)]
Bootpd 2.4.0 (and associated utils)
Obtained from:NetBSD

30 years agolibg++ include files being installed in /usr/include instead of
pst [Sat, 10 Sep 1994 07:15:59 +0000 (07:15 +0000)]
libg++ include files being installed in /usr/include instead of
/usr/include/g++

Submitted by: pst

30 years agoThis commit was generated by cvs2svn to compensate for changes in r2635,
gclarkii [Sat, 10 Sep 1994 06:27:55 +0000 (06:27 +0000)]
This commit was generated by cvs2svn to compensate for changes in r2635,
which included commits to RCS files with non-trunk default branches.

30 years agoInitial import of Perl 4.046 bmaked
gclarkii [Sat, 10 Sep 1994 06:27:55 +0000 (06:27 +0000)]
Initial import of Perl 4.046 bmaked

30 years agoCorrect lantern char corresponcence, must be 'I' instead of 'i':
ache [Sat, 10 Sep 1994 04:35:41 +0000 (04:35 +0000)]
Correct lantern char corresponcence, must be 'I' instead of 'i':
pc3, cons25, pc3r

30 years agoBrought over two fixes from 1.1.5; this now makes this driver "up to date"
dg [Sat, 10 Sep 1994 03:19:49 +0000 (03:19 +0000)]
Brought over two fixes from 1.1.5; this now makes this driver "up to date"
with 1.1.5:

  revision 1.40
  date: 1994/06/17 16:57:03;  author: pst;  state: Exp;  lines: +4 -2
  From: Gill Kloepfer Jr. <gil@limbic.ssdl.com>
  Verified by: pst

  > The DIOCSBAD ioctl sets a bad block table (is almost suredly called by
  > the bad144 utility) and changes the memory-resident bad block table.  The
  > problem is that bad144intern() is not called after the "disk" structure has
  > been changed, so that the internal bad144 table will become out-of-sync with
  > the one in the disk structure.
  ----------------------------
  revision 1.39
  date: 1994/06/07 01:36:39;  author: phk;  state: Exp;  lines: +3 -2
  another place option !defined(DISKLABEL_UNPROTECTED) was needed.

30 years agoAdd missing bell capability to cons25,pc3r
ache [Sat, 10 Sep 1994 02:44:26 +0000 (02:44 +0000)]
Add missing bell capability to cons25,pc3r

30 years agoDefine new MIB variable, hw.floatingpoint, which is true if FP hardware
wollman [Fri, 9 Sep 1994 23:13:03 +0000 (23:13 +0000)]
Define new MIB variable, hw.floatingpoint, which is true if FP hardware
is present, and false if an emulator is being used.

30 years agoBogus little commit to see if my change to log_accum.pl actually worked.
wollman [Fri, 9 Sep 1994 22:22:36 +0000 (22:22 +0000)]
Bogus little commit to see if my change to log_accum.pl actually worked.
CVS:

30 years agoRemove *_SAVER syscons options - I don't know how they go in here:
csgr [Fri, 9 Sep 1994 22:12:38 +0000 (22:12 +0000)]
Remove *_SAVER syscons options - I don't know how they go in here:
(These options did not even really exist in 1.1.5.1)
CVS:

30 years agoDisable IPMULTICAST_VIF socket option when MROUTING is not defined,
wollman [Fri, 9 Sep 1994 22:05:02 +0000 (22:05 +0000)]
Disable IPMULTICAST_VIF socket option when MROUTING is not defined,
since it doesn'tmake any sense for non-routers.
CVS:

30 years agoDon't include options MULTICAST or MROUTING in generic kernels. MULTICAST
wollman [Fri, 9 Sep 1994 22:03:51 +0000 (22:03 +0000)]
Don't include options MULTICAST or MROUTING in generic kernels.  MULTICAST
has no effect now, and MROUTING should never be defined by default.
(Eventually the code should be dynamically loadable.)

Also, allow for Pentium CPUs in GENERICBT kernels.

Add an `install' rule to Makefile.i386, which looks like this:
mv /kernel /kernel.old
install -c -m 555 -o root -g root -fschg kernel /
I'd like comments on whether or not you think it's a good idea to have
the kernel be immutable by default; I'm happy either way.
CVS:

30 years agoChanges required for bringing in eBones (kerberosIV - des + des ;-))
csgr [Fri, 9 Sep 1994 20:29:20 +0000 (20:29 +0000)]
Changes required for bringing in eBones (kerberosIV - des + des ;-))
- check for directory "eBones"
- add checks for define "NOEBONES"
- get includes and libraries targets set up.

30 years agoAdd kerberosIV to /usr/include,
csgr [Fri, 9 Sep 1994 20:10:28 +0000 (20:10 +0000)]
Add kerberosIV to /usr/include,
in preparation for getting kerberos (eBones) working.

30 years agoAdded some missing ${.CURDIR} and removed some that shouldn't have
paul [Fri, 9 Sep 1994 19:50:44 +0000 (19:50 +0000)]
Added some missing ${.CURDIR} and removed some that shouldn't have
been there. It should build and install fine with and without an
obj dir now.

30 years agoEnabled send-pr
paul [Fri, 9 Sep 1994 19:48:23 +0000 (19:48 +0000)]
Enabled send-pr

30 years agoIn emacs editing mode, sh treated ^D at the end of a line as EOF.
csgr [Fri, 9 Sep 1994 19:07:43 +0000 (19:07 +0000)]
In emacs editing mode, sh treated ^D at the end of a line as EOF.
(Apparently by Christos Zoulas.)
Liberated from: NetBSD

30 years agoHow embarassing. I totally forgot to cvs add this thing. Thanks, Rod!
jkh [Fri, 9 Sep 1994 17:03:40 +0000 (17:03 +0000)]
How embarassing.  I totally forgot to cvs add this thing.  Thanks, Rod!
Submitted by: jkh

30 years agoRemoved bugfiler.
paul [Fri, 9 Sep 1994 16:40:27 +0000 (16:40 +0000)]
Removed bugfiler.
Submitted by: Paul Richards

30 years agoCorrect path to crunch, and remove srccontrib tarballs (we have no more
rgrimes [Fri, 9 Sep 1994 16:11:58 +0000 (16:11 +0000)]
Correct path to crunch, and remove srccontrib tarballs (we have no more
srccontrib!)

30 years agoCorrect the .conf files now that halt is gone and reboot is used in it's
rgrimes [Fri, 9 Sep 1994 16:02:04 +0000 (16:02 +0000)]
Correct the .conf files now that halt is gone and reboot is used in it's
place.

Removed mount_pcfs until we have a replacement.

Removed fdisk until it is ported and/or replaced.

Now have to include many more libraries due to /bin/sh changes.

30 years agoFixed a couple of typos which made S_ISFIFO and S_ISSOCK return true for
dfr [Fri, 9 Sep 1994 15:19:40 +0000 (15:19 +0000)]
Fixed a couple of typos which made S_ISFIFO and S_ISSOCK return true for
regular files.

30 years agoljo:
rgrimes [Fri, 9 Sep 1994 15:12:31 +0000 (15:12 +0000)]
ljo:
  You need to fix the libio/_G_config.h file around lines 42-44. After
  that everything should be OK. You should have seen many warning error
  messages about this file. There are missing "short" "char" keywords
  the file.

Michael:
  Apply the following patch

rgrimes:
  The patch to include/_G_config.h is highly questionable and has been
  marked as such.

Reviewed by:    rgrimes
Submitted by:   L Jonas Olsson <ljo@ljo-slip.DIALIN.CWRU.Edu>
Submitted by:   Michael Reifenberger <root@rz-wb.fh-sw.de>

30 years agoReenable libg++
rgrimes [Fri, 9 Sep 1994 15:10:37 +0000 (15:10 +0000)]
Reenable libg++

30 years agoSecure /var/{backups, crash, and cron} by changing them to mode 750.
rgrimes [Fri, 9 Sep 1994 14:12:01 +0000 (14:12 +0000)]
Secure /var/{backups, crash, and cron} by changing them to mode 750.

Reviewed by: davidg

30 years agoFix missing .. before phantasia. Caused by incorectly adding a directory,
rgrimes [Fri, 9 Sep 1994 13:43:21 +0000 (13:43 +0000)]
Fix missing .. before phantasia.  Caused by incorectly adding a directory,
you MUST add the directory name and the .. entry to close the directory.

If you do not understand mtree files, do not modify them, it is very
easy to trash someones box with a mistake in here.  Especially with
regards to .. entries.

30 years agoAdd the missing . entries to BSD.*.dist files.
rgrimes [Fri, 9 Sep 1994 13:35:59 +0000 (13:35 +0000)]
Add the missing . entries to BSD.*.dist files.

New file BSD.release.dist is used for creating release area top level
directories.

30 years agoRemove the explicit call to ../Makefile mdec:, it is now handled by a make
rgrimes [Fri, 9 Sep 1994 13:34:27 +0000 (13:34 +0000)]
Remove the explicit call to ../Makefile mdec:, it is now handled by a make
install from the top level correctly.

Rewrite release-dirs: to use new mtree file mtree/BSD.release.dist.

30 years agoRelaxed panic in fdesc_setattr() to just return error.
dg [Fri, 9 Sep 1994 13:24:26 +0000 (13:24 +0000)]
Relaxed panic in fdesc_setattr() to just return error.

30 years agoFixed off by one error in referencing an array.
dg [Fri, 9 Sep 1994 13:23:20 +0000 (13:23 +0000)]
Fixed off by one error in referencing an array.

Stolen from: NetBSD

30 years agoMade SLMTU kernel config'able.
dg [Fri, 9 Sep 1994 12:58:10 +0000 (12:58 +0000)]
Made SLMTU kernel config'able.

30 years agorevision 1.2
rgrimes [Fri, 9 Sep 1994 12:15:49 +0000 (12:15 +0000)]
revision 1.2
date: 1993/11/15 07:15:16;  author: rgrimes;  state: Exp;  lines: +1 -0
From Andrew Moore

Make /usr/share/dict/words a symbolic link to web2

[This is now NECESSARY for games/boggle as it uses /usr/share/dict/words
as an input file]

Reviewed by: rgrimes
Submitted by: From 1.x, alm

30 years agoAdded the psm driver from 1.1.5.
dfr [Fri, 9 Sep 1994 11:27:50 +0000 (11:27 +0000)]
Added the psm driver from 1.1.5.

Submitted by: dfr

30 years agoWoops, last patch was by Wolfgang Solfrank.
dg [Fri, 9 Sep 1994 11:16:03 +0000 (11:16 +0000)]
Woops, last patch was by Wolfgang Solfrank.

30 years agoFixed some confusion between the size of a logical block and the size of a
dfr [Fri, 9 Sep 1994 11:11:01 +0000 (11:11 +0000)]
Fixed some confusion between the size of a logical block and the size of a
device block which was stopping symbolic links working.

cd9660_readdir was incorrectly casting a pointer to the d_namlen field of a
struct dirent to a (u_short*) which caused the directory entries "." and ".."
to read incorrectly.

Submitted by: dfr

30 years agoTwo fixes from the NetBSD group (Charles Hannum):
dg [Fri, 9 Sep 1994 11:06:27 +0000 (11:06 +0000)]
Two fixes from the NetBSD group (Charles Hannum):

1) dir.c: get byte order right in mkentry()
2) pass1.c: When doing -c2 conversion, do secsize reads for a symlink -
   not doing so was causing the conversion to fail because the device
   driver can't deal with short reads.