Rodney W. Grimes
5b3d56346b
Need to sue ${LDFLAGS} when building local binaries so they get built
...
static if ${NOSHARED}==YES. This makes it easier to bootstrap a system.
1994-05-29 12:43:06 +00:00
David Greenman
329cfeccd5
Don't panic if we can't malloc a cblock...just print a console message
...
and be happy.
1994-05-29 07:50:11 +00:00
David Greenman
3962127e78
Changed mbuf allocation policy to get a cluster if size > MINCLSIZE. Makes
...
a BIG difference in socket performance.
1994-05-29 07:48:17 +00:00
David Greenman
db8889c62b
Changed loopback MTU to 65535.
1994-05-29 07:43:54 +00:00
David Greenman
26e30fbba5
Increased tcp_send/recvspace to 16k, and added TCP_SMALLSPACE ifdef
...
to set it to 4k.
1994-05-29 07:42:47 +00:00
Rodney W. Grimes
987df638a9
Add read_names support for i386, based on my original work from FreeBSD
...
and cleaned up slightly.
1994-05-29 06:19:34 +00:00
Geoff Rehmet
7a34df0d8f
Turn globbing on when a section number is specified, this makes things work
...
properly when /usr/share/man/man?/ contain gzipped unformatted pages.
1994-05-28 20:19:25 +00:00
Rodney W. Grimes
9f5cdc1599
I know better than to edit files on freefall, next time take a patch file.
...
Change vm_paramh. to vm_param.h
1994-05-28 16:21:59 +00:00
Rodney W. Grimes
f46145aa78
MAP_FILE is the default on mmap now, and is no longer defined just
...
like on a sun, so #define it to be 0 if we are running BSD >=199306.
1994-05-28 13:59:16 +00:00
Geoff Rehmet
cd9681ffd1
Add comments to Makefile.inc's about libg++ and shlib nos.
1994-05-28 09:56:30 +00:00
Rodney W. Grimes
ee9183faff
Add link.h to list of headers to install.
1994-05-28 09:37:33 +00:00
Rodney W. Grimes
1ece12e5f0
Enable csu/${MACHINE} now that I have copied in our crt* files.
1994-05-28 09:24:46 +00:00
Rodney W. Grimes
1544f99bac
Comment out missing/broken sources.
1994-05-28 06:44:34 +00:00
Rodney W. Grimes
020d25e037
Remove stuff for building manual pages the old way.
1994-05-28 06:40:02 +00:00
Rodney W. Grimes
4bf240e3b9
Why cast a constant to (unsigned long) when you can make it this by
...
appending UL.
1994-05-28 06:38:34 +00:00
Rodney W. Grimes
4311528181
Disable PS_STRINGS for now until I get the headers fixed.
1994-05-28 06:36:58 +00:00
Rodney W. Grimes
1e0b7c1862
Remove old style manual page depends so make install with NOMAN set
...
can run.
1994-05-28 06:29:36 +00:00
Rodney W. Grimes
3491fdaeb0
Disable afterinstall: for manual pages until the manual page fix patch
...
comes in.
1994-05-28 06:27:25 +00:00
Rodney W. Grimes
3ef6a10b70
Remove stuff for building manual pages the old way.
1994-05-28 06:25:34 +00:00
Rodney W. Grimes
b0358078ab
Comment out missing programs fsdb icheck and ncheck.
...
Comment out porting work needed program scsiformat.
Remove XNSrouted and routed as they have been moved to usr.sbin.
Reviewed by:
Submitted by:
1994-05-28 06:24:51 +00:00
Rodney W. Grimes
17b3a49182
rbootd compiles on i386 too.
...
Reviewed by:
Submitted by:
1994-05-28 06:21:34 +00:00
Rodney W. Grimes
3a7b365fa1
Make comments about what is missing the same as in other makefiles.
...
Remove the commented out stuff about X11 as the system sources should
not be doing anything with X11.
1994-05-28 06:17:33 +00:00
Rodney W. Grimes
21d54b076d
Fix kvm_i386.c just enough to make it compile and return lots of errors
...
when called. Noop out swapread in kvm_proc.c as our vm system is
different.
1994-05-28 05:48:30 +00:00
Rodney W. Grimes
f95a02507b
This is a COPY of kvm_hp300.c, soon to be patched to sorta work with
...
the i386 port.
1994-05-28 04:34:59 +00:00
Rodney W. Grimes
f227112c93
Make the comments about what is missing and not done consistent with
...
my other Makefile comments so they can easily be found with grep.
1994-05-28 04:32:21 +00:00
Rodney W. Grimes
8fc3ecbc26
Must now include vm/vm.h and vm/vm_param.h due to the way we define KERNBASE.
...
Reviewed by: David Greenman
1994-05-28 04:20:59 +00:00
Rodney W. Grimes
c33d416724
Must now include vm/vm.h and vm/vm_param.h due to the way we define KERNBASE.
...
Reviewed by: David Greenman
1994-05-28 04:15:16 +00:00
Rodney W. Grimes
303b706ca0
Add this so that the top level Makefile can traverse down into here
...
and build libkern. This will be enhanced later to build other things.
1994-05-28 04:10:32 +00:00
Rodney W. Grimes
057254b189
Don't build /sbin shared.
1994-05-28 03:56:49 +00:00
Rodney W. Grimes
8eaf839353
Do not build /bin shared
1994-05-28 03:55:41 +00:00
Rodney W. Grimes
c3d9b0f04b
BSD 4.4 Lite Top Level Sources
1994-05-27 12:42:53 +00:00
Rodney W. Grimes
ea022d1687
BSD 4.4 Lite Libexec Sources
1994-05-27 12:39:25 +00:00
Rodney W. Grimes
9b50d90275
BSD 4.4 Lite Usr.bin Sources
1994-05-27 12:33:43 +00:00
Rodney W. Grimes
efd31c5952
Initial revision
1994-05-27 12:32:03 +00:00
David Greenman
b6504a8d7c
Completed version of my clist management code. Requires hooks in tty.c
...
for adding and removing cblocks from the cfreelist queue (to give them
back to malloc). I'll add those tomorrow.
1994-05-27 12:28:05 +00:00
Rodney W. Grimes
5fbf048f26
Do not create link for *lib_p.a if you are not installing profiled libraries.
1994-05-27 11:02:31 +00:00
Rodney W. Grimes
21b9e2c17e
Comment out missing sources.
1994-05-27 11:01:30 +00:00
Rodney W. Grimes
8e101982f3
Pull in GNU2 fix for this from FreeBSD, allows ldexp.c to compile with
...
gcc2.x
1994-05-27 11:00:56 +00:00
Rodney W. Grimes
1cb16b68b3
Comment out missing libmp and libplot, disable csu until it is ported.
1994-05-27 11:00:20 +00:00
Geoff Rehmet
4c640372f4
Remove explicit specification of SHLIB major and minor nos.
1994-05-27 10:53:33 +00:00
Rodney W. Grimes
2413b6ac48
This is Christopher G. Demetriou of NetBSD versions of ftime.c, gtty.c, and
...
stty.c.
1994-05-27 10:33:22 +00:00
Rodney W. Grimes
e5c43ac55b
This is James da Silva at the University of Maryland at College Park's
...
regex.c code as picked up from the net.
1994-05-27 10:26:59 +00:00
Paul Traina
0d92fee747
Clean up S/key library (libskey.a) so that filename access is via the
...
standard 4.4bsd pathnames mechanism.
Also document a potential security hole vs backwards compatibility tradeoff.
1994-05-27 07:50:08 +00:00
Rodney W. Grimes
ee765d4857
BSD 4.4 Lite KerberosIV Sources
1994-05-27 05:12:12 +00:00
Rodney W. Grimes
58f0484fa2
BSD 4.4 Lite Lib Sources
1994-05-27 05:00:24 +00:00
Rodney W. Grimes
fb49e767ba
Cast arguments to timeout() to quite compiler warnings. Should we
...
change all of these to be timeout_funt_t and remove the casts and
typedef?
Remove secound argument (uban) from ifp->if_reset routines since it is now
obsolete.
Reviewed by: David Greenman
1994-05-27 04:02:10 +00:00
Geoff Rehmet
21b2d32daf
My last fix broke things more, thanks to Paul Traina for pointing that out!
1994-05-26 20:16:49 +00:00
Rodney W. Grimes
fb502a37dc
Update the Makefile to work correctly when copying and/or symlinking
...
/usr/include.
Make comment about mp.h missing and remove it from the list of files.
Fix installation of ufs include files as this is now a tree ufs/{ffs,lfs,
mfs,ufs}.
Make setting of SHARED optional by makeing it SHARED?=.
Comment out installation of X11 includes since it does not work
for XFree86 until we get XFree86 to install as /usr/X11.
Update _PATH_UNIX to be /kernel. Remove /usr/{contrib,old}/bin from
_PATH_STDPATH.
1994-05-26 13:48:52 +00:00
Rodney W. Grimes
c7cb9b9654
SYSCONS is no longer needed since pccons has been removed.
...
Update the GENERIC* to have the new file system options and the new kernel
name.
Fix the clean target in Makefile.i386 to rm kernel instead of 386bsd.
1994-05-26 13:38:01 +00:00
Rodney W. Grimes
35c2e6db96
Since we have removed com.c and renamed comreg.h to sioreg.h I need to
...
fix sio.c to #include sioreg.h.
1994-05-26 13:31:40 +00:00