summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Move fbtab file to share/examples/etc per Garrett's request.guido1994-08-231-0/+2
| | | | | Reviewed by: Submitted by:
* Woops, "8/16 mode" should read "8/16bit mode".dg1994-08-232-4/+4
|
* Added manual page for my ethernet driver - if_ed.c, and removed olddg1994-08-233-3/+345
| | | | manual page for the com driver (which is no longer in our source tree).
* Corrected kernel base address.dg1994-08-232-2/+2
|
* pc3r russian koi8-r syscons console addedache1994-08-221-0/+22
|
* Add Sun alike fbtab functionality.guido1994-08-221-0/+42
| | | | | Reviewed by: Submitted by: guido
* - Make each target depend on its source so that all the targets don't getbde1994-08-221-6/+7
| | | | | get built every time. - Use the standard clean and cleandir targets.
* Ok, this should work with a centralized package directory now (so youjkh1994-08-221-6/+5
| | | | | can elect to dump all finished packages in one directory). Submitted by: jkh
* Make package target a lot more general.jkh1994-08-221-6/+14
| | | | Submitted by: jkh
* Whoops - left out the package rule!jkh1994-08-221-1/+5
| | | | Submitted by: jkh
* Use proper proper package suffix.jkh1994-08-221-2/+2
| | | | Submitted by: jkh
* Whoops, left out a backslash in my package rule.jkh1994-08-221-4/+4
| | | | Submitted by: jkh
* Ok, now we warn if we're about to recreate the distfile from configuredjkh1994-08-221-7/+12
| | | | | | sources. Configuring doesn't always _do_ anything, which is why it's a warning and not an error. Submitted by: jkh
* New bsd.port.subdir.mk file for use by ports. This groks all thejkh1994-08-222-42/+60
| | | | | | | | | | | | | | | | | | | special ports building targets and will recurse properly. Sorry, Julian E - no fancy prompts, just recursion! :-) Added a `bundle' target. Purpose is as follows: You want to give someone a complete tree sans distfiles (for sticking on CDROM perhaps?) but the difficulty there is that the first time the user types `make clean', all the unpacked sources are gone again. Typing `make bundle' recreates the original distfile if it can, so someone can "back up" their unpacked tree easily with one command. Whoops, just thought of something - it should warn if you configured the working source. Ok, next commit! :) Submitted by: jkh
* I had to bite the bullet: There's now a port.subdir.mk that does the rightjkh1994-08-222-3/+91
| | | | | | thing with recursive build, configure, bundle or extract targets. Reviewed by: Submitted by:
* Sigh.. Some of these configs are a little hairy. I need to know thejkh1994-08-211-5/+5
| | | | | ${PORTSDIR} too now - pass it to any and all config scripts. Submitted by: jkh
* Make things a little more user-friendlyjkh1994-08-211-3/+5
| | | | Submitted by: jkh
* Get the .configure_done stuff working - it wasn't in the right place.jkh1994-08-211-3/+3
| | | | Submitted by: jkh
* Start really adding some features here. Let's see:jkh1994-08-211-8/+33
| | | | | | | | | | | | | | | | 1. New variable DEPENDS lets you list packages that this depends on, relative to the top (lang/tcl, x11/tk, etc). These packages will always get made first. 2. Don't configure again if you've already done so successfully. 3. Add pre-configure and post-configure hooks. You can now do a pre-configure, a local configure, a port-provided configure and finally a post-configure if you really really want to. I can't imagine anything this will leave us not being able to do! :) [ Yes, I have actually found a use for at least two of these in one port - see x11/tk!]. Submitted by: jkh
* Simplify the whole configuration script business quite a bit. Whatjkh1994-08-211-9/+5
| | | | | was I thinking before.. Submitted by: jkh
* Whoops, the check for a missing distfile was slightly bogus. Now it works.jkh1994-08-211-10/+11
| | | | Submitted by: jkh
* Make any local configuration file unconditional. That is, if one existsjkh1994-08-211-8/+8
| | | | | then run it even if GNU configure is to be run later. Submitted by: jkh
* Commit my new ports make macros. Still not 100% complete yet by any meansjkh1994-08-211-0/+152
| | | | | but fairly usable at this stage. Submitted by: jkh
* - bsd.dep.mk and bsd.own.mk have been required for some time. Install them.bde1994-08-201-1/+2
| | | | - Install with group BINGRP, not BINOWN.
* Install with group BINGRP, not BINOWN.bde1994-08-201-1/+1
|
* Actually install LKM examples.wollman1994-08-191-2/+2
|
* Terry Lambert's loadable kernel module support - example modules.dg1994-08-1919-0/+1487
|
* Reenable the makedb stuff; it works fine.jkh1994-08-161-13/+13
| | | | Submitted by: jkh
* Bruce Evans is right - this shouldn't touch /etc *at all* and I shouldjkh1994-08-111-3/+0
| | | | | | have nuked it, not fixed it. No longer install /etc/localtime. Reviewed by: Submitted by:
* Add a preventative rm of /etc/localtime in the install rule just injkh1994-08-111-0/+1
| | | | | case it's a link (in which case the subsequent install will fall over). Submitted by: jkh
* Change a .0 to a .5.jkh1994-08-111-1/+1
| | | | Submitted by: jkh
* Put the cons25 entries for syscons back.jkh1994-08-111-0/+21
| | | | Submitted by: jkh
* termcap.0 -> termcap.5jkh1994-08-111-1/+1
| | | | Submitted by: jkh
* Correct me.0 -> me.7jkh1994-08-111-1/+1
| | | | Submitted by: jkh
* Install procfs(5).wollman1994-08-101-1/+1
|
* Oops, fix typo.wollman1994-08-101-1/+2
|
* Initial manual page for the new procfs.wollman1994-08-101-0/+74
|
* Added example of how to tell various FreeBSD versions apart.wollman1994-08-104-2/+31
|
* Make the install targets obey the INSTALLFLAGS requests in the newwollman1994-08-102-8/+9
| | | | | | | | | | | | | | | | | | | | | Makefiles. DANGER WILL ROBINSON! This will cause repeat installs of certain programs, such as `init' and `rcp', to fail unless one of the two conditions is met: 1) You are in single-user mode. 2) Your security level is set to 0 or -1. If you have compiled a kernel from the latest sources, your kernel security level is set to -1 by default, which will keep `init' from fiddling with it. You can increase it, but not decrease it, from the command line with the command `sysctl -w kern.securelevel=<new value>'. I believe that -1 is the most appropriate value to use while we are still developing the code, although when we ship it should be changed back to 0. See init(8) for more information.
* Make man page installation work for ``unattached'' and kernel pages.wollman1994-08-099-52/+29
|
* Make examples install into /usr/share/examples. Like with includes, youwollman1994-08-093-1/+45
| | | | | | | | | | have a choice between SHARED=copies and SHARED=symlinks. The default is to copy. I have also added a /usr/share/examples/etc directory, where I hope to have all sample configuration files which in real use go into /etc installed. (This way, if the user really screws the real one up, they can always go back to a known-working distribution copy, even if they don't have sources.)
* Submitted by: Bruce Evans <bde@kralizec.zeta.org.au>phk1994-08-091-4/+4
| | | | Fixed the makefile.
* Don't pass ${LDADD} to ${AR}. Use ${ARADD} for that.wollman1994-08-081-5/+5
|
* Moved YP general explanation manual page to a slightly more appropriatewollman1994-08-083-3/+149
| | | | location.
* This commit was generated by cvs2svn to compensate for changes in r1905,wollman1994-08-0714-0/+539
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Sun RPC demo programs from 4.4-Litewollman1994-08-0714-0/+539
|
* Converted 'vmunix' to 'kernel'.dg1994-08-056-44/+44
|
* Add a couple of files we created in 1.x.wollman1994-08-042-0/+61
|
* Spplat our 1.1.5 `mk' ifiles over the top of the 4.4 ones. So farwollman1994-08-046-192/+415
| | | | as I can tell, this is ts the right thing to do.
* Reviewed by: phkphk1994-07-241-5/+5
| | | | Killed a bunch of control chars.
OpenPOWER on IntegriCloud