unix-history/.git
30 years agoMade all header files idempotent and moved incorrect common data from
Garrett Wollman [Sun, 7 Nov 1993 17:54:32 +0000 (17:54 +0000)]
Made all header files idempotent and moved incorrect common data from
headers into a related source file.

30 years agoMade all header files idempotent and moved incorrect common data from
Garrett Wollman [Sun, 7 Nov 1993 17:53:24 +0000 (17:53 +0000)]
Made all header files idempotent and moved incorrect common data from
headers into a related source file.
Deleted some very old device-specific headers for devices that we don't
support and likely never will.

30 years agoMade all header files idempotent and moved incorrect common data from
Garrett Wollman [Sun, 7 Nov 1993 17:50:41 +0000 (17:50 +0000)]
Made all header files idempotent and moved incorrect common data from
headers into a related source file.
Removed bogus af.c and af.h and deleted all references thereto.

30 years agoMade all header files idempotent and moved incorrect common data from
Garrett Wollman [Sun, 7 Nov 1993 17:45:32 +0000 (17:45 +0000)]
Made all header files idempotent and moved incorrect common data from
headers into a related source file.  (Fixed soundcard.h #define to be in
correct namespace.)

30 years agoMade all header files idempotent and moved incorrect common data from
Garrett Wollman [Sun, 7 Nov 1993 17:44:34 +0000 (17:44 +0000)]
Made all header files idempotent and moved incorrect common data from
headers into a related source file.  Also fixed a bug in ed_probe() where
it was possible to fall off the end of the function

30 years agoMade all header files idempotent and moved incorrect common data from
Garrett Wollman [Sun, 7 Nov 1993 17:43:17 +0000 (17:43 +0000)]
Made all header files idempotent and moved incorrect common data from
headers into a related source file.  Added cons.h as first step towards
moving i386/i386/cons.h to machine/cons.h where it belongs.

30 years agoMade all header files idempotent and moved incorrect common data from
Garrett Wollman [Sun, 7 Nov 1993 17:41:36 +0000 (17:41 +0000)]
Made all header files idempotent and moved incorrect common data from
headers into a related source file.  (This is the only change to locore.s).
Also fixed pg() to be properly declared and use stdargs.

30 years agoFixed comment.
Garrett Wollman [Sun, 7 Nov 1993 17:40:05 +0000 (17:40 +0000)]
Fixed comment.

30 years agoMake all headers idempotent. All incorrect common data moved out of header
Garrett Wollman [Sun, 7 Nov 1993 17:39:25 +0000 (17:39 +0000)]
Make all headers idempotent.  All incorrect common data moved out of header
files and into a related source file.

30 years agoAdded a few system parameters that were formerly incorrectly declared
Garrett Wollman [Sun, 7 Nov 1993 17:38:29 +0000 (17:38 +0000)]
Added a few system parameters that were formerly incorrectly declared
in header files.

