unix-history/.git
30 years agoslight improvement to last commit.
David Greenman [Tue, 14 Jun 1994 17:49:42 +0000 (17:49 +0000)]
slight improvement to last commit.

30 years agoSuggested by Bruce Evans - initialize eflags.
David Greenman [Tue, 14 Jun 1994 17:31:52 +0000 (17:31 +0000)]
Suggested by Bruce Evans - initialize eflags.

30 years agoRemove SYSCONS - no longer needed since syscons is the default in the
Jordan K. Hubbard [Tue, 14 Jun 1994 15:28:17 +0000 (15:28 +0000)]
Remove SYSCONS - no longer needed since syscons is the default in the
GENERIC* kernels, and LINT gives all the other relevant syscons options.

Add a new kernel configuration file suitable for building laptop kernels.
It's small and supports things like PS/2 mice out of the box.

30 years agoBug reported by Jon-Dean Mountjoy <csjm@cs.ru.ac.za>
Geoff Rehmet [Tue, 14 Jun 1994 12:45:41 +0000 (12:45 +0000)]
Bug reported by  Jon-Dean Mountjoy <csjm@cs.ru.ac.za>

Paul Kranenburg's description:
ld is in error here, assuming that symbols with N_EXT set always have an
entry in the (global) symbol table: this is not the case for C++ generated
constructor/destructor symbols. I can reproduce your failure by fudging
a "multiply defined" constructor symbol by hand. Checking for `g == NULL'
seems to be a ok as a fence for now.

So:
for now, in do_file_warnings() we check if g == NULL, before trying to generate
any warning messages.  This prevents a NULL pointer dereference.

30 years agoRemove CXXFLAGS from here, handled in another place
Andrey Chernov [Tue, 14 Jun 1994 11:46:52 +0000 (11:46 +0000)]
Remove CXXFLAGS from here, handled in another place

30 years agoAdd -nostdinc, when DESTDIR
Andrey Chernov [Tue, 14 Jun 1994 11:45:04 +0000 (11:45 +0000)]
Add -nostdinc, when DESTDIR

30 years agoDPADD added
Andrey Chernov [Tue, 14 Jun 1994 11:05:19 +0000 (11:05 +0000)]
DPADD added

30 years agoCorrect name: libterm.a --> libtermcap.a
Andrey Chernov [Tue, 14 Jun 1994 11:02:17 +0000 (11:02 +0000)]
Correct name: libterm.a --> libtermcap.a

30 years agoAdd LIBREADLINE and LIBTERM to DPADD
Andrey Chernov [Tue, 14 Jun 1994 11:00:35 +0000 (11:00 +0000)]
Add LIBREADLINE and LIBTERM to DPADD

30 years agoBack out removing 'Escape ...' if VDISABLE,
Andrey Chernov [Tue, 14 Jun 1994 10:47:57 +0000 (10:47 +0000)]
Back out removing 'Escape ...' if VDISABLE,
breaks tradition

30 years agoChange /usr/lib/libskey.a in DPADD to ${LIBSKEY}
Geoff Rehmet [Tue, 14 Jun 1994 08:44:02 +0000 (08:44 +0000)]
Change /usr/lib/libskey.a in DPADD to ${LIBSKEY}
needed for compile with DESTDIR set to work.

30 years agoAdd entries for LIBSKEY
Geoff Rehmet [Tue, 14 Jun 1994 08:41:58 +0000 (08:41 +0000)]
Add entries for LIBSKEY

30 years agoTouch the $Revision$ string to cause a cvs revision update of the boot
Rod Grimes [Tue, 14 Jun 1994 07:31:42 +0000 (07:31 +0000)]
Touch the $Revision$ string to cause a cvs revision update of the boot
code (ie, should now print Revision 1.13).

30 years agoFixes from John Dyson to fix a cache coherency problem with the VM
David Greenman [Tue, 14 Jun 1994 03:41:10 +0000 (03:41 +0000)]
Fixes from John Dyson to fix a cache coherency problem with the VM
object cache when using NFS.

30 years agoClean up small error in the ncvs code that was causing rcs co to be
Rod Grimes [Tue, 14 Jun 1994 02:57:09 +0000 (02:57 +0000)]
Clean up small error in the ncvs code that was causing rcs co to be
called with -K-Keoptions -Kioptions.  This should fix the problem with
$Id$ still getting changed.

I am also install both ncvs and ocvs on freefall with this change as
ocvs still had the bug with -I \! which I fixed but did not reinstall.

30 years agoFix flag punning bug which would cause IFF_ALTPHYS interfaces to generate
Garrett Wollman [Tue, 14 Jun 1994 02:05:38 +0000 (02:05 +0000)]
Fix flag punning bug which would cause IFF_ALTPHYS interfaces to generate
zero-entry RIP packets.  Reported by Mark Taylor.

30 years agoAdded comment about registerd and kpasswdd not working in 1.x.
Garrett Wollman [Mon, 13 Jun 1994 22:41:04 +0000 (22:41 +0000)]
Added comment about registerd and kpasswdd not working in 1.x.
Deleted commented-out line which would start mountd; that's not
the right pplace to do it (don't confuse the users).
Should probablyhave uncommented rpc.rstatd, but didn't.

30 years agoAdd LIBREADLINE?= ...
Andrey Chernov [Mon, 13 Jun 1994 22:03:57 +0000 (22:03 +0000)]
Add LIBREADLINE?= ...

30 years agoRemove CXXFLAGS, unneeded here now
Andrey Chernov [Mon, 13 Jun 1994 21:50:02 +0000 (21:50 +0000)]
Remove CXXFLAGS, unneeded here now

30 years agoPrint out "Escape character ..." only if it is not
Andrey Chernov [Mon, 13 Jun 1994 21:40:22 +0000 (21:40 +0000)]
Print out "Escape character ..." only if it is not
equal _POSIX_VDISABLE

30 years agoRemove a conflicting prototype for malloc(),
Geoff Rehmet [Mon, 13 Jun 1994 21:33:50 +0000 (21:33 +0000)]
Remove a conflicting prototype for malloc(),
which was causing the compile to fail when DESTDIR is set.

30 years agoHack to allow libg++ to compile properly when DESTDIR is defined.
Geoff Rehmet [Mon, 13 Jun 1994 21:02:48 +0000 (21:02 +0000)]
Hack to allow libg++ to compile properly when DESTDIR is defined.
This involves adding -I${DESTDIR}/usr/include/${CXX} to the
compiler flags when C++ code is being compiled.

This needs to be revisited for 2.0.

30 years agoISOFS fixed from Bruce Evans:
Jordan K. Hubbard [Mon, 13 Jun 1994 20:19:35 +0000 (20:19 +0000)]
ISOFS fixed from Bruce Evans:

1. Make month array static so that it's not allocated all the time.
2. Correct application of timezone offset.

30 years agoMake CCFPU available as a toplevel define to allow generation of FPU codes
Adam David [Mon, 13 Jun 1994 19:39:43 +0000 (19:39 +0000)]
Make CCFPU available as a toplevel define to allow generation of FPU codes

30 years agoBe paranoid about setting of %dl register for braindead BIOS's,
Jordan K. Hubbard [Mon, 13 Jun 1994 19:27:52 +0000 (19:27 +0000)]
Be paranoid about setting of %dl register for braindead BIOS's,
initializing it to 0 in the floppy boot case.  This allows my Toshiba
1910 laptop to finally boot, and may help out other machines cursed
with early Phoenix BIOS's as well.

30 years agoGet groff to compile by adding to CXXFLAGS in the same way as CFLAGS.
Adam David [Mon, 13 Jun 1994 18:52:57 +0000 (18:52 +0000)]
Get groff to compile by adding to CXXFLAGS in the same way as CFLAGS.
There are probably better ways of getting it to work, but this does it.

30 years ago>From: stark!gene@newsserv.cs.sunysb.edu (Gene Stark)
Geoff Rehmet [Mon, 13 Jun 1994 18:49:29 +0000 (18:49 +0000)]
>From: stark!gene@newsserv.cs.sunysb.edu (Gene Stark)
The subject says it.  The Section 1 man page for login is not getting
installed properly.

(This is probably due to the addition of login.access.5)
Add: MAN1= login.1
DPADD still needs fixing .

30 years agoRemove PAGE_SIZE redifinition (from param.h)
Andrey Chernov [Mon, 13 Jun 1994 08:03:32 +0000 (08:03 +0000)]
Remove PAGE_SIZE redifinition (from param.h)

30 years agoChanged entry for Seagate/FD driver to show as being in current.
Gary Clark II [Mon, 13 Jun 1994 05:38:52 +0000 (05:38 +0000)]
Changed entry for Seagate/FD driver to show as being in current.

30 years agoAdmit being responsible for the Seagate ST01/02 & FD 950 SCSI driver
Sean Vickery [Mon, 13 Jun 1994 03:31:30 +0000 (03:31 +0000)]
Admit being responsible for the Seagate ST01/02 & FD 950 SCSI driver
by Kent Palmkvist <kentp@isy.liu.se>

30 years agoGot Kent Palmkvist's ST01/02, FD 950 driver working for FreeBSD.
Sean Vickery [Mon, 13 Jun 1994 02:49:12 +0000 (02:49 +0000)]
Got Kent Palmkvist's ST01/02, FD 950 driver working for FreeBSD.
Things done:
- Added $Id$ lines to README.seagate and seagate.c
- Fixed typos in seagate.c isa_driver structure initialization
- Made entries in LINT and files.i386

30 years agoDeleted wd80x3.c and added ether.c in its place. ether.c includes support
Martin Renters [Mon, 13 Jun 1994 02:43:58 +0000 (02:43 +0000)]
Deleted wd80x3.c and added ether.c in its place.  ether.c includes support
for NE1000/2000 and better WD/SMC support.

30 years agoSeagate ST01/02 & Future Domain 950 SCSI adaptor driver source and README.
Sean Vickery [Mon, 13 Jun 1994 01:59:25 +0000 (01:59 +0000)]
Seagate ST01/02 & Future Domain 950 SCSI adaptor driver source and README.
From Kent Palmkvist <kentp@isy.liu.se>

30 years agoThis commit was generated by cvs2svn to track changes on a CVS vendor
Sean Vickery [Mon, 13 Jun 1994 01:59:25 +0000 (01:59 +0000)]
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.

30 years ago>From: Ryutaroh Matsumoto <ryutaroh@fujiyama.iijnet.or.jp>
Geoff Rehmet [Sun, 12 Jun 1994 18:48:13 +0000 (18:48 +0000)]
>From: Ryutaroh Matsumoto <ryutaroh@fujiyama.iijnet.or.jp>
Description:
        We lose one available file descriptor after calling gethostbyname().
        Because init_services() in gethostnamadr.c does not close file.
- Close the file after we finish reading from it.  (The patch submitted
  was not quite correct.)

30 years agoChange default for directory permissions to be 0755.
Geoff Rehmet [Sun, 12 Jun 1994 16:20:36 +0000 (16:20 +0000)]
Change default for directory permissions to be 0755.

30 years agoAdded entry for Paul's comments on kernel debugging.
Gary Clark II [Sun, 12 Jun 1994 15:13:31 +0000 (15:13 +0000)]
Added entry for Paul's comments on kernel debugging.

30 years agoAdded Paul's comments on kernel dubugging of crash dumps.
Gary Clark II [Sun, 12 Jun 1994 15:12:21 +0000 (15:12 +0000)]
Added Paul's comments on kernel dubugging of crash dumps.

30 years agoModify messages about the resolver manual page as per Rod's suggestions.
Geoff Rehmet [Sun, 12 Jun 1994 11:05:04 +0000 (11:05 +0000)]
Modify messages about the resolver manual page as per Rod's suggestions.
The configure function now tells the user to type "man 5 resolver"
for more info on resolv.conf, but mentions that the bindist must
be fully installed before this can be done (actually a user won't
have reached this stage if he doesn't have an installed bindist ;-)

30 years agoAdd (#ifdef'ed by STARTUP_LOCALE) following line to crt0.c
Andrey Chernov [Sun, 12 Jun 1994 10:51:01 +0000 (10:51 +0000)]
Add (#ifdef'ed by STARTUP_LOCALE) following line to crt0.c

(void) setlocale(LC_ALL, "");

It will be easiest way now to make national chars available
for all ctype-oriented programs at once by simple

setenv LANG Your_National_Charset
(currently only Russian.koi8-r available)

Default case (without "LANG" environment
variable) will be fully ANSI compatible (got "C" locale).

If "LANG" variable present, extention becomes active.

Effect of this extention is great: in one time all ctype
oriented programs can accept/print national characters
without any touching source/binary code, it is big win, IMHO.

This method is fully compatible with ISO8859-* and russian koi8-r
too (in general -- with all 8-bit character sets). I think
it is very useful.
I got this idea from Xenix locale implementation.

This extention is even never compiled in, unless you set
setenv STARTUP_LOCALE
before rebuilding crt0.c

30 years agoChange includes in proper way, i.e.
Andrey Chernov [Sun, 12 Jun 1994 08:51:09 +0000 (08:51 +0000)]
Change includes in proper way, i.e.
"readline.h" --> <readline/readline.h>
Remove -I./readline from Makefile (again!)

30 years agoFrom John Dyson:
David Greenman [Sun, 12 Jun 1994 04:13:21 +0000 (04:13 +0000)]
From John Dyson:
  Fixed bug that could result in a page fault loop on page table pages.
Basically, bias the activation count a little and properly free the page
if it isn't held.

30 years agoChanged the policy of setting B_AGE to work properly for our relatively
David Greenman [Sun, 12 Jun 1994 04:05:53 +0000 (04:05 +0000)]
Changed the policy of setting B_AGE to work properly for our relatively
large buffer caches. The old policy assumed that only read-ahead blocks
would be cached. This commit actually doesn't change much - since we
had already #if 0'd out most of the B_AGE set cases long ago.

30 years agoAdded an access check to the NFS server's create routine. Without it, clients
Karl Lehenbauer [Sat, 11 Jun 1994 23:33:53 +0000 (23:33 +0000)]
Added an access check to the NFS server's create routine.  Without it, clients
can zero out any file on the exported filesystem, just by creat(2)'ing it.
Problem noticed using NFS on SunOS4.1.1.  This is fixed in BSD 4.4, and the fix
is the same.

30 years agoRemoved the following lines from m_compress:
Paul Richards [Sat, 11 Jun 1994 23:06:35 +0000 (23:06 +0000)]
Removed the following lines from m_compress:
                if (in->m_flags & M_EXT) {
#ifdef DEBUG
                        ASSERT(in->m_len == 0);
#endif
                }

since they do nothing unless DEBUG is set and if it is set the compile
falls over because ASSERT is only defined when the netiso code is
included. A more correct fix would probably be to wrap m_compress
with a ifdef NISO but m_compress is moved to the netiso directory in
4.4 anyway so simpler to just yank this bit of DEBUG code for 1.1.5

30 years agoAdded warning about ST-?? driver.
Gary Clark II [Sat, 11 Jun 1994 18:00:34 +0000 (18:00 +0000)]
Added warning about ST-?? driver.

30 years agoThis is the systems FAQ. I'll be adding more entrys shortly.
Gary Clark II [Sat, 11 Jun 1994 17:59:19 +0000 (17:59 +0000)]
This is the systems FAQ.  I'll be adding more entrys shortly.
Sorry for the delay.

30 years agoChanged entry for systems.FAQ (I have it now). and added mention of
Gary Clark II [Sat, 11 Jun 1994 17:58:17 +0000 (17:58 +0000)]
Changed entry for systems.FAQ (I have it now). and added mention of
ST-01/02 driver.

30 years agoTwo changes to DEBUG code:
Paul Richards [Sat, 11 Jun 1994 17:09:39 +0000 (17:09 +0000)]
Two changes to DEBUG code:

Moved pads function before pmap_pvdump to avoid compiler warning
and ifdefed out the use of pv_flags as follows:

#ifdef used_to_be
                printf(" -> pmap %x, va %x, flags %x",
                       pv->pv_pmap, pv->pv_va, pv->pv_flags);
#endif
                printf(" -> pmap %x, va %x",
                       pv->pv_pmap, pv->pv_va);

30 years agoMoved -DTRAD_CORE from gdb/Makefile to bfd/Makefile
Paul Richards [Sat, 11 Jun 1994 16:20:42 +0000 (16:20 +0000)]
Moved -DTRAD_CORE from gdb/Makefile to bfd/Makefile

30 years agoModev -DTRAD_CORE for gdb/Makefile to bfd/Makefile
Paul Richards [Sat, 11 Jun 1994 16:20:07 +0000 (16:20 +0000)]
Modev -DTRAD_CORE for gdb/Makefile to bfd/Makefile

30 years agoPut back -I${.CURDIR}/readline in Makefile.
Paul Richards [Sat, 11 Jun 1994 15:18:01 +0000 (15:18 +0000)]
Put back -I${.CURDIR}/readline in Makefile.

The sources are just broken and given that an extra -I flag is going
to be needed it may as well be as above to guarantee that the library
will build.

30 years agoAllow configuration of resolv.conf though "configure". The
Geoff Rehmet [Sat, 11 Jun 1994 12:42:35 +0000 (12:42 +0000)]
Allow configuration of resolv.conf though "configure".  The
configuration which is done is minimal, and the script refers the user
to the resolver(5) manual page for information on fine-tuning name
resolution.

30 years agoAdded important missing functionality that is required in the
David Greenman [Sat, 11 Jun 1994 07:58:08 +0000 (07:58 +0000)]
Added important missing functionality that is required in the
vnode_pager_setsize() routine. This additional code fixes the
"tail with NULLs bug".

30 years agoFix from Bruce Evans:
David Greenman [Sat, 11 Jun 1994 02:36:32 +0000 (02:36 +0000)]
Fix from Bruce Evans:
Set npx_exists = 0 in the case of broken error reporting.

30 years agoBruce found a bug in my changes to stop using the gs selector.
David Greenman [Sat, 11 Jun 1994 02:30:05 +0000 (02:30 +0000)]
Bruce found a bug in my changes to stop using the gs selector.

From Bruce Evans:

fu[i]byte() checked the wrong register.  This caused interesting behaviour
in the GPL math emulator.  The emulator does not check the values returned
by fu*() or su*() (:-() and it interpreted the address of -12(%ebp) as
-1(%ebp).  The same probably occurs for all signed 8-bit offsets from
registers.

I cleaned up the new bzero() a bit.

30 years agoDocument option keep. This is necessary if you want the mail scheme
Guido van Rooij [Fri, 10 Jun 1994 17:08:07 +0000 (17:08 +0000)]
Document option keep. This is necessary if you want the mail scheme
where /var/mail has a sticky bit. You domt want to define the keep
option in all cases as it recreates your mailbox when it has zero length.
Since mail doesnt have an s-bit this doesnt always work.

-Guido

30 years agokgdb.1:
Paul Richards [Fri, 10 Jun 1994 17:02:50 +0000 (17:02 +0000)]
kgdb.1:
Added a little blurb on origins of kgdb and
referred to gdb manpage.
main.c:
Removed -k option and delted it from -help output.

30 years agoAdded kgdb subdir.
Paul Richards [Fri, 10 Jun 1994 16:51:29 +0000 (16:51 +0000)]
Added kgdb subdir.

30 years agoMoved gdb.1 to kgdb.1
Paul Richards [Fri, 10 Jun 1994 16:27:30 +0000 (16:27 +0000)]
Moved gdb.1 to kgdb.1
Currently empty since gdb3 didn't have a man page.

30 years agoMakefile:
Paul Richards [Fri, 10 Jun 1994 16:17:48 +0000 (16:17 +0000)]
Makefile:
Install as kgdb
main.c:
Hardwire kernel_debugging = 1

30 years agoTwo files I "lost" the first time.
Paul Richards [Fri, 10 Jun 1994 15:57:46 +0000 (15:57 +0000)]
Two files I "lost" the first time.
GDB4:

30 years agoGDB-4.12 from ports with support for shlibs but not the kernel.
Paul Richards [Fri, 10 Jun 1994 13:42:18 +0000 (13:42 +0000)]
GDB-4.12 from ports with support for shlibs but not the kernel.

This is a greatly pared down version of the full gdb-4.12, all the
config stuff has been removed and the supporting libraries have
been stripped to a minimum. This is a 1.1.5 only port, I'll do a
more complete port for 2.0 which will have all the config stuff
and will install the gnu support libraries as system libraries like
we do for readline.

There wasn't much point for 1.1.5 since only gdb would use them so I
went for saving space instead. For 2.0 I'll config all the
other gnu tools to use them as well.

30 years agoFix from Mostyn Lewis for this:
Andrey Chernov [Fri, 10 Jun 1994 11:10:24 +0000 (11:10 +0000)]
Fix from Mostyn Lewis for this:

>  route add default -link ppp99
>
> (Where `ppp99' is some bogus interface)
>
> It panics the kernel..

In the routine, ifa_ifwithdstaddr, in if.c (/usr/src/sys/net) there's
a line using the equal macro. The macro does a bcmp and in this case
the second argument, ifa->ifa_dstaddr, is 0 and the kernel panics.

30 years agoRemove CXXFLAGS completely
Andrey Chernov [Fri, 10 Jun 1994 07:48:58 +0000 (07:48 +0000)]
Remove CXXFLAGS completely
Remove -I. from CFLAGS
This stuff unneeded with make includes

30 years agoCopyright changes per the author.
Paul Richards [Fri, 10 Jun 1994 07:45:04 +0000 (07:45 +0000)]
Copyright changes per the author.
Added specific permissions for redistribution with FreeBSD and NetBSD.
Fixed author's email address.

30 years agoRemove -I., unneded with make includes
Andrey Chernov [Fri, 10 Jun 1994 07:37:40 +0000 (07:37 +0000)]
Remove -I., unneded with make includes

30 years agoRemove -I./readline, unneded with make includes
Andrey Chernov [Fri, 10 Jun 1994 07:35:49 +0000 (07:35 +0000)]
Remove -I./readline, unneded with make includes

30 years agoAdd more emulation characters for current documentation:
Andrey Chernov [Fri, 10 Jun 1994 07:29:37 +0000 (07:29 +0000)]
Add more emulation characters for current documentation:
ua, da, sc, de

