summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Reviewed by: msmith, bde long agodufault1998-03-042-2/+121
| | | | | POSIX.4 headers and sysctl variables. Nothing should change unless POSIX4 is defined or _POSIX_VERSION is set to 199309.
* syntax error in /usr/share/examples/sliplogin/slip.hostsjkh1998-03-021-1/+1
| | | | | PR: 5873 Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
* Make it possible to indicate that we don't care about the remotephk1998-02-281-1/+9
| | | | sides IP address, as long as it isn't 0.0.0.0
* Fix a few typos.jraynard1998-02-282-4/+4
|
* Strings are terminated by NUL, not NULL.jraynard1998-02-281-2/+2
|
* Update to reflect reality. We do support the WANic 400/405 PCI cards.jhay1998-02-281-13/+8
| | | | Fix some typos and clean it up a little.
* Convert ${MASTER_SITE_SUBDIR} to %SUBDIR% as in bsd.port.mk rev 1.257fenner1998-02-271-7/+7
|
* Fix path in commented-out sample of MASTER_SITE_TEX_CTAN.asami1998-02-271-2/+2
| | | | | PR: 5861 Submitted by: kuriyama@opt.phys.waseda.ac.jp
* Update man page to reflect reality.jkh1998-02-261-20/+66
| | | | | PR: 5828 Submitted by: Stephen J. Roznowski <sjr@home.net>
* isofs -> cd9660jkh1998-02-261-2/+2
| | | | | PR: 5849 Submitted by: Benjamin Lewis <bhlewis@gte.net>
* Removed clean target. Simply add to CLEANFILES so that the default targetbde1998-02-251-10/+2
| | | | in bsd.obj.mk works.
* Remove ${CLEANDIRS} in the default clean rule, so that bsd.prog.mk canbde1998-02-251-3/+8
| | | | | | | use the default without losing any (currently unused) features. (CLEANDIRS is only used by for libgmp and libmp via bsd.lib.mk, and only documented everywhere it is supported except of course where it is actually used.)
* Don't add ${DOC}.ascii* to CLEANFILES twice.bde1998-02-251-5/+5
|
* Update to sort of match reality by literally including <sys/dirent.h>bde1998-02-241-58/+46
| | | | | | instead of a pre-BSD4.4 version of <dirent.h>. The old version had library goop which is still in <dirent.h>. See reality if you want real details.
* Update to match reality again.bde1998-02-241-31/+56
|
* Update docs for new stable-167 driver.jkh1998-02-202-24/+40
| | | | Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
* Removed default tags target. It was identical to the central one inbde1998-02-201-13/+1
| | | | bsd.dep.mk.
* Removed default tags target. PROG is always defined here, so ifdefingbde1998-02-201-20/+2
| | | | | it was bogus, and without the ifdef the default is identical to the central one in bsd.dep.mk.
* Don't pass the undocumented flags `-se' to gtags (gtags ignores them forbde1998-02-201-2/+2
| | | | compatibility).
* Fixed cleaning of tags files. GSYMS was forgotten.bde1998-02-201-2/+2
|
* Updated my e-mail address.hosokawa1998-02-201-2/+2
|
* Limit check for target to smaller section of makefile.eivind1998-02-191-3/+4
|
* (1) Don't disable "deinstall" if IGNORE is set.asami1998-02-191-2/+3
| | | | | | | | | I don't know what the hell I was thinking in: rev. 1.268 (2) Create ${PREFIX} before calling mtree if it doesn't exist. This may not be the best solution, but pre-install is called after mtree so there really isn't any way to fix this from the port Makefiles and thus has to be done here.
* Don't create a ${PROG} target if it already exists.eivind1998-02-191-1/+3
|
* Remove qcam manpagesmsmith1998-02-182-106/+2
| | | | Submitted by: pst
* Document new variables forward_sourceroute and accept_sourceroute. Whileguido1998-02-161-1/+17
| | | | we're at it: also document the already existing arpproxy.
* Reword description of Brazilian keyboard.yokota1998-02-151-10/+10
| | | | Submitted by: Daniel C. Sobral
* - Add Brazilian keymap with accent definitions.yokota1998-02-123-4/+197
| | | | | | - Better Portuguese language support for kbdmap(1). PR: misc/5723 Submitted by: Daniel C. Sobral
* Change documentation for `make package' (Thanks (indirectly) O'Brien!).hoek1998-02-071-13/+20
| | | | | | | Document `make readmes'. This is getting old, and the intent is to stop questions regarding it; however, I have a suspicion documenting it will work counter to ending questions about it and am mentally prepared to see it go-ooooooooo.......
* Postpone the test for non-emptiness of $PROG, $OBJS and $CLEANFILEShelbig1998-02-071-5/+4
| | | | | | to ``shell time''. The previous version didn't work in /usr/src7share/man/man4. Reviewed by: bde
* Document the fpgetprec/fpsetprec functions in their man page.jlemon1998-02-042-7/+45
| | | | | | Add cross-references to the elusive fpsetmask() function to various other man pages. Reviewed by: bde
* Don't install printcap.5 from here.wollman1998-02-042-359/+1
|
* Mention nameD_program.wollman1998-02-041-1/+6
|
* MF22jkh1998-02-042-10/+14
|
* (1) Improve the obsolete tcl/tk detection and dignosis.asami1998-02-041-9/+25
| | | | | | | | | | | | | | | Reviewed by: the lists (2) Change MASTER_SITE_CTAN to reflect current reality. Submitted by: fenner (3) Add new port variable NO_LATEST_LINK. When this is set, the "Latest" package symlink is not created. Use this for ports that are betas when there is also a port for an older, more stable, version. (4) Don't be too stupid about "make deinstall". Submitted by: fenner
* Restrict the include search path using -nostdinc -I- in $(CFLAGS} asbde1998-02-011-3/+12
| | | | | | in kernel Makefiles. Nothing in /usr/include is used (provided relative paths for sys/* and <machine> can be found), so there is no need for the -I/usr/include kludge as in kernel Makefiles.
* Allow package building in current directory again.obrien1998-01-311-2/+6
|
* Fill-in and fill-out a little.hoek1998-01-311-88/+201
| | | | Correct a small misfact. :)
* MF22: Add tx.4 to build list.jkh1998-01-301-2/+3
|
* Add new man page for tx driver.jkh1998-01-293-1/+154
| | | | Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
* Define CTL-ALT-SPACE as `suspend' in the Russian keymaps too.yokota1998-01-283-3/+3
| | | | OKed by ache.
* Oops, remove the wrong comment line I accidentaly added in the last commit.yokota1998-01-281-1/+0
|
* Get the year right. ;)obrien1998-01-281-2/+2
|
* Explains targets and environ vars much better.obrien1998-01-281-5/+93
| | | | Mostly submitted by: imp
* Add 781, 978.wollman1998-01-271-3/+10
|
* - Correct inconsistencies among keymaps.yokota1998-01-2734-151/+497
| | | | | | | | | | | | | - define CTL-ALT-ESC as `debug' key in all keymaps. (FAQ mentions this key sequence but not all keymaps had it!) - define CTL-SPACE as NUL in all keymaps. - define CTL-ALT-SPACE as `suspend' key in all but Russiun keymaps. - Fix Japanese keymaps. Some CTL- keystrokes were wrong. - Remove accent (dead) key definitions from spanish.iso.kbd, fr.iso.kbd and icelandic.iso.kbd. Create spanish.iso.acc.kbd, fr.iso.acc.kbd and icelandic.iso.acc.kbd with accent key definitions instead. - Update INDEX.keymaps and Makefile.
* Generate symlinks to the "sys" and <machine> directories and putbde1998-01-261-12/+37
| | | | | | them in the include path. This fixes recent breakage of the syscons LKMs and general brokenness of the include paths (headers under /usr/include were used in many cases).
* preconsolidate is mis-spelled preconsoidatewosch1998-01-251-1/+1
| | | | Submitted by: "Danny J. Zerkel" <dzerkel@phofarm.com>
* Add reference to /usr/share/misc/iso3166 where are mostwosch1998-01-251-1/+3
| | | | country names stored. web2 itself does not contain country names.
* Add brief note on error message from the driver.yokota1998-01-242-4/+14
|
OpenPOWER on IntegriCloud