30 years agoTry to be a little smarter about touching the date on assym.s, so that
Garrett Wollman [Sun, 7 Nov 1993 16:46:33 +0000 (16:46 +0000)]
Try to be a little smarter about touching the date on assym.s, so that
if something changes which doesn't affect it, locore doesn't have to get
rebuilt.  This is at the cost of a genassym and a cmp in every compile,
until someone can figure out how to make `make' smarter itself.

30 years agoAdded some more defines that weren't there before. Also bumped up
Garrett Wollman [Sun, 7 Nov 1993 16:44:40 +0000 (16:44 +0000)]
Added some more defines that weren't there before.  Also bumped up
symtab space again.

30 years agoThe csh had a globbing bug in it, that one non-matching wildcard file ends
Andreas Schulz [Sun, 7 Nov 1993 13:03:38 +0000 (13:03 +0000)]
The csh had a globbing bug in it, that one non-matching wildcard file ends
the whole search. Something like "ls *bb *cc" with a nonexistent bb and an
existent cc shows a "no match". Found and fixed from "dmuntz@eecs.umich.edu".

30 years agoAdd gnu as one of the folder names to submit bugs agains, per Paul Richards
Rod Grimes [Sun, 7 Nov 1993 12:41:40 +0000 (12:41 +0000)]
Add gnu as one of the folder names to submit bugs agains, per Paul Richards

30 years agoAdded
Paul Richards [Sun, 7 Nov 1993 12:01:22 +0000 (12:01 +0000)]
Added
#SHLIB_MAJOR= 0
#SHLIB_MINOR= 0
to Makefile

30 years agoAdded missing cleandir line for shared libs.
Paul Richards [Sun, 7 Nov 1993 09:14:44 +0000 (09:14 +0000)]
Added missing cleandir line for shared libs.

30 years agoDeleted af.c from standard listing; there's nothing at all which is ever
Garrett Wollman [Sun, 7 Nov 1993 07:38:25 +0000 (07:38 +0000)]
Deleted af.c from standard listing; there's nothing at all which is ever
useful in it.

30 years agoNeeded to bump up SYMTAB_SPACE again. (This really should be done by the
Garrett Wollman [Sun, 7 Nov 1993 05:26:17 +0000 (05:26 +0000)]
Needed to bump up SYMTAB_SPACE again.  (This really should be done by the
boot loader...)

30 years agoAdded CWARNFLAGS and COPTFLAGS defines to Makefile so that we can easily
Garrett Wollman [Sun, 7 Nov 1993 04:41:11 +0000 (04:41 +0000)]
Added CWARNFLAGS and COPTFLAGS defines to Makefile so that we can easily
test various warning and optimization compiler flags without modifying the
Makefile. (From my patch set.)

30 years agoAdded -lgcc_pic to LDFLAGS in rtld/Makefile
Paul Richards [Sun, 7 Nov 1993 03:25:25 +0000 (03:25 +0000)]
Added -lgcc_pic to LDFLAGS in rtld/Makefile

30 years agoRemoved install -d line since our install doesn't support the -d
Paul Richards [Sun, 7 Nov 1993 03:05:40 +0000 (03:05 +0000)]
Removed install -d line since our install doesn't support the -d
option.

30 years agoAdded a new flag variable to /etc/netstart, $sendmail_flags, which
Garrett Wollman [Sun, 7 Nov 1993 01:19:06 +0000 (01:19 +0000)]
Added a new flag variable to /etc/netstart, $sendmail_flags, which
gives the flags to be passed to sendmail when it is started.  (If it is
"NO", sendmail is not started.)  Also, always start the portmapper regardless
of the value of $nfs_server; this should prevent the inetd complaints we
have seen from recurring.

30 years agoAdded comment about how to enable NIS hostname resolution.
Garrett Wollman [Sun, 7 Nov 1993 01:02:57 +0000 (01:02 +0000)]
Added comment about how to enable NIS hostname resolution.

30 years agoCommented out sortlist entry; most users aren't located at UCB and so
Garrett Wollman [Sun, 7 Nov 1993 00:58:34 +0000 (00:58 +0000)]
Commented out sortlist entry; most users aren't located at UCB and so
a different sortlist (if any) would be more appropriate.  Users should
configure manually.

30 years agoUpdated to reflect current situation w.r.t. root name servers.
Garrett Wollman [Sun, 7 Nov 1993 00:54:21 +0000 (00:54 +0000)]
Updated to reflect current situation w.r.t. root name servers.

30 years agoAdded a whole bunch of common protocols and ports from the latest edition of
Garrett Wollman [Sun, 7 Nov 1993 00:31:23 +0000 (00:31 +0000)]
Added a whole bunch of common protocols and ports from the latest edition of
Assigned Numbers.

30 years agoAdded
Paul Richards [Sat, 6 Nov 1993 23:43:03 +0000 (23:43 +0000)]
Added
    #INSTALL_PIC_ARCHIVE=
    #SHLIB_MAJOR= 0
    #SHLIB_MINOR= 0
to libgcc/Makefile ready for shared libs.

30 years agoAdded comment in the description of `com' devices that they are usually
Garrett Wollman [Sat, 6 Nov 1993 23:22:23 +0000 (23:22 +0000)]
Added comment in the description of `com' devices that they are usually
not what users want unless they have re-configured their kernels.  Hopefully
some people will actually read this.

30 years agoChanged ldconfig.0 to ldconfig.8 for our man setup.
Paul Richards [Sat, 6 Nov 1993 23:15:53 +0000 (23:15 +0000)]
Changed ldconfig.0 to ldconfig.8 for our man setup.

30 years agoAdded missing $ to {CXX} in .cc.so
Paul Richards [Sat, 6 Nov 1993 19:15:25 +0000 (19:15 +0000)]
Added missing $ to {CXX} in .cc.so

30 years agoAdded missing $ before {AR} in .s.so
Paul Richards [Sat, 6 Nov 1993 18:57:00 +0000 (18:57 +0000)]
Added missing $ before {AR} in .s.so

30 years agoChanged N_TXTADDR and N_TXTOFF and added N_GETMAGIC2 macros so that the
Paul Richards [Sat, 6 Nov 1993 01:32:00 +0000 (01:32 +0000)]
Changed N_TXTADDR and N_TXTOFF and added N_GETMAGIC2 macros so that the
new ld will produce working NetBSD ZMAGIC binaries.

30 years agoAdded my documentation of kernel configuration options and devices. Includes
Garrett Wollman [Sat, 6 Nov 1993 00:07:44 +0000 (00:07 +0000)]
Added my documentation of kernel configuration options and devices.  Includes
a Makefile to automatically generate the Info and flatSCII forms; since
the printable form differs from location to location, I did not include
TeX or dvips stuff to get a printable version.  (The flatSCII version
should be good enough for most people anyway.)

30 years agoFixed a grammatical error that I just introduced.
Garrett Wollman [Fri, 5 Nov 1993 23:38:16 +0000 (23:38 +0000)]
Fixed a grammatical error that I just introduced.

30 years agoAdded support for new -print0 and -printf primaries. Updated documentation
Garrett Wollman [Fri, 5 Nov 1993 23:31:36 +0000 (23:31 +0000)]
Added support for new -print0 and -printf primaries.  Updated documentation
to reflect same, and added an example of -print0.  Also fixed ordering
of certain primaries listed in the documents.  (It really helps to try printing
the documentation out!)

30 years agoChanged file as per bug report from comp.os.386bsd.bugs
Andreas Schulz [Fri, 5 Nov 1993 21:59:06 +0000 (21:59 +0000)]
Changed file as per bug report from comp.os.386bsd.bugs
db@diana.ocunix.on.ca. Must admit, didn't check it. I don't have
a manual handy for punch cards.

30 years agoRemoved .depend stuff and included bsd.dep.mk instead.
Paul Richards [Fri, 5 Nov 1993 20:05:39 +0000 (20:05 +0000)]
Removed .depend stuff and included bsd.dep.mk instead.

30 years agoAdded defines necessary to get shared libs built and installed.
Paul Richards [Fri, 5 Nov 1993 16:35:10 +0000 (16:35 +0000)]
Added defines necessary to get shared libs built and installed.
Commented them out for now.

30 years agoChanged the version number again from 1.1a to 1.0.1, because we should
Andreas Schulz [Fri, 5 Nov 1993 10:18:09 +0000 (10:18 +0000)]
Changed the version number again from 1.1a to 1.0.1, because we should
better use minor numbers instead of greek characters.

30 years ago-g removed from CFLAGS (with permissions from Paul)
Andrey Chernov [Fri, 5 Nov 1993 01:35:24 +0000 (01:35 +0000)]
-g removed from CFLAGS (with permissions from Paul)

30 years agoMissing link.h added (with permissions from Paul)
Andrey Chernov [Fri, 5 Nov 1993 01:32:18 +0000 (01:32 +0000)]
Missing link.h added (with permissions from Paul)

30 years agoUpdate to NetBSD version --- makes it POSIX.2 compliant, although
J.T. Conklin [Thu, 4 Nov 1993 19:41:29 +0000 (19:41 +0000)]
Update to NetBSD version --- makes it POSIX.2 compliant, although
multibyte character support isn't in yet.

30 years agoMy work from NetBSD to make printf() & friends ANSI C compliant.
J.T. Conklin [Thu, 4 Nov 1993 19:38:22 +0000 (19:38 +0000)]
My work from NetBSD to make printf() & friends ANSI C compliant.
Fixes several bugs in floating point formatting:
  1. Trailing zeros were being stripped with %e format.
  2. %g/%G formats incorrect.
  3. Lots of other nits.

30 years agosplnone()'s in the trap code can be deadly. Save/restore previous priority
David Greenman [Thu, 4 Nov 1993 15:05:41 +0000 (15:05 +0000)]
splnone()'s in the trap code can be deadly. Save/restore previous priority
instead.

30 years agoAdded support for building shared libs.
Paul Richards [Thu, 4 Nov 1993 03:51:31 +0000 (03:51 +0000)]
Added support for building shared libs.

30 years agoModified exec header to midmag format.
Paul Richards [Thu, 4 Nov 1993 03:05:00 +0000 (03:05 +0000)]
Modified exec header to midmag format.
Added
#define a_midmag a_magic
so existing kernel will work with new format.

30 years agoAdded N_GETMAGIC macro and fixed other macros to use it.
Paul Richards [Thu, 4 Nov 1993 02:53:37 +0000 (02:53 +0000)]
Added N_GETMAGIC macro and fixed other macros to use it.

30 years agoDST offset calculation removed, it is wrong in any case.
Andrey Chernov [Thu, 4 Nov 1993 01:56:31 +0000 (01:56 +0000)]
DST offset calculation removed, it is wrong in any case.

30 years agoRussian keymap (RUKEYMAP) changes:
Andrey Chernov [Thu, 4 Nov 1993 01:49:20 +0000 (01:49 +0000)]
Russian keymap (RUKEYMAP) changes:
New syscons keys added: NEXT, DBG, RBT
AltGr Shift removed from right Alt
Shift state on -,+ keys exchanged

30 years agoAdded shared libs support from NetBSD.
Paul Richards [Thu, 4 Nov 1993 01:09:18 +0000 (01:09 +0000)]
Added shared libs support from NetBSD.

30 years agoAdded make rules to build shareable objects.
Paul Richards [Thu, 4 Nov 1993 00:06:19 +0000 (00:06 +0000)]
Added make rules to build shareable objects.

30 years agoAdded PIC support to libc -- when compiled as PIC library make
Paul Richards [Thu, 4 Nov 1993 00:01:47 +0000 (00:01 +0000)]
Added PIC support to libc -- when compiled as PIC library make
references to global symbols go via GOT.

30 years agoAdded link.h for shared libs.
Paul Richards [Wed, 3 Nov 1993 23:48:30 +0000 (23:48 +0000)]
Added link.h for shared libs.

30 years agoImported NetBSD's ld for shared libs.
Paul Richards [Wed, 3 Nov 1993 23:41:59 +0000 (23:41 +0000)]
Imported NetBSD's ld for shared libs.

30 years agoRestored comments that were removed from npx.c using # comment
Paul Richards [Wed, 3 Nov 1993 23:32:35 +0000 (23:32 +0000)]
Restored comments that were removed from npx.c using # comment
format rather than /* */, as per advise from Jordan.

30 years agoRemoved the definition of FAT_CURSOR, so that it is now controlable with
Andreas Schulz [Wed, 3 Nov 1993 20:14:49 +0000 (20:14 +0000)]
Removed the definition of FAT_CURSOR, so that it is now controlable with
the kernel description file.

30 years agoAdded the option FAT_CURSOR into the GENERIC kernel descriptions for
Andreas Schulz [Wed, 3 Nov 1993 20:02:23 +0000 (20:02 +0000)]
Added the option FAT_CURSOR into the GENERIC kernel descriptions for
pccons or syscons usage. Modified comment in LINT for FAT_CURSOR.
Now the FAT_CURSOR can be controlled over the option, instead of hacking
syscons.c and pccons.c.

30 years agoFixed the reason for wx.c not working. I forgot to keep all the table entries
Nate Willams [Wed, 3 Nov 1993 18:07:32 +0000 (18:07 +0000)]
Fixed the reason for wx.c not working.  I forgot to keep all the table entries
for the driver in the kernel when NWX was defined.

30 years agoAdded wx driver support
Nate Willams [Wed, 3 Nov 1993 18:05:42 +0000 (18:05 +0000)]
Added wx driver support

30 years ago0.2.4 used a timeout in wdcommand() of about 1e7 inb's (10-20 sec on a
Nate Willams [Wed, 3 Nov 1993 18:04:15 +0000 (18:04 +0000)]
0.2.4 used a timeout in wdcommand() of about 1e7 inb's (10-20 sec on a
486) while 0.1 used a timeout of about 3e6 inb's (3-6 sec on a 486).
I forgot about the problems when the 0.1 timeout was reduced to 1e6 inb's
by removing delays.

Try a wait after drive select (outb to wd_sdh) in wdcommand():

30 years agoUpdated the kernel version from 1.0e to 1.1a.
Andreas Schulz [Wed, 3 Nov 1993 10:48:26 +0000 (10:48 +0000)]
Updated the kernel version from 1.0e to 1.1a.

30 years agoAdded PIC capability.
Paul Richards [Wed, 3 Nov 1993 02:37:33 +0000 (02:37 +0000)]
Added PIC capability.

30 years agoBrought over NetBSD's gas ready for pk's shared libs.
Paul Richards [Wed, 3 Nov 1993 00:56:24 +0000 (00:56 +0000)]
Brought over NetBSD's gas ready for pk's shared libs.

30 years agoRemoved comments from within asm block.
Paul Richards [Wed, 3 Nov 1993 00:29:19 +0000 (00:29 +0000)]
Removed comments from within asm block.

New gas fails to parse comments within asm blocks properly. Simply
remove them until gas gets fixed.

30 years agoUgliness left over from someone's CVS editing session removed. Who did this?
Nate Willams [Tue, 2 Nov 1993 21:10:59 +0000 (21:10 +0000)]
Ugliness left over from someone's CVS editing session removed.  Who did this?

30 years agoAdded NetBSD's YP code.
Paul Richards [Mon, 1 Nov 1993 23:56:29 +0000 (23:56 +0000)]
Added NetBSD's YP code.

YP support routines.

30 years agoAdded NetBSD's YP code.
Paul Richards [Mon, 1 Nov 1993 23:56:04 +0000 (23:56 +0000)]
Added NetBSD's YP code.

Added support necessary to use password and group YP maps.

30 years agoAdded NetBSD's YP code.
Paul Richards [Mon, 1 Nov 1993 23:54:25 +0000 (23:54 +0000)]
Added NetBSD's YP code.

30 years agoFixed big boo-boo in the Makefile which was caused from someone not
Nate Willams [Mon, 1 Nov 1993 18:08:06 +0000 (18:08 +0000)]
Fixed big boo-boo in the Makefile which was caused from someone not
resolving some problems in the Makefile

30 years agoCHange return value of setpwent to void.
Paul Richards [Mon, 1 Nov 1993 14:40:01 +0000 (14:40 +0000)]
CHange return value of setpwent to void.

30 years agoModified the "rude stack hack" that it only applies to addresses within
Christoph Robitschko [Mon, 1 Nov 1993 11:51:29 +0000 (11:51 +0000)]
Modified the "rude stack hack" that it only applies to addresses within
the stack area and not memory above VM_MAXUSER_ADDRESS.
That way, copyout and friends now work for pages whose page table entries
have not yet been allocated/been paged out.

30 years agoThis is sendmail version 8.6.3.
Jordan K. Hubbard [Mon, 1 Nov 1993 00:16:24 +0000 (00:16 +0000)]
This is sendmail version 8.6.3.

30 years agoChanged return value of setgrent from int to void.
Paul Richards [Sun, 31 Oct 1993 19:10:12 +0000 (19:10 +0000)]
Changed return value of setgrent from int to void.

30 years agobsd.dep.mk wasn't installed. bsd.lib.mk was missing a "\" line
Wiljo Heinen [Sun, 31 Oct 1993 15:43:03 +0000 (15:43 +0000)]
bsd.dep.mk wasn't installed. bsd.lib.mk was missing a "\" line
continuation character in afterdepend target.

30 years ago(Guido originally had fixed this long ago but it never made it into the
David Greenman [Sun, 31 Oct 1993 11:13:51 +0000 (11:13 +0000)]
(Guido originally had fixed this long ago but it never made it into the
tree. This recent fix from the net is better)
From: asami@cs.berkeley.edu (Satoshi Asami)

Howdy.  I think I found a bug in kvm.c that causes memory leak in
kvm_getprocs().  The patch follows:
...
I found this while tracking a problem of top-3.2 growing beyond limit.
I'm not sure if this will not cause any other problems, but at least
top seems to be working fine now.

(it works correctly and doesn't cause problems -DLG)

30 years agoThis commit was generated by cvs2svn to track changes on a CVS vendor
Paul Richards [Sun, 31 Oct 1993 06:14:55 +0000 (06:14 +0000)]
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.

30 years agoImport yp binaries from NetBSD.
Paul Richards [Sun, 31 Oct 1993 06:14:55 +0000 (06:14 +0000)]
Import yp binaries from NetBSD.

30 years agoThis got moved out of bsd.lib.mk and lost the C++ patches I made. Reinserted
Wiljo Heinen [Sun, 31 Oct 1993 04:32:32 +0000 (04:32 +0000)]
This got moved out of bsd.lib.mk and lost the C++ patches I made. Reinserted
those. This file should also be used by bsd.prog.mk, but its depend target
is still slightly different.

30 years agoRemoved .depend target because it didn't do anything usefull. The new
Paul Richards [Sun, 31 Oct 1993 03:43:07 +0000 (03:43 +0000)]
Removed .depend target because it didn't do anything usefull. The new
bsd.lib.mk now skip depends if there's no SRCS defined. That's ok for
libgcc because it always gets remade.

30 years agoAdded NetBSD's bsd.dep.mk
Paul Richards [Sun, 31 Oct 1993 03:33:46 +0000 (03:33 +0000)]
Added NetBSD's bsd.dep.mk

30 years agoModified to use the new mk files. No .cc.o etc rules neccesary here.
Wiljo Heinen [Sun, 31 Oct 1993 03:31:51 +0000 (03:31 +0000)]
Modified to use the new mk files. No .cc.o etc rules neccesary here.

30 years agoAlready removed Makefile.dep, now removed the include of it.
Wiljo Heinen [Sun, 31 Oct 1993 02:32:26 +0000 (02:32 +0000)]
Already removed Makefile.dep, now removed the include of it.

30 years agoRemoved Makefile.dep as depend target now works.
Wiljo Heinen [Sun, 31 Oct 1993 02:27:20 +0000 (02:27 +0000)]
Removed Makefile.dep as depend target now works.

30 years agoWith new mk files the only rule needed is .y.o via .cc
Wiljo Heinen [Sun, 31 Oct 1993 02:23:48 +0000 (02:23 +0000)]
With new mk files the only rule needed is .y.o via .cc

30 years agoRe-enabled rules for .cc.o, .C.o, and .cxx.o. Re-enabled and fixed
Wiljo Heinen [Sun, 31 Oct 1993 01:45:30 +0000 (01:45 +0000)]
Re-enabled rules for .cc.o, .C.o, and .cxx.o. Re-enabled and fixed
depend rule for .C, .cc, and .cxx files. Now doesn't use the -+
option to mkdep, and handles -nostdinc++.

30 years agoBy using gcc -M instead of cpp -M mkdep now handles C++.
Wiljo Heinen [Sun, 31 Oct 1993 01:43:36 +0000 (01:43 +0000)]
By using gcc -M instead of cpp -M mkdep now handles C++.

30 years agoAdded FAT_CURSOR and STAR_SAVER settings.
Jordan K. Hubbard [Sun, 31 Oct 1993 00:21:46 +0000 (00:21 +0000)]
Added FAT_CURSOR and STAR_SAVER settings.

30 years agoAdd example entries for syscons screen savers and cursor shape.
Jordan K. Hubbard [Sun, 31 Oct 1993 00:20:35 +0000 (00:20 +0000)]
Add example entries for syscons screen savers and cursor shape.

30 years agoNow that STAR_SAVER and SNAKE_SAVER are kernel options, add code
Jordan K. Hubbard [Sun, 31 Oct 1993 00:19:01 +0000 (00:19 +0000)]
Now that STAR_SAVER and SNAKE_SAVER are kernel options, add code
to make sure that bad things don't happen if both are (incorrectly)
defined at once.

30 years agoFixed bug where syscons.c wouldn't compile if DDB was enabled.
Jordan K. Hubbard [Sun, 31 Oct 1993 00:09:02 +0000 (00:09 +0000)]
Fixed bug where syscons.c wouldn't compile if DDB was enabled.
Removed FAT_CURSOR and STAR_SAVER as compiled in defaults - these should
be kernel options!

30 years agoAdded depend target which works.
Paul Richards [Sat, 30 Oct 1993 17:24:36 +0000 (17:24 +0000)]
Added depend target which works.

Just copied depend rule from bsd.lib.mk but changed SRCS to libgcc1.c
and libgcc2.c

30 years agoAdd links for stdarg.3 -> va_arg, va_end, va_start per Garrett Wollman
Rod Grimes [Sat, 30 Oct 1993 07:09:39 +0000 (07:09 +0000)]
Add links for stdarg.3 -> va_arg, va_end, va_start per Garrett Wollman

30 years agoAdd missing M_DONTWAIT to m_copym call per Garrett Wollman
Rod Grimes [Sat, 30 Oct 1993 06:37:09 +0000 (06:37 +0000)]
Add missing M_DONTWAIT to m_copym call per Garrett Wollman

30 years agoNew improved quote handling changes from Mike Lutz & Bob Harper,
Jordan K. Hubbard [Sat, 30 Oct 1993 03:56:38 +0000 (03:56 +0000)]
New improved quote handling changes from Mike Lutz & Bob Harper,
fix sendmail .cf file creation problems with Allman's cf creation
kit

30 years agoFrom: Geoff Rehmet <g89r4222@braae.ru.ac.za>
Jordan K. Hubbard [Fri, 29 Oct 1993 22:59:51 +0000 (22:59 +0000)]
From: Geoff Rehmet <g89r4222@braae.ru.ac.za>
The version of rdump supplied with FreeBSD allows the remote
dump device to be spacified as <user>@<host>:<device>, while
rrestore only allows the form <host>:<device>.
The diff which follows allows the <user>@<host>:<device> form
to be used with rrestore.

30 years agoDeleted the ifconfig lines with we0, ne0, ec0: the drivers don't exist
Andreas Schulz [Fri, 29 Oct 1993 19:06:20 +0000 (19:06 +0000)]
Deleted the ifconfig lines with we0, ne0, ec0: the drivers don't exist
anymore. Added an ifconfig line with ie0.

30 years agoWhoops, the algorithm I last used was messed up - I left off parans, and
David Greenman [Fri, 29 Oct 1993 09:06:56 +0000 (09:06 +0000)]
Whoops, the algorithm I last used was messed up - I left off parans, and
should have used PGSHIFT instead of PAGE_SHIFT.

30 years agoChange filesystem buffer cache size calculation to be less for 4MB
David Greenman [Fri, 29 Oct 1993 08:58:34 +0000 (08:58 +0000)]
Change filesystem buffer cache size calculation to be less for 4MB
machines (now 20% of all memory after the first 3MB). This is necessary
in order for 4MB machine to be able to rebuild the entire source tree
and not run out of physical memory because of fixed memory requirements
of processes and kernel VM.

30 years agoFix target includes for installing rpc headers, just cd to src/libc and
Rod Grimes [Fri, 29 Oct 1993 07:49:55 +0000 (07:49 +0000)]
Fix target includes for installing rpc headers, just cd to src/libc and
run the before install, worked great

30 years agoUpdate Chris Demetriou's email address
Rod Grimes [Fri, 29 Oct 1993 06:28:01 +0000 (06:28 +0000)]
Update Chris Demetriou's email address