30 years agoWrong escape corrected
Andrey Chernov [Fri, 10 Jun 1994 07:24:20 +0000 (07:24 +0000)]
Wrong escape corrected

30 years agoAdd missing MACROS = -ms, this doc was never formatted even with ps
Andrey Chernov [Fri, 10 Jun 1994 07:20:51 +0000 (07:20 +0000)]
Add missing MACROS = -ms, this doc was never formatted even with ps

30 years agoAdded a note at the top that this is not a command. Changed the password
Satoshi Asami [Fri, 10 Jun 1994 07:19:47 +0000 (07:19 +0000)]
Added a note at the top that this is not a command.  Changed the password
field of the example to "*" and added comments on how to change it via
the passwd command.

30 years agoFix typo in macro
Andrey Chernov [Fri, 10 Jun 1994 07:17:57 +0000 (07:17 +0000)]
Fix typo in macro

30 years agoAdd missing MACROS = -ms, this doc was not formatted even in postscript
Andrey Chernov [Fri, 10 Jun 1994 07:16:19 +0000 (07:16 +0000)]
Add missing MACROS = -ms, this doc was not formatted even in postscript

30 years agoAdded emulation of troff characters:
Andrey Chernov [Thu, 9 Jun 1994 16:18:04 +0000 (16:18 +0000)]
Added emulation of troff characters:
ac, r?, r!, ad, ss, ah, a-, ao, TP, Tp, -D, Sd, ho
all needed to format docs

30 years agomove ms footnotes .FS outside tbl tables,
Andrey Chernov [Thu, 9 Jun 1994 15:57:45 +0000 (15:57 +0000)]
move ms footnotes .FS outside tbl tables,
groff -Tascii cycles in other case

30 years agoAdd libreadline beforeinstall to "make includes"
Andrey Chernov [Thu, 9 Jun 1994 13:10:13 +0000 (13:10 +0000)]
Add libreadline beforeinstall to "make includes"

30 years agoAdd emulation of dagger and double dagger for ascii devices
Andrey Chernov [Thu, 9 Jun 1994 11:51:36 +0000 (11:51 +0000)]
Add emulation of dagger and double dagger for ascii devices
(via +)

30 years agoAdd commented out PRINTER=ps entry for easy choose
Andrey Chernov [Thu, 9 Jun 1994 11:13:52 +0000 (11:13 +0000)]
Add commented out PRINTER=ps entry for easy choose
system documentation format

30 years ago1) Remove .ev: cause environment underflowing
Andrey Chernov [Thu, 9 Jun 1994 11:07:51 +0000 (11:07 +0000)]
1) Remove .ev: cause environment underflowing
2) Fix entry for tbl

30 years agoAdd commented out CXXFLAGS entry similar to CFLAGS entry
Andrey Chernov [Thu, 9 Jun 1994 08:32:58 +0000 (08:32 +0000)]
Add commented out CXXFLAGS entry similar to CFLAGS entry

