jmg
b328a04930
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
hanai
3296644b21
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
hanai
eadb11741d
Catch up with the original.
1997-04-07 04:09:47 +00:00
dfr
62c0dbe488
Document how to debug LKMs with kgdb.
...
Reviewed by: J Wunsch <j@uriah.heep.sax.de>
1997-04-06 23:03:27 +00:00
wosch
9a5b826b63
Add BSD family tree to UNIX history section.
1997-04-06 21:53:59 +00:00
dufault
e62e4c624a
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
jkh
b8a7416e69
Update run - try and use the correct release numbers for everything.
1997-04-05 08:38:48 +00:00
ache
b7730d14c9
Replace Sf/Sb with AF/AB for terminals with ANSI colors
1997-04-05 02:51:19 +00:00
ache
c6b131679d
Back out cd ${.CURDIR}, stale obj fault
1997-04-04 01:44:25 +00:00
mpp
4f6a55ffbe
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
wosch
2640b3cdf3
Add manual page symlinks
...
YP.4 -> yp.4
nis.4 -> yp.4
NIS.4 -> yp.4
1997-04-03 12:32:42 +00:00
obrien
6726863a70
FREEBSD-upgrade is now the "accpeted" name for the FreeBSD readme on
...
contributed soruces.
1997-04-03 10:47:21 +00:00
sos
1c6d34721a
put the german keys where they belong.
...
Submitted by: Slaven Rezic
1997-04-03 09:10:37 +00:00
max
bc4bb05c1e
Typo.
...
Submitted by: Mihoko TANAKA <mihoko@pa.yokogawa.co.jp>
1997-04-03 01:07:38 +00:00
jmg
9a314cee52
arg... add back the "stray" `-' (it is used by indent)
1997-04-03 00:36:26 +00:00
ache
777408eb14
cd ${.CURDIR} before installing, since no files in the obj directory
1997-04-02 16:56:56 +00:00
jmg
b26619f673
remove a stray `-'
1997-04-02 11:26:59 +00:00
jmg
5718f160bd
uncomment CD_Q_BCD_TRACKS flag, add xref to scsi(4)
1997-04-02 09:41:16 +00:00
jkh
74ec951deb
Fix spelling error.
...
Submitted by: Hiroyuki HANAI <hanai@astec.co.jp>
1997-04-02 06:03:52 +00:00
hanai
141d9e6e48
Catch up with the original.
1997-04-02 05:42:39 +00:00
mpp
74212b970b
Remove some garbage text.
1997-04-02 00:09:14 +00:00
mpp
0152710164
Add od(4). Closes PR# 3170.
...
Submitted by: Shunsuke Akiyama <akiyama@jp.freebsd.org>
1997-04-01 19:52:37 +00:00
adam
4d7709a94e
consistency update.
...
since we have "unsizeable" also have "sizeable"
1997-04-01 12:34:13 +00:00
jkh
2f198c0015
Sync from 2.2
1997-04-01 09:53:32 +00:00
jdp
0e67fb1223
Correct the name of a header file that is referenced.
1997-04-01 04:04:09 +00:00
hanai
03545f5dcd
Fix the typo.
...
Submitted by: Nishika <nishika@cheerful.com>
1997-04-01 02:38:01 +00:00
hanai
86c18de140
Catch up with the original.
1997-04-01 02:32:28 +00:00
andreas
8871c2899e
Added new file bsd-family-tree
...
Forgotten by: wosch ;-)
1997-03-31 20:18:55 +00:00
scrappy
231d0f1cdb
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
scrappy
ddb46bb17f
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
jb
3d7b78ed8c
Added my name/address as requested by Wolfram Schneider.
1997-03-31 04:58:47 +00:00
hanai
0e8cd04444
Catch up with the original.
1997-03-31 02:40:10 +00:00
wosch
758b1dfa68
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
scrappy
f88ab1083b
Add/document MAKEFLAGS into /etc/make.conf, using -j3 as example
1997-03-30 23:43:41 +00:00
scrappy
5fddba9b6d
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
obrien
f02e5d18b0
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
a0b5b4259e
Fix some bugs from bde's list (long lines)
1997-03-29 12:39:52 +00:00
hanai
defe43f62e
Correct the typo, /heading>', to
</heading>'.
...
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1997-03-28 16:15:08 +00:00
ache
03c5e9fbba
Fix length-related bugs
...
Submitted by: Choi Jun Ho <choi.junho@jazz.snu.ac.kr>
1997-03-27 03:07:25 +00:00
peter
24b9a00306
Add Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
1997-03-27 02:57:53 +00:00
ache
9e4ff703f5
This variant is commented
...
Submitted by: Choi Jun Ho <choi.junho@jazz.snu.ac.kr>
1997-03-26 13:20:30 +00:00
hanai
2b1a05cbfa
Catch up with the original.
1997-03-26 05:51:03 +00:00
ache
5bd102ef98
Add ASCII collate mainly for fallback for EUC-type locales
1997-03-25 16:50:07 +00:00
ache
aa17e686db
Add Korean LC_TIME
...
Submitted by: junker@jazz.snu.ac.kr
1997-03-25 16:17:00 +00:00
ache
3d3110370b
Add fake codesets 3 & 4
...
Submitted by: junker@jazz.snu.ac.kr
1997-03-25 16:03:16 +00:00
obrien
a4d68a9941
Added Choi Jun Ho <junker@jazz.snu.ac.kr> for his kr-h2ps port.
1997-03-25 10:51:01 +00:00
hanai
28564b67fc
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
hanai
91b3ba195c
Catch up with the original.
1997-03-25 05:03:47 +00:00
joerg
386a690a20
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
hanai
ab7c9e8a17
Sync with the original.
1997-03-24 02:56:52 +00:00
mpp
b9424fdfa7
Update to reflect the recent changes to support better inode
...
generation numbers.
1997-03-24 00:33:38 +00:00
mpp
a3cb9f3f40
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
mpp
761b22f4a3
Minor mdoc fixes.
1997-03-22 22:47:34 +00:00
mpp
08751c4aec
Add vslock(9) to document the vslock() and vsunlock() kernel functions.
...
Obtained from: NetBSD
1997-03-22 22:21:37 +00:00
mpp
9d7600e50e
One minor mdoc fix.
1997-03-22 22:19:26 +00:00
mpp
b8cac29a60
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
mpp
149d6005f7
Add physio(9).
...
Obtained from: NetBSD w/minor FreeBSD changes
1997-03-22 21:31:29 +00:00
mpp
a625d152d0
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
mpp
46c4b1647f
Add resettodr(9).
...
Obtained from: NetBSD
1997-03-22 20:07:04 +00:00
mpp
1091fea9b4
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
mpp
7e56192688
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
mpp
7f4b68ba6d
Minor mdoc cleanup - don't use .Pa for non-pathname items.
1997-03-21 20:16:33 +00:00
mpp
58cd3eaefb
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
mpp
56d1eaec03
Fix a number of typos and use the .Tn macro where appropriate.
1997-03-21 20:04:21 +00:00
wosch
4326140a8e
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
wosch
e27a2174e8
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
hanai
61cded15d6
Catch up with the original.
1997-03-21 09:46:34 +00:00
hanai
e27519260c
Catch up with the original.
1997-03-21 09:22:24 +00:00
hanai
1275f95707
Change the release number and <date> to fit with the current release.
1997-03-21 06:57:50 +00:00
obrien
743ea89363
Very minor word change.
1997-03-21 01:36:18 +00:00
mpp
7f7a36f1a1
Fix a minor grammar problem.
1997-03-21 00:30:58 +00:00
mpp
36c0c94721
Use the .An macro in the AUTHOR section.
1997-03-20 16:14:21 +00:00
mpp
d0482f2994
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
jkh
7d35f5f18c
Reinstating stuff that fell out after jeorg's update...
...
Submitted-By: pds
1997-03-20 13:15:41 +00:00
mpp
c945093abc
Update to use the .Rv macro now that I know it exists :-).
1997-03-19 21:08:48 +00:00
bde
845f67fbb7
Fixed missing #includes in synopsis.
...
Fixed stale reference to <sys/inode.h>.
1997-03-19 21:02:11 +00:00
mpp
c87367fab4
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
bde
302d7fa018
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
mpp
4ddfd87a55
Update the table of contents such as it is to reflect my previous change.
1997-03-19 20:31:42 +00:00
mpp
4125b3fb60
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
bde
e34f9ced3c
Fixed missing #include of <sys/types.h> in synopsis.
1997-03-19 19:48:24 +00:00
bde
a78ab83329
Fixed missing #include(s) (mostly of <sys/types.h> in synopsis).
...
Reviewed by: wollman
1997-03-19 19:47:43 +00:00
obrien
04fe1d2b5e
Use the correct name for the HLT instruction.
...
Submitted by: bde
1997-03-19 18:31:59 +00:00
obrien
64a2fc9f49
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
obrien
73f859e84e
Update the O'Reilly books that are now in the 2nd ed.
1997-03-19 07:59:19 +00:00
bde
dec45229e0
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
obrien
556aa691a6
The New Hacker's Dictionary (aka. the Jargon File) to the history section
1997-03-19 04:32:30 +00:00
obrien
42c163c5c7
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
obrien
67bb93df58
Fix Peter Salus's name.
1997-03-19 04:08:34 +00:00
obrien
b760adc23c
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
bde
f8bda83de0
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
obrien
f49e3eafb9
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
obrien
9f553ec1d5
Added UNIX Internals -- The New Frontiers by Uresh Vahalia
1997-03-19 03:40:47 +00:00
obrien
40299c7b7c
Update URL for Chinese "Using FreeBSD"
1997-03-19 03:32:12 +00:00
obrien
6df5609dd2
FreeBSD-{stable,STABLE} ==> 2.1-STABLE
1997-03-19 03:24:50 +00:00
bde
44b292ab2b
Fixed missing #includes in synopsis.
1997-03-19 03:23:54 +00:00
obrien
5afe6220f9
Changed 2.1.6 --> 2.1.7, or added 2.1.7 where applicable.
1997-03-19 03:22:29 +00:00
bde
265d3730cb
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
obrien
1bdf3a2692
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
bde
2e6eb4413d
Fixed wrong number of args in STAILQ_REMOVE_HEAD() in synopsis.
1997-03-19 02:57:50 +00:00