Jonathan Lemon
750c427849
Add support for 28800 baud to sio.
...
PR: 30906
Submitted by: "Daniel O'Connor" <darius@chowder.dons.net.au>
2001-09-29 04:49:11 +00:00
Wolfram Schneider
219e51ba42
Added NetBSD 1.5.2
2001-09-28 17:18:10 +00:00
Brooks Davis
f823d4a671
Mention that gif interfaces are created at runtime and refer the
...
administrator to the ifconfig create command.
MFC after: 1 week
2001-09-28 00:22:44 +00:00
Bill Paul
95d674824f
Add device driver support for the Broadcom BCM570x family of gigabit
...
ethernet controllers. This adds support for the 3Com 3c996-T, the
SysKonnect SK-9D21 and SK-9D41, and the built-in gigE NICs on
Dell PowerEdge 2550 servers. The latter configuration hauls ass:
preliminary measurements show TCP speeds of over 900Mbps using
only normal size frames.
TCP/IP checksum offload, jumbo frames and VLAN tag insertion/stripping
are supported, as well as interrupt moderation.
Still need to fix autonegotiation support for 1000baseSX NICs, but
beyond that, driver is pretty solid.
2001-09-27 23:55:28 +00:00
Brooks Davis
c2eed10556
Add ng_ip_input. A new netgraph node for queuing IP packets into the
...
main IP input processing code.
2001-09-27 21:54:27 +00:00
Scott Long
bfa939da71
Fix a manlint nit with the aac.4 manpage.
...
Submitted by: Brooks Davis <brooks@one-eyed-alien.net>
2001-09-27 21:52:42 +00:00
Murray Stokely
37068be4f9
Be consistent with the way we talk about sysctl values.
...
PR: docs/30343
Submitted by: Giorgos Keramidas <charon@labs.gr>
2001-09-27 07:26:16 +00:00
Brooks Davis
94408d94c3
/home/brooks/ng_gif.message
2001-09-26 23:50:17 +00:00
Brooks Davis
efacde1bcc
The number of ccd(4) devices is no longer set at compile time so stop
...
trying to do it in the examples and config files.
2001-09-26 22:41:02 +00:00
Scott Long
a3484cc54c
Clarify how to determine the firmware version.
...
Submitted by: Anders Andersson <anders@codefactory.se>
MFC after: 3 days
2001-09-25 22:33:53 +00:00
Brooks Davis
9494d5968f
Make faith loadable, unloadable, and clonable.
2001-09-25 18:40:52 +00:00
Murray Stokely
bc58a19f1d
Note that it might not be a good idea to mount /var 'noatime'.
...
PR: docs/30675
Submitted by: Eugene M. Kim <gene@nttmcl.com>, and
Giorgos Keramidas <charon@labs.gr>
2001-09-24 07:35:37 +00:00
Murray Stokely
fa1b1bbc3f
Correctly document the return value of mb_fixhdr.
...
PR: docs/30697
Submitted by: Jonathan Hanna <jhanna@home.com>
Reviewed by: bp
2001-09-24 06:30:52 +00:00
Kazutaka YOKOTA
5d78522dd4
- Update pnp(4) to match the reality in -CURRENT.
...
- Add pnpbios(4).
2001-09-23 08:41:12 +00:00
Kazutaka YOKOTA
c14b5c4dd0
Fix a comment line which wrongly states this man page is for
...
the `asc' scanner device :-)
MFC after: 3 days
2001-09-23 06:56:09 +00:00
Jeroen Ruigrok van der Werven
940205d5e8
Remove IFCAP_HWCSUM, it is merely a luxury #define, not a real flag.
...
Remove explicit mention of IP stack, since it might not be accurate for all
interfaces.
Change if_enable to if_capenable, as it is spelled.
Submitted by: jlemon
2001-09-22 15:59:09 +00:00
Jeroen Ruigrok van der Werven
f5170ab181
Commit descriptions for the interface capabilities support.
2001-09-22 12:34:19 +00:00
Ruslan Ermilov
33c3bd0ab5
Document COMPAT4X.
2001-09-22 08:21:56 +00:00
Scott Long
7fb452755c
Note in the BUGS section that the driver will not work on controllers that
...
have version 1.x firmware. This might also need to go into the release
documentation, as many people seem to have been bitten by this.
MFC after: 3 days
2001-09-22 04:26:35 +00:00
Maxim Sobolev
78f45204d9
Introduce new syscons(4) kernel options:
...
- SC_CUT_SPACES2TABS - when copying text into the cut buffer convert leading
spaces into the tabs;
- SC_CUT_SEPCHARS="XYZ" - treat supplied characters as possible words
separators when the driver searches for words boundaries when doing cut
operation.
Also unify cut code a bit to decrease amount of duplicated code. This fixes
line cut mode, so that it is no longer pads line with useless spaces.
Approved by: ru
2001-09-21 20:41:24 +00:00
Ruslan Ermilov
9222e100d6
When bootstrapping (build-tools and cross-tools), avoid
...
including the ${WORLDTMP}/usr/include headers that may
not match the installed host libraries.
This should fix the 20010919 UPDATING entry.
2001-09-21 08:17:48 +00:00
Wilko Bulte
114cdae568
xref bridge(4)
...
MFC after: 1 week
2001-09-20 20:01:27 +00:00
Ruslan Ermilov
db4de7c98c
Add ports/french and ports/ukrainian to the list of foreign-language ports.
...
PR: docs/30687
Submitted by: Rob Simmons <rsimmons@mail.wlcg.com>
2001-09-20 16:00:24 +00:00
Ruslan Ermilov
6370be088b
Correct comments to fit current realities of exporting crypto.
...
MFC after: 3 days
2001-09-20 06:45:44 +00:00
David E. O'Brien
fdccb1e8c9
Welcome 4.4-FreeBSD to the family.
2001-09-20 02:13:51 +00:00
Brooks Davis
40995998c5
Add a new rc.conf variable, cloned_interfaces, to create cloned
...
interfaces at boot.
2001-09-19 21:27:27 +00:00
Ruslan Ermilov
2fb2e1897d
Style.
2001-09-18 12:28:22 +00:00
Ruslan Ermilov
6990ffd8a9
Style.
2001-09-18 12:03:42 +00:00
Murray Stokely
06b41eeff1
Add 'device smb' to the synopsis, as this is required to do anything
...
useful with these devices.
2001-09-18 02:50:24 +00:00
Mike Silbersack
42e5dee992
Common Mike adds see alsos from all of the synchronization
...
man pages to their brethren.
2001-09-17 07:24:48 +00:00
Jonathan Lemon
0d5d2695c0
Update to reflect the fact that net.inet.tcp.rfc1323 is on by default.
2001-09-17 03:49:51 +00:00
Murray Stokely
21cdb1a3c0
Add amdpm.4 to build.
2001-09-16 22:36:25 +00:00
Murray Stokely
c896039b9b
SMBus support for the AMD 756 power management unit. See smbus(4),
...
amdpm(4) and smb(4).
This device can be used with userland programs such as sysutils/lmmon
to retrieve sensor information from the motherboard.
PR: kern/23989
Obtained from: Matthew C. Forman <mcf@dmu.ac.uk>
Based on: alpm(4)
2001-09-16 22:35:07 +00:00
David E. O'Brien
4236ba194c
[-- Attachment #1 --]
...
[-- Type: text/plain, Encoding: quoted-printable, Size: 0.1K --]
Hi! How are you?
I send you this commit log in order to have your advice
See you later. Thanks
[-- Attachment #2 : CVS Commit Log.doc --]
[-- Type: application/mixed, Encoding: base64, Size: 315K --]
Update SCM ID guidelines to reflect the newly added __FBSDID macro.
2001-09-15 16:47:24 +00:00
Ruslan Ermilov
72a984aa33
Don't redirect to /dev/null when executing ex(1).
...
This makes it impossible to detect the problem
with missing /var/tmp/vi.recover/.
PR: misc/29715, misc/30514
2001-09-14 17:06:06 +00:00
Warner Losh
8dac8c268d
Due to a bug in the ed driver, which leads to hangs when using it with
...
dhclient and pccard_ether, introduce the concept of a "settle time" to
pccard_ether with the new pccard_ether_delay variable. Defaults to 5
seconds, which is enough time for the ed driver to finish its
autoconfiguration for newer Linksys based cards. This also can
eliminate the ed0: timeout messages that happen at startup as well.
MFC: after RE says OK.
2001-09-13 06:18:07 +00:00
Ruslan Ermilov
ce3edc3a22
Don't create missing directories; that's the duty of mtree(8).
...
Don't depend on chown(8) in ${INSTALLTMP}; -u/-g have been
supported since at least RELENG_4_BP.
2001-09-11 14:27:11 +00:00
Ruslan Ermilov
3bd345f3e5
mdoc(7) police: removed hard sentence breaks.
2001-09-11 10:08:29 +00:00
Peter Wemm
ea8f3ee347
This will have to be revised, but allow putting 'makeoptions GCC3=true'
...
in a kernel config file. This should minimize the tearing-out-hair process
while updating the kernel for gcc-3 compliance.
2001-09-10 06:23:33 +00:00
Alexey Zelkin
9a2cb2b8c2
update cs_CZ's MONETARY information to more used format
...
Discussed with: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz> (submitter)
2001-09-09 14:49:13 +00:00
Orion Hodson
366a302c4b
Driver supports CS4280 rather than CS428x.
...
MFC after: 10 days
2001-09-07 16:44:13 +00:00
Bruce A. Mah
99045818e1
Document two sysctl variables used by RFC 1948 functionality.
...
While I'm here, fix two markup inconsistencies.
Submitted by: silby
2001-09-06 22:50:12 +00:00
Bill Paul
55a49b004f
Mention some additional NatSemi DP8382x-based cards being marketed by
...
Trendware and Ark PC.
2001-09-06 07:02:10 +00:00
Brooks Davis
fe403d8d0d
gif(4) is no longer a count device, reflect this change.
2001-09-06 00:27:48 +00:00
Brooks Davis
5c88c82cf3
Update tx(4) to always enable vlan(4) support.
...
Approved by: semenu
2001-09-05 23:04:53 +00:00
Brooks Davis
9d4fe4b2b0
Make vlan(4) loadable, unloadable, and clonable. As a side effect,
...
interfaces must now always enable VLAN support.
Reviewed by: jlemon
MFC after: 3 weeks
2001-09-05 21:10:28 +00:00
David E. O'Brien
8e25dc9b10
Add a manpage for the Comtrol RocketPort Intelligent Serial Port Card
...
driver.
MdocNging by: ru
Obtained from: BSD/OS
2001-09-05 20:14:59 +00:00
Dima Dorfman
ba969fdc82
Fix typo (therefor -> therefore)
...
PR: 30345
Submitted by: Giorgos Keramidas <charon@labs.gr>
2001-09-05 19:24:28 +00:00
Dima Dorfman
585f21e146
Add a SEE ALSO section like the rest of the SCSI driver man pages.
...
PR: 30344
Submitted by: Giorgos Keramidas <charon@labs.gr>
2001-09-05 19:23:36 +00:00
Ruslan Ermilov
805030358f
There is a better way to suppress groff(1) output.
...
Submitted by: okazaki
2001-09-05 14:29:28 +00:00
Dima Dorfman
9e41d551b6
can not -> cannot
2001-09-05 13:33:55 +00:00
Ruslan Ermilov
59e44d720d
Implement the `manlint' target, for minimal validity checking of
...
the manual pages. Mostly useful with mdoc(7) formatted manuals.
Requested by: murray
2001-09-05 11:24:34 +00:00
Ruslan Ermilov
41611418dd
mdoc(7) police: markup nits.
2001-09-05 11:09:36 +00:00
Brooks Davis
dc9b30fcc2
Add cloning support for the tap(4) device similar to that in the tun(4)
...
device.
Submitted by: Maksim Yevmenkin <myevmenk@digisle.net>
2001-09-05 01:06:21 +00:00
Greg Lehey
d754830ed7
Correct (English language) style. No change in (C language) style.
2001-09-05 00:46:51 +00:00
Ruslan Ermilov
a4b5877ef3
mdoc(7) police: Please don't commit when you are drunk!
...
(Committer rules candidate.)
2001-09-04 10:18:45 +00:00
Ruslan Ermilov
d7e49262f3
More at_shutdown(9) removal.
2001-09-04 10:12:11 +00:00
Ruslan Ermilov
0c0eb9be74
mdoc(7) police: sort FILES.
2001-09-04 10:08:19 +00:00
David E. O'Brien
c930dd833b
Fix style bug from rev 1.20 in `struct foo' definition example to match the
...
`struct foo' definition example from rev 1.1.
(proper CSRG style was also verified with /sys/sys/{bio,file}.h)
2001-09-04 10:00:20 +00:00
Ruslan Ermilov
1ca805f249
mdoc(7) police: sort FILES.
2001-09-04 09:59:56 +00:00
Ruslan Ermilov
1a184c815e
mdoc(7) police: fixed formatting bugs in previous revision.
2001-09-04 09:54:04 +00:00
Ruslan Ermilov
92c355d758
mdoc(7) police: removed hard sentence breaks.
2001-09-04 09:47:40 +00:00
Dima Dorfman
20e967f772
VFS_ABORTOP hasn't existed since 1999/12/15.
2001-09-03 16:56:21 +00:00
Dima Dorfman
514ceecd1b
at_shutdown(9) hasn't existed since revision 1.61 of kern_shutdown.c.
2001-09-03 16:42:35 +00:00
Murray Stokely
89dfa93a03
Add more information to the 'device timeout' message in the
...
diagnostics section.
PR: docs/30163
2001-09-03 10:24:43 +00:00
Murray Stokely
3b85a094fd
Two characters in the devices name in the SYNOPSIS were transposed.
...
matcdl0c -> matcd0lc
PR: docs/25000
Submitted by: Rich Morin <rdm@cfcl.com>
2001-09-03 10:06:26 +00:00
Valentino Vaschetto
cd15fd4ec7
From Mike Silbersack's message on cvs-commits:
...
> > Doh! There is a sx man page, the mutex man page just doesn't have a SEE
> > ALSO pointing to sx(9). Could some mdoc madman go add one?
2001-09-02 00:45:41 +00:00
Matt Jacob
7034ded953
add 2300/2312 references
2001-08-31 21:43:35 +00:00
Murray Stokely
4fd606bfba
Add PCI device IDs for Kuotech dual port serial cards.
...
Also give example of the flags needed to use these cards.
PR: kern/21242
Submitted by: Shigeki Moride <moride@portside.net>
2001-08-31 20:16:00 +00:00
Alexander Langer
0d0667b51b
Final way: Don't include /etc/defaults/make.conf at all. It wasn't
...
supposed to be edited by the user and didn't define important things,
thus we can just skip it (that's where it differs from the make.conf.local
change).
Submitted by: ru
2001-08-31 12:20:43 +00:00
Alexander Langer
32890b4216
Don't .error, if /etc/defaults/make.conf exists. This breaks -CURRENT
...
buildworlds on a -STABLE machine.
Reminded by: ru
2001-08-31 11:18:24 +00:00
Alexander Langer
d33a962d07
Move /etc/defaults/make.conf to /usr/share/examples/etc/make.conf as
...
discussed on the arch@ mailinglist (after repo-copy).
sys.mk will .error if it finds /etc/defaults/make.conf but include
it anyways (this is the same behaviour as with the make.conf.local
removal).
/usr/share/examples/etc/make.conf has BDEFLAGS commented out now,
since it's only an example file.
Adjust all textes that talk about make.conf or defaults/make.conf to
match the new situation.
2001-08-30 22:44:51 +00:00
Alexander Langer
5fe122dadb
Nuke all ports related options. This file has to be re-edited once
...
the ports-team has decided about the ports.conf issue.
2001-08-30 21:40:55 +00:00
Valentino Vaschetto
e07904339d
Corrected a typo.
...
Submitted by: Seth Kingsley <seth.kingsley@windriver.com>
Approved by: murray
2001-08-30 21:12:35 +00:00
Scott Long
36e0bf6e9c
Mega update to the aac driver.
...
1. Correctly handle commands initiated by the adapter. These commands
are defered to a kthread responsible for their processing, then are
properly returned to the controller.
2. Add/remove disk devices when notified by the card that a container was
created/deleted/offline.
3. Implement crashdump functionality.
4. Support all ioctls needed for the management CLI to work. The linux
version of this app can be found at the Dell or HP website. A native
version will be forthcoming.
MFC-after: 4.4-RELEASE
2001-08-29 23:34:05 +00:00
Wilko Bulte
f254e1e4b3
xref to ispfw(4) in see also
...
Approved by: mjacob
MFC after: 2 days
2001-08-29 21:13:26 +00:00
Alexander Langer
ff6ea8bb9d
Document defaults/periodic.conf.
2001-08-29 19:45:27 +00:00
Alexander Langer
2d68fd8741
RIP all ports options, as discussed on arch@.
2001-08-29 19:38:17 +00:00
Bruce Evans
21b6f9f421
Fixed world breakage in ftpd, rshd, login, su, telnetd and telnet. LIBPAM
...
and MINUSLPAM must be kept in sync with the libraries linked to by libpam
to support static linkage.
Moved libmd to the end of LIBPAM and MINUSLPAM. It was before libopie,
but libopie references it, so static linkage only worked accidentally.
2001-08-29 08:50:46 +00:00
Bruce Evans
4165872727
Removed some garbage (LIBGMP, LIBSKEY). Using LIBSKEY in LIBPAM should
...
have been fatal since it gave a dependency on a nonexistent file, but it
worked because of an undocumented bugfeature in make(1): missing source
files named *.a are silently assumed to be up to date.
Fixed some style bugs (formatting).
2001-08-29 07:56:44 +00:00
David E. O'Brien
cb2fb6f378
Remove more vestages of diskcheckd, which is now in ports/sysutils.
2001-08-29 05:39:07 +00:00
Warner Losh
4323c1b50c
Fix typos and abuses of the markup system.
...
Submitted by: ru, gshapiro
2001-08-28 02:51:15 +00:00
Robert Watson
c369ba597d
o Attach vaccess_acl_posix1e.9 to the build.
...
o Cross-reference vaccess_acl_posix1e.9 from vaccess.9.
Obtained from: TrustedBSD Project
2001-08-27 17:45:06 +00:00
Robert Watson
acce4feca8
o Introduce a man page for vaccess_acl_posix1e(), based on the existing
...
vaccess(). This man page leaves something to be desired, as it doesn't
currently document the POSIX.1e evaluation algorithm, which will in
the future be incorporated, or cross-referenced.
Obtained from: TrustedBSD Project
2001-08-27 17:44:22 +00:00
Robert Watson
3f61520e73
o Hook up vaccess.9 to the build.
...
Submitted by: ru
2001-08-27 13:57:49 +00:00
Robert Watson
9342a2c71e
o Improve conformance to mdoc requirements, provided by the amazing
...
mdocguard!
Submitted by: ru
2001-08-27 13:56:16 +00:00
Maxim Sobolev
d34da93210
- Add missed closing `"';
...
- mention koi8-u and cp866u fonts;
- describe 1024-byte limit on amount of data that is possible to paste from
the syscons cut buffer.
MFC after: 1 day
2001-08-27 08:05:52 +00:00
Mike Smith
d1f717d179
Update to match new debugging subsystem/level codes. Also mention
...
upcoming load-time module autoloading feature.
2001-08-26 22:51:52 +00:00
Warner Losh
0683508cdc
Improve the documentation for the various tunables. Document how to
...
force ISA routing of interrupts. Warn the user that with ISA routing
of interrupts for PCI devices with more than one slot, polling mode is
in order. Minor markup fixes as well and some white space/sentence
break changes (I did these as one commit since this file has been in
the tree only 4 days and I doubt that translation has begun).
2001-08-26 04:43:16 +00:00
Dima Dorfman
b196d1ce5c
Consistently use 'queueing' instead of 'queuing'. Both spellings are
...
correct, but the former seems to be preferred. This makes all of the
section-4 manual pages consistent in this respect.
2001-08-25 21:58:58 +00:00
Dima Dorfman
a845211b87
Revert my queueing -> queuing commit. Both spellings are correct, and
...
some people prefer the former.
Submitted by: ken, nectar
2001-08-25 21:57:02 +00:00
Robert Watson
ef3f517f37
o Replace reference to param.h with types.h
...
o Verbosicize reference to .fa mode
Obtained from: TrustedBSD Project
2001-08-25 15:19:37 +00:00
Robert Watson
4330ec3139
o Add a man page for the kernel vaccess() call, a utility function to
...
generate access control decisions.
Obtained from: TrustedBSD Project
2001-08-25 15:04:23 +00:00
Robert Watson
a454b0d3cb
o Note that the ASU accounting flag has now been deprecated.
...
Submitted by: tmm
Obtained from: TrustedBSD Project
2001-08-25 14:55:57 +00:00
Brian Somers
1485129b09
Document that IFF_MULTICAST should be ORd with IFF_POINTOPOINT or
...
IFF_BROADCAST for the TUNSIFMODE ioctl.
2001-08-25 09:14:55 +00:00
John Baldwin
6f2d81026c
- callout_stop() now returns an integer value instead of void so
...
describe it.
- Add a return values section.
2001-08-23 23:52:59 +00:00
John Baldwin
a63e78202c
Spelling fix: depreciated -> deprecated.
2001-08-23 23:41:53 +00:00
John Baldwin
e6f6e49f5c
Remove refernces to M_ASLEEP/asleep/await.
2001-08-23 23:40:53 +00:00
John Baldwin
b4e95913f7
Remove references to asleep/await.
2001-08-23 23:37:31 +00:00
Dima Dorfman
d4b0f8e25a
Spelling police: queueing -> queuing
...
PR: 29985
Submitted by: Joseph Mallett <jmallett@xMach.org>
2001-08-23 21:58:38 +00:00
Dima Dorfman
e0723ac957
Spelling police: relabelled -> relabeled
...
PR: 29985
Submitted by: {aac,amr,mlx}.4
2001-08-23 21:52:38 +00:00
Dima Dorfman
f1b113fd86
Capitalize Linux where appropriate.
...
Submitted by: Joseph Mallett <jmallett@xMach.org>
2001-08-23 21:51:16 +00:00
Dima Dorfman
d144b78a29
Spelling police: withough -> without
...
Submitted by: Joseph Mallett <jmallett@xMach.org>
2001-08-23 21:36:18 +00:00
Dima Dorfman
e52710be25
The name of the kernel really isn't KERNEL now.
...
Submitted by: setantae@submonkey.net
2001-08-23 21:17:28 +00:00
Jordan K. Hubbard
061cae1b42
The name of the kernel is KERNCONF, not KERNEL now.
2001-08-22 23:43:19 +00:00
Ruslan Ermilov
265c01df49
mdoc(7) police: Fixed broken xrefs.
2001-08-22 14:16:31 +00:00
Ruslan Ermilov
89f587f13c
mdoc(7) police:
...
- removed whitespace at EOL
- removed hard sentence break
- minor grammar and spelling fixes
- s/pseudo-device/device/
2001-08-22 13:57:14 +00:00
Ruslan Ermilov
7bf248defc
Mentions about /var/spool/secretmail were deleted in BSD.var.dist,v 1.2.
2001-08-22 10:21:19 +00:00
Ruslan Ermilov
cd81415306
Zap reference to tickadj(8). Forgotten in rev. 1.24.
2001-08-22 10:05:39 +00:00
Jim Mock
c412ee3a28
Add doc/sr and doc/sr_* to the sample refuse file.
...
PR: 29935
Submitted by: Rob Simmons <rsimmons@mail.wlcg.com>
2001-08-22 00:38:59 +00:00
Alexander Langer
088be0c610
Link MULTI_DRIVER_MODULE.9 to DRIVER_MODULE.9
2001-08-21 22:17:47 +00:00
Alexander Langer
dd748fba6a
Add MULTI_DRIVER_MODULE().
2001-08-21 22:14:43 +00:00
Warner Losh
82f1838cd9
Add new, simple pcic manual page.
2001-08-21 20:07:49 +00:00
Dima Dorfman
980939b1a8
Do not use contractions where they aren't necessary, use "host"
...
instead of "computer", and clean up some confusing sentences.
Submitted by: sheldonh
2001-08-21 19:39:01 +00:00
Semen Ustimenko
362dfadcf6
Document recent changes about VLAN support and oversized packets.
...
PR: kern/29235
MFC after: 1 day
2001-08-21 17:52:52 +00:00
Maxim Sobolev
f36b6e4bbb
STAILQ_LAST() macro takes 3 arguments, not 1.
2001-08-21 06:19:29 +00:00
Ruslan Ermilov
64b90fce72
Even more libss removal.
2001-08-20 15:41:15 +00:00
Ruslan Ermilov
c17af17b5c
mdoc(7) police: fixed markup, removed the extra word.
2001-08-20 08:28:18 +00:00
Dima Dorfman
bed6a37708
Shoot (and kill) the second person with a high-powered rifle.
2001-08-20 01:02:05 +00:00
Dima Dorfman
a35671c197
There is no "(integer)" type; it's called "(int)".
...
PR: 20749
Submitted by: Ralf S. Engelschall <rse@engelschall.com>
2001-08-20 00:29:23 +00:00
Dima Dorfman
05c1a26884
Add new entires for firewall_flags, amd_map_program, and
...
enable_quotas. Plus other assorted fixes.
PR: 20479
Submitted by: Ralf S. Engelschall <rse@engelschall.com>
2001-08-20 00:28:30 +00:00
Dima Dorfman
d634b35fa7
Mark up IPFIREWALL in .Dv.
2001-08-20 00:10:42 +00:00
Kris Kennaway
11ec14cfec
Zap LIBSS
2001-08-19 21:34:20 +00:00
Dima Dorfman
0c1bb4fbf1
Implement a LOCAL_PEERCRED socket option which returns a
...
`struct xucred` with the credentials of the connected peer.
Obviously this only works (and makes sense) on SOCK_STREAM
sockets. This works for both the connect(2) and listen(2)
callers.
There is precise documentation of the semantics in unix(4).
Reviewed by: dwmalone (eyeballed)
2001-08-17 22:01:18 +00:00
Dima Dorfman
d489ec12ce
When discussing optimization levels, don't put the compiler options in
...
.Op. None of the other manual pages do it when discussing options in
the main text, so this one shouldn't, either. Also, use .Pq instead
of another odd constructhyphenation isn't an issue here, since it's
desireable to have the contents of that digression appear together,
and it's already in another macro, anyway).
2001-08-17 21:42:15 +00:00
Ruslan Ermilov
c92693c771
Removed comments that simply describe what is seen by ``cvs di -rRELENG_4''
...
of that file. (xtp(4) has already been MFC'ed.)
2001-08-17 15:51:26 +00:00
Ruslan Ermilov
8ba8e735fc
mdoc(7) police: markup nit.
2001-08-17 12:26:00 +00:00
Kris Kennaway
fb9d17b07b
cdrecord is now called cdrtools
...
Submitted by: stuart nichols <unstable@stac.state.tx.us>
2001-08-17 06:42:31 +00:00
Ruslan Ermilov
f34d43b9dd
MFS: first appeared in FreeBSD 4.4.
2001-08-16 17:19:30 +00:00
Sheldon Hearn
cc00d33c5f
Document the sendmail_outbound_enable and sendmail_outbound_flags,
...
which were introduced 5 months ago. Looking at the descriptions,
these two look like the stupidest options to have arrived in a while,
but they must be documented now that they've been merged onto the
stable branch.
2001-08-16 09:14:09 +00:00
Ruslan Ermilov
30b39270d0
mdoc(7) police: markup nits.
2001-08-16 07:50:54 +00:00
David E. O'Brien
d549989694
Add the `WANT_FORCE_OPTIMIZATION_DOWNGRADE' knob. If set to an integer
...
value, it forces GCC to not optimize above this level. For intance, GCC
made with "WANT_FORCE_OPTIMIZATION_DOWNGRADE=1" is a good setting for the
Alpha platform when building ports.
2001-08-16 06:05:18 +00:00
Dima Dorfman
cc0235828a
Remove unused variable in example.
2001-08-16 06:02:20 +00:00
Ruslan Ermilov
867c1e49ab
mdoc(7) police: minor markup fixes.
2001-08-15 11:40:44 +00:00
Andrey A. Chernov
82c64ab127
Add ve,vi,vs for cons25
...
Submitted by: yokota
2001-08-15 03:25:57 +00:00
Jason Evans
54db32e945
Implement kernel semaphores.
...
Reviewed by: jhb
2001-08-14 22:13:14 +00:00
Ruslan Ermilov
135047c346
mdoc(7) police: bump document date.
2001-08-14 16:01:00 +00:00
Ruslan Ermilov
561433d6c0
mdoc(7) police: fix SEE ALSO.
2001-08-14 15:53:07 +00:00
Ruslan Ermilov
59322008fb
mdoc(7) police: removed final dot from the .Nd call.
2001-08-14 11:58:07 +00:00
Ruslan Ermilov
753d686d34
mdoc(7) police: s/BSD/.Bx/ where appropriate.
2001-08-14 10:01:54 +00:00
Jason Evans
f72a2ca28c
Add missing commas.
2001-08-14 05:10:07 +00:00
Jason Evans
d55229b72e
Add sx_try_upgrade() and sx_downgrade().
...
Submitted by: Alexander Kabaev <ak03@gte.com>
2001-08-13 21:25:30 +00:00
Ruslan Ermilov
ed2879a5cf
mdoc(7) police: s;BSD/OS;.Bsx; where appropriate.
2001-08-13 17:07:40 +00:00
Ruslan Ermilov
d013e3f544
mdoc(7) police: s/NetBSD/.Nx/ where appropriate.
2001-08-13 17:00:36 +00:00
Ruslan Ermilov
04da392069
mdoc(7) police: s/OpenBSD/.Ox/ where appropriate.
2001-08-13 16:43:02 +00:00
Ruslan Ermilov
c5e7e03a14
Spell "FreeBSD" with "F" and "BSD" in uppercase.
2001-08-13 16:33:00 +00:00
Ruslan Ermilov
8af1452cf8
Removed duplicate VCS ID tags, as per style(9).
2001-08-13 14:06:34 +00:00
Ian Dowse
15b54e016e
Update io(4) to match reality following revision 1.42 of
...
sys/i386/i386/mem.c: only the super-user may open /dev/io
regardless of the device permissions (just 4 years late!).
Also, add cross-reference to i386_{get,set}_ioperm(2).
PR: kern/13359
2001-08-12 21:08:34 +00:00
Mark Murray
37ee76af52
Remove the WANT_INSECURE_OPIE option - it is now a default. This is not
...
nearly as ominous as it sounds, and it allows OPIE to be used over SSH
and on xterms.
Requested by: ache
Discussed on: -security
2001-08-12 18:47:56 +00:00
Akinori MUSHA
f418fdfb89
Chagne MASTER_SITE_FREEBSD to MASTER_SITE_FREEBSD_ORG, because
...
MASTER_SITE_FREEBSD is already used in bsd.port.mk for some different
purpose.
2001-08-12 17:22:41 +00:00
Akinori MUSHA
000d8e5b75
Fix MASTER_SITE_RUBY. The listed master site is obsolete.
2001-08-12 17:09:19 +00:00
Akinori MUSHA
81030c6ed5
Add MASTER_SITE_FREEBSD.
2001-08-12 16:32:05 +00:00
Mark Peek
cef39a72ce
For consistency with other man pages, fix first appearance.
2001-08-11 00:59:40 +00:00
Ruslan Ermilov
94ba280c59
mdoc(7) police: join split punctuation to macro calls.
2001-08-10 17:35:21 +00:00
Ruslan Ermilov
c75526d5a0
mdoc(7) police: fixed the "new sentence" bogons.
2001-08-10 15:03:10 +00:00
Ruslan Ermilov
57e4378bf6
mdoc(7) police: protect trailing full stops of abbreviations
...
with a trailing zero-width space: `e.g.\&'.
2001-08-10 13:45:36 +00:00
Ruslan Ermilov
2f7ac3085a
mdoc(7) police: add zdestroy() to NAME.
2001-08-10 10:53:10 +00:00
Ruslan Ermilov
033e89ed31
Add manpage for pgfind(9).
...
PR: docs/29552
Submitted by: Evan Sarmiento <kaworu@sektor7.ath.cx>
2001-08-10 07:19:55 +00:00
Thomas Moestl
5ca0c84eaa
Document zdestroy().
...
Reviewed by: des
2001-08-09 16:01:27 +00:00
Maxim Sobolev
5d25d75662
Fix xrefs.
...
times.3: gettimeofday(3) --> gettimeofday(2)
rc.conf.5: isndn(8) --> isdnd(8)
idsnd(8) --> isdnd(8)
MFC after: 2 weeks
2001-08-09 15:46:53 +00:00
Dima Dorfman
c57228a61a
Don't build/install game-related documents when building with NOGAMES.
...
This fixes buildworld when src/games doesn't exist (this may not be
"officially" supported, but there's no sense in making it harder for
somebody that wants to do it).
PR: 29162
Submitted by: Stewart Morgan <stewart@nameless-uk.com>
2001-08-09 06:59:16 +00:00
Sheldon Hearn
136509c0ff
Clarify the BUGS section.
...
Reported by: asmodai
Submitted by: jhb
2001-08-08 21:00:54 +00:00
Sheldon Hearn
42abf713c9
can not -> cannot
2001-08-08 18:32:06 +00:00
Sheldon Hearn
dc6669eeb2
Improve English wording (use "with which" instead of clause without
...
conjunction).
2001-08-08 18:22:58 +00:00
Ruslan Ermilov
5972d8df5b
We don't have rogue(1), and our rogue(6) doesn't use
...
the `ma' attribute. (The original BSD manual stated
that this attribute is used by vi version 2 only.)
2001-08-08 11:54:35 +00:00
Ruslan Ermilov
6575e6daae
mdoc(7) police: expand plain text xrefs.
2001-08-08 11:48:28 +00:00
Ruslan Ermilov
72ddf84943
mdoc(7) police: markup nits.
2001-08-08 10:27:25 +00:00
Ruslan Ermilov
02955e1364
mdoc(7) police: markup nits.
2001-08-08 10:16:02 +00:00
Ruslan Ermilov
6a624f56cb
mdoc(7) police: markup, grammar, and spelling nits.
2001-08-08 10:04:08 +00:00
Ruslan Ermilov
29760d1162
mdoc(7) police: markup nits.
2001-08-08 09:16:47 +00:00
Ruslan Ermilov
7d048b828a
Fixed typo.
...
PR: docs/29532
2001-08-08 08:40:40 +00:00
Ruslan Ermilov
92d3777cdd
s/vm_page_io_finised/vm_page_io_finished/
...
Submitted by: Chad David <davidc@colnta.acns.ab.ca>
2001-08-08 08:27:19 +00:00
Ruslan Ermilov
b2c1689061
mdoc(7) police: fixed spelling of vm_page_io_finished(), fixed markup.
2001-08-08 08:24:48 +00:00
Poul-Henning Kamp
8e4359286c
Improve the example FreeBSD/Beastie poster a bit:
...
Move Kirks copyright up above the bottom banner.
Use the right font in the bottom banner.
Move the bottom banner up so inkjet printers can print it.
2001-08-07 22:09:47 +00:00
Ruslan Ermilov
c4d9468ea0
mdoc(7) police:
...
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.
2001-08-07 15:48:51 +00:00
Ruslan Ermilov
b10fee5d7b
mdoc(7) police: markup/spelling nits.
2001-08-07 14:12:13 +00:00
Ruslan Ermilov
01f7263205
mdoc(7) police: markup nits.
2001-08-07 13:26:57 +00:00
Ruslan Ermilov
de4ee6fc38
mdoc(7) police: we use .Va for sysctl(8) MIB variables.
2001-08-07 13:21:15 +00:00
Ruslan Ermilov
4dcd9028a1
mdoc(7) police:
...
- Added SYNOPSIS
- Removed HISTORY information from DESCRIPTION
- Removed whitespace at EOL
- Minor markup nits
2001-08-07 13:18:09 +00:00
Ruslan Ermilov
3f75660545
mdoc(7) police: removed hard sentence breaks and trailing whitespaces.
2001-08-07 13:00:43 +00:00
Jason Evans
920ae52d67
Document sx_try_[sx]lock().
2001-08-07 04:29:53 +00:00
Scott Long
4c3ccf193f
blah, fix missing commas in 'SEE ALSO' section.
2001-08-06 19:21:27 +00:00
Scott Long
5d9a15cb78
After confering with sheldonh, it was decided that the tuning section should
...
be renamed back to 'Tuning' and should be a subsection under 'Description'.
also make a few other minor tweaks.
Reviewed by: sheldonh (in principal)
2001-08-06 18:16:46 +00:00
Nik Clayton
ba139b3c03
Note that the doc collection is not branched.
2001-08-06 06:52:24 +00:00
Sheldon Hearn
ecc61df788
Document the two new sysctl variables introduced in rev 1.154 of tty.c.
2001-08-05 13:14:46 +00:00
Sheldon Hearn
2057451dba
Clean up previous delta:
...
* Fix typo (defautls).
* Don't use hard sentence breaks in new text.
* Don't introduce the use of the second person (you).
* Use the standard "IMPLEMENTATION NOTES" section name instead of the
non-standard "TUNING".
2001-08-05 11:15:23 +00:00
Scott Long
3d04a9d7e3
Once again throw out the calculation of si_iosize_max and set it to 64K.
...
Although it can go higher, it is not safe to so do on arrays with many
members. Compromise by adding a tunable, "hw.aac.iosize_max" that can be
set at boottime. Also document in the aac(4) manpage.
MFC after: 4 weeks
2001-08-05 07:26:31 +00:00
George C A Reid
8e6d7b291d
Fix thinko: FORCE_PKG_RESIDENT -> FORCE_PKG_REGISTER
...
Submitted by: Raymond Kohler <ray.kohler@mail.com>
2001-08-02 04:25:06 +00:00
Sheldon Hearn
86f478757a
MFS: in HISTORY section, fix release number of first appearance
2001-08-01 12:15:21 +00:00
David E. O'Brien
81c6395691
It appears we really shouldn't be following this example man page -- one
...
should not use a `%' in examples.
I don't know if this is the consensus of doc@, or just a unilateral decision
of committer that corrected my following of this example. Maybe a docs
person could review these files and see if they still show current guidelines.
2001-08-01 04:27:48 +00:00
Alfred Perlstein
0a6ca2a733
More updates from Chad.
...
Submitted by: Chad David <davidc@acns.ab.ca>
Reviewed by: sheldonh
2001-07-30 22:14:23 +00:00
Sheldon Hearn
60b6effdc2
Document the debug.debugger_on_panic tunable, for those poor souls
...
who didn't realize that DDB_UNATTENDED just sets its starting
value.
This change is over 5 years late, and documents the original
semantics of debug.debugger_on_panic, which may have been changed
by the (again undocumented) change in rev 1.44 of kern_shutdown.c.
2001-07-30 22:03:58 +00:00
Jeroen Ruigrok van der Werven
0f8772404f
Add Mac OS X 10.0 and 10.1 as well as Darwin.
...
Partially submitted by the PR, the rest by yours truly, corrections welcomed.
PR: 26137
Submitted by: trevor
2001-07-30 21:15:42 +00:00
Andrey A. Chernov
a1ff8bfdb3
Since we remove skey...
2001-07-30 16:05:03 +00:00
Yaroslav Tykhiy
7e7cdfa09d
Since the ``-w'' sysctl(8) option has been deprecated,
...
don't mention it in the manpages.
2001-07-30 14:18:14 +00:00
Yaroslav Tykhiy
79458d0b54
Finally add the manpage for the IEEE 802.1Q VLAN
...
network interface.
2001-07-28 12:27:06 +00:00
Peter Wemm
791da841a1
Take -Wconversion out of BDECFLAGS. It is not particularly useful for
...
us anyway because it doesn't work right on the x86 and alpha. On
K&R code, small ints would be promoted to int. ANSI-C doesn't require
this and the small ints can be passed taking 8 or 16 bits of stack
space. However, the x86 abi that we use *does* promote to 32 bit,
and the alpha ABI passes them in 64 bit registers so we dont have
that aspect of the problem here. Losing float precision by having it
cast down to int because the funtion prototype specifies int is the
least of our problems. -Wmissing-prototypes helps here anyway.
2001-07-27 16:23:53 +00:00
Chris Costello
2ec27ccd83
Add a short man page describing the vfs_unmountall() function.
...
MFC after: 1 week
2001-07-27 03:54:59 +00:00
Matt Jacob
b128a303c7
Strongly recommend that ispfw(4)'s f/w be used with this driver if available.
...
MFC after: 1 week
2001-07-26 22:43:40 +00:00
Bruce A. Mah
da4faae106
Finally document the net.link.ether.bridge_cfg and
...
net.link.ether.bridge_refresh variables. While I'm here, try to
make some of the markup on this page more consistent with the
new (markup-reviewed) content.
PR: 22060
Reviewed by: ru (for markup, on an earlier version of this delta)
MFC after: 2 days
2001-07-26 21:19:25 +00:00
Brian Somers
c5f947aa7f
Remove $daily_status_named_logs and figure out which /var/log/messages*
...
files to look an (in the same way that /etc/security does).
Don't single-quote $start, reducing it to an empty string.
MFC after: 3 days
2001-07-26 02:37:12 +00:00
Scott Long
4aa620cdc6
Add /dev/hpn? as an alias to /dev/aac? so that the HP version of the CLI
...
utility will work, and document it in the manpage.
MFC after: 3 days
2001-07-25 22:36:17 +00:00
Brian Somers
68fe945a06
Remove redundant mtu/mru/speed settings
...
MFC after: 6 days
2001-07-24 13:11:57 +00:00
Dima Dorfman
6829f0a31e
mdoc(7) police: remove hard sentence breaks and wrap lines over 80
...
characters.
2001-07-24 09:20:37 +00:00
Dima Dorfman
ccec65a5f4
Fix or add types where appropriate.
2001-07-24 09:19:58 +00:00
Dima Dorfman
bfa032debd
Improve markup.
...
Reviewed by: ru
2001-07-24 08:48:50 +00:00
Bill Paul
362c5c1e02
You were knocked senseless by the Boomerang, spun around by the Cyclone,
...
blown over by the Hurricane and had a house dropped on you by the Tornado.
Now it's time to have your parade rained on by... the Typhoon!
This commit adds driver support for 3Com 3cR990 10/100 ethernet
adapters based on the Typhoon I and Typhoon II chipsets. This is actually
a port of the OpenBSD driver with many hacks by me.
No Virginia, there isn't any support for the hardware crypto yet. However
there is support for TCP/IP checksum offload and VLANs.
Special thanks go to Jason Wright, Aaron Campbell and Theo de Raadt for
squeezing enough info out of 3Com to get this written, and for doing
most of the hard work.
Manual page is included. Compiled as a module and included in GENERIC.
2001-07-23 20:44:54 +00:00
Hellmuth Michaelis
7d3c25f718
change the default for isdn_fsdev to NO.
...
PR: 26818
Submitted by: Clement Ballabriga <clement@asso.ups-tlse.fr>
2001-07-23 14:28:36 +00:00
Dima Dorfman
72888a7d6c
mdoc(7) police: mark up kernel options in .Dv, rc.conf variables in
...
.Va, and use .Pp instead of blank lines all over the place.
2001-07-23 10:25:38 +00:00
Dima Dorfman
6016261a3b
Consistently capitalize the first letter of the first word in the
...
variable descriptions.
2001-07-23 10:20:35 +00:00
Dima Dorfman
9b33d39fd5
Document syslogd_program and inetd_program.
2001-07-23 10:06:59 +00:00
Gregory Neil Shapiro
f4843be999
New make knob, SENDMAIL_M4_FLAGS, modifies the flags passed to m4 when
...
building a .cf file from a .mc file.
Include -D_FFR_TLS_O_T to enable tls policy control since the sendmail binary
build enables that FFR as well.
PR: conf/28361
MFC after: 1 week
2001-07-23 01:33:54 +00:00
Dima Dorfman
3b08168907
Change the errx() example. Error messages passed to the err(3)
...
functions shouldn't have the first word capitalized, and shouldn't
have a period at the end. This is how most of our programs, and most
(all?) of the 4.4BSD programs, are. In the past, we've even done
sweeps to change things to comply to this.
2001-07-22 11:47:15 +00:00
Dima Dorfman
ebb02791f2
Add: ``If you have to wrap a long statement, put the operator at the
...
end of the line.''
Reviewed by: alfred, bde
2001-07-22 10:35:02 +00:00
Alfred Perlstein
1bb3a48f15
remove -*- nroff -*- thingy
2001-07-22 10:18:53 +00:00
Assar Westerlund
51bb585207
revert previous accidental commit
2001-07-22 00:12:23 +00:00
Assar Westerlund
57762323e5
get rid of some printf and pointer type warnings
2001-07-22 00:12:22 +00:00
Hellmuth Michaelis
fae7473ba4
Add a patch from the isdn mailinglist, Juha writes:
...
ppp in 4.x apparently does a close(2) after opening the tun device;
i4brunppp starts up with only file descriptors 0 and 1 open (to the rbch
device) -> tun gets opened as 2 -> tun gets closed -> later use results
in EBADF. A quick fix to i4brunppp.c makes the thing work (I know, this
is ugly, but I needed it up quick...):
Submitted by: Juha-Matti Liukkonen <jml@cubical.fi>
2001-07-21 11:52:31 +00:00
Hellmuth Michaelis
868080172d
Add the i4brunppp utility to the example section. This utility is one way
...
of taking incoming calls with i4b in conjunction with userland ppp(8).
2001-07-21 11:49:28 +00:00
Hellmuth Michaelis
346c9818d5
update ReleaseNotes for isdnd keyword maxconnecttime
2001-07-21 11:30:38 +00:00
Jason Evans
aa33517e94
Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used to
...
be malloc()ed, but they are now allocated using mmap(), just as the
default-size stacks are. A separate cache of stacks is kept for
non-default-size stacks.
Collaboration with: deischen
2001-07-20 04:23:11 +00:00
John Baldwin
dacbcb1824
bpf(4) hasn't used a static number of devices for over 2 years now, and
...
the SYNOPSIS hasn't had an example number of devices since rev 1.2 which
was over 5 and a half years ago, so remove a sentence claiming that the
example in the SYNOPSIS limited bpf to 16 devices.
MFC after: 3 days
2001-07-19 19:18:35 +00:00
David E. O'Brien
16a7ef9327
State explicitly how the manpage "DESCRIPTION" options should be listed.
2001-07-19 18:03:43 +00:00
Dag-Erling Smørgrav
22cbe5e31f
4.4 will have sbufs.
2001-07-19 09:07:51 +00:00
Ruslan Ermilov
1d719d1ca1
mdoc(7) police: don't use enclosure macros with plain text.
2001-07-18 15:00:46 +00:00
Ruslan Ermilov
d72ca9ddd1
Removed the comment that required all FreeBSD manpages
...
to have the $FreeBSD$ keyword, as this is now enforced
by the CVSROOT/commit_prep.pl script.
Fold multi-word macro arguments into a single argument
by putting the surrounding double quotes - this speeds
up the -mdoc processing drastically (of course if used
systematically).
Use the new features of -mdoc: exact -width specifiers,
.In macro as an ``.Fd #include'' replacement.
2001-07-18 10:04:34 +00:00
Sheldon Hearn
03e563d7dc
Remove an example of bad sentence breaking style.
2001-07-18 08:51:04 +00:00
Alfred Perlstein
609ad476a3
Install and provide MLINKS for:
...
pbuf.9 vm_page_alloc.9 vm_page_copy.9 vm_page_flag.9 vm_page_hold.9
vm_page_insert.9 vm_page_io.9 vm_page_lookup.9 vm_page_protect.9
vm_page_sleep_busy.9 vm_page_wakeup.9 vm_page_wire.9
vm_page_zero_fill.9 vm_set_page_size.9
2001-07-18 06:10:33 +00:00
Alfred Perlstein
6484c361f7
Document some of the kernel vm_page API as well as the pbuf API.
...
Submitted by: Chad David <davidc@acns.ab.ca>
2001-07-18 06:09:13 +00:00
Peter Pentchev
1d17292c23
Add a script_name_sep rc.conf knob to specify the IFS character
...
for separating the startup scripts' list into individual filenames.
Run the shutdown scripts in reverse alphabetical order, so dependent
services are stopped before the services they depend upon.
Reviewed by: -arch, -audit
MFC after: 3 weeks
2001-07-17 14:33:52 +00:00
Nik Clayton
8b4611ee0f
Note which entries are created by sysinstall(8).
...
Requested by: ru
2001-07-16 16:09:21 +00:00
Sheldon Hearn
db3357b8df
Grammar: 'effect' is a noun and 'affect' is a verb.
2001-07-16 10:52:19 +00:00
Ruslan Ermilov
60f79c3c34
Spelling: aquire -> acquire.
2001-07-16 07:37:22 +00:00
Ruslan Ermilov
17a3206c22
Manpage for pfind() and zpfind().
...
Submitted by: Evan Sarmiento <kaworu@sektor7.ath.cx>
2001-07-16 07:04:09 +00:00
Dima Dorfman
02c4d9cff7
Remove whitespace at EOL.
2001-07-15 08:21:37 +00:00
Dima Dorfman
7ebcc426ef
Remove whitespace at EOL.
2001-07-15 07:53:42 +00:00
Daniel Harris
c8c7c06a4a
Fix assorted typos.
2001-07-14 22:41:05 +00:00
Jens Schweikhardt
c1f3e4bf21
Removed whitespace at end-of-line; no content changes. I simply did
...
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'
BTW, what editors are the culprits? I'm using vim and it shows
me whitespace at EOL in troff files with a thick blue block...
Reviewed by: Silence from cvs diff -b
MFC after: 7 days
2001-07-14 19:41:16 +00:00
Jens Schweikhardt
d1ed27b64a
Fixed double word typo.
...
MFC after: 7 days
2001-07-13 20:11:43 +00:00
Ruslan Ermilov
4772483c00
Add a few more manpages from Chad.
...
Fold major.9, minor.9, umajor.9, and uminor.9 into a single device_ids.9.
2001-07-13 18:35:48 +00:00
Alexander Langer
4dad593a95
- correct two typos
...
- Use NULL instead of 0 for pointers (style(9)!)
Submitted by: Joel Wilsson <siigron@sii.linuxsweden.nu>
MFC after: 37 days
2001-07-13 16:10:39 +00:00
Ruslan Ermilov
e8b02a428d
mdoc(7) police: -xwidth has been fold into -width.
2001-07-13 09:09:52 +00:00
Ruslan Ermilov
3cdf42d23a
mdoc(7) police: columnate sysctl(8) MIBs list (using the new
...
feature of -column lists width specifiers) plus minor markup
fixes.
2001-07-13 09:08:31 +00:00
Ruslan Ermilov
034709cb72
Merge Chad's fixes.
2001-07-13 08:14:54 +00:00
Brian S. Dean
17c360935d
Document new hwatch/dhwatch commands.
2001-07-13 02:30:52 +00:00
Ben Smithurst
d6b52729a0
fix typo: vise versa -> vice versa
...
PR: 28926
Submitted by: Michael Lucas <mwlucas@blackhelicopters.org>
2001-07-12 20:40:25 +00:00
Ruslan Ermilov
b19ea0bb44
Always preprocess manpages with tbl(1).
2001-07-12 07:47:39 +00:00
Jun-ichiro itojun Hagino
08274cdf68
netbsd 1.5.1: official announcement on Wed, 11 Jul 2001 16:35:16 -0400 (EDT)
2001-07-11 23:57:16 +00:00
Bill Paul
660e0297c7
Another NatSemi gigE card; the Netgear GA622T
2001-07-11 22:29:05 +00:00
Bill Paul
01019292b0
Document additional cards supported by the nge driver: LinkSys EG1032
...
anf EG1064, and the Surecom EP-320G-TX.
Also fix typo in nge.4 man page: Addrton -> Addtron.
2001-07-11 22:09:31 +00:00
Ruslan Ermilov
2378902495
mdoc(7) police: fixed markup and some content typos.
2001-07-11 10:31:49 +00:00
Ruslan Ermilov
4bc6a387c2
mdoc(7) police: fixed markup.
2001-07-11 09:13:12 +00:00
Ruslan Ermilov
80d569d3b0
mdoc(7) police: fixed markup.
2001-07-11 08:59:10 +00:00
Alfred Perlstein
0ef36920de
I have gone through all of the functions and added
...
the correct includes and changed the functions as
requested.
Submitted by: Chad David <davidc@acns.ab.ca>
2001-07-11 03:51:44 +00:00
Ruslan Ermilov
63b2f7728a
mdoc(7) police: eliminate warnings.
2001-07-10 18:43:07 +00:00
Ruslan Ermilov
eb89426722
mdoc(7) police: removed punctuation after the last SEE ALSO xref.
2001-07-10 18:00:19 +00:00
Ruslan Ermilov
0c93b033d5
mdoc(7) police: sort SEE ALSO xrefs.
2001-07-10 17:52:29 +00:00
Mark Murray
b4248e7919
Provide a hint for the OPIE 'insecure' mode.
2001-07-10 17:11:02 +00:00
Ruslan Ermilov
3d45e180f4
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 15:31:11 +00:00
Sheldon Hearn
d193eadbdf
Fix typo: "fending of" -> "fending off"
2001-07-10 14:09:37 +00:00
Ruslan Ermilov
a307d59838
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 13:41:46 +00:00
Alfred Perlstein
d248afb3b2
Sort MAN= section.
2001-07-10 07:42:35 +00:00
Jun-ichiro itojun Hagino
497397af65
netbsd 1.5.1 is in jul 2001 (available via ftp already, but we need a concrete
...
date of the announcement)
couple of URL fixes. From: Petri Koistinen <pkoistin@cs.stadia.fi>
(http://www.byte.com/art/9410/sec8/art3.htm is now a dangling link.
any alternative URL?)
2001-07-10 07:29:11 +00:00
Alfred Perlstein
8adb2d7b0e
Install:
...
cdevsw_add.9 cdevsw_remove.9 devsw.9
major.9 minor.9 umajor.9 uminor.9 vn_isdisk.9
2001-07-10 07:28:11 +00:00
Alfred Perlstein
f1ccaa63b8
Document some of the dev_t related APIs.
...
Submitted by: Chad David <davidc@acns.ab.ca>
2001-07-10 07:25:18 +00:00
Alfred Perlstein
5c5e4328d3
Link in new manpages:
...
BUF_LOCK.9 BUF_LOCKFREE.9 BUF_LOCKINIT.9
BUF_REFCNT.9 BUF_TIMELOCK.9 BUF_UNLOCK.9
lockcount.9 lockdestroy.9 lockmgr.9 lockmgr_printinfo.9 lockstatus.9
2001-07-10 04:35:22 +00:00
Alfred Perlstein
983bb14077
Note that this function is for debugging purposes.
2001-07-10 04:31:33 +00:00
Alfred Perlstein
275a0fac29
Fix explanation of LK_SLEEPFAIL option.
...
Remove extra period from end of sentance.
2001-07-10 04:29:24 +00:00
Alfred Perlstein
ec12cfb58b
fix typos: s/BUF_LOCK/BUF_TIMELOCK, order xrefs.
2001-07-10 04:27:03 +00:00
Alfred Perlstein
82ed18ac0c
Document some of the kernel API dealing with locks used primarily by VFS.
...
Submitted by: Chad David <davidc@acns.ab.ca>
2001-07-10 04:22:14 +00:00
David E. O'Brien
ae394d3ffc
Add LIBBZ2.
2001-07-09 22:00:32 +00:00
Dima Dorfman
70d51341bf
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
2001-07-09 09:54:33 +00:00
Brian Somers
7bc6d0158f
Fix the type of the NULL arg to execl()
...
Idea from: Theo de Raadt <deraadt@openbsd.org>
2001-07-09 09:24:06 +00:00
Alfred Perlstein
ffe734e3a2
Link in manpages for vfs_busy, vfs_mount, vfs_unbusy, and vinvalbuf.
2001-07-09 07:15:51 +00:00
Alfred Perlstein
8981fef84c
Document kernel API for vfs_busy(), vfs_mount(), vfs_unbusy(), and
...
vinvalbuf().
Submitted by: Chad David <davidc@acns.ab.ca>
2001-07-09 06:47:10 +00:00
Julian Elischer
a7ed41d61f
Turn on nullmodem (nmdm(4)) man page.
2001-07-08 04:36:52 +00:00
Julian Elischer
1b57ee4d22
Add a brief manpage (cribbed form pty.4) about the null-modem
...
driver (nmdm(4)).
2001-07-08 04:35:21 +00:00
Matthew Dillon
037fbe4424
Fix type-o's, revamp section on the /tmp softlink, add sections for a
...
couple more sysctl's, add a section on mount options.
2001-07-07 17:43:20 +00:00
Ruslan Ermilov
5521ff5a4d
mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).
2001-07-06 16:46:48 +00:00
Ruslan Ermilov
23325424a7
mdoc(7) police: minor formatting/spelling fixes.
2001-07-06 09:21:56 +00:00
Ruslan Ermilov
83c9300962
mdoc(7) police: minor formatting fixes.
2001-07-06 09:20:19 +00:00
Ruslan Ermilov
6120025f04
mdoc(7) police: minor markup fixes.
2001-07-06 08:34:13 +00:00
Ruslan Ermilov
98f100bac3
mdoc(7) police: fixed formatting.
2001-07-06 08:23:10 +00:00
Ruslan Ermilov
87b6284a2d
mdoc(7) police: formatting fixes.
2001-07-06 08:10:59 +00:00
Dag-Erling Smørgrav
8cce2ebaf3
Constify the format string.
...
Submitted by: Mike Barcroft <mike@q9media.com>
Forgotten by: des
2001-07-05 22:34:11 +00:00
Ruslan Ermilov
1353fdc585
mdoc(7) police: fixed markup and spelling.
2001-07-05 11:45:37 +00:00
Dima Dorfman
180ddf3217
mdoc(7) police: sort xrefs.
2001-07-04 22:55:29 +00:00
Ruslan Ermilov
d68b700a78
mdoc(7) police: mark type with .Vt, sort xrefs.
2001-07-04 15:37:13 +00:00
Ruslan Ermilov
e3718e310c
mdoc(7) police: cosmetics.
2001-07-04 15:32:44 +00:00
Ruslan Ermilov
a956b43d66
mdoc(7) police: fixed markup.
2001-07-04 15:19:52 +00:00
Ruslan Ermilov
940237ef55
mdoc(7) police: fixed markup in rev. 1.26.
2001-07-04 15:02:31 +00:00
Ruslan Ermilov
3dcd2b7ec5
mdoc(7) police: simplify the fix in rev. 1.25.
2001-07-04 14:54:38 +00:00
Ruslan Ermilov
158d2bed20
mdoc(7) police: sort xrefs.
2001-07-04 14:52:23 +00:00
Ruslan Ermilov
8996a9d53d
mdoc(7) police: fixed markup and some typos.
2001-07-04 14:38:54 +00:00
Dima Dorfman
9232968e4d
mdoc(7) police: fix spacing issues.
2001-07-03 21:20:06 +00:00
Joerg Wunsch
72fb076dce
Don't give a bad example by starting a struct tag name with an
...
underscore. Names starting with an underscore are reserved.
2001-07-03 16:22:42 +00:00
Eivind Eklund
1b91bc6f2c
Use correct paths to postfix the way we install it
2001-07-03 14:16:45 +00:00
Mitsuru IWASAKI
6cee406625
Add Transmeta Crusoe LongRun support.
...
Submitted by: Tamotsu HATTORI <athlete@kta.att.ne.jp>
Reviewed by: arch@ folks
MFC after: 1 week
2001-07-03 10:03:24 +00:00
Mike Smith
b6695bd0e8
Add a manpage for the acpi super-device. This is still fairly brief, and
...
will need to be fleshed out as the system's design solidifies.
2001-07-03 07:45:04 +00:00
Brooks Davis
ad37a95b71
Document network device cloning ioctls.
...
Reviewed by: ru, ume
MFC after: 1 week
2001-07-02 20:50:37 +00:00