30 years agoMore kosher fix for user-presetted CXXFLAGS:
Andrey Chernov [Thu, 9 Jun 1994 08:30:18 +0000 (08:30 +0000)]
More kosher fix for user-presetted CXXFLAGS:
Makefile.inc: CXXFLAGS?=-O
libg++/Makefile: CXXFLAGS+= ...

30 years agolibg++ compiles without _any_ optimization,
Andrey Chernov [Thu, 9 Jun 1994 08:14:24 +0000 (08:14 +0000)]
libg++ compiles without _any_ optimization,
add CXXFLAGS+=-O

30 years agoAdd -I../include for successful compilation when values.h not yet
Andrey Chernov [Thu, 9 Jun 1994 08:02:02 +0000 (08:02 +0000)]
Add -I../include for successful compilation when values.h not yet
installed

30 years ago1) Fix -E (no escape char) mode, has error with 0xFF char
Andrey Chernov [Thu, 9 Jun 1994 07:45:16 +0000 (07:45 +0000)]
1) Fix -E (no escape char) mode, has error with 0xFF char
(escapes on it)
2) Correct man page about -e option
3) Add missing -8 -E -L -K -r options to manpage

30 years agoWrong key fixed
Andrey Chernov [Thu, 9 Jun 1994 06:00:51 +0000 (06:00 +0000)]
Wrong key fixed

