Andrey A. Chernov
656f43ab9a
Add 8859-4 and lt_LT
...
Add missing dependance to cs_CZ
Submitted by: Ricardas Cepas <rch@writeme.com>
1999-12-24 05:47:10 +00:00
Andrey A. Chernov
a81c99add8
Add 8859-4 and lt_LT
...
Submitted by: Ricardas Cepas <rch@writeme.com>
1999-12-24 05:30:52 +00:00
Andrey A. Chernov
70ccaafac0
Oops, fix typo in prev. commit
1999-12-24 05:01:14 +00:00
Andrey A. Chernov
15227b7d04
Add Latin2 FreeBSD consoles
...
Minor correction of comments
Submitted by: Latin2 console from Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
1999-12-24 04:55:06 +00:00
Andrey A. Chernov
942c101cfa
Add ACS support to 8859-2 fonts
...
Remove stale 8859-2 font
Fix Russian INDEX entries
Add more languages to FONT fields
Submitted by: fonts from Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
1999-12-24 04:35:33 +00:00
Andrey A. Chernov
fb46350574
Use 'i' for ACS lantern (as ncurses expect it)
1999-12-24 03:54:41 +00:00
Greg Lehey
587357da14
New man page. This will need modifications RSN.
1999-12-24 00:16:03 +00:00
Bruce Evans
c1ab0cfd47
Fixed bitrot in synopsis. The prototype for panic() was moved to
...
<sys/param.h>, but the #includes weren't adjusted here.
1999-12-23 17:42:10 +00:00
Bruce Evans
31f698b8ca
Fixed wrong function types (the device_add_child() family returns a
...
device_t, not an int).
1999-12-23 17:39:45 +00:00
Bruce Evans
9961a6adff
Removed unused include of <sys/buf.h> from synopsis. This include is
...
needed to access the internals of buffers but not necessarily to use
the VOP. <sys/buf.h> recently grew a bogus dependency on <sys/systm.h>
for the declaration of spl*, and I prefer to fix the synopsis breakage
by removing a wart instead of adding one.
1999-12-23 17:35:48 +00:00
Bruce Evans
6ee16659ac
Fixed bitrot in synopsis. The prototype for VOP_ISLOCKED() changed
...
recently, except of course in the documentation. Other parts of this
man page are several years out of date.
1999-12-23 17:28:46 +00:00
Bruce Evans
f644d0654b
Fixed missing #includes in synopsis.
1999-12-23 17:24:40 +00:00
Bruce Evans
5770fb1361
Fixed bitrot in synopsis. Important interface changes hadn't reached here.
1999-12-23 17:22:58 +00:00
Bruce Evans
bd00dbfafc
"Fixed" assorted bitrot. remove_dev() was renamed to destroy_dev().
...
VOP_ABORTOP() went away. at_shutdown() was replaced by undocumented
event handling. Rename remove_dev() here too, and remove the dead
and dead wrong man pages.
1999-12-23 17:16:32 +00:00
Bruce Evans
e7589db845
Fixed bitrot in synopsis. The change from "int *pshared" to "int pshared"
...
hadn't reached here.
1999-12-23 16:51:27 +00:00
Poul-Henning Kamp
b69b535811
Duh! Also remove inter.phone from the makefile.
1999-12-23 09:28:49 +00:00
Poul-Henning Kamp
86c00aae88
Remove this file for the same reasons as for na.phone: There are
...
better and more comprehensive and reliable sources for such
information in the global village.
1999-12-23 08:52:59 +00:00
Greg Lehey
72059427d7
Add dialing code for Limassol, Cyprus.
1999-12-23 00:37:47 +00:00
Greg Lehey
28c12971af
Update area codes for Australia.
...
Update some area codes for Malaysia. The list is still woefully incomplete.
1999-12-23 00:31:04 +00:00
Andrey A. Chernov
1107842229
lt_LN->la_LN
1999-12-22 20:52:54 +00:00
Peter Wemm
3b073b53b7
Update vnode_if.sh location. This was deliberately left a while after
...
the repo copy as the kernel src/sys/modules stuff uses
/usr/share/mk/bsd.kmod.mk which often gets out of sync with the kernel
source.
1999-12-22 01:07:30 +00:00
Andrey A. Chernov
b1f5d23712
Add cs qwertz keyboard
...
Submitted by: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
1999-12-22 00:09:14 +00:00
Andrey A. Chernov
803fd6e279
Add cs_CZ
...
Submitted by: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
1999-12-22 00:02:21 +00:00
Andrey A. Chernov
3302808957
Add cs_CZ
...
Submitted by: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
1999-12-21 23:57:19 +00:00
Alexey Zelkin
b2d28ca479
Comment out explicit MANPATH setting.
...
(BTW, it's very bad practice to have MANPATH environment variable set)
PR: conf/14487
Submitted by: Norihiko Ishitani <nori@tlab.is.uec.ac.jp>
1999-12-21 17:18:19 +00:00
Sheldon Hearn
34ada08b62
Document allscreens_flags. This commit perpetuates the i386-centric
...
nature of this manual page. :-(
PR: 15066
Reported by: Andy Farkas <andyf@speednet.com.au>
1999-12-21 11:22:06 +00:00
Joerg Wunsch
e34c71ea40
Add a flag to disable FIFO probing. The code seems to have a chance of
...
misdetecting FIFO capabilities, at least on my girlfriend's Thinkpad 755,
the driver doesn't work using the FIFO.
While i was at it, i (partially) fixed option FCC_YE since it would no
longer have compiled at all under -current. I've also made an attempt
to document the device driver flags value (ab-)used internally by this
option.
RELENG_3 candidate, but with a slightly different patch there (will go
to jkh in email).
1999-12-21 08:33:03 +00:00
Joseph Koshy
1a93522d65
Add entries for two cities in India.
1999-12-21 05:22:43 +00:00
Julian Elischer
5129159789
Manual page style work.
...
Submitted by: Alexey Zelkin <phantom@FreeBSD.org>
thanks!
1999-12-21 01:25:21 +00:00
Alexey Zelkin
c92079721b
Add Simferopol, Ukraine (Crimean republic capital)
1999-12-20 16:30:39 +00:00
Sheldon Hearn
cde6156df8
Fix the availability table, which incorrectly indicated that sh(1)
...
does not have a builtin set command.
1999-12-20 16:29:56 +00:00
Alexey Zelkin
79ea9bc4f5
Sync with reality.
...
PR: docs/15036
Submitted by: Jake Burkholder <jburkhol@home.com>
1999-12-19 19:12:14 +00:00
Peter Wemm
8ddf96d9c5
This commit was generated by cvs2svn to compensate for changes in r54816,
...
which included commits to RCS files with non-trunk default branches.
1999-12-19 13:50:37 +00:00
Peter Wemm
3ae9291301
Import NetBSD's mailwrapper to redirect /usr/sbin/sendmail to the user's
...
chosen mailer.
Obtained from: NetBSD
1999-12-19 13:50:37 +00:00
Eivind Eklund
4dc39f110c
Correct the documentation of LOCKPARENT - it does not reliably result in the
...
parent being locked, but rather plays some hide and seek (does not lock if
dvp == vp).
Also add a BUGS section noting that this is undesired behaviour.
1999-12-18 20:50:48 +00:00
Alexey Zelkin
ded8c91a78
Fix typos
...
PR: docs/14858
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
1999-12-17 14:48:00 +00:00
Eivind Eklund
9a8fa3c19f
Document NDFREE w/flags, and fix up the description of NOFOLLOW.
1999-12-16 23:20:11 +00:00
Chris Costello
ddb9c6cd10
Document pthread_create().
...
Reviewed by: jasone
1999-12-16 22:36:54 +00:00
Alexey Zelkin
1ffd87cbbb
activate amd.4
1999-12-16 16:22:48 +00:00
David E. O'Brien
b7c42f7dde
* State in words that "#define^IMACRO" is proper, as it is hard to tell
...
from the example.
* Embelish the usage() example to show how uppercase options are sorted.
Taken from previous bdelinting.
1999-12-16 10:02:20 +00:00
Martin Cracauer
25aa5b8459
Mixed updates:
...
- isa => nexus
- flags
- GPL_MATH_EMULATE
- document breakage of non-GPL emulator since we use new compiler.
- break lines in paragraohs I touched so that sentenses start on new
lines.
1999-12-16 08:05:09 +00:00
Bill Fumerola
652bd4068e
Add DOCSUPFILE, like PORTSSUPFILE. (ie 'make update' in /usr/doc)
...
PR: docs/15439
Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
Obtained from: ports/Makefile
1999-12-16 02:22:17 +00:00
Hellmuth Michaelis
af0f298122
update to isdn4bsd beta release 0.90
1999-12-14 21:14:28 +00:00
Bill Fumerola
21d19cbd64
Use the traditional bmake magic.
...
Reviewed/approved by: sos
1999-12-14 08:47:59 +00:00
Bill Fumerola
e1455d251d
-Wall.
...
Reviewed/approved by: sos
1999-12-14 08:47:42 +00:00
Alexey Zelkin
8ca720cfae
Add simple manual page for amd driver
...
Requested by: folks on fido7.ru.unix.bsd
1999-12-13 17:00:59 +00:00
Boris Popov
5e04586968
Add module for if_ef driver and make it compile.
1999-12-13 16:42:17 +00:00
Alfred Perlstein
1e12157c61
explain that ioflags can be used to give read-ahead hints to the underlying
...
filesystem.
1999-12-13 02:28:53 +00:00
Daniel C. Sobral
07b5ccc39d
Keep fortunes short, so motd won't scroll outside the screen.
1999-12-13 01:05:15 +00:00
Peter Wemm
9029b6442a
Use the -c and -h args of vnode_if.sh to generate only the .h file that
...
we use. The .c half is statically compiled into the kernel. It's kinda
silly to generate a .h file on the fly that has inlines to call the
.c stuff when the .c code is fixed.
Also, zap the special treatment for VFS_KLD modules. This treatment
applies to lots of things, not just VFS's.
1999-12-12 16:45:58 +00:00