Julian Elischer
ed2f9d4e88
Change archie's and my email addresses from Whistle.com to FreeBSD.org
2000-10-24 18:01:45 +00:00
Julian Elischer
45b4f5af9e
First effort at bringing these up-to-date.
...
This creates a skeleton ISA device driver.
I don't pretend that it's fully correct or even opitimal
but it at least creates (and compiles) a 'clean' ISA driver.
Hopefully PCI/PCCARD/etc. support will be added when I understand it.
Unlike the old version this just creates a module. The old one tried to
create a new kernel with the driver to be tested.
2000-10-24 16:45:58 +00:00
Mike Pritchard
2e283b0a0c
Correct the description of a few options to reflect that commands and/or
...
the results that they actualy use/generate.
PR: docs/22267
Submitted by: SUZUKI Koichi <koich@cac.co.jp>
2000-10-24 13:54:17 +00:00
Akinori MUSHA
82494980f2
Add MASTER_SITE_MOZILLA and MASTER_SITE_XEMACS.
2000-10-24 12:37:52 +00:00
Mark Murray
e5e600c900
Add some very crude man pages to try to induce folk to work on them.
...
Agreed to work on them: jasone
2000-10-24 03:33:24 +00:00
Andrey A. Chernov
c4a1cfd667
Fix %c
2000-10-23 14:31:27 +00:00
Akinori MUSHA
241d880ebb
It is bsd.sites.mk one should look for a full list of default sites,
...
not bsd.port.mk anymore.
Add MASTER_SITE_XFREE, MASTER_SITE_RINGSERVER, MASTER_SITE_TCLTK and
MASTER_SITE_RUBY.
Document and add MASTER_SORT_REGEX.
2000-10-22 12:09:16 +00:00
Wolfram Schneider
04ec069eb0
update URL and copyright
2000-10-20 18:27:53 +00:00
Wolfram Schneider
7089ec586f
Added upcoming FreeBSD 4.2
2000-10-20 18:21:44 +00:00
Poul-Henning Kamp
1921a06d6a
Introduce the M_ZERO flag to malloc(9)
...
Instead of:
foo = malloc(sizeof(foo), M_WAIT);
bzero(foo, sizeof(foo));
You can now (and please do) use:
foo = malloc(sizeof(foo), M_WAIT | M_ZERO);
In the future this will enable us to do idle-time pre-zeroing of
malloc-space.
2000-10-20 17:54:55 +00:00
Mike Pritchard
18157703d5
Remove bogus xref.
...
PR: docs/22125
Submitted by: Keith Jones <keith@sse0691.bri.hp.com>
2000-10-20 05:59:51 +00:00
Josef Karthauser
c5bb0e9394
Scripts should contain a comment block describing what the script does.
2000-10-19 18:18:35 +00:00
Josef Karthauser
22bbcf38a7
Reference Larry Wall's perlstyle man page, and recommend it's use where
...
entries in this guide don't override it.
Requested by: markm
Comment on tabulation style.
2000-10-18 21:57:37 +00:00
Josef Karthauser
e6e692447c
Use 'unless' instead of 'if (! ... )' where it improves readability.
2000-10-18 18:01:35 +00:00
Josef Karthauser
32d219825c
Opening braces should be at the end of the controlling line. Else
...
and elsif belong on the same line as the closing brace for the
previous if or elsif block.
Suggested by: des
2000-10-18 17:48:10 +00:00
Josef Karthauser
a2a307a14d
Contract a statement that's too verbose.
2000-10-18 17:34:43 +00:00
Josef Karthauser
a669270dee
There are enough examples of using 'my $var = ...' definitions, so remove
...
one.
2000-10-18 17:32:21 +00:00
Josef Karthauser
a4d70fdb47
All variables should be commented.
...
Local variables should be separated from function arguments by a
blank line.
Suggested by: des
2000-10-18 17:25:59 +00:00
Josef Karthauser
ab6f5f0d9c
Make subroutine prototypes mandatory.
...
The main code should be wrapped in a MAIN:{ ... } declaration.
Suggested by: des
2000-10-18 17:21:54 +00:00
Josef Karthauser
d17bce98be
Fix the places that I missed last commit: 'vars' not 'var'.
2000-10-18 17:12:07 +00:00
Josef Karthauser
e77c53b0be
Correction: 'use vars ..' not 'use var'.
...
Submitted by: des
2000-10-17 15:50:22 +00:00
Josef Karthauser
fa0be99954
Build and install the perl.style(7) manual page.
2000-10-17 15:33:29 +00:00
Josef Karthauser
e79ac7ee3a
Reclarify variable definition blocks.
...
Ask programmers to use modules where possible instead of reinventing
the wheel.
Use 'chomp' not 'chop' please.
Fixup some mdoc.
2000-10-17 15:32:57 +00:00
Roger Hardiman
0eed4af9fa
Fix error in sample code in the man page
2000-10-17 08:27:18 +00:00
Josef Karthauser
3194300995
An initial draft of a style guide for perl scripts in the tree.
2000-10-17 02:51:03 +00:00
Doug Rabson
0d409bfdac
Add section for building ia64 kernels.
2000-10-16 20:04:52 +00:00
Mark Murray
67297998c8
Add a man page for part of the PRNG API.
2000-10-14 16:16:42 +00:00
David E. O'Brien
c13ded1868
Add `isoC-99' to the list of availble abbreviations.
2000-10-11 19:30:41 +00:00
Joseph Koshy
1f49176099
Minor doc tweaks: reorder the "SEE ALSO" section alphabetically; add
...
punctuation.
2000-10-11 10:46:12 +00:00
Archie Cobbs
a3fef8df1c
Minor clarification about the "bypass" hook.
2000-10-10 20:07:11 +00:00
Gregory Neil Shapiro
31923af7ce
Install the sendmail cf building tools (contrib/sendmail/cf) in
...
/usr/share/sendmail/cf.
PR: 19790
2000-10-10 18:08:19 +00:00
Hellmuth Michaelis
933d8a8e74
update i4b version to 0.96.00
2000-10-10 14:16:55 +00:00
David E. O'Brien
dc2e4f165a
Removed the FreeBSD ID I was forced to add in rev 1.9.
2000-10-10 08:53:27 +00:00
Gregory Neil Shapiro
3dc4512aef
Remove LIBRSAGLUE, add LIBSSL
...
Reviewed by: kris
2000-10-10 06:17:51 +00:00
Hellmuth Michaelis
7925558e0a
update to i4b version 0.95.04
...
This commit adds the ReleaseNotes file which contains a list of major i4b
changes happened since the last version comitted to FreeBSD (0.90.01).
2000-10-09 16:01:36 +00:00
Adrian Chadd
da7e7114d1
Reviewed by: rwatson, bp
...
Approved by: rwatson
Obtained from: NetBSD source tree
Second part of the fsck wrappers commit. This commit enables the new fsck
code (removing the fsck/* code and replacing it with the netbsd fsck
wrapper code), and enabling some FFS-based utilities to compile.
Details:
* quotacheck, fsdb required modification to use the fsck_ffs/ code rather
than fsck/ . This might change later since quotacheck requires preen.c
which should exist in fsck/ rather than fsck_ffs/
* src/Makefile has fsck_ffs added to it so it it built as part of the tree
now
* share/doc/smm/03.fsck/ uses the SMM.doc/ stuff from fsck_ffs, not fsck.
I've tested this, and it shouldn't require any changes on your machine.
The fsck wrapper reads /etc/fsck and is command-line-compatible enough
to not require rc changes (well, most changes unless you want to do
anything nifty by specifying the fs types explicityly, read the man page
if you want further details on what it can do.)
This now allows us to support multiple filesystem types during bootup.
2000-10-09 10:23:31 +00:00
Poul-Henning Kamp
f6b5c74c35
Initiate deorbit burn sequence for <machine/mouse.h>.
...
Replace all in-tree uses with <sys/mouse.h> which repo-copied a few
moments ago from src/sys/i386/include/mouse.h by peter.
This is also the appropriate fix for exo-tree sources.
Put warnings in <machine/mouse.h> to discourage use.
November 15th 2000 the warnings will be converted to errors.
January 15th 2001 the <machine/mouse.h> files will be removed.
2000-10-09 08:08:36 +00:00
Poul-Henning Kamp
00d25f512c
Initiate deorbit burn sequence for <machine/console.h>.
...
Replace all in-tree uses with necessary subset of <sys/{fb,kb,cons}io.h>.
This is also the appropriate fix for exo-tree sources.
Put warnings in <machine/console.h> to discourage use.
November 15th 2000 the warnings will be converted to errors.
January 15th 2001 the <machine/console.h> files will be removed.
2000-10-08 21:34:00 +00:00
David E. O'Brien
82861c11a9
Use <space> not <tab> before VCS ID.
2000-10-08 19:15:49 +00:00
Alexander Langer
278108f1f8
Give the post-fix example a better description.
...
PR: 21646
Submitted by: "Peter Pentchev" <roam@orbitel.bg>
2000-10-07 14:34:26 +00:00
Brian Somers
e6e7337683
Index: Makefile
...
===================================================================
RCS file: /home/ncvs/src/share/man/man9/Makefile,v
retrieving revision 1.75
diff -u -r1.75 Makefile
--- Makefile 2000/09/17 12:15:12 1.75
+++ Makefile 2000/10/06 23:24:26
@@ -69,6 +69,8 @@
MLINKS+=make_dev.9 destroy_dev.9
MLINKS+=malloc.9 FREE.9 malloc.9 MALLOC.9 malloc.9 free.9
MLINKS+=mi_switch.9 cpu_switch.9
+MLINKS+=namei.9 NDINIT.9
+MLINKS+=namei.9 NDFREE.9
MLINKS+=posix4.9 p1003_1b.9
MLINKS+=psignal.9 gsignal.9 psignal.9 pgsignal.9
MLINKS+=rtalloc.9 rtalloc1.9 rtalloc.9 rtalloc_ign.9
2000-10-06 23:29:11 +00:00
Archie Cobbs
c74e4702c0
.Os FreeBSD instead of just plain .Os
...
Submitted by: ru
2000-10-06 19:47:00 +00:00
Alexander Langer
2aac89be6d
* I don't think that ed-devices are still "high performance ethernet device"s. Change that to "ethernet device".
...
* Update synopsis for the new config-style: just "device ed".
* PCI and PC Card devices are also supported.
2000-10-06 19:44:09 +00:00
Darren Reed
7a76642f3c
This brings support for IP Filter into rc.network and rc.conf with
...
the appropriate documentation added to rc.conf(5). If all goes well
with this over the next few weeks, the PR will be closed with the
pullup of patches back to 4-STABLE.
PR: 20202
Submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
Reviewed by: Darren Reed <darrenr@freebsd.org>
Approved by: Darren Reed <darrenr@freebsd.org>
Obtained from: Gerhard Sittig <Gerhard.Sittig@gmx.net>
2000-10-06 12:24:45 +00:00
Paul Saab
e8af5965e2
Correct who pioneered the accept filters and Yahoo!'s company name.
2000-10-06 10:51:24 +00:00
Ruslan Ermilov
25139dab53
Add missing escape sequences, -mdoc'ify.
2000-10-06 08:40:52 +00:00
Ruslan Ermilov
f38ca148a6
Simple -mdoc fixes.
2000-10-06 08:33:43 +00:00
Archie Cobbs
0df7bc0fe3
Man page for the ichsmb SMBus controller driver.
2000-10-06 00:10:31 +00:00
Scott Long
d6d17952ae
The aac driver manual page
...
Reviewed by: sheldonh@freebsd.org
2000-10-05 20:44:17 +00:00
Scott Long
7ddb84c9ba
Add the manual page for the aac device.
...
Reviewed by: sheldonh@freebsd.org
2000-10-05 20:42:42 +00:00
Bill Paul
bd57768e0f
Add the card ID for the Am79c975 PCnet/FAST III card. This is a variant
...
of the Am79c973 with "AlertIT Technology," whatever that is. Also mention
support for the PCnet/FAST III cards in the documentation. The
PCnet/FAST III chips have integrated 10/100 PHYs.
2000-10-05 19:40:19 +00:00
Sheldon Hearn
803516cb70
Mention pccard_beep.
...
Requested by: sanpei
2000-10-05 07:22:58 +00:00
Brian Somers
944fae23f3
Add a unaligned_print option (alpha only)
...
Document osf1_enable
Submitted by: Eric D. Futch <efutch@nyct.net>
PR: 21649
2000-10-04 18:58:46 +00:00
Mark Ovens
b6cd2dbdc5
Change macros Em -> Dv.
...
Also removed hard sentence breaks introduced in my last commit.
Suggested by: sheldonh
2000-10-03 22:51:27 +00:00
Bill Paul
e0b8bc252f
Add support for the AMD Am79c976 PCnet/PRO controller chip. For now
...
this just involves adding the chip ID to the supported list: the PCnet/PRO
is compatible with the PCnet/FAST+ and friends and should "just work"
with this driver.
Also try to handle mbuf allocation failures in the receive handler
more gracefully.
2000-10-03 18:11:36 +00:00
Søren Schmidt
6a0bf19b38
Update with all the new chipsets..
2000-10-03 15:29:44 +00:00
Murray Stokely
05f976924e
Fix typo : s/maintaince/maintenance/
2000-10-03 07:38:41 +00:00
Maxim Sobolev
7320fd3a30
Fix cdev kld example after it has been broken for year or so. Also extend list
...
of supported operations by example read() and write() operations.
Inspired by: http://www.daemonnews.org/200010/blueprints.html
PR: 16173
Submitted by: sobomax
2000-10-02 14:14:07 +00:00
Jun-ichiro itojun Hagino
e0739b2bfd
fix ordering of NetBSD 1.3 (sync with NetBSD share/misc/bsd-family-tree).
2000-10-02 11:26:59 +00:00
Peter Wemm
f45b036f46
Change "building the standard ${LIB} library" to "building the static
...
${LIB} library". "standard" tends to imply the one that is normally
used... but by default it is not the case - the .so would be the
"standard" library. Therefore, change this to 'static'. Another option
might be "conventional ${LIB} library".
2000-10-02 08:48:49 +00:00
Archie Cobbs
2573be5c84
Add reference to file /usr/share/examples/netgraph/ether.bridge.
2000-10-01 21:17:27 +00:00
Archie Cobbs
beb75ced97
Script showing how to setup Ethernet bridging using ng_bridge(4).
2000-10-01 21:14:14 +00:00
Mark Ovens
9ac7e0f1e2
SC_ALT_MOUSE_IMAGE is required for the mouse if SC_NO_FONT_LOADING or
...
VGA_NO_FONT_LOADING are used.
PR: 21626
Submitted by: Vivek Khera <khera@kciLink.com>
2000-09-30 16:25:28 +00:00
Brian Feldman
d29b305125
Document passwd_format further.
2000-09-30 00:37:44 +00:00
Ruslan Ermilov
3ea420e391
Document that net.inet.ip.fw.one_pass only affects dummynet(4).
...
Noticed by: Peter Jeremy<peter.jeremy@alcatel.com.au>
2000-09-29 08:39:06 +00:00
Julian Elischer
c43d7a219b
Bring this a bit more up to date.
...
Remove the entire copy of ip_fw.h and just point readers at it as it
gets out of date..
Add mentions of dummynet and the fwd actions.
Still to do: Whoever did the 'stateful' stuff might mention it..
2000-09-29 06:55:02 +00:00
Mark Ovens
5042562822
Change paths, /modules -> /boot/kernel in FILES section
...
PR: 21635
Submitted by: Mike Meyer <mwm@mired.org>
2000-09-29 01:53:39 +00:00
Mark Ovens
1c27a12286
Fixed broken path /etc/mailer.conf -> /etc/mail/mailer.conf
...
PR: 21586
Submitted by: tim@desert.net
2000-09-27 07:46:14 +00:00
Mark Murray
4f1249a812
Huge improvement to the mutex man page.
...
o Document all the mutex calls, not just the entry and exit.
o Fix the mtx_t typedef (now is struct mtx).
2000-09-25 11:21:49 +00:00
Mark Murray
16aa79c236
Remove references to the defunct kern.timecounter.method sysctl variable.
2000-09-25 11:18:51 +00:00
Jeroen Ruigrok van der Werven
51fe46a87f
This is a very obsolete example file for wormcontrol, which is no
...
longer present in the tree.
PR: 21005
Submitted by: Michael Harnois <mdharnois@home.com>
2000-09-22 15:05:04 +00:00
Alexey Zelkin
2006c179e2
Document 'libusb' option for .Lb macro
2000-09-22 14:36:06 +00:00
Satoshi Asami
51d9facd3b
Add ports-french.
2000-09-22 06:30:38 +00:00
Bill Paul
44ac671856
Make some small line-break tweaks.
...
Submitted by: Sheldon Hearn
2000-09-21 20:43:15 +00:00
Robert Watson
28994ea06f
o Bring VOP_GETACL(9) and VOP_GETEXTATTR(9) man page "LOCKS" sections in
...
sync with the implementation. Vnode locks *are* required for these
operations, as some underlying implementations will require them.
Obtained from: TrustedBSD Project
2000-09-21 18:51:48 +00:00
Bill Paul
73334a4329
Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters.
...
Previously, these cards were supported by the lnc driver (and they
still are, but the pcn driver will claim them first), which is fine
except the lnc driver runs them in 16-bit LANCE compatibility mode.
The pcn driver runs these chips in 32-bit mode and uses the RX alignment
feature to achieve zero-copy receive. (Which puts it in the same
class as the xl, fxp and tl chipsets.) This driver is also MI, so it
will work on the x86 and alpha platforms. (The lnc driver is still
needed to support non-PCI cards. At some point, I'll need to newbusify
it so that it too will me MI.)
The Am79c978 HomePNA adapter is also supported.
2000-09-20 17:30:22 +00:00
Brian Somers
df470af5f8
Put temporary output in ${TMPDIR:-/tmp}
...
If $<basedir>_output is not set, don't redirect output
PR: 21395
2000-09-19 22:15:00 +00:00
Archie Cobbs
e653127edf
NGM_BPF_{G,S}ET_FILTER should be NGM_BPF_{G,S}ET_PROGRAM.
2000-09-19 21:34:43 +00:00
Mark Ovens
081cb6b302
Added missing .It macros
...
PR: 21215
Submitted by: Osamu MIHARA
2000-09-18 23:00:15 +00:00
Alexander Langer
77f3abec92
Reference DRIVER_MODULE.9
2000-09-17 12:20:08 +00:00
Alexander Langer
72f8c78baf
Add DRIVER_MODULE.9, the manual page describing the kernel driver
...
declaration macro.
Thanks to Sheldon for a big patch with language/mdoc fixes.
Reviewed by: asmodai, sheldonh
2000-09-17 12:15:12 +00:00
Wolfram Schneider
0d6a396d4a
Added FreeBSD 4.1.1
2000-09-17 09:13:15 +00:00
Gregory Neil Shapiro
cf1fec423a
Give users a way to alter the sendmail (and related utilities) build
...
environment so they can enable functionality such as SASL, LDAP, Hesiod.
2000-09-17 00:41:33 +00:00
Andrey A. Chernov
5901f438f4
Comment out MTREE_FOLLOWS_SYMLINKS by default, since it picked before mtree is
...
builded (on the clean machine without /etc/make.conf)
Submitted by: imp
2000-09-16 22:08:24 +00:00
Andrey A. Chernov
45e0faa546
Add tr_TR timedef
...
Submitted by: Evren Yurtesen <yurtesen@ispro.net.tr>
2000-09-16 18:06:29 +00:00
Poul-Henning Kamp
0aa16c1a77
Fix a cut&paste mistake.
2000-09-16 14:37:41 +00:00
Andrey A. Chernov
3700a99cae
Replace ${LIBMYTINFO} with warning
2000-09-16 04:35:51 +00:00
Andrey A. Chernov
a938a1fcf8
Add/use MTREE_FOLLOWS_SYMLINKS make.conf option
...
This is part of whole subsystem fixing
Reviewed by: imp
2000-09-15 08:07:05 +00:00
Brian Somers
9ed55d1192
Another overhaul of the periodic stuff.
...
All periodic sub-scripts <larf> now have their return codes interpreted
by periodic(8). Output may be masked based on variable values in
periodic.conf.
It's also now possible to email periodic output to arbitrary addresses,
or to send it to a log file, examples of which can be found in
newsyslog.conf.
The upshot of it all should be no discernable changes to the default
behaviour of periodic(8).
PR: 21250
2000-09-14 17:19:15 +00:00
Ruslan Ermilov
e30177e024
Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time.
...
Requested by: wollman
2000-09-14 14:42:04 +00:00
Julian Elischer
5dccc9f05b
Fix small typo in sample code.
...
Submitted by: Jean-Marc Zucconi <jmz@FreeBSD.org>
2000-09-13 13:37:48 +00:00
David Malone
ef01ff6408
Add kbdmap.5 to build.
...
Refer to kbdmap(5) from a few man pages.
Remove it from TODO list.
Add missing FreeBSD tags.
PR: 19260
2000-09-13 09:16:57 +00:00
Jake Burkholder
e66ccea4a1
Add scant documentation for msleep.
2000-09-11 00:52:31 +00:00
David Malone
8f53d1f12d
pmcd_value is actually a quad_t.
2000-09-10 14:35:20 +00:00
Kris Kennaway
690a362571
Nuke RSAREF support from orbit.
...
It's the only way to be sure.
2000-09-10 00:09:37 +00:00
Jason Evans
0384fff8c5
Major update to the way synchronization is done in the kernel. Highlights
...
include:
* Mutual exclusion is used instead of spl*(). See mutex(9). (Note: The
alpha port is still in transition and currently uses both.)
* Per-CPU idle processes.
* Interrupts are run in their own separate kernel threads and can be
preempted (i386 only).
Partially contributed by: BSDi (BSD/OS)
Submissions by (at least): cp, dfr, dillon, grog, jake, jhb, sheldonh
2000-09-07 01:33:02 +00:00
Kris Kennaway
e1f99b045c
``Anyone is now free to rub two primes together for their own gratification''
...
-- Unknown
Now that the RSA algorithm is released into the public domain, build
librsaintl by default unless NO_RSAINTL is set in make.conf.
The native OpenSSL implementation of RSA is much faster, doesn't have
an artificial keysize limitation, has 30% fewer calories and tastes great!
2000-09-06 23:46:50 +00:00
Jacques Vidrine
248aee623c
Add nsswitch support. By creating an /etc/nsswitch.conf file, you can
...
configure FreeBSD so that various databases such as passwd and group can be
looked up using flat files, NIS, or Hesiod.
= Hesiod has been added to libc (see hesiod(3)).
= A library routine for parsing nsswitch.conf and invoking callback
functions as specified has been added to libc (see nsdispatch(3)).
= The following C library functions have been modified to use nsdispatch:
. getgrent, getgrnam, getgrgid
. getpwent, getpwnam, getpwuid
. getusershell
. getaddrinfo
. gethostbyname, gethostbyname2, gethostbyaddr
. getnetbyname, getnetbyaddr
. getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr
= host.conf has been removed from src/etc. rc.network has been modified
to warn that host.conf is no longer used at boot time. In addition, if
there is a host.conf but no nsswitch.conf, the latter is created at boot
time from the former.
Obtained from: NetBSD
2000-09-06 18:16:48 +00:00
David E. O'Brien
1a3ad32399
The kernel is now known as `kernel.ko' and it and its matching modules
...
live in ``/boot/kernel/''.
2000-09-06 17:51:31 +00:00
David E. O'Brien
3bdfa9e589
The kernel is now known as `kernel.ko' and it and its matching modules
...
live in ``/boot/kernel/''.
2000-09-05 22:37:46 +00:00
Daniel C. Sobral
8ac94f5119
Good thing about these examples is that no one uses them, so they can
...
stay broken for months without anyone noticing.
The boot-conf command was changed as to reproduce the behavior of builtin
loader words precisely. As a result, it now always need an argument, possibly
0 indicating that no other arguments are being passed. This broke in a
non-deterministic way (ie, it could go on working as if everything was fine).
2000-09-05 16:30:09 +00:00
Wolfram Schneider
5fda7af6e4
Added page http://perso.wanadoo.fr/levenez/unix/ to Bibliography.
...
This is the most comprehensive UNIX famility tree I know of.
Submitted by: Poul-Henning Kamp <phk@critter.freebsd.dk>
2000-09-03 17:11:26 +00:00
Wolfram Schneider
b88a21e265
Added OpenBSD 2.7
2000-09-03 16:45:46 +00:00
Wolfram Schneider
9671098749
Added FreeBSD 3.5.1
2000-09-03 16:38:47 +00:00
David E. O'Brien
5bd200c177
Move NOPROFILE' and
NOPERL' to be with the reset of their "NO" brethren.
2000-09-02 22:46:04 +00:00
David E. O'Brien
3a77147b94
Move the kernel's "cflags" to be next to the world ones.
2000-09-02 22:43:18 +00:00
Sheldon Hearn
9c13074187
Add a missing article.
2000-09-01 13:06:57 +00:00
Ruslan Ermilov
03b34269aa
`ip_id' now expected in host byte order when IP_HDRINCL is in use.
2000-09-01 12:37:11 +00:00
Archie Cobbs
aebf2d1dee
New netgraph node type for Ethernet bridging.
2000-09-01 01:37:25 +00:00
Andrey A. Chernov
5e52038c0e
Add Turkish keyboard
...
Submitted by: Evren Yurtesen <yurtesen@ispro.net.tr>
2000-08-30 11:04:51 +00:00
Sheldon Hearn
04d234a3cf
Apply common line-breaking to the previous delta.
2000-08-30 08:07:06 +00:00
Mike Smith
e312f62103
Update the amr.4 manpage for changes in the driver.
2000-08-30 08:00:36 +00:00
Andrey A. Chernov
475ce5fa59
8859-9 font
...
Submitted by: Evren Yurtesen <yurtesen@ispro.net.tr>
2000-08-29 07:58:52 +00:00
Andrey A. Chernov
11ce6a05d7
Add iso08 fonts
2000-08-29 04:11:57 +00:00
Andrey A. Chernov
c7bbf4cba0
Fix Hebrew langcode
2000-08-29 04:11:29 +00:00
Andrey A. Chernov
cc1d0894a5
Hebrew keyboard
2000-08-29 04:07:52 +00:00
Andrey A. Chernov
9f6cd0200d
Add Hebrew keyboard
...
PR: 20864
Submitted by: Allow Ole <allow@darkserver.dyndns.org>
2000-08-29 04:05:30 +00:00
Bill Paul
5809aaba67
Update xl(4) man page to mention a whole bunch of supported cards,
...
including the 3c556 and 3c556B.
2000-08-28 21:25:37 +00:00
Doug Rabson
21c58b8d40
Document kobj_class_compile_static().
2000-08-28 21:17:46 +00:00
Andrey A. Chernov
05efdfbfab
8859-8 fonts
...
PR: 20864
Submitted by: Allow Ole <allow@darkserver.dyndns.org>
2000-08-28 15:07:58 +00:00
Sheldon Hearn
b24e6a5a39
Whitespace-only change: fix hard sentence breaks in previous commit.
2000-08-28 10:11:56 +00:00
Alexey Zelkin
b166438d50
Apply fixes from NetBSD to bring this manual page into reallity.
...
Inspired by: ru & 4.4BSD Design and Implementation
Obtained from: NetBSD
2000-08-28 09:27:28 +00:00
Andrey A. Chernov
f042f8b605
cons25r: minimize differences with cons25
2000-08-25 08:36:43 +00:00
Sheldon Hearn
7e8d13394d
Replace the thumb-suck phrase "system call vector translation" with
...
something that people who like tomato juice prefer.
2000-08-25 08:18:50 +00:00
Sheldon Hearn
735a59b412
Whitepace-only: normalize line-breaking.
2000-08-24 09:33:44 +00:00
Sheldon Hearn
16c6835275
Import the new linux(4) manual page, which will be useful when the
...
linux(8) utility and manual page go away.
2000-08-24 07:29:04 +00:00
Sheldon Hearn
2735f2ae1e
Miscellaneous fixes:
...
amr -> Nm
Cross-reference the AUTHORS section properly.
2000-08-23 09:17:53 +00:00
Sheldon Hearn
969e972b5d
Normalize the diagnostics list.
2000-08-23 09:13:56 +00:00
Sheldon Hearn
e4f1873c64
Miscellaneous fixes:
...
* Clear extraneous argument to the Os macro.
* Place the name description on the Nd line.
* Mark sub-sections up with Ss, not Sh.
* Don't double-quote "Login" when "login prompt" is perfectly
good English.
2000-08-23 09:05:19 +00:00
Sheldon Hearn
4ffd01a1a2
Whitespace-only change: normalize line-breaking.
2000-08-23 08:57:59 +00:00
Sheldon Hearn
4f713f8b4d
Misc: mlx -> Nm
2000-08-23 08:52:43 +00:00
Sheldon Hearn
3750188ad2
Whitespace-only changes: split over-long lines.
2000-08-23 08:50:34 +00:00
Sheldon Hearn
51f63d32df
Normalize diagnostics list.
2000-08-23 08:47:26 +00:00
Sheldon Hearn
f60eac6f5d
Whitespace-only change: apply normal line breaking style.
2000-08-23 08:42:42 +00:00
Sheldon Hearn
437697e7c7
Miscellaneous fixes: mly -> Nm and eg. -> e.g. .
2000-08-23 08:35:07 +00:00
Sheldon Hearn
367022ebe2
Normalize the diagnostics list.
2000-08-23 08:33:21 +00:00
Sheldon Hearn
e9d412af6b
Whitespace-only change: apply normal line-breaking style.
2000-08-23 08:22:22 +00:00
Mike Smith
521fcafefe
Add a manpage for the new 'mly' driver.
2000-08-23 03:24:32 +00:00
Bill Paul
c1e6727a77
Mention that the LinkSys LNE100TX v4.0/4.1 is supported.
2000-08-23 00:44:23 +00:00
Bill Paul
a4a8dc7443
Mention that the Netgear FA311 is supported as well as the FA312.
2000-08-23 00:41:44 +00:00
Jeroen Ruigrok van der Werven
7847690b9d
The Internet isn't by a long shot just DARPA anymore. Reflect reality.
...
Inspired by: -current mailinglist
2000-08-22 15:29:04 +00:00
Maxim Sobolev
c90be48012
Fix typos.
...
Approved by: phk
2000-08-21 14:08:43 +00:00
Mark Murray
9f0c6741de
Fix the arguments to [(1) (AKA test(1)). If the string being tested
...
by -n is nonexistant, then the following -d was misinterpreted with
a strange error. By putting double quotes (") around the argument,
we can be sure there is _something_ there that we can check a zero
length against.
2000-08-19 12:28:23 +00:00
Sheldon Hearn
26007eb801
Document ibcs2_loaders and provide a default for it in
...
etc/defaults/rc.conf .
2000-08-18 09:37:50 +00:00
Brian Somers
f8853f21dc
Add a PPP_NOSUID hook
2000-08-18 00:09:46 +00:00
Nick Sayer
83e6c3a401
Remove the warning about recording on the Solo. The workarounds appear
...
to clear up the hwptr problems.
2000-08-17 18:30:59 +00:00
Sheldon Hearn
ae36106661
The previous delta was wrong; an empty MAKEOBJDIRPREFIX should
...
cause the working directory to be used. Make it so.
When we're more convinced that it'll work, we might try this
to avoid a shell invocation:
.if defined(MAKEOBJDIRPREFIX) && !empty(MAKEOBJDIRPREFIX) &&
exists(${CANONICALOBJDIR}/)
Reported by: bde
2000-08-17 14:41:48 +00:00
Brian Somers
5e57afbe99
Use an MRU of 1504 with 1500 byte MRRUs
2000-08-17 14:40:42 +00:00
Brian Somers
a494f9e1be
Make this file look prettier
...
Bump the MRU by 4 bytes to make room for the MP header
Down the autoload threshold to a practical value
Don't specify the ISDN bandwidth as 65536 (ahem!)
Don't specifiy a carrier period (the default of 6 seconds is fine)
2000-08-17 14:39:24 +00:00
Sheldon Hearn
a948e10a1c
Clear extraneous arguments to the name (Nm) macro.
...
Mark PRISON_ROOT and EPERM as defined values (Dv).
2000-08-17 08:17:16 +00:00
Mark Murray
58ea82758e
Mention more functions in the headers so whatis(1) can find them, and
...
create links to functions so added found.
2000-08-16 19:53:38 +00:00
Mark Murray
dfea8241e6
Grammar police; make the English style more consistent throughout,
...
and give suser_xxx some more airtime.
2000-08-16 19:52:03 +00:00
Sheldon Hearn
4a5b9b0035
Do not allow the cleandir target to blow away the entire source
...
directory when MAKEOBJDIRPREFIX is defined but empty.
Reported by: Vernon Schryver <vjs@calcite.rhyolite.com>
2000-08-16 14:58:42 +00:00
Mark Murray
38bd736e76
Grammar police; "has been written by" --> "was written by".
2000-08-15 15:23:46 +00:00
Mark Murray
4fea914dda
Improve the cross-references.
2000-08-15 15:14:13 +00:00
Brian Somers
e9ea8480b3
Make the pppoe-in config entry a bit more useful (and verbose)
2000-08-15 15:13:16 +00:00
Mark Murray
3e36b6ef41
Fix grammar and a function name.
2000-08-15 15:09:13 +00:00
Kris Kennaway
4c3a5ea692
Don't extract these files as mode 666 during build, use mode 644 instead.
2000-08-15 09:14:04 +00:00
Sheldon Hearn
cd529d800f
Fix nit in previous delta: trailing punctuation arguments to mdoc
...
macros must be whitespace separated.
2000-08-15 07:36:08 +00:00
Archie Cobbs
81e88a0696
Document three new control messages.
2000-08-15 01:17:44 +00:00
Gregory Neil Shapiro
2216e2a2cd
Complete migration of aliases file to /etc/mail/aliases.
...
The maintainers of share/examples/diskless/README.TEMPLATING and mergemaster
have been contacted so those may be updated as well.
2000-08-13 18:38:58 +00:00
Hajimu UMEMOTO
8ad6d022ca
Add output of per battery information to apm(1).
...
New ioctl APMIO_GETPWSTATUS is introduced.
Reviewed by: -mobile and -current folks (no objection)
2000-08-13 17:05:27 +00:00
Alexander Langer
5734912a24
Add dates for FreeBSD 3.5 and 4.1.
...
Not included in both the tree and the dates part FreeBSD 3.5.1.
2000-08-13 14:54:51 +00:00
Josef Karthauser
b6ac9d91b5
MFS4: The stable branch is now RELENG_4 not RELENG_3. Alex changed this
...
in RELENG_4, but not in HEAD.
2000-08-13 14:14:41 +00:00
Josef Karthauser
6fd0f27267
Define SUPHOST. If this is set a '-h ${SUPHOST}' is added to the
...
SUPFLAGS when a 'make update' is run. This means that the supfile
doesn't need to be edited because the -h will override the
CHANGE_THIS.FreeBSD.org host.
2000-08-13 12:36:40 +00:00
Greg Lehey
3345a38272
Correct path name.
...
Submitted-by: Crist J. Clark <cjclark@alum.mit.com>
2000-08-13 07:48:32 +00:00
Warner Losh
3ae2dea296
Change BUILD_SUIDPERL to ENABLE_SUIDPERL, with changed note as to what
...
it does.
2000-08-13 01:41:35 +00:00
Gregory Neil Shapiro
88c75941e6
The rest of the changes needed to support the new version of sendmail (8.11.0).
...
Beyond changes to the build system, this includes fixing up the sample
freebsd.mc configuration for changes in defaults and syntax, removing
outdated documentation, and updating the release notes.
2000-08-12 22:39:25 +00:00
John Polstra
30a77b76ff
Make the word "ldconfig" a bona fide cross-reference, and clarify
...
that this option has an effect only during system start-up.
Submitted by: sheldonh
2000-08-11 17:15:37 +00:00
Josef Karthauser
546ba87f85
A termcap entry for Top Gun telnet and Top Gun ssh, Palm Pilot
...
applications.
2000-08-11 11:18:11 +00:00
Sheldon Hearn
669a846df8
Fix hard sentence break and inappropriate use of the Pa macro in
...
the previous delta.
2000-08-11 08:12:44 +00:00
John Polstra
297bb90667
Describe ldconfig_insecure.
2000-08-11 04:20:30 +00:00
Warner Losh
dd8cf673d9
Change NOSUIDPERL to BUILD_SUIDPERL. One must now explicitly enable
...
building suidperl.
2000-08-10 22:55:58 +00:00
Bill Fumerola
dbc777e3f2
1000bassT -> 1000baseT
2000-08-10 19:47:32 +00:00
Garrett Wollman
face22b842
Merge from vendor branch. Also move FreeBSD Ids away from vendor Id
...
to make future merges easier.
2000-08-10 19:36:46 +00:00
Garrett Wollman
952f5f542e
Latest timezone updates from Arthur Olson. This update reflects changes
...
in Israel, Lithuania, Mexico, and Argentina.
Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2000f.tar.gz
2000-08-10 19:20:14 +00:00
Garrett Wollman
2fdc7738ad
This commit was generated by cvs2svn to compensate for changes in r64496,
...
which included commits to RCS files with non-trunk default branches.
2000-08-10 19:20:14 +00:00
Nick Sayer
aef2860eef
Document support for the Solo 1.
...
Requested by: sheldonh
2000-08-10 15:01:01 +00:00
Brian Somers
2fb35bc311
Correct a typo
...
Spotted by: Jimmy Olgeni <olgeni@uli.it>
2000-08-10 00:26:50 +00:00
Brian Somers
e2323071e6
Allow a ppp_user specification to run ppp at startup
...
PR: 20258
2000-08-10 00:13:02 +00:00
Mike Smith
d8981a2913
Update to mention support for 6x000 series controllers.
2000-08-08 18:50:33 +00:00
Archie Cobbs
320089a04a
Insert missing word 'that'.
2000-08-08 16:26:03 +00:00
Sheldon Hearn
f0cddd5353
Clarify the guidelines surrounding the use of macros. The patch is
...
mostly unrelated to the attributed PR, and the attributed submitter
wasn't so much suggesting the patch for inclusion as providing it
for clarity.
PR: 9869
Submitted by: bde
2000-08-08 09:54:57 +00:00
Kelly Yancey
7e32b20d95
This is an overhaul of the mode page handling in camcontrol as well as
...
related patches. These include:
* Mode page editting can be scripted. This involves two
things: first, if stdin is not a tty, changes are read from
stdin rather than invoking $EDITOR. Second, and more
importantly, not all modepage entries must be included in the
change set. This means that camcontrol can now gracefully handle
more intrusive editting from the $EDITOR, including removal or
rearrangement of lines. It also means that you can do stuff
like:
# echo "WCE: 1" | camcontrol modepage da3 -m 8 -e
# newfs /dev/da3
# echo "WCE: 0" | camcontrol modepage da3 -m 8 -e
* Range-checking on user-supplied input values. modeedit.c now
uses the field width specifiers to determine the maximum
allowable value for a field. If the user enters a value larger
than the maximum, it clips the value to the max and warns the
user. This also involved patching cam_cmdparse.c to be more
consistent with regards to the "count" parameter to arg_put
(previously is was the length of strings and 1 for all integral
types). The cam_cdbparse(3) man page was also updated to reflect
the revised semantics.
* In the process, I removed the 64 entry limit on mode pages (not
that we were even close to hitting that limit). This was a nice
side-effect of the other changes.
* Technically, the new mode editting functionality allows editting
of character array entries in mode pages (type 'c' or 'z'),
however since buff_encode doesn't grok them it is currently
useless.
* Camcontrol gained two new options related to mode pages: -l and
-b. The former lists all available mode pages for a given
device. The latter forces mode page display in binary format
(the default when no mode page definition was found in
scsi_modes).
* Added support for mode page names to scsi_modes. Allows names to
be displayed alongside mode numbers in the mode page
listing. Updated scsi_modes to use the new functionality. This
also adds the semicolon into the scsi_modes syntax as an
optional mode page definition terminator. This is needed to name
pages without providing a page format definition.
* Updated scsi_all.h to include a structure describing mode page
headers.
* Added $FreeBSD$ line to scsi_modes.
Inspired by: dwhite
Reviewed by: ken
2000-08-08 06:24:17 +00:00
Archie Cobbs
1623d68286
Document three new control messages.
2000-08-07 18:53:42 +00:00
Archie Cobbs
dd1e305c9d
Missed one misspelling in previous commit.
2000-08-06 19:25:59 +00:00
Archie Cobbs
9dcab5306e
Fix misspelling.
2000-08-05 20:17:04 +00:00
Ben Smithurst
033eea8b5c
Mention the non-English docs as well as ports.
2000-08-05 18:34:17 +00:00
Jim Mock
33f720a511
Explain that in order to track -STABLE, you should leave the src-all
...
collection uncommented.
PR: 20398
Submitted by: Jeff Blaine <jeffblaine@mediaone.net>
Reviewed by: jhb
2000-08-04 22:29:52 +00:00
John Polstra
fe68fc545c
Remove everything resembling a comment from "refuse" and put the
...
explanations into a new file "refuse.README". Some users are simply
copying these files and expecting them to work -- without even
reading them. I don't want to spend any more time closing bogus
PRs from that.
Also correct an error or two in the patterns.
2000-08-04 21:32:52 +00:00
Bill Paul
6f069b494a
Add support for the Netgear GA620T copper gigabit card.
2000-08-02 18:49:17 +00:00
Nick Sayer
00a08dc01a
Minor man page corrections and fixups to document the difference between
...
tap and vmnet style devices.
Submitted by: Vladimir
2000-08-02 17:27:39 +00:00
Andrey A. Chernov
d99672504f
Fix linux console color capabilities
...
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
2000-08-01 20:56:21 +00:00
Nick Hibma
7cce89994a
Support for the Panasonic / Matshita USB FDD.
...
Submitted by: SAKIYAMA Nobuo <sakichan@lares.dti.ne.jp>
PR: kern/20300
2000-07-31 12:40:26 +00:00
Andrey A. Chernov
f1bbdb9aec
Add #ports/hebrew
2000-07-31 04:14:52 +00:00
Satoshi Asami
d6824ddabc
Add ports-hebrew.
2000-07-31 00:13:44 +00:00
Poul-Henning Kamp
b1de6ee1c6
Add the bufbio paper to the build.
...
Various plans to move all these to the doc tree exist pending time and
somebody to docbook them.
2000-07-30 11:02:54 +00:00
Poul-Henning Kamp
7a8917a571
Add the bio/buf paper
2000-07-30 08:57:03 +00:00
Brian Feldman
ba66454b69
Capitalize the last two entries. Note that i8254 is a timer. Report
...
that TSC is for any fifth-gneration of later x86 processor, not an
i586, and document that it _is_ available to applications.
2000-07-28 21:48:58 +00:00
David E. O'Brien
4679b31306
Add HISTORY.
2000-07-27 22:55:44 +00:00
Andrey A. Chernov
5edcf9c853
Merge from stable: dtterm color fix
2000-07-27 21:04:48 +00:00
Mark Murray
d6c6381834
Fix minor typo.
2000-07-27 19:13:32 +00:00
Sheldon Hearn
733144d91d
Describe the syncer(4)-related sysctls kern.filedelay, kern.dirdelay
...
and kern.metadelay, thanks to mckusick's feedback.
2000-07-26 08:51:58 +00:00
Sheldon Hearn
1f3ea974f3
Add an EXAMPLES section with an example of how to mount a
...
malloc(9)-backed md(4) device on /tmp .
2000-07-24 14:23:47 +00:00
Mark Murray
1e42415db0
Remove references to the (removed) kern.timecounter.method sysctl.
2000-07-23 11:12:59 +00:00
Sheldon Hearn
abb15d867a
Rework the FILES section to cover the list of common symbolic links
...
in the /dev directory. Also cover this driver's quirky relationship
with the MAKEDEV script.
2000-07-22 10:23:06 +00:00
Sheldon Hearn
c023ba6ea6
Move the ef(4) manual page from sys/modules/if_ef to share/man/man4, as
...
discussed with bp.
2000-07-21 14:54:13 +00:00
Andrey A. Chernov
949c2bcf27
cons: shorten "rs" again, syscons fixed
2000-07-21 14:31:44 +00:00
Andrey A. Chernov
4eea101fd5
Describe Reset
2000-07-21 14:28:08 +00:00
Sheldon Hearn
b601c69bdb
Move the netgraph-related manual pages into share/man/man4/, as
...
discussed with archie.
2000-07-21 10:46:58 +00:00
Sheldon Hearn
2cf2d5b177
Cosmetic:
...
Convert to one file per line in the MAN4 list. This will make future
deltas easier to read.
2000-07-21 10:13:46 +00:00
Andrey A. Chernov
941b8e0799
cons:
...
Simplify "rs" (\Ec will be fixed later in syscons, so this is intermedia step)
Remove "mh" - termcap must describe what device _actually_ have end left
emulation upon upper level program. "mh" is also conflicting with colors.
Don't remove "md" for mono consoles
dosansi:
Wrong "mh" -> good "mr"
2000-07-21 01:38:34 +00:00
Bill Paul
50a7b4f564
Minor formatting tweak: compact the supported adapter list.
2000-07-20 22:41:26 +00:00
Bill Paul
e87631b976
Update the Tigon driver to support 1000baseTX gigE over copper AceNIC
...
cards. This basically involves switching to the 12.4.13 firmware, plus
a couple of minor tweaks to the driver.
Also changed the jumbo buffer allocation scheme just a little to avoid
'failed to allocate jumbo buffer' conditions in certain cases.
2000-07-20 22:24:43 +00:00
Nick Sayer
a1ce91d5ff
Oops. Activate tap in man4 and modules makefiles
2000-07-20 20:29:03 +00:00
Andrey A. Chernov
d7126a4617
cons: use newly added SGR 24 for "ue" and SGR 27 for "se"
2000-07-20 18:53:41 +00:00
Andrey A. Chernov
cf6031b6cd
Describe newly implemented SGR 22,24,25,27
2000-07-20 18:50:12 +00:00
Nick Sayer
a5213f145a
Add the tap driver.
...
The tap driver is used to present a virtual Ethernet interface to the
system. Packets presented by the network stack to the interface are
made available to a character device in /dev. With tap and the bridge
code, you can make remote bridge configurations where both sides of
the bridge are separated by userland daemons.
This driver also has a special naming hack to allow it to serve a similar
purpose to the vmware port.
Submitted by: myevmenkin@att.com , vsilyaev@mindspring.com
2000-07-20 17:01:10 +00:00
Matt Jacob
5f4796c0db
Update isp man page, add ispfw man page.
2000-07-20 16:11:23 +00:00
Sheldon Hearn
e97c713795
Add an MLINKS entry which makes snd(4) a link for pcm(4).
...
Suggested by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-07-20 15:47:45 +00:00
Sheldon Hearn
aa73302b03
Add a FILES section which, as a side-effect, just so happens to
...
give device node creation instructions.
PR: 20060
Reported by: "Sean O'Connell" <sto@stat.Duke.EDU>
2000-07-20 14:19:17 +00:00
Andrey A. Chernov
cfcb15583b
Explicetly remove AX for mono consoles.
...
Fix mono Latin2 console color support removing.
2000-07-20 14:03:23 +00:00
Andrey A. Chernov
44415df847
cons: add AX to indicate that SGR 39 and 49 present and can be used separately
2000-07-20 13:18:29 +00:00
Sheldon Hearn
55c01a42ed
Fix a typo and mark ``update'' up consistently in the HISTORY section.
...
Reported by: des
2000-07-20 13:05:41 +00:00
Sheldon Hearn
6c96813482
Clear the extraneous Os argument, which survived rev 1.3.
2000-07-20 11:46:51 +00:00
Sheldon Hearn
2c7372355e
General clean-up [1/1]: whitespace
2000-07-20 11:45:56 +00:00
Sheldon Hearn
7d28680e93
General clean-up [0/1]: content
...
Clear extraneous Nm arguments.
Clarify some English.
Mark netgraph and ifconfig up as a cross-reference.
Remove apostrophe from a genitive ``its''.
2000-07-20 11:43:40 +00:00
Sheldon Hearn
a526cb9e31
Include a comment explaining the usual delay between writes and syncs.
2000-07-20 07:31:52 +00:00
Nick Hibma
499893c9a9
Typo.
...
Submitted by: Mike Meyer <mwm@mired.org>
2000-07-19 23:07:42 +00:00
Ben Smithurst
91e06c00a3
Document the rc.d system.
...
Suggested by: dcs
Reviewed by: alex, dcs, sheldonh
2000-07-19 19:08:08 +00:00
Jason Evans
c1110eb673
pthread_once --> pthread_once_t.
2000-07-19 16:38:07 +00:00
Sheldon Hearn
cdae8e9d4e
Remove mention of SYNCER_MAXDELAY and "thirty seconds", using more
...
general terms instead. This follows a discussion with alfred,
in which it became clear that I had misunderstood sched_sync().
2000-07-19 11:47:16 +00:00
Sheldon Hearn
9394f13010
Replace the obsolete update(4) manual page with syncer(4). I was
...
not abble to solicit review from <freebsd-hackers>.
2000-07-19 07:15:32 +00:00
Sheldon Hearn
785c4f1a3d
Clean up this new manual page. This delta includes content and
...
whitespace changes, which should not be a problem because this
is only the second revision of the file and translators are
unlikely to have gotten started yet.
Reviewed by: abial
2000-07-19 06:33:34 +00:00
Ben Smithurst
dff9235e4a
Define what is meant by brackets' and
braces'.
...
Suggested by: grog
2000-07-18 14:41:01 +00:00
Sheldon Hearn
9400b2896e
Order the cross-references in the SEE ALSO section correctly.
2000-07-18 13:03:09 +00:00
Sheldon Hearn
3ae5a45440
Clean up this new manual page. This delta includes content and
...
whitespace changes, which should not be a problem because this
is only the second revision of the file and translators are
unlikely to have gotten started yet.
Reviewed by: abial
2000-07-18 07:46:14 +00:00
Matt Jacob
785b6ccaec
Don't get stuck in a loop calling exit from an atexit routine. Clean
...
up cam_fill_ctio usage to passed atio flags. Clear periph_priv area
of new ctio so if the kernel is dumb enough to look at them (this is
a SECURITY hole) the panic will be obvious instead of subtle.
2000-07-18 04:39:36 +00:00
Jason Evans
8e234adf86
Change my email address in the copyright notices for the sake of consistency
...
(jasone@canonware.com --> jasone@freebsd.org ).
2000-07-18 01:38:19 +00:00
Bill Paul
ead7cde9d1
Add the PCI IDs for the Macronix 98727 and 98732 parts. These are
...
3.3volt PCI/cardbus chipsets similar to the 98715 (and they have
512-bit hash tables). Also update the man page to mention the 98727/98732
and the SOHOware SFA110A Rev B4 card with the 98715AEC-C chip.
2000-07-17 19:27:41 +00:00
Ben Smithurst
de9bd90aa8
Remove some whitespace so the line with "brackets" changed to "angle
...
brackets" no longer touches the right edge of an 80 column display.
2000-07-17 19:05:57 +00:00
Bill Paul
5e59aa05b6
kue(4) and cue(4) do not need miibus.
2000-07-17 19:04:58 +00:00
Sheldon Hearn
f274479332
Rename MDNSECT to MD_NSECT and declare it as something that isn't
...
default in NOTES.
Requested by: bde
Approved by: phk
2000-07-17 13:13:04 +00:00
Jun-ichiro itojun Hagino
74f575394c
sync with latest kame doc. wording changes and updates
2000-07-17 02:37:26 +00:00
Jun-ichiro itojun Hagino
9c77442e63
bring in latest kame doc. talk about ah tunnel caveat.
2000-07-17 02:22:18 +00:00
Matt Jacob
e2dc1289d2
Clean up after oneself on exit.
2000-07-17 02:05:45 +00:00
Ben Smithurst
044e09a0a8
1. "braces" -> "brackets" when referring to [ and ].
...
PR: 19894
Submitted by: Tony Finch <dot@dotat.at>
2. "brackets" -> "angle brackets" when referring to < and >.
3. Clean up the bit about creating the usage() message. After clarifying a
couple of points the sentence became rather long, and rather poor English, so
it was converted to a enumerated list instead.
parts 1, 2, 3:
Reviewed by: sheldonh
2000-07-16 20:46:43 +00:00
Ben Smithurst
e63d1b73d3
Clarify that CVSup doesn't understand comments in refuse files.
...
PR: 19949
Submitted by: Jun Ushida <ushida@msa.biglobe.ne.jp>
2000-07-16 20:34:54 +00:00
Ben Smithurst
3fd5156000
"VFS entry point" -> "entry point", to be consistent with other VOP_*(9)
...
manual pages.
PR: 18593
Submitted by: Anatoly Vorobey <mellon@pobox.com>
2000-07-15 22:28:16 +00:00
Andrzej Bialecki
bd3cdc3105
These patches implement dynamic sysctls. It's possible now to add
...
and remove sysctl oids at will during runtime - they don't rely on
linker sets. Also, the node oids can be referenced by more than
one kernel user, which means that it's possible to create partially
overlapping trees.
Add sysctl contexts to help programmers manage multiple dynamic
oids in convenient way.
Please see the manpages for detailed discussion, and example module
for typical use.
This work is based on ideas and code snippets coming from many
people, among them: Arun Sharma, Jonathan Lemon, Doug Rabson,
Brian Feldman, Kelly Yancey, Poul-Henning Kamp and others. I'd like
to specially thank Brian Feldman for detailed review and style
fixes.
PR: kern/16928
Reviewed by: dfr, green, phk
2000-07-15 10:26:04 +00:00
Robert Watson
ab56179d5b
o Apply asmodai's spelling commit from /etc/root to dot.cshrc in /share/skel
...
also.
2000-07-15 03:24:18 +00:00
Matt Jacob
bf43e4b847
Whoops- more changes in last checkin than TARGIODEBUG-
...
some additional TARGIOCCLEAREXCEPTION ioctls added as
needed.
Obtained from: gibbs@freebsd.org
2000-07-14 20:30:28 +00:00
Matt Jacob
97188b54ce
Make use of the new TARGIODEBUG ioctl (i.e., add an option for it's use).
2000-07-14 20:26:59 +00:00
Sheldon Hearn
b36ee384e6
Actually allow ``options MDNSECT=<numsects>'' in kernel configs to
...
specify the default maximum size of malloc(9)-backed md(4) devices
and complete the documentation of this option.
2000-07-14 12:14:13 +00:00
Peter Wemm
97e8e70bd1
Be consistant about WITH_ vs MAKE_ flags. We have a precedent of using
...
MAKE_foo for things like MAKE_KERBEROS etc. Use that. I managed to
confuse myself last time and made make.conf different to the code. ;-(
Reported by: Jun Kuriyama <kuriyama@FreeBSD.org>
2000-07-14 09:18:21 +00:00
David E. O'Brien
4a19005c48
Revert rev 1.24.
...
Facts verfied by: mckusick
2000-07-13 22:40:50 +00:00
Stephen McKay
db6ccea640
Spelling.
2000-07-13 13:49:36 +00:00
Neil Blakey-Milner
d08c353b39
Update the st(4) and sd(4) references to sa(4) and da(4) respectively,
...
maintaining order, were the references ordered already.
PR: reminded by 19647
Submitted by: reminded by Jens Schweikhardt <schweik@noc.dfn.de>
2000-07-12 15:19:39 +00:00
Daniel Harris
dcecd67263
Add some missing articles (as in a, an, the).
2000-07-11 22:39:48 +00:00
Jeroen Ruigrok van der Werven
7bca8b217f
Install accept_filter.9
...
Forgotten by: alfred
2000-07-11 13:50:04 +00:00
Alfred Perlstein
ad9bccc5f7
attrib properly.
...
Pointed out by: asmodai
2000-07-10 19:20:08 +00:00
Alfred Perlstein
fb567cd9eb
Document the kernel interface for accept filters.
...
Thanks to sheldonh for cleaning up the rough initial manpage.
2000-07-10 17:23:53 +00:00
Ollivier Robert
65c14d9dc0
Correct one reference to wd.4 by ad.4.
2000-07-10 08:01:38 +00:00
Mark Murray
f700468d0a
The World Order has changed. We no longer need separate "secure"
...
collections for crypto code; these are merged into cvs-all and
src-all.
OKed by: jdp
2000-07-09 16:03:53 +00:00
Sheldon Hearn
dd25cbc7d1
Add md.4 to the build.
2000-07-07 11:57:02 +00:00
Sheldon Hearn
8057969f7e
Add phk's md(4) manual page, written by phk himself.
2000-07-07 11:52:03 +00:00
Warner Losh
c7c5a4ed23
Add ${.CURDIR}/../../../.. to the list of places we look for the
...
kernel. The new moudles/sound/drivers/foo pushes us down one more
level.
2000-07-07 05:12:33 +00:00
Bill Paul
e6a801c19b
Fix up the sis.4 man page per Sheldon Hearn:
...
* Clear the Os macro, which is assumed gracefully at run-off time.
* Use quotes to reduce the long name description (Nd) to a single
argument.
* Use meaningful arguments to the -width option of the Bl macro.
* Mark rc.conf up with Xr instead of Pa so that it is obvious that
further help on that file is available.
* Explicitly indicate that mediaopt is a command modifier (Cm) of
the ifconfig(8) utility.
* Do not mark up half-duplex and full-duplex as arguments (Ar),
since they are allowed values for an argument.
* Fix various grammar and spelling mistakes.
2000-07-06 19:30:20 +00:00
Brian Somers
15ed7d0b16
Add various system usernames (even though I try to avoid pppd!!!)
...
PR: 19717
Submitted by: Tony Finch <dot@dotat.at>
2000-07-06 19:05:43 +00:00
Bill Paul
95674596b9
Add support for the National Semiconductor DP83815 fast ethernet
...
controller chip. This chip is currently being used on the NetGear
FA312-TX adapter, which I guess is a replacement for the FA310-TX
(PNIC-based).
I added support for this chip by modifying the sis driver since
the SiS 900 and the NS DP83815 have almost the same programming
interface (the RX filter programming and PHY access methods are
different, but the general configuration, DMA scheme and register
layout are identical).
I would have had this done a lot sooner, but getting the damn MAC
address out of the EEPROM proved to be more complicated than expected.
2000-07-06 06:02:04 +00:00
Andrey A. Chernov
36f579a27f
Fix alt months
...
Submitted by: Ri?ardas ?epas <rch@richard.eu.org>
2000-07-05 21:02:45 +00:00
Sheldon Hearn
afc3b53891
Introduce a new option, daily_status_disks_df_flags, which specifies
...
the command-line arguments to be used for the call to df(1) when
daily_status_disks_enable is set to YES.
The name of the new variable was chosen by the maintainer of our
periodic hierarchy, Brian Somers.
PR: 19631
2000-07-05 10:47:01 +00:00
Jun-ichiro itojun Hagino
f60386610a
sync with kame. more security warnings
2000-07-05 08:15:05 +00:00
Jun-ichiro itojun Hagino
4bfc7eeb68
sync with reality/latest kame
2000-07-04 16:39:23 +00:00
Jun-ichiro itojun Hagino
8f336835e1
sync with recent IMPLEMENTATION note from kame.
2000-07-04 16:35:31 +00:00
Ollivier Robert
2d311b79cd
- link ata.4 to {acd,ad,afd,ast}.4
...
- add the reference to ad.4 in da.4.
MFC candidate.
Submitted by: sheldonh, mpp
2000-07-04 16:32:46 +00:00
Nick Hibma
fd473ea108
Correct the text for the return value.
...
Submitted by: phk
2000-07-04 12:45:56 +00:00
Ollivier Robert
2ae7523515
Insert a reference to ata.4.
...
Discussed with: phk
2000-07-04 10:01:12 +00:00
Ollivier Robert
b388f1b766
Oops, there's no ad.4.
2000-07-04 09:37:06 +00:00
Ollivier Robert
fddc77af6f
Replace a reference to wd(4) to ad(4).
...
Found by: phk
2000-07-04 09:32:11 +00:00
Peter Wemm
85a0c81531
Delete the RSAREF=YES example from make.conf - it is not used at all.
...
Add knobs for the optional crypto parts with some notes.
2000-07-03 20:52:01 +00:00
Sheldon Hearn
8ca01badb9
Clear the obsolete argument to the Os macro.
...
Clear extraneous arguments to Nm.
Use Pa to mark up paths.
Use a single tagged list in the FILES section.
2000-07-03 12:56:00 +00:00
Jeroen Ruigrok van der Werven
83734e47d3
Fix up typo.
...
Add description of sshd_program variable.
Submitted by: Ashley Penney <ashp@unloved.org>,
Adrian Chadd <adrian@freebsd.org>
2000-07-03 12:34:27 +00:00
Josef Karthauser
f6c7891edc
Add versions of the UK keymaps with the key marked "Caps Lock"
...
acting as a left control key. Many want a control key in the "real"
place, but still want the keymap to match the printed keys as much
as possible.
Inspired by obrien's us.pc-ctrl.kbd keymap, although I've had these
in my tree for a long time (since the left control key on my laptop
stopped working :)
2000-07-02 18:39:10 +00:00
Garrett Wollman
9ec4c09af1
Use consistent markup for literals and quoted metasyntactic variables.
...
Left unfixed: `NIS' should be marked up as a tradename.
2000-06-30 15:59:48 +00:00
Garrett Wollman
c9e5fb39e5
Spell `99%' correctly.
2000-06-30 15:28:06 +00:00
Garrett Wollman
4469e49ba8
Fix spelling of `whose'.
2000-06-30 15:22:18 +00:00
Sheldon Hearn
c5eadb2bdb
Do not link bktr.4 and bt.4 into ../, since these are no longer
...
installed from man4.i386.
PR: 19601
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
2000-06-30 11:50:46 +00:00
Sheldon Hearn
98a83e2dd1
Use "yesterday's" instead of "yesterdays" as required for correct
...
grammar.
Since this pushes the line to an unacceptable length, apply the
accepted line breaking style.
2000-06-30 11:24:31 +00:00
Brian Somers
1fb83b0a07
De-spam (oops!)
...
Spotted by: sheldonh
2000-06-30 11:18:19 +00:00
Brian Somers
2d60050a94
Add $daily_status_mail_rejects_logs, defaulting to 3 to control
...
how many /var/log/maillog* files to check
PR: 19587
2000-06-30 09:41:16 +00:00
Peter Wemm
33f644c41f
Include the src-crypto-rsa collection by default for internat users.
2000-06-29 09:03:59 +00:00
Peter Wemm
65e941047c
List src-secure-rsa and clarify that cvs-crypto does not have it.
2000-06-29 09:00:23 +00:00
Brian Somers
136a5ce64d
Reword the description of weekly_status_pkg_enable (although not
...
quite how Sheldon suggested)
Suggested by: sheldonh
2000-06-27 12:04:43 +00:00
Brian Somers
0ae3b944b5
Add weekly_status_pkg_enable (defaults to NO)
2000-06-27 11:20:08 +00:00
Brian Somers
5cda06b8b7
Mention $daily_accounting_compress
...
Forgotten by: Ben & I
2000-06-27 10:52:21 +00:00
Archie Cobbs
b3fed38d39
Update to reflect new ng_ether(4) hooks.
...
Remove 'options NETGRAPH' requirement.
2000-06-27 00:09:49 +00:00
David E. O'Brien
c5225ad92f
Add BDECFLAGS so people can use them easily in /etc/make.conf.
2000-06-26 21:43:19 +00:00
Sheldon Hearn
ad61de5c4e
The rand_irqs variable was removed in rev 1.67 of rc.conf. Remove it
...
from the documentation also.
2000-06-26 08:29:47 +00:00
Mike Pritchard
db3af44eb0
Remove some mis-leading text from the "Libraries" section.
2000-06-24 23:02:01 +00:00
Andrey A. Chernov
a25ce1d98b
Fix c_fmt
2000-06-24 12:35:09 +00:00
Brian Somers
f3e285ba7d
Introduce /etc/defaults/periodic.conf, similar in concept to rc.conf.
...
The only change in the default functionality should be that
the output reports are slightly more verbose WRT files deleted.
Not objected to by: freebsd-arch
2000-06-23 01:18:31 +00:00
Sheldon Hearn
37f653195d
Use sub-sections (Ss) to categorize diagnostics and rationalize
...
diagnostic lists (Bl -diag) so that there is one per section.
Since this change creates a large delta, enforce line-breaking
style while I'm here.
These changes have blanket approval from (but were not reviewed
by) the author.
2000-06-22 08:32:54 +00:00
Andrey A. Chernov
3402568c01
Fix %EF
2000-06-21 13:50:10 +00:00
Andrey A. Chernov
f993b89d5d
Fix date
...
Submitted by: CHOI Junho <cjh@FreeBSD.ORG>
2000-06-21 13:31:51 +00:00
Alexander Langer
aa3524dbd4
mdoc style cleanup: newline for new sentence.
...
Submitted by: sheldonh
2000-06-20 15:05:06 +00:00
Alexander Langer
22d8007635
rc.local is no longer a default.
...
PR: 19314
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
2000-06-20 10:30:50 +00:00
David E. O'Brien
f94a3783cf
If "MODULES_WITH_WORLD" is defined, sys/modules will be built with the
...
world as was our old way, rather than when building a kernel.
Some people do not like the new way, and the release building still assumes
modules are built with the world.
2000-06-17 10:51:56 +00:00
Satoshi Asami
46a5b989d1
Add kterm-color, which is to kterm what xterm-color is to xterm.
...
Approved by: ache
2000-06-14 20:22:34 +00:00
Alexander Langer
8f8b4df79a
Fix typo (accessable --> accessible) and add period.
...
PR: 18588
Submitted by: Anatoly Vorobey <mellon@pobox.com>
Reviewed by: asmodai
2000-06-14 17:53:11 +00:00
Andrey A. Chernov
8879ff44c0
Fix "op" for xterm-color
2000-06-14 15:08:24 +00:00
Jake Burkholder
51255f9da7
Add MLINKS for queue(3) FOREACH_REVERSE and HEAD_INITIALIZER macros.
...
Forgotten by: jake, archie
2000-06-12 15:28:08 +00:00
Alexander Langer
505f2a7ecf
Document possible values for the waitfor arg.
...
PR: 18627, 18628
Reviewed by: asmodai
2000-06-12 13:53:04 +00:00
Nick Hibma
9e2046dfec
The USB library from NetBSD by Lennart Augustsson <lennart@augustsson.net>.
2000-06-11 18:19:14 +00:00
Jake Burkholder
03763fe07f
(1) document *_HEAD_INITIALIZER
...
(2) fix a STAILQ_HEAD that should have been STAILQ_FIRST
Requested by: (1) bde
(2) W Gerald Hicks <jhix@mindspring.com>
2000-06-10 16:41:07 +00:00
Jeroen Ruigrok van der Werven
9f32f83458
Fix alphabetical ordering of supported ATA-chipsets.
2000-06-10 13:38:40 +00:00
Alexander Langer
dc661e78a8
Remove XXX: Describe if_init().
...
Reviewed by: asmodai
2000-06-10 10:23:06 +00:00
John Baldwin
8a28ce0e42
Document flags 0x100 in syscons.4, and document syscons' flags in LINT.
...
Reviewed by: yokota, obrien
2000-06-09 23:47:30 +00:00
Guy Helmer
24f8e0e948
NONBINMODE -> NOBINMODE for NLSMODE.
...
PR: bin/8811
Submitted by: Naohiko Tsuji <yakisoba@osaka.interq.or.jp>
Prompted by: Nathan Ahlstrom <nrahlstr@winternet.com>
2000-06-09 19:15:51 +00:00
Brian Somers
64e475537d
Document $clear_daily_*
2000-06-09 17:07:59 +00:00
Alexander Langer
9092a4bca7
Add bus_alloc_resource.9 and bus_release_resource.9.
...
bus_release_resource.9 contains a paragraph obtained from a mail
by Warner Losh <imp@FreeBSD.org> to myself.
Reviewed by: asmodai, hoek; in parts by msmith, mdodd and imp
2000-06-08 21:00:12 +00:00
Bruce Evans
a8e97da092
When dubiously reprogramming .SUFFIXES, don't screw up the order of .S
...
relative to .s. This fixes wrong sources being preferred after
"gcc -save-temps" creates .s files from .S files.
2000-06-08 18:11:15 +00:00
Jeroen Ruigrok van der Werven
9549ae76d5
Remove \n I overlooked in a previous commit.
...
PR: 19111
Submitted by: R. Matthew Emerson <rme@nightfly.apk.net>
2000-06-08 13:29:41 +00:00
Ruslan Ermilov
30592a1799
Document /usr/lib/aout.
...
PR: conf/18167
2000-06-07 07:41:09 +00:00
Andrey A. Chernov
c661df54c3
Wording: reset to normal ANSI value -> reset to the normal color
2000-06-06 06:14:37 +00:00
Andrey A. Chernov
d2cb162e9c
ANSI attribute -> video attribute, was confused by wrong syscons comment
2000-06-06 00:19:51 +00:00
Robert Watson
0c167ea96c
o Minor spelling/grammar nits in intro header about conference
...
- s/netoworking/Networking/
- s/are/is/
2000-06-06 00:08:26 +00:00
Andrey A. Chernov
9d95519b5b
initial -> normal (since this term used in syscons too)
...
Explicitly mark ANSI colors from non-ANSI
2000-06-06 00:03:38 +00:00
Andrey A. Chernov
30c768bd37
Properly mark all sequences which set initial colors.
...
Clean color tables.
2000-06-05 23:50:00 +00:00
Andrey A. Chernov
96a7b7f843
Specify parameters ranges for E[...x
2000-06-05 23:24:37 +00:00
Andrey A. Chernov
f396b96167
Document E[39m and E[49m
...
Describe whole E[...x set
2000-06-05 23:01:58 +00:00
Andrey A. Chernov
5da0ba24b7
cons25*: fix "op" to set initial (and not default) color pair.
...
NOTE: you need to recompile old kernel first, "op" will not work otherwise
2000-06-05 22:21:31 +00:00
Ruslan Ermilov
c5f8035bad
/usr/mdec has gone 1.5 years ago.
2000-06-05 16:14:51 +00:00
Jeroen Ruigrok van der Werven
7603b950ef
VFS_CHECKEXP.9:
...
Fix typo.
Fix description.
VFS_FHTOVP.9:
Fix order in which the manpage says the calls should be made.
PR: 18590
Submitted by: Anatoly Vorobey <mellon@pobox.com>
2000-06-04 15:31:12 +00:00
Gerard Roudier
334705dd0f
Submitted by: Sheldon Hearn
...
Miscellaneous fixes.
2000-06-04 14:58:40 +00:00
Sheldon Hearn
f5b5fc6c75
Document the NewReno sysctl knob.
...
Submitted by: jlemon
2000-06-02 13:12:36 +00:00
Tim Vanderhoek
8c0e8d96d2
Add a NO_LPR option. Useful for people who want to use LPRng.
...
PR: bin/18787 (David Gilbert <dgilbert@velocet.ca>)
2000-05-31 21:45:15 +00:00
Chris Costello
92e24ad483
Replace `manual(section)' references with proper .Xr statements.
2000-05-31 21:33:15 +00:00
Ollivier Robert
37cf3266ce
Finland is also entitled to have an Euro character :)
...
Submitted by: Mikko Hyvarinen <morphy@morphy.iki.fi>
2000-05-31 14:53:27 +00:00
Ollivier Robert
0dbb8d80be
Add the Euro character on AltGr + E in these european keymaps as well.
...
Reminded by: Anders Andersson <anders@sanyusan.se>
alex@big.endian.de (Alexander Langer)
2000-05-31 12:25:26 +00:00
Ollivier Robert
337329a698
Makes AltGr + E generate the ISO code for the Euro character instead of
...
a plain 'e'.
2000-05-31 11:17:25 +00:00
Brian Somers
794e74c1d2
Mention that some PPPoE servers cache MAC addresses
2000-05-30 17:06:55 +00:00
Poul-Henning Kamp
de4b89bf91
Typo.
...
Spotted by: sobomax
2000-05-30 15:23:30 +00:00
Brian Feldman
eb3846c420
Correct misspelling of INADDR_ANY as IN_ADDRANY.
2000-05-30 13:55:46 +00:00
Poul-Henning Kamp
d1144d51f8
Put the jail paper in the makefile.
2000-05-29 18:18:48 +00:00
Poul-Henning Kamp
d15d3eac7b
The Jail paper, written jointly by rwatson & me.
2000-05-29 18:18:07 +00:00
David E. O'Brien
5c0accbea6
Fix long lines.
2000-05-28 17:18:14 +00:00
Doug Rabson
823234556f
Add documentation for taskqueue apis.
2000-05-28 16:53:50 +00:00
Gerard Roudier
efac3cd1d3
Reviewed by: David O'Brien
...
Document driver support for:
- Early NCR53C810/815/825 chips.
- Newer chip architectural improvements (Hardware phase
mismatch and LOAD/STORE instructions).
2000-05-28 12:59:18 +00:00
David E. O'Brien
1980871282
Move adv.4, adw.4, aha.4, ahb.4, bktr.4, bt.4, dpt.4, ed.4, joy.4, ppc.4,
...
sym.4, and wi.4 to the MI area.
2000-05-28 03:27:49 +00:00
Chris Costello
d2e7a6a46f
Fix a misspelling: undefied -> undefined
2000-05-27 22:02:32 +00:00
Peter Wemm
5b412e30f2
Sigh. Use the correct path to bsd.conf.mk. It's times like this that I
...
regret giving up coffee.
2000-05-27 01:11:17 +00:00
Peter Wemm
8cc6d36435
Add bsd.kmod.mk back.
2000-05-27 00:54:45 +00:00
Peter Wemm
08f95f1e10
Revive a skeleton for bsd.kmod.mk (which will be in the make search path)
...
that merely locates and includes sys/conf/kmod.mk.
2000-05-27 00:54:15 +00:00
Dirk Froemberg
8b2f7124cf
Remove -a from mkisofs' argument list. It's the default for version 1.12.1
...
and up and causes mkisofs to fail if present.
Add $FreeBSD$ while I'm here.
Ok'ed by: jkh
2000-05-25 20:12:10 +00:00
Mike Smith
c944dedc6f
Manpage for the 'twe' driver.
2000-05-24 23:48:15 +00:00
Tim Vanderhoek
bca1f3c245
The LOCKPARENT flag is singular. It doesn't work causing complications
...
is also a singular fact.
2000-05-21 03:23:10 +00:00
Tim Vanderhoek
8d15625944
No be needed here --- "typo".
2000-05-21 03:16:35 +00:00
Tim Vanderhoek
1663ea5841
Typo in comments explaining what MAN_FILTER is.
2000-05-21 03:14:38 +00:00
Tim Vanderhoek
7f9d55b4fb
Typos, missing words. I don't believe any of these are relevant to
...
translators.
2000-05-21 03:06:28 +00:00
Mike Pritchard
17c73e2bb2
Update the man page to match utmp.h.
2000-05-19 18:24:23 +00:00
Chris Costello
878f9ca614
Replace a manual.section file reference with a proper mdoc(7) .Xr
...
reference.
PR: 18625
Submitted by: Alexander Langer <alex@cichlids.com>
2000-05-18 00:20:55 +00:00
Bruce Evans
395e4e5ab2
Don't create a garbage file named "install" for the NOINFO case when
...
there happens to be a source file named install.sh. The null rule
for "install" in the NOINFO case must not be completely null, since
then it may be overridden by the implicit .sh rule.
2000-05-15 14:17:50 +00:00
Kris Kennaway
d5865fe838
Add /bin/tcsh for completeness
...
Submitted by: knu
2000-05-14 10:21:18 +00:00
Paul Richards
1c7d91744e
Correct duplicate use of word "been" in a sentence.
2000-05-12 15:31:54 +00:00
Alexey Zelkin
ec7b386bd7
Fix typo
...
Spoted by: bde
2000-05-12 10:50:04 +00:00
Alexey Zelkin
547be285ff
. insert forgotten by someone "Space Mode on" directive. It caused displaying
...
of all macros placed after FILES section w/o any space characters.
. slightly correct usage of .An macros.
2000-05-12 09:10:40 +00:00
Alexey Zelkin
4e8867b96e
Place $FreeBSD$ tag to correct location (bottom of the copyright)
2000-05-12 08:37:08 +00:00
Alexey Zelkin
7a7ec99e11
Fix driver source location path (/sys/i386/isa/fd.c -> /sys/isa/fd.c)
2000-05-12 08:36:36 +00:00
Alexey Zelkin
2865e1d51a
Use .An macro for declare Authors Name in AUTHORS section
2000-05-12 08:32:56 +00:00
Alexey Zelkin
cb4f041e3f
Add MLINKS: scsi.4 -> SCSI.4, scsi.4 -> CAM.4
2000-05-12 08:32:09 +00:00
Alexey Zelkin
9541d9c0b3
. replace CONFIGURATION section name with SYNOPSYS as mdoc(7) style declare.
...
. remove redundant paragraph breaks.
. fix typo (.Sj -> .Sh)
2000-05-12 08:30:58 +00:00
Alexey Zelkin
a95fa6b5e8
Properly mdoc'ify this manual page: remove all direct troff formating
...
directives, apply correct mdoc(7) Blocks and Lists formatting.
2000-05-12 08:28:01 +00:00
Alexey Zelkin
e2325e1954
Add MLINKS: bktr.4 -> booktree.4
2000-05-12 08:14:11 +00:00
Alexey Zelkin
f2a90ca5a3
Remove osolete reference to eg(4), properly use mdoc macro `.Nm'
2000-05-12 08:10:22 +00:00
Alexey Zelkin
f8316c1042
Add MLINKS for all macros decribed in queue.3 manpage.
2000-05-12 07:58:37 +00:00
Chris Costello
08896eb5ec
Document the `new' fdesc--now that it belongs only on /dev/fd, remove all
...
non-/dev/fd related documentation (such as that for stdin, stdout, tty).
Update the fstab line to refer to /dev/fd instead of /dev.
2000-05-11 22:20:23 +00:00
Bruce Evans
1c171d7474
Abuse .Fn for macros better (don't hand-format the parameter string by
...
quoting it all and adding commas).
Don't say that the expression in KASSERT() is an int. It is a collection
of tokens forming a C expression that can be compared with 0.
2000-05-11 16:54:52 +00:00
Bruce Evans
7925aadbe5
Removed bogus quoting of single tokens in a .Fn invocation. This helps
...
my synopsis checker decide which .Fn's are for prototypes (most function
parameters require quoting because they have multiple tokens).
2000-05-11 16:39:33 +00:00
Bruce Evans
b1f2329c99
Fixed bitrot. The changes from buf to bio had not reached here.
2000-05-11 16:25:03 +00:00
Bruce Evans
009e3322f2
Abuse .Ft and .Fn for macros in the usual way (name the macro parameters,
...
and don't use .It for the macro pseudo-return type).
2000-05-11 16:22:38 +00:00
Bruce Evans
27010737a9
"Fixed" missing include in synopsis. POSIX.1-1996 only specifies
...
including <signal.h>, but that must be a bug in POSIX.1, because it
also specifies that the relevant prototype is [only] in <pthread.h>.
2000-05-11 16:13:18 +00:00
Bruce Evans
ce8973f06a
Fixed misspelling of a struct tag in a function parameter type.
2000-05-11 16:03:38 +00:00
Darren Reed
08aa4ea3b8
patch from Alexey Zelkin
2000-05-11 00:44:35 +00:00
Jeroen Ruigrok van der Werven
24b97f0eb0
Add more substance to the amr.4 manpage.
...
Submitted by: msmith
2000-05-10 18:45:20 +00:00
Archie Cobbs
5feb7588af
Update man page to reflect new IPv6 hook. Simplify Makefile.
2000-05-10 16:54:40 +00:00
Darren Reed
e9c7bebf95
Add pfil(9) subroutines and manpage from NetBSD.
2000-05-10 13:37:51 +00:00
Sheldon Hearn
0f5fcaa3f1
Supply only one author name per instance of %A, as per mdoc.samples(7).
...
PR: 18465
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
2000-05-10 09:49:04 +00:00
Tim Vanderhoek
b17407bbe3
Small grammar gnit.
2000-05-09 20:35:13 +00:00
Mike Pritchard
b68d89eb4c
Spelling fix: despatching -> dispatching. This makes the
...
spelling consistent throughout the man page.
PR: docs/18467
Submitted by: Alexander N. Kabaev <ak03@gte.com>
2000-05-09 18:52:26 +00:00
Mike Pritchard
9dca1aebb4
Correct a patch name and use the correct macro for displaying it.
...
PR: docs/18468
Submitted by: Anatoly Vorobey <mellon@pobox.com>
2000-05-09 18:44:34 +00:00
Matthew Hunt
0486ee6f1f
Correct "it's" to "its".
...
PR: 18469
Submitted by: Anatoly Vorobey <mellon@pobox.com>
2000-05-09 18:08:52 +00:00
Sheldon Hearn
68acfb0617
Update the builtin(1) manpage to reflect changes since the csh(1)
...
to tcsh(1) upgrade. The following commands were added as builtins:
bindkey
builtins
complete
echotc
filetest
hup
log
ls-F
printenv
sched
settc
setty
telltc
uncomplete
where
The printf builtin was removed.
2000-05-09 14:59:06 +00:00
Sheldon Hearn
f167d7fb3e
Fix miscellaneous mdoc macro argument limit infringements.
...
PR: 18465
Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
2000-05-09 14:02:06 +00:00
Sheldon Hearn
123b196a08
Fix nits in previous commit: hard sentence break and grammar.
2000-05-09 08:09:31 +00:00
Tim Vanderhoek
eee0e29c1d
.Xr vgl 3 ,
...
PR: kern/14566
2000-05-09 02:52:39 +00:00
Andrey A. Chernov
66d95f178a
Describe firewall_logging option
2000-05-08 21:10:33 +00:00
Sheldon Hearn
4f262adde3
Remove the MLINKS entry for cwd, since it's no longer listed in the
...
builtin.1 page.
2000-05-08 16:23:56 +00:00
Sheldon Hearn
07593bef67
Remove the bogusly inserted ``cwd'' which isn't a builtin command
...
to sh, csh nor tcsh.
Fix the header line of the table to use cross-references and
emphasis.
2000-05-08 15:59:23 +00:00
Mike Smith
d50e5bd5cc
For tape devices, 'r' means REWIND, not RAW.
2000-05-07 21:47:07 +00:00