summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Sync with original source: add FreeBSD 2.2.5, NetBSD 1.3, and OpenBSD 2.2wosch1997-12-091-8/+13
|
* Add LIBZwosch1997-12-091-1/+2
|
* excuse me, adding alog.4 man page now forgot to commit previouslyjamil1997-12-091-0/+146
|
* Added alog.4 man page to /usr/src/share/man/man4/man4.i386/ directoryjamil1997-12-091-5/+6
| | | | Altered Makefile in that directory so that make builds the alog.4 man page
* Correct a path.charnier1997-12-081-2/+2
|
* oops, remove a dangling predicate left over after a sentence was rewritten.wollman1997-12-071-2/+2
|
* Add some more macro advice and correct spelling of ``parentheses''.wollman1997-12-071-6/+16
|
* Added some advice to avoid typedef'ing structures, as this breakswollman1997-12-071-2/+25
| | | | | | information-hiding. Also recommended against naming typedefs to end in _t unless POSIX or ANSI requires it, and in favor of using queue(3) macros to generate lists rather than rolling one's own.
* Added mouse.4.bde1997-12-071-2/+4
|
* Document recent mouse code changes.yokota1997-12-077-497/+2733
|
* Add some extra flags in the caching page.tegge1997-12-051-1/+5
| | | | | | Some firmware versions becomes unreliable when these bits are not preserved, e.g. ST15150N-0017 breaks if the DISC bit is cleared in the caching page. This happened by default when editing the page.
* Now that it's built at the same time as its source, disable building 07.lprwollman1997-12-022-13/+5
| | | | | here. Hopefully this will set a trend. (What was I thinking when I set this up the first time?)
* Document the new long names for printcap capabilities.wollman1997-12-021-1/+44
|
* Fixed spelling of EACCES.bde1997-11-231-3/+3
|
* Define MASTER_SITE_SUBDIR and PATCH_SITE_SUBDIR to default to "." soasami1997-11-201-1/+11
| | | | | | | | | | we won't have double-slashes. Add support for new port variable MANUAL_PACKAGE_BUILD. If this is defined as well as the user variable PACKAGE_BUILDING, the port will be ignored. This is used to mark ports that can be built normally except on a machine that has a lot of conflicting ports (i.e., our package building machine).
* Add new target "checksubdirs". It will warn about any subdirectories thatasami1997-11-201-1/+29
| | | | | are not in the SUBDIR list. It also knows about the "standard" directories that are to be ignored ("CVS", "distfiles", etc.).
* Add `writeable'wosch1997-11-171-0/+1
|
* Document the new clear_tmp_enable option in the manpage.steve1997-11-161-1/+7
| | | | Prodded by: max
* target(__target) -> target(${__target})wosch1997-11-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | PR: bin/4736 Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at> Index: bsd.subdir.mk =================================================================== RCS file: /usr/cvs/src/share/mk/bsd.subdir.mk,v retrieving revision 1.18 diff -u -r1.18 bsd.subdir.mk --- bsd.subdir.mk 1997/06/21 15:40:34 1.18 +++ bsd.subdir.mk 1997/11/09 18:04:33 @@ -59,7 +59,7 @@ .for __target in all checkdpadd clean cleandir depend lint \ maninstall obj objlink -.if !target(__target) +.if !target(${__target}) ${__target}: _SUBDIRUSE .endif .endfor
* Upgrade perl to perl5.004_04markm1997-11-121-3/+3
|
* state that "kernel includes" ==> sys/*.hobrien1997-11-121-2/+3
|
* Documented PSM_HOOKAPM and PSM_RESETAFTERSUSPEND options.yokota1997-11-112-2/+48
|
* target(__target) -> target(${__target})wosch1997-11-101-2/+2
| | | | | PR: bin/4736 Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
* Remove the comments hat just list the nested includes.wosch1997-11-095-14/+6
| | | | | | The lists don't provide significantly more information than grep '\.include', and grep gives lists that are actually correct. Submitted by: Bruce
* target(__target) -> target(${__target})wosch1997-11-091-2/+2
| | | | | PR: bin/4736 Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
* Add an introductory manpage for the ports system.obrien1997-11-092-2/+84
|
* Make fix for PR 4883 consistent with other similar cases.jraynard1997-11-092-2/+2
|
* Back-out previous change. A better fix is to follow.jraynard1997-11-081-1/+1
| | | | Requested-by: bde
* Update the LOOP AVOIDANCE section to reflect reality.brian1997-11-081-14/+15
| | | | Requested by: Archie Cobbs <archie@whistle.com>
* Allow the system to be configured to pass "-n" to kerberos andsef1997-11-071-1/+21
| | | | | | | kadmind or not; also, only run kadmind on a non-slave server. Man page for rc.conf is also updated. Reviewed by: Mark Murray
* Add Slovenian keyboardache1997-11-072-1/+116
| | | | Submitted by: Blaz Zupan <blaz@amis.net>
* Add Slovenian dataache1997-11-074-2/+237
| | | | Submitted by: Blaz Zupan <blaz@amis.net>
* Add Slovene linkache1997-11-072-4/+4
|
* Add link to Polish localeache1997-11-071-2/+2
|
* Add Polish linkache1997-11-071-2/+2
| | | | Submitted by: Andrzej Bialecki <abial@warman.org.pl>
* Add Polish dataache1997-11-074-1/+224
| | | | Submitted by: Andrzej Bialecki <abial@warman.org.pl>
* Fix the SYNOPSIS Lnie so the entry will actually work.joerg1997-11-071-5/+5
| | | | Submitted by: Ulli Linzen <ulli@perceval.camelot.de>
* Convert <, > and & into &lt;, &gt; and &amp; in port names, COMMENT andfenner1997-11-061-7/+14
| | | | | | | | DESCR files when building README.html . Don't use control characters in sed statement. Problems reported by "Chris G. Demetriou" <cgd@pa.dec.com> in NetBSD PR pkg/4341.
* Update the man page to reflect that libc_r is built as partsteve1997-11-051-20/+4
| | | | | | | of make world unless the '-DNOLIBC_R' option is given to make(1). PR: 4710 Submitted by: Magnus Enbom <dot@tinto.campus.luth.se
* Submitted by: Terry Lambertjulian1997-11-051-1/+7
| | | | Obtained from: pure guesswork?
* Describe "mrouted_flags".jdp1997-11-021-1/+7
|
* Inlucde ../Makefile.inc if exists. This make it easier towosch1997-11-021-1/+5
| | | | build the Unix Seventh Edition Manual volumes 2.
* Undo rev 1.33 and 1.34: Build the HTML files in .CURDIR andwosch1997-11-011-3/+4
| | | | not in .OBJDIR so the hyper links will work again.
* /etc/sysconfig -> /etc/rc.conf.charnier1997-10-312-6/+6
|
* The documentation contained here is horribly out of date.wosch1997-10-3184-19729/+0
|
* Fix a couple of typos in documentation.jraynard1997-10-301-2/+2
| | | | | PR: 4883 Submitted by: invis@visi.com
* Zaire is now the Dem. Rep. of the Congo, and has new two- and three-letterwollman1997-10-281-4/+9
| | | | | | codes. Obtained from: ISO 3166 Maintenance Agency via RIPE NCC
* Merge changes from vendor branch.wollman1997-10-256-306/+303
|
* This commit was generated by cvs2svn to compensate for changes in r30708,wollman1997-10-251-15/+47
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * New version of the timezone database (1997i) from Arthur Olson.wollman1997-10-2510-329/+364
| | | | | | | | Obtained from: Arthur David Olson <ado@elsie.nci.nih.gov>
OpenPOWER on IntegriCloud