30 years agoTrim some support entries. Thanks to Julian for providing me with newer,
Jordan K. Hubbard [Thu, 9 Jun 1994 03:46:15 +0000 (03:46 +0000)]
Trim some support entries.  Thanks to Julian for providing me with newer,
shorter entry.

30 years agothe bootfile command didn't work at all.
Poul-Henning Kamp [Thu, 9 Jun 1994 02:12:52 +0000 (02:12 +0000)]
the bootfile command didn't work at all.

30 years agofinished work from yesterday.
Poul-Henning Kamp [Wed, 8 Jun 1994 23:42:06 +0000 (23:42 +0000)]
finished work from yesterday.

30 years agoDon't link the strip.sed from ../me, use it directly. Otherwise the
Andreas Schulz [Wed, 8 Jun 1994 18:42:49 +0000 (18:42 +0000)]
Don't link the strip.sed from ../me, use it directly. Otherwise the
make install fails on read-only filesystems. tmac/Makefile works
with a NOOBJ directive.

30 years agoAdd code to fix the error with "x=y" in chmod.
Andreas Schulz [Wed, 8 Jun 1994 16:22:51 +0000 (16:22 +0000)]
Add code to fix the error with "x=y" in chmod.

30 years agoBacked out last hack to look for 0xffff instead of <0. The change of
David Greenman [Wed, 8 Jun 1994 14:34:54 +0000 (14:34 +0000)]
Backed out last hack to look for 0xffff instead of <0. The change of
id_iobase to an int fixes this problem differently.

30 years agoChanged id_iobase to int. This should solve the problem when "any"
David Greenman [Wed, 8 Jun 1994 14:01:04 +0000 (14:01 +0000)]
Changed id_iobase to int. This should solve the problem when "any"
is specified in a config file (only used currently for lpt).

30 years agoAdded ftp.physics.su.oz.au and ftp.une.edu.au to list of FreeBSD mirror
Sean Vickery [Wed, 8 Jun 1994 13:33:51 +0000 (13:33 +0000)]
Added ftp.physics.su.oz.au and ftp.une.edu.au to list of FreeBSD mirror
sites

30 years agoChange all lib*.so.1.0 to lib*.so.1.1
Geoff Rehmet [Wed, 8 Jun 1994 11:01:46 +0000 (11:01 +0000)]
Change all  lib*.so.1.0 to lib*.so.1.1
(Once again, pointed out by Volker Paepcke.)

30 years agoChange reference to libc.so.1.0 to libc.so.1.1.
Geoff Rehmet [Wed, 8 Jun 1994 10:52:10 +0000 (10:52 +0000)]
Change reference to libc.so.1.0 to libc.so.1.1.
(Pointed out by Volker Paepcke)

30 years agoAdding the ST-01/02, Future Domain SCSI driver to the FAQ system
Gary Clark II [Wed, 8 Jun 1994 10:47:47 +0000 (10:47 +0000)]
Adding the ST-01/02, Future Domain SCSI driver to the FAQ system

30 years agoFix ugly bug with PAS chip rev detection
Andrey Chernov [Wed, 8 Jun 1994 10:40:55 +0000 (10:40 +0000)]
Fix ugly bug with PAS chip rev detection
My previsious fix for mixer on Rev D boards becomes more correct too

30 years agoadded description of DISKLABEL_UNPROTECTED.
Poul-Henning Kamp [Wed, 8 Jun 1994 01:38:31 +0000 (01:38 +0000)]
added description of DISKLABEL_UNPROTECTED.
Where is 'makeinfo' on freefall ?

30 years agoAdded
Poul-Henning Kamp [Wed, 8 Jun 1994 00:30:34 +0000 (00:30 +0000)]
Added
cpu "I586_CPU"
Since the new CPU-ID code finds them.