Commit Graph

3028 Commits

Author SHA1 Message Date
Hiroyuki Hanai
76172f198c Catch up with the original. 1997-04-30 06:41:51 +00:00
Andrey A. Chernov
ba11dfa74c bugfix: 'make depend' cause all LKMs rebuild 1997-04-30 06:04:17 +00:00
Satoshi Asami
29c78eecc2 (1) Change logic for dependency: instead of defining "is_depended"
(default: IS_DEPENDED?=install) target on the depended port, call
    DEPENDS_TARGET (default: install) from the depending port.

    Other than being more flexible (some ports don't require the
    dependency to be fully installed: see ghostscript4), this seems
    like a more natural thing to do.  (I never understood the
    convoluted logic that was used before.)

    By building packages with "DEPENDS_TARGET=package", I can avoid
    file-sharing problems (like gs3 binary going into the gs4
    package).

(2) Add new variable PATCH_SITE_SUBDIR and separate it from
    MASTER_SITE_SUBDIR.  Fixes linuxls port and is a correct thing to
    do anyway.
Initially suggested and reviewed by: fenner

(3) Add new variable MASTER_SITE_LOCAL for local ports.  Defaults to
    LOCAL_PORTS subdir on ftp.freebsd.org's distfiles dir.
Submitted by: jkh
1997-04-30 03:12:05 +00:00
Steve Passe
066da549d4 Submitted by: Wolfgang Helbig <helbig@MX.BA-Stuttgart.De>
make world fails when it tries to build LKMs because the files
	opt_smp.h
	opt_smp_invltbl.h
are missing.

This patch to /usr/src/share/mk/bsd.kmod.mk is a temporary workaround.

Note that LKMs built in this way may or may NOT work properly with an
SMP kernel.
1997-04-28 00:02:22 +00:00
Satoshi Asami
4c842bedc9 Add ports-converters and ports-textproc targets. 1997-04-27 00:36:47 +00:00
Satoshi Asami
0047068d92 Add description of ports-converters and ports-textproc. 1997-04-27 00:32:37 +00:00
Andrey A. Chernov
52559db623 Cosmetique changes in my entry, add yet one ID 1997-04-25 22:58:22 +00:00
Andrey A. Chernov
a78bf3379c Update ID in my pgp key 1997-04-25 22:54:33 +00:00
Masafumi Max NAKANE
c85f893023 Integrated 1.54 -> 1.55 changes. 1997-04-25 20:09:23 +00:00
Masafumi Max NAKANE
8ee47fc02c Mailto: was missing for one contact person's address.
Submitted by:	 Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
(Closing PR #3051.)
1997-04-25 20:03:48 +00:00
Hiroyuki Hanai
ccf456d095 Catch up with the original. 1997-04-25 07:24:02 +00:00
Bruce Evans
1c735bb4a5 Pass everything in ${LDADD} directly to the linker for `make depend'
to prevent complaints from the compiler about nonexistent libraries.
1997-04-23 18:47:42 +00:00
Jordan K. Hubbard
b1cb452e94 Add Christoph Kukulies to donor's gallery. 1997-04-23 18:36:37 +00:00
Bruce Evans
32899676a8 Fixed missing strip step in .S.o and .S.po rules.
Fixed back to front -X and -x strip flags in .m.o and .m.po rules.
Fixed disordered .m.o and .m.po rules.  What is .m?

Stripping probably should be removed.  It makes problems in library
functions hard to debug...
1997-04-23 10:26:18 +00:00
Jordan K. Hubbard
b867e699aa Remove sef's email address. 1997-04-23 02:54:28 +00:00
John-Mark Gurney
7d2f1d1f8c fix a bugon of last commit 1997-04-22 05:52:54 +00:00
Nate Williams
1642d92165 - Added Samuel Lam <skl@ScalableNetwork.com> for his 3c589D patch. 1997-04-21 13:44:07 +00:00
John Fieber
19a58fedca Fix markup bogons. 1997-04-21 00:42:54 +00:00
Satoshi Asami
052b42b8a0 Merge from 2.2. 1997-04-21 00:24:51 +00:00
Peter da Silva
8ac8d7f6d1 Updating FAQ entry for X Inside.
Added FAQ entries for tape changers and login names.
Fixed <code> tags.

PR:		docs/3324
PR:		docs/3326
1997-04-20 11:53:53 +00:00
Wolfram Schneider
2690f9b182 Sync with original source.
BTW, the BSD family tree has been reviewed by:
John S. Quarterman, Keith Bostic, Kirk McKusick, Peter H. Salus.
1997-04-19 20:25:36 +00:00
Bruce Evans
7c0c241dea Updated comment about MANDEPEND (it was misplaced in bsd.prog.mk). 1997-04-19 14:55:17 +00:00
Bruce Evans
25070303ca Removed unused (and almost unusable) support for LDONLY. See ld/rtld
for how to use gcc to invoke the linker only.

Removed `.if 0'ed support for not creating intermediate object files.

Removed unused include of bsd.libnames.mk (LDONLY had the last reference
to it).

Removed stale misplaced comment about MANDEPEND.
1997-04-19 14:36:49 +00:00
Gary Palmer
89a959711d Point people at ftp://ftp.FreeBSD.ORG/pub/FreeBSD/CTM for the deltas
instead of ftp://freefall.cdrom.com/pub/CTM (which it hasn't been
for ages)
1997-04-19 10:40:45 +00:00
Wolfram Schneider
8453c474b2 Downgrade Slaven Rezic's name from latin2 to latin1 1997-04-17 16:26:54 +00:00
Jordan K. Hubbard
eca4afb039 Add Sean Eric Fagan and Chuck Robey for their kind monetary donations
to the project.
1997-04-16 17:55:22 +00:00
Daniel O'Callaghan
ef0e77e33a Suggested by: David Nugent
Change the name of ppp.disabled to ppp.deny for consistency with
at.deny and friends.
1997-04-16 02:10:22 +00:00
Satoshi Asami
992b8e3ad2 (1) Change comment for USE_X11 to be more explicit about what it
means.

(2) Change MASTER_SITE_GNU etc. to use += instead of ?=, so users can
    specify a local mirror in /etc/make.conf and still get the full
    fallback in case something is missing.
Submitted by:	Narvi <narvi@haldjas.folklore.ee>

(3) Skip port if USE_X11 or USE_IMAKE is defined and /usr/X11R6
    doesn't exist.
Submitted by:	imp

(4) Add "-" in front of rmdir of ${DISTDIR}/${DIST_SUBDIR} in
    distclean target; the directory might not be empty because the
    subdir is shared with some other ports' distfiles.
1997-04-15 08:36:41 +00:00
Satoshi Asami
a9ad17bc71 Add comments about overridable MASTER_SITE_* variables.
Suggested by: Narvi <narvi@haldjas.folklore.ee>
1997-04-15 08:16:44 +00:00
Daniel O'Callaghan
648cce8fd5 List of users who may not use pppd in system password logins, and a
sample list of acceptable shells.
1997-04-15 07:15:15 +00:00
Bruce Evans
4e3785d415 Removed ix.4.
Submitted by:	roberto
1997-04-14 15:05:49 +00:00
Jordan K. Hubbard
d7750f9aea Add Stefan Bethke to all the usual places.
Fix typo-spam from yesterday (sorry John!)
1997-04-14 13:20:21 +00:00
Wolfram Schneider
8f2b2dde93 Add manpage link introduction.1 -> intro.1 1997-04-14 10:24:14 +00:00
John-Mark Gurney
a41f2f4c1c slight rewording of HISTORY section
Closes PR#3261
1997-04-14 09:24:06 +00:00
Justin T. Gibbs
30e97236b1 Remove this man page now that the ie driver supports the EtherExpress16. 1997-04-14 00:31:19 +00:00
Bruce Evans
2e14815b84 Fixed #include and/or prototype bugs in synopsis. 1997-04-13 14:49:13 +00:00
Bruce Evans
b18e517615 Updated synopsis for Lite2.
Fixed missing #include in synopsis.
1997-04-13 14:39:59 +00:00
Jordan K. Hubbard
8dc10e55b6 Add Jack O'Neill for his donation of an NCR 53C575 controller card. 1997-04-13 14:36:18 +00:00
Bruce Evans
69a6a1d797 Fixed type bugs in synopsis. Some of the typedefs that were used here
haven't existed for years, if they ever existed.  The "prototypes" are
actually for macros, so they are difficult to check automatically.
1997-04-13 14:19:59 +00:00
Bruce Evans
752a907a84 Removed bogus unused #include. 1997-04-13 11:31:20 +00:00
Bruce Evans
426b2108e5 Removed bogus unused #include. 1997-04-13 11:24:29 +00:00
Bruce Evans
bb008c02c1 Updated to use new MOD_SYSCALL() and MOD_DISPATCH() macros.
Removed bogus unused #include and unused #includes.
1997-04-13 11:10:40 +00:00
Jordan K. Hubbard
6eb5e456f1 Support GLOBAL style tags. 1997-04-13 06:44:25 +00:00
Jordan K. Hubbard
1c662397c4 Add a -b option to make the resulting CDROM image bootable
(requires new mkisofs 1.10 port).
1997-04-13 06:43:58 +00:00
Joerg Wunsch
ab38bd50f6 Minor fixups. Mention that DDB now has a history, and understands
emacs-style editing (which it used to have for a long time already).
Also mention the `gdb' and `help' commands.  Other commands need an
overhaul, too (like the various `show' subcommands), but i don't feel
very competent for these.
1997-04-12 21:54:48 +00:00
Jordan K. Hubbard
8fa44be059 Fold hardware contributors section into the donor's gallery - no sense
in having two places for this.
1997-04-12 16:51:20 +00:00
Brian Somers
49c7494bef Support input and output filters with remote printing.
Output filters are executed on a per-file basis as it's
necessary to supply the file size to the "other side".
1997-04-12 04:23:13 +00:00
Bruce Evans
336ff946fc Fixed #include(s) in the synopsis to actually declare the function(s) in the
synopsis.
1997-04-11 17:58:16 +00:00
Bruce Evans
d134e17633 Cleaned up synopsis:
- don't quote function names, since quoting them is unnecessary and
  unusual and confuses my synopsis checker.
- include <sys/types.h> instead of <sys/param.h>.  It is normal to
  (have to) include <sys/param.h> instead of <sys/types.h>, but it
  is more useful for man pages to document minimal prerequisites.
1997-04-11 17:55:19 +00:00
Bruce Evans
29ea3efb24 Fixed synopsis:
- don't declare nonexistent function sleep().
- don't include <sys/errno.h> explicitly.

sleep() should be nuked some more, e.g., this man page should not be
named after a nonexistent function.
1997-04-11 17:49:56 +00:00
Jordan K. Hubbard
1dcb890ad9 Ulf has now also donated the case for "the new freefall" - amend his
entry accordingly.
1997-04-11 10:04:46 +00:00
Jordan K. Hubbard
aa9930a969 Add Joe McGuckin for the Kingston ethernet card he donated. 1997-04-11 04:32:44 +00:00
Bruce Evans
67036295bc Fixed bogus existence check related to searching for a nearby obj directory.
Now the search is as incomplete as elsewhere instead of broken.
1997-04-10 15:15:43 +00:00
Satoshi Asami
11e20b1a00 Add a short blurb about the ports page in the "applications" question.
List all three packages directories in the ensuing packages description.

Add a short (in fact, very short) section about libc.so.3.0 and wrong
package versions.
1997-04-10 12:06:53 +00:00
Brian Somers
7dbd91ddd1 Add a section on sysmouse configuration.
Suggested by: jkh
1997-04-10 10:20:46 +00:00
Hiroyuki Hanai
a5f89fd540 Catch up with the original. 1997-04-10 06:06:22 +00:00
Jordan K. Hubbard
f08979c3bf Nate Johnson is now the Gallery/Commercial editor since Charles Wimmer
seems to have disappeared.
1997-04-10 05:23:25 +00:00
Jordan K. Hubbard
4ce7186b25 Add Jack O'Neill to donor's list. 1997-04-10 05:20:19 +00:00
Hiroyuki Hanai
b9305df214 Catch up with the original. 1997-04-10 04:41:55 +00:00
Jordan K. Hubbard
84f976bf92 Expand donors list. Note: Anyone I missed, *please* contact me!
I'm only now starting to get this a little more well organized.
1997-04-10 02:15:59 +00:00
John Polstra
9c8ff5b51f Use "-pg" instead of "-p" for generating profiled object files.
The two options differ only when linking, but "-p" is incorrect
because it is associated with the old-style "prof" command, which we
do not support.
1997-04-09 20:31:15 +00:00
Mike Pritchard
370059e507 Add Kent Vander Velden for his various contributions via problem reports.
Also updated Keith Bostic's mail address while I was in the area.
1997-04-09 19:44:58 +00:00
Mike Pritchard
405eecfbb1 Check for -1 instead of EOF in the getopt() example.
Submitted by:	Kent Vander Velden
1997-04-09 19:03:14 +00:00
Bruce Evans
663e9677d5 Use ld -f' (actually cc -Wl,-f') at `make depend' time to generate
almost perfect dependencies on crt0's and libraries.  DPADD and
bsd.libnames.mk should go away soon.  Use a new _EXTRADEPEND target
to implement this and to avoid editing of .depend when .depend isn;t
being rebuilt.  The afterdepend target doesn't seem to be good for
anything and is now unused.

Fixed LDDESTDIR for the DESTDIR case when ${SHLIBDIR} != /usr/lib.

Added commented-out -nostdlib to LDDESTDIR for the DESTDIR case.
The wrong libraries may be used without this; however it breaks
linkage to crt0 and libc.
1997-04-09 16:10:27 +00:00
Jordan K. Hubbard
43726d5d36 Reorganize the donor's gallery to include people who've donated
parts to replace freefall.freebsd.org (so that we can use what's currently
there to replace spatter).
1997-04-09 10:34:31 +00:00
Mike Pritchard
db0ed86298 Document wakeup_one(). 1997-04-09 05:39:32 +00:00
Hiroyuki Hanai
05602cc2a2 Catch up with the original.
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1997-04-09 03:05:58 +00:00
Mike Pritchard
d532602fe9 Fix a xref.
Obtained from: NetBSD-bus PR# 3464
1997-04-08 20:01:15 +00:00
Hiroyuki Hanai
8b020006c0 Fix the typo about the DEC's NICs
Submitted by: morimitsu@jrdvms.enet.dec.com
1997-04-08 02:28:58 +00:00
Hiroyuki Hanai
9cf0bc403e Catch up with the original. 1997-04-08 02:23:27 +00:00
Hiroyuki Hanai
d005117e2f Catch up with the original. 1997-04-08 02:13:06 +00:00
Hiroyuki Hanai
17b09f4857 Catch up with the original.
Submitted by: mihoko@pa.yokogawa.co.j
1997-04-08 02:10:38 +00:00
Hiroyuki Hanai
df6e5b0dd4 Catch up with the original.
Submitted by: Takashi Saeki <saeki@saskg.semicon.sony.co.jp>
1997-04-08 02:07:24 +00:00
John Fieber
1c8c7ff607 Latest release is 2.2.1, not 2.1.7. 1997-04-08 00:47:59 +00:00
John Polstra
88a9352def Mention the RELENG_2_2_1_RELEASE for getting FreeBSD-2.2.1. 1997-04-08 00:14:00 +00:00
Bruce Evans
3bfa8cb182 Include ${CURDIR}/../Makefile.inc as in most other `.mk' files. This
is most useful for centralizing the definitions of paths to contrib
directories.

Removed useless subshell and evil-hiding @ in the the rule for
initializing the info dir.
1997-04-07 16:46:40 +00:00
John-Mark Gurney
36ab952556 terminfo_extensions.doc:
o)	fix some typos
	o)	add missing comments from terminfo's man page

termcap.5
	o)	fix some types
	o)	add a reference to terminfo_extensions.doc
1997-04-07 10:24:13 +00:00
Hiroyuki Hanai
267bc040ef New translation which corresponds to the 1.11 -> 1.12 change of
original.
Submitted by: mihoko@pa.yokogawa.co.jp
1997-04-07 04:56:51 +00:00
Hiroyuki Hanai
e234c6da84 Catch up with the original. 1997-04-07 04:09:47 +00:00
Doug Rabson
9e5f720f5f Document how to debug LKMs with kgdb.
Reviewed by:	J Wunsch <j@uriah.heep.sax.de>
1997-04-06 23:03:27 +00:00
Wolfram Schneider
03d38eb1f4 Add BSD family tree to UNIX history section. 1997-04-06 21:53:59 +00:00
Peter Dufault
0ddf9be1f0 Make MOD_* macros almost consistent:
Use the name argument almost the same in all LKM types.  Maintain
the current behavior for the external (e.g., modstat) name for DEV,
EXEC, and MISC types being #name ## "_mod" and SYCALL and VFS only
#name.  This is a candidate for change and I vote just the name without
the "_mod".

Change the DISPATCH macro to MOD_DISPATCH for consistency with the
other macros.

Add an LKM_ANON #define to eliminate the magic -1 and associated
signed/unsigned warnings.

Add MOD_PRIVATE to support wcd.c's poking around in the lkm structure.

Change source in tree to use the new interface.

Reviewed by:	Bruce Evans
1997-04-06 11:14:13 +00:00
Jordan K. Hubbard
332da55046 Update run - try and use the correct release numbers for everything. 1997-04-05 08:38:48 +00:00
Andrey A. Chernov
f35381a000 Replace Sf/Sb with AF/AB for terminals with ANSI colors 1997-04-05 02:51:19 +00:00
Andrey A. Chernov
95a3cdde39 Back out cd ${.CURDIR}, stale obj fault 1997-04-04 01:44:25 +00:00
Mike Pritchard
9b99027472 Fix a typo that prevented the proper flag from being set
when USE_REFER is set.

Submitted by:	Sandro Sigala <ssigala@globalnet.it>
1997-04-04 01:25:32 +00:00
Wolfram Schneider
28fb62d30e Add manual page symlinks
YP.4 -> yp.4
	nis.4 -> yp.4
	NIS.4 -> yp.4
1997-04-03 12:32:42 +00:00
David E. O'Brien
a16c9bc3e6 FREEBSD-upgrade is now the "accpeted" name for the FreeBSD readme on
contributed soruces.
1997-04-03 10:47:21 +00:00
Søren Schmidt
9751c10998 put the german keys where they belong.
Submitted by: Slaven Rezic
1997-04-03 09:10:37 +00:00
Masafumi Max NAKANE
353fe48bab Typo.
Submitted by:	Mihoko TANAKA <mihoko@pa.yokogawa.co.jp>
1997-04-03 01:07:38 +00:00
John-Mark Gurney
0548bf4d76 arg... add back the "stray" `-' (it is used by indent) 1997-04-03 00:36:26 +00:00
Andrey A. Chernov
7afe3a8a33 cd ${.CURDIR} before installing, since no files in the obj directory 1997-04-02 16:56:56 +00:00
John-Mark Gurney
d10ef76b70 remove a stray `-' 1997-04-02 11:26:59 +00:00
John-Mark Gurney
df3cc9399c uncomment CD_Q_BCD_TRACKS flag, add xref to scsi(4) 1997-04-02 09:41:16 +00:00
Jordan K. Hubbard
dbf299abbe Fix spelling error.
Submitted by:	Hiroyuki HANAI <hanai@astec.co.jp>
1997-04-02 06:03:52 +00:00
Hiroyuki Hanai
3e9f70a897 Catch up with the original. 1997-04-02 05:42:39 +00:00
Mike Pritchard
94d6fcba9b Remove some garbage text. 1997-04-02 00:09:14 +00:00
Mike Pritchard
b5d3fbf904 Add od(4). Closes PR# 3170.
Submitted by:	Shunsuke Akiyama <akiyama@jp.freebsd.org>
1997-04-01 19:52:37 +00:00
Adam David
ae30d99c4a consistency update.
since we have "unsizeable" also have "sizeable"
1997-04-01 12:34:13 +00:00
Jordan K. Hubbard
ac2e2624de Sync from 2.2 1997-04-01 09:53:32 +00:00
John Polstra
93abe8fedb Correct the name of a header file that is referenced. 1997-04-01 04:04:09 +00:00
Hiroyuki Hanai
c9722f5e4e Fix the typo.
Submitted by: Nishika <nishika@cheerful.com>
1997-04-01 02:38:01 +00:00
Hiroyuki Hanai
a9e4d8c730 Catch up with the original. 1997-04-01 02:32:28 +00:00
Andreas Klemm
539f83b7f0 Added new file bsd-family-tree
Forgotten by:	wosch ;-)
1997-03-31 20:18:55 +00:00
Marc G. Fournier
d54266d5b6 Remove ${MAKEFLAGS} on recommendation by Bruce, mainly because the reason
for adding it was so that -j3 carried through on a make -j3 world, but found
at least one circumstance where it breaks  'make depend'
1997-03-31 05:30:16 +00:00
Marc G. Fournier
42c13e4555 Remove MAKEFLAGS example from /etc/make.conf...
Bruce points out that it breaks things if someone doesn't do a 'make depend',
but I just found out that it breaks 'make depend' itself :(
1997-03-31 05:26:39 +00:00
John Birrell
44ee97a91b Added my name/address as requested by Wolfram Schneider. 1997-03-31 04:58:47 +00:00
Hiroyuki Hanai
e8f633781f Catch up with the original. 1997-03-31 02:40:10 +00:00
Wolfram Schneider
364fe18b8c The Unix system family tree, BSD part. This is a local copy of
http://www.de.freebsd.org/de/ftp/unix-stammbaum
1997-03-31 00:06:03 +00:00
Marc G. Fournier
30d23e30a7 Add/document MAKEFLAGS into /etc/make.conf, using -j3 as example 1997-03-30 23:43:41 +00:00
Marc G. Fournier
f457e46e0d Add ${MAKEFLAGS} to ${MAKE} in _SUBDIRUSE so that something like
'make -j3 world' works

Jordan points out that this may not be the only place this is required to be
added, but so far, its the only one I've found to break -j3
1997-03-30 23:39:39 +00:00
David E. O'Brien
5ac0429f1d Add an example README.FreeBSD. The tcl one you tend to refer to since tcl
is the example is quite spartan.

As pointed out by Bruce there are *three* different filenames being used:

	cvs             FREEBSD.README
	groff           FREEBSD-upgrade
	libgmp          FREEBSD-upgrade
	libpcap         FREEBSD-upgrade
	tcpdump         FREEBSD-upgrade
	traceroute      FREEBSD-upgrade
	tcl             README.FreeBSD

The handbook states "README.FreeBSD".  Perhaps this should be changed?
1997-03-30 09:55:11 +00:00
Peter Wemm
f477a27251 Fix some bugs from bde's list (long lines) 1997-03-29 12:39:52 +00:00
Hiroyuki Hanai
71725c7e0b Correct the typo, /heading>', to </heading>'.
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1997-03-28 16:15:08 +00:00
Andrey A. Chernov
ac02e93687 Fix length-related bugs
Submitted by: Choi Jun Ho <choi.junho@jazz.snu.ac.kr>
1997-03-27 03:07:25 +00:00
Peter Wemm
22b1388b70 Add Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru> 1997-03-27 02:57:53 +00:00
Andrey A. Chernov
af3a7d6841 This variant is commented
Submitted by: Choi Jun Ho <choi.junho@jazz.snu.ac.kr>
1997-03-26 13:20:30 +00:00
Hiroyuki Hanai
03e9a2b1ca Catch up with the original. 1997-03-26 05:51:03 +00:00
Andrey A. Chernov
6f810dd5fe Add ASCII collate mainly for fallback for EUC-type locales 1997-03-25 16:50:07 +00:00
Andrey A. Chernov
ca71f5fc9a Add Korean LC_TIME
Submitted by: junker@jazz.snu.ac.kr
1997-03-25 16:17:00 +00:00
Andrey A. Chernov
1037a51b7e Add fake codesets 3 & 4
Submitted by: junker@jazz.snu.ac.kr
1997-03-25 16:03:16 +00:00
David E. O'Brien
c573e9ed49 Added Choi Jun Ho <junker@jazz.snu.ac.kr> for his kr-h2ps port. 1997-03-25 10:51:01 +00:00
Hiroyuki Hanai
de4f9d85bf Catch up with the original.
Submitted by: yoshiaki@kt.rim.or.jp and nao@tom-yam.or.jp
1997-03-25 06:31:27 +00:00
Hiroyuki Hanai
ff26e1340f Catch up with the original. 1997-03-25 05:03:47 +00:00
Joerg Wunsch
3a0d8e274e top(1) has a tunable parameter for the hash size to hash the user
entries.  Mention it in make.conf.
1997-03-25 00:04:33 +00:00
Hiroyuki Hanai
b0630b15d9 Sync with the original. 1997-03-24 02:56:52 +00:00
Mike Pritchard
7c692a17cf Update to reflect the recent changes to support better inode
generation numbers.
1997-03-24 00:33:38 +00:00
Mike Pritchard
88cf6634a5 Add malloc(9) to document the kernel malloc() and free() routines.
Obtained from: NetBSD w/changes to reflect current FreeBSD headers
and diagnostic messages.
1997-03-22 23:50:21 +00:00
Mike Pritchard
5ea8e149f2 Minor mdoc fixes. 1997-03-22 22:47:34 +00:00
Mike Pritchard
c8ff0947c0 Add vslock(9) to document the vslock() and vsunlock() kernel functions.
Obtained from: NetBSD
1997-03-22 22:21:37 +00:00
Mike Pritchard
1e133bd480 One minor mdoc fix. 1997-03-22 22:19:26 +00:00
Mike Pritchard
dad0f56607 Add kernacc(9) that documents the kernacc() and useracc() kernel
functions.

Obtained from: NetBSD (renamed from access.9)
1997-03-22 22:06:07 +00:00
Mike Pritchard
4b2502a3e8 Add physio(9).
Obtained from: NetBSD w/minor FreeBSD changes
1997-03-22 21:31:29 +00:00
Mike Pritchard
b6c4b1903b Add mi_switch.9. It documents the kernel mi_switch() and cpu_switch()
context switching functions.

Obtained from: NetBSD (renamed from ctxsw.9)
1997-03-22 20:59:18 +00:00
Mike Pritchard
ec505e0408 Add resettodr(9).
Obtained from: NetBSD
1997-03-22 20:07:04 +00:00
Mike Pritchard
4035c9100d Add inittodr(9) to document how the system clock is initialized.
Obtained from NetBSD and then modified to reflect how things work
in FreeBSD, along with some minor changes to make a few points
clearer.
1997-03-22 19:46:44 +00:00
Mike Pritchard
de1543a46d Add time(9) to document the kernel time variables. Obtained from
NetBSD and then modified by me to reflect some FreeBSD specific
things and to clarify some other pointed based on some old mail
from Bruce Evans about this man page.
1997-03-22 19:09:31 +00:00
Mike Pritchard
95522ed527 Minor mdoc cleanup - don't use .Pa for non-pathname items. 1997-03-21 20:16:33 +00:00
Mike Pritchard
dd5527c607 Use the .Fx macro for FreeBSD references for releases prior to 2.0.
Use the .Tn macro for generic FreeBSD references.  Cleanup other
formatting problems noticed while making the above changes.
1997-03-21 20:14:15 +00:00
Mike Pritchard
fb5ce63a63 Fix a number of typos and use the .Tn macro where appropriate. 1997-03-21 20:04:21 +00:00
Wolfram Schneider
aaa489a86d Change X Inside to Xi Graphics
See http://www.xig.com/ci/pr/970219.xigraphics.html
Leading Software Company Changes Name to Avoid Confusion with Internet
Porn Denver -- A leading developer of high-performance graphical
software has changed its name from X Inside to Xi Graphics. The
reason: Ongoing confusion between the software developer and the
increasing number of X-rated pornography companies on the Internet
1997-03-21 18:40:08 +00:00
Wolfram Schneider
3c57a6592b Change domain name xinside.com to xig.com
http://www.xig.com/ci/pr/970219.xigraphics.html

Leading Software Company Changes Name to Avoid Confusion with Internet
Porn Denver -- A leading developer of high-performance graphical
software has changed its name from X Inside to Xi Graphics. The
reason: Ongoing confusion between the software developer and the
increasing number of X-rated pornography companies on the Internet
1997-03-21 17:02:44 +00:00
Hiroyuki Hanai
68491b9663 Catch up with the original. 1997-03-21 09:46:34 +00:00
Hiroyuki Hanai
aa3f06734f Catch up with the original. 1997-03-21 09:22:24 +00:00
Hiroyuki Hanai
8cd3868fee Change the release number and <date> to fit with the current release. 1997-03-21 06:57:50 +00:00
David E. O'Brien
6200903a02 Very minor word change. 1997-03-21 01:36:18 +00:00
Mike Pritchard
df7f5d4de4 Fix a minor grammar problem. 1997-03-21 00:30:58 +00:00
Mike Pritchard
d00f4c321d Use the .An macro in the AUTHOR section. 1997-03-20 16:14:21 +00:00
Mike Pritchard
0728623156 Document the .An (author name) macro. Also cleanup some other problems
I noticed while editing these man pages.

Usage: .An Author_name

Example:

This manual page was written by
.An Mike Pritchard Aq mpp@FreeBSD.ORG .

Produces:

This manual page was written by Mike Pritchard <mpp@FreeBSD.ORG>.
1997-03-20 16:04:04 +00:00
Jordan K. Hubbard
4baaa399be Reinstating stuff that fell out after jeorg's update...
Submitted-By: pds
1997-03-20 13:15:41 +00:00
Mike Pritchard
a238c207df Update to use the .Rv macro now that I know it exists :-). 1997-03-19 21:08:48 +00:00
Bruce Evans
eb051a2cf8 Fixed missing #includes in synopsis.
Fixed stale reference to <sys/inode.h>.
1997-03-19 21:02:11 +00:00
Mike Pritchard
8889d6ac3a Document the .Rv (return values) macro.
".Rv -std atexit" will generate the following text:

The atexit() function returns the value 0 if successful; otherwise the
value -1 is returned and the global variable errno is set to indicate the
error.
1997-03-19 21:01:45 +00:00
Bruce Evans
e0d9d675fb Fixed misuse of .Ft for enum members. (.Fa seems to be the best
available macro for enum, struct and union members.  .Ft seems to
be the best available macro for enum, struct and union tags and
types).

Fixed missing void arg types.
1997-03-19 20:42:18 +00:00
Mike Pritchard
5b945c8686 Update the table of contents such as it is to reflect my previous change. 1997-03-19 20:31:42 +00:00
Mike Pritchard
c41c97fab9 Document the previously undocumented .Bf (begin font mode) macro.
Moved the descriptions of the .Em, .Li and .Sy macros into
the new "Font Modes" sub-section along with .Bf, since they are
all related.
1997-03-19 20:16:50 +00:00
Bruce Evans
7b46e774ec Fixed missing #include of <sys/types.h> in synopsis. 1997-03-19 19:48:24 +00:00
Bruce Evans
ddbd069887 Fixed missing #include(s) (mostly of <sys/types.h> in synopsis).
Reviewed by:	wollman
1997-03-19 19:47:43 +00:00
David E. O'Brien
8cd18b8efa Use the correct name for the HLT instruction.
Submitted by:	bde
1997-03-19 18:31:59 +00:00
David E. O'Brien
0b975dc48b FreeBSD uses the HALT instruction in its idle loop to save power.
Noticed by:	Stephen Roome <steve@visint.co.uk>
1997-03-19 17:17:59 +00:00
David E. O'Brien
2fbc710d2c Update the O'Reilly books that are now in the 2nd ed. 1997-03-19 07:59:19 +00:00
Bruce Evans
c85c53625d Fixed synopsis (after the cleanup of <sys/snoop.h>, there are no other
prerequisites; previously <sys/ioctl.h> was bogus and some prerequisites
weren't documented).
1997-03-19 04:58:33 +00:00
David E. O'Brien
a4589af254 The New Hacker's Dictionary (aka. the Jargon File) to the history section 1997-03-19 04:32:30 +00:00
David E. O'Brien
b024174570 Add "Lion's Commentary on UNIX, 6th Ed. w/source code".
Yep, you heard it, this book has survived since 1997 via the photocopier
underground.  Well SCO decided it is now safe for us to see the 6th ed.
Kernel source.  :-)
1997-03-19 04:23:12 +00:00
David E. O'Brien
38a0cce148 Fix Peter Salus's name. 1997-03-19 04:08:34 +00:00
David E. O'Brien
8d2a17dc58 Added UNIX System Architecture by Prabhat Andleigh.
This is a really nice small (274 pages) book on UNIX architecture.
It "reads" like K&R, has good straightforward explantions and nice diagrams
of structures and things, w/o unnessiary bulk.  It covers both BSD and sysV.
I wish this had been the textbook for my undergrad OS class rather
than Tannenbam.
1997-03-19 03:54:15 +00:00
Bruce Evans
401caa1438 Fixed wrong #include in synopsis. <sys/dir.h> has been deprecated for
years.

Not fixed: stale, misformatted copy of <dirent.h>.  I will be cleaning
up the dirent.h and dir.h headers soon (ufs stuff needs to be separated
better), so don't change the man page yet.
1997-03-19 03:48:12 +00:00
David E. O'Brien
c124741b35 Added "Porting UNIX Software" by our own Greg Lehey.
This book has helped me more than once with the ports collection.
1997-03-19 03:45:13 +00:00
David E. O'Brien
29dfa374db Added UNIX Internals -- The New Frontiers by Uresh Vahalia 1997-03-19 03:40:47 +00:00
David E. O'Brien
4d9b583991 Update URL for Chinese "Using FreeBSD" 1997-03-19 03:32:12 +00:00
David E. O'Brien
d145253bfd FreeBSD-{stable,STABLE} ==> 2.1-STABLE 1997-03-19 03:24:50 +00:00
Bruce Evans
612a931654 Fixed missing #includes in synopsis. 1997-03-19 03:23:54 +00:00
David E. O'Brien
892efc96a8 Changed 2.1.6 --> 2.1.7, or added 2.1.7 where applicable. 1997-03-19 03:22:29 +00:00
Bruce Evans
21f8e39341 Fixed synopsis (wrong #includes and superfluous parentheses in typedef).
Nuked the confusing timeout_func_t typedef.  It will go away in <systm.h>
later.
1997-03-19 03:18:01 +00:00
David E. O'Brien
61f8742c77 Attempts to clarify the FreeBSD-{current,stable} mess used here.
It is not clear what version of FBSD things apply to anymore.
"-CURRENT"  --->  "2.2-RELEASE and later"
1997-03-19 03:15:43 +00:00
Bruce Evans
02a98699c2 Fixed wrong number of args in STAILQ_REMOVE_HEAD() in synopsis. 1997-03-19 02:57:50 +00:00
David E. O'Brien
89510b13fd Mention that "options XSERVER" is applicable only to the vt0 console driver.
(as it appears from the mailing list archive).
1997-03-19 02:43:43 +00:00
John Polstra
79f87a2528 Add cross-references from the "CTM Sites" and "CVSup Sites" sections
back to the CTM and CVSup documentation, respectively.
1997-03-19 00:06:57 +00:00
Mike Pritchard
aef772c06b The "usage" line for the .Ic macro incorrectly says that it is
the .Li macro.
1997-03-18 20:00:36 +00:00
Mike Pritchard
5f1376d7ec Backout part of my previous change that changed MIN/TIME to VMIN/VTIME
throughout the man page.  Only some of these were corrected.

Pointed out by: bde
1997-03-18 07:17:22 +00:00
Hiroyuki Hanai
bb24ea1e79 Catch up with the original. 1997-03-18 04:14:30 +00:00
John Polstra
37c14d8a88 Add descriptions of the tags RELENG_2_1_7_RELEASE and RELENG_2_2_0_RELEASE. 1997-03-18 01:38:47 +00:00
Joerg Wunsch
10428a52f0 Now that i know how to use remote gdb, actually document it. Cool stuff,
btw.!
1997-03-18 00:42:36 +00:00
Hiroyuki Hanai
f721b0c392 I've forgotten to change the `original revision:' field. 1997-03-17 02:12:43 +00:00
Hiroyuki Hanai
951b6659d9 Catch up with the original. 1997-03-17 02:11:16 +00:00
Wolfram Schneider
d79808d6fd Add Oliver Laumann for his troff translator 1997-03-15 20:07:20 +00:00
Hiroyuki Hanai
f9ce14711a Catch up with the original.
Submitted by: Takashi Saeki <saeki@saskg.semicon.sony.co.jp>
1997-03-15 06:57:56 +00:00
Mike Pritchard
ed7922d368 The VMIN and VTIME c_cc values were incorrectly defined as MIN and TIME.
Obtained from: NetBSD PR# 3243
1997-03-14 05:01:14 +00:00
Brian Somers
d06ae27bd3 Update configuration examples & instructions.
This should go into 2.2 as the examples bearly work for
static IP numbers (and don't for dynamic ones).
1997-03-14 04:17:44 +00:00
Mike Pritchard
623899a3c3 Add some text regarding security issues when using a shell
script as the login shell.  Closes PR# 2978.
1997-03-14 02:37:27 +00:00
Andrey A. Chernov
80802b9ec5 Update Korean locale
Should go into 2.2
1997-03-13 07:51:43 +00:00
Joerg Wunsch
ab0437f07f Describe the workaround for the CMD640 controller.
Mention the steps that are required for `disklabel auto'.
1997-03-13 01:00:32 +00:00
Joerg Wunsch
3326b916cc Ooops, somehow the HP Netserver entry made it here twice. 1997-03-12 19:14:26 +00:00
Joerg Wunsch
db7284a85e Update the HP NetServer LC FAQ entry. 1997-03-12 19:04:07 +00:00
Mike Pritchard
0b65a99863 Oops. I misread some commit mail - remove the blurb about comments
in passwd/group not being enabled by default.
1997-03-12 14:05:36 +00:00
Mike Pritchard
c5cb834a27 Typo police (this one wasn't yours, Joerg :-) 1997-03-12 13:51:57 +00:00
Mike Pritchard
902c520a16 Typo police. 1997-03-12 13:51:17 +00:00
Mike Pritchard
f57cc79d87 Improve the wording of the section on comments in the group and passwd
files.  Also mention that this feature is not enabled by default
and that they must be enabled by compile-time options.

Fixed another typo or two I noticed while I was at it.
1997-03-12 13:46:16 +00:00
Joerg Wunsch
e48ff1868b Document the various link-level flag for these drivers.
2.2 candidate (after typo police :)
1997-03-12 13:37:56 +00:00
Peter Wemm
4c987fb1a7 makeinfo can fail but still leave behind zero length files which cause
interesting problems because the resulting file is newer than the source
and this stops 'make' from rebuilding it.  Go via an intermediate file
and rename to make sure this doesn't happen.
1997-03-12 07:14:44 +00:00