summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Do not install ld or man from here, we use the gnu versions of these.rgrimes1994-05-301-1/+2
|
*-. This commit was generated by cvs2svn to compensate for changes in r1638,rgrimes1994-05-30507-0/+473307
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| | * BSD 4.4 Lite Share Sourcesrgrimes1994-05-3023-0/+5798
| |
| * BSD 4.4 Lite Share Sourcesrgrimes1994-05-30484-0/+467509
| |
* | BSD 4.4 Lite Share Sourcesrgrimes1994-05-304-0/+725
| |
* | Cleanup so that make install can run, many install: maninstall changedrgrimes1994-05-308-29/+16
| | | | | | | | to just install:, sperious targets and CLEANFILES removed.
* | Add i386 support, and reorder machine #ifdefs to be in alphanumeric order.rgrimes1994-05-301-12/+16
| |
* | Add a beforeinstall rule to turn off the immutable flag on chpass so yourgrimes1994-05-301-0/+3
| | | | | | | | can install a new copy of it.
* | Disable afterinstall rule as it is broken when you have CVS files around.rgrimes1994-05-301-1/+2
| | | | | | | | | | Reviewed by: Submitted by:
* | Need ${LDFLAGS} one more place.rgrimes1994-05-301-1/+1
| |
* | Make bootblocks fit into 7168 limitache1994-05-304-16/+14
| |
* | From Ache:ache1994-05-302-18/+30
| | | | | | | | Add proper devices for new sio initial/locking mechanism
* | From Bde:ache1994-05-302-98/+56
| | | | | | | | | | o Rewrote lots of it to be more like stty.1. The old one was too verbose and the complicated options no longer exist.
* | From Bde:ache1994-05-302-44/+4
| | | | | | | | o Removed bidir options.
* | Repeat after me, I will not edit files on Freefall, but bring patchesrgrimes1994-05-291-1/+1
| | | | | | | | | | over instead. Moved #ifdef to correct place.
* | Remove unneeded targets for manual page. Remove unneeded cleanfiles.rgrimes1994-05-291-7/+0
| |
* | Corrected to work without symbolic links for md-${MACHINE}.c.rgrimes1994-05-291-1/+7
| |
* | Need to sue ${LDFLAGS} when building local binaries so they get builtrgrimes1994-05-291-4/+4
| | | | | | | | static if ${NOSHARED}==YES. This makes it easier to bootstrap a system.
* | Don't panic if we can't malloc a cblock...just print a console messagedg1994-05-292-4/+8
| | | | | | | | and be happy.
* | Changed mbuf allocation policy to get a cluster if size > MINCLSIZE. Makesdg1994-05-291-12/+3
| | | | | | | | a BIG difference in socket performance.
* | Changed loopback MTU to 65535.dg1994-05-291-0/+4
| |
* | Increased tcp_send/recvspace to 16k, and added TCP_SMALLSPACE ifdefdg1994-05-291-2/+12
| | | | | | | | to set it to 4k.
* | Add read_names support for i386, based on my original work from FreeBSDrgrimes1994-05-292-2/+62
| | | | | | | | and cleaned up slightly.
* | Turn globbing on when a section number is specified, this makes things workcsgr1994-05-281-1/+1
| | | | | | | | properly when /usr/share/man/man?/ contain gzipped unformatted pages.
* | I know better than to edit files on freefall, next time take a patch file.rgrimes1994-05-281-1/+1
| | | | | | | | Change vm_paramh. to vm_param.h
* | MAP_FILE is the default on mmap now, and is no longer defined justrgrimes1994-05-281-1/+8
| | | | | | | | like on a sun, so #define it to be 0 if we are running BSD >=199306.
* | Add comments to Makefile.inc's about libg++ and shlib nos.csgr1994-05-281-1/+5
| |
* | Add link.h to list of headers to install.rgrimes1994-05-281-1/+2
| |
* | Enable csu/${MACHINE} now that I have copied in our crt* files.rgrimes1994-05-281-3/+2
| |
* | Comment out missing/broken sources.rgrimes1994-05-282-23/+32
| |
* | Remove stuff for building manual pages the old way.rgrimes1994-05-281-6/+0
| |
* | Why cast a constant to (unsigned long) when you can make it this byrgrimes1994-05-281-1/+1
| | | | | | | | appending UL.
* | Disable PS_STRINGS for now until I get the headers fixed.rgrimes1994-05-281-0/+4
| |
* | Remove old style manual page depends so make install with NOMAN setrgrimes1994-05-282-4/+0
| | | | | | | | can run.
* | Disable afterinstall: for manual pages until the manual page fix patchrgrimes1994-05-281-1/+1
| | | | | | | | comes in.
* | Remove stuff for building manual pages the old way.rgrimes1994-05-282-14/+0
| |
* | Comment out missing programs fsdb icheck and ncheck.rgrimes1994-05-281-5/+7
| | | | | | | | | | | | | | Comment out porting work needed program scsiformat. Remove XNSrouted and routed as they have been moved to usr.sbin. Reviewed by: Submitted by:
* | rbootd compiles on i386 too.rgrimes1994-05-281-0/+2
| | | | | | | | | | Reviewed by: Submitted by:
* | Make comments about what is missing the same as in other makefiles.rgrimes1994-05-281-7/+1
| | | | | | | | | | Remove the commented out stuff about X11 as the system sources should not be doing anything with X11.
* | Fix kvm_i386.c just enough to make it compile and return lots of errorsrgrimes1994-05-283-346/+74
| | | | | | | | | | when called. Noop out swapread in kvm_proc.c as our vm system is different.
* | This is a COPY of kvm_hp300.c, soon to be patched to sorta work withrgrimes1994-05-282-0/+572
| | | | | | | | the i386 port.
* | Make the comments about what is missing and not done consistent withrgrimes1994-05-281-2/+2
| | | | | | | | my other Makefile comments so they can easily be found with grep.
* | Must now include vm/vm.h and vm/vm_param.h due to the way we define KERNBASE.rgrimes1994-05-281-0/+3
| | | | | | | | Reviewed by: David Greenman
* | Must now include vm/vm.h and vm/vm_param.h due to the way we define KERNBASE.rgrimes1994-05-281-0/+3
| | | | | | | | Reviewed by: David Greenman
* | Add this so that the top level Makefile can traverse down into herergrimes1994-05-281-0/+5
| | | | | | | | and build libkern. This will be enhanced later to build other things.
* | Don't build /sbin shared.rgrimes1994-05-281-0/+1
| |
* | Do not build /bin sharedrgrimes1994-05-281-0/+1
| |
* | This commit was generated by cvs2svn to compensate for changes in r1594,rgrimes1994-05-271-0/+16
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * BSD 4.4 Lite Top Level Sourcesrgrimes1994-05-271-0/+16
| |
| |
| \
*-. \ This commit was generated by cvs2svn to compensate for changes in r1592,rgrimes1994-05-27107-0/+27749
|\ \ \ | | |/ | |/| | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud