summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Fix a few typostg1995-11-291-3/+3
|
* Typo.jfieber1995-11-271-2/+2
|
* Add Donald Burr <d_burr@ix.netcom.com> for his contribution of theasami1995-11-261-1/+2
| | | | workman port.
* Make the {FETCH,BUILD,RUN}_DEPEND targets work with non-executable filesasami1995-11-261-5/+23
| | | | | | | too. Basically, if the name starts with a "/", it's tested with "test -e"; otherwise, it's tested with "witch -s". Reviewed by: the ports list (well at least nobody complained)
* My reorganization of chapter 9.jkh1995-11-254-58/+141
| | | | Reviewed by: jfieber
* Various tweaks to things I noticed while reading these docs.jkh1995-11-244-100/+124
|
* Update Japanese mirror site list and put it in proper alphabeticalasami1995-11-211-56/+44
| | | | | | location. While I'm here, correct a minor typo in HK's server.
* Link up John Hay's ar(4) man page..peter1995-11-211-1/+2
| | | | This shouldn't conflict with ar(1) because of the search order...
* This commit was generated by cvs2svn to compensate for changes in r12441,peter1995-11-211-0/+99
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Man page for the Arnet driver..peter1995-11-211-0/+99
|
* Add a few questions, especiallyuy two answered by Jordan in Usenet.roberto1995-11-201-15/+66
| | | | Change one to a better form. Add a mention about quotas.
* Add several questions to the FAQ.roberto1995-11-201-66/+124
| | | | | | Chnge references to the *.FAQ files into URL for the Handbook. Synch. with 2.1.0R releases notes.
* brought up-to-date with regards to some aspects of the scsi systemjulian1995-11-201-56/+90
| | | | doubtlessly imported new and interesting spelling errors..
* Bring 2.1 changes back into the head.jfieber1995-11-208-469/+1005
|
* Add Polish site to Mirrors.jkh1995-11-191-1/+13
|
* Aign! I only changed the name tag, not the URL. Now they're both in sync.jkh1995-11-191-2/+2
|
* Update URL for Hong Kong mirror.jkh1995-11-191-2/+2
|
* Use NO_MTREE, not !USE_X11 && !USE_IMAKE, to determine package args.asami1995-11-171-2/+2
| | | | | NO_MTREE should work as advertised (for both direct installation and pkg_add) now.
* Change the handling of the leapseconds so that if LEAPSECONDS isn'tgpalmer1995-11-161-4/+4
| | | | | defined, it doesn't call zic with -L /dev/null, and instead doesn't use -L at all
* Dvorak keyboard users of the world unite!asami1995-11-153-1/+240
| | | | | | | | | us.dvorak.kbd: The "standard" (note the quotes, there really isn't any standard for non-alphanumeric keys in the Dvorak world) version, identical to what MicroSoft distributes in their DOS-6.22 supplementary disk. us.dvorakx.kbd: The version I use, three pairs swapped (esc <-> `~, clock <-> lctrl, and =+ <-> \|) from the above.
* Use proper emphasis formatting directives.jkh1995-11-151-3/+3
|
* contrib.sgml: Add my name to the "who's doing what" list.asami1995-11-142-6/+7
| | | | | porting.sgml: Update concerning the recent changes in pkg/COMMENT policy (no package name in front).
* Add "what I'm responsible for" to the contrib.sgml file...peter1995-11-141-1/+2
|
* Merge from 2.1 (got the direction backwards - argh!).jkh1995-11-141-19/+33
|
* Update about the latest news about 2.1.roberto1995-11-131-2/+5
|
* Correctly spell Phnom Penh for tzsetup.wollman1995-11-131-1/+1
|
* Update the FAQ.roberto1995-11-131-2/+10
| | | | | | | | | | | | Is there anyone who could give me an account on a faster-than-20-bytes-per second line to the US (not EBONE) ? I'm having too many problems connecting to freefall to do commits... It would be better if it could be a ssh-protected account, that would give a strong authentication. The RENATER line (and thus EBONE) is almost dead for remote login after 10AM european time... :-( Thanks in advance.
* Add Peter Wemm to core team.jkh1995-11-131-1/+2
|
* Fix some spelling errors and refer to `st0 and st1' rather than `cd0 and cd1'jkh1995-11-052-16/+16
| | | | | in places (whoops!). Submitted by: John Lind <john@starfire.mn.org>
* Document newly-added NIS support.wpaul1995-11-041-0/+8
|
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up thebde1995-11-041-2/+3
| | | | | | | | | | misplaced extern declarations (mostly prototypes of interrupt handlers) that this exposed. The prototypes should be moved back to the driver sources when the functions are staticalized. Added idempotency guards to <machine/conf.h>. "ioconf.h" can't be included when building LKMs so define a wart in bsd.kmod.mk to help guard against including it.
* Cleanup make process per Bruce suggestionsache1995-11-038-11/+492
| | | | Add ru_SU.CP866 time locale
* Cleanup make process per Bruce suggestionsache1995-11-038-0/+173
|
* Add $id$ and ${COPY}ache1995-11-031-2/+2
|
* Cleanup make process per Bruce suggestionsache1995-11-0313-0/+715
|
* Remove startup_locale reference.ache1995-11-021-10/+5
| | | | Add LANG variable description.
* Minor changes. Note that the ICMP code will either send a host unreachablegpalmer1995-11-011-4/+4
| | | | or port unreachable as appropriate.
* Close out kern/46.pst1995-10-282-8/+8
| | | | | Make documentation match reality. -link2 is used to switch ports on 3COM cards.
* Add entries for labpc.4, nca.4, scd.4, and sea.4 to thedufault1995-10-281-2/+7
| | | | | Makefile so that they are installed. The man pages are already present.
* Sync with version 1(26).jkh1995-10-251-11/+6
| | | | Submitted by: Frank Durda IV <uhclem@fw.ast.com>
* Correct typo from 2.1jkh1995-10-241-2/+2
|
* fix a typo (IFNAMSIZE -> IFNAMSIZ)torstenb1995-10-231-1/+1
| | | | Obtained from: the NetBSD bugs mailinglist
* Lots of tweaks.jfieber1995-10-229-84/+147
| | | | Submitted by: Joerg Wunsch <joerg_wunsch@uriah.heep.sax.de>
* Fix maninstall target for the NOMANCOMPRESS case. The previous revisionbde1995-10-211-6/+13
| | | | | | | | | | | | | failed when there was an obj directory. Use .PATH.n for installing too so that make can find the source files. This allows the source files to be in several directories (the old method using cd only works well for a single directory). The dependencies are on the source files even for the compressed case, although it would be more flexible to depend on the files being installed, so that `make install' doesn't attempt to build things Force COPY to -c for the NOMANCOMPRESS case. Then the files to be installed are always sources, so they must not be moved.
* change Frank Bartels mail addresstorstenb1995-10-211-2/+2
| | | | Requested by: Frank Bartels <knarf@camelot.de>
* Add `.sh' suffix and rule.bde1995-10-211-10/+12
| | | | | | | Enable `.c' rule. (Null suffix rules were disabled because of bugs in old versions of make.) Add ${LDFLAGS} to all rules that involve linking.
* Remove private rules for clean, depend, lint, tags and install.bde1995-10-213-12/+0
| | | | | | The private clean rules have been broken since we started building compressed man pages in the obj directory and the others don't do anything different from the general rules.
* Add a hint about generating postscript docs.jfieber1995-10-181-1/+6
| | | | Submitted by: "Julian H. Stacey" <jhs@freebsd.org>
* Clean up entries for supported CD-ROM drives.jfieber1995-10-181-14/+5
| | | | Submitted by: Frank Durda IV <uhclem%nemesis@fw.ast.com>
* Back out the two latest changes. The -current branch is now equal toasami1995-10-171-7/+1
| | | | the -stable branch except the change between 1.182 -> 1.183.
OpenPOWER on IntegriCloud