Dima Dorfman
99253b64fb
Correct the exports(5) example to use -ro in the paragraph that talks
...
about how exporting / and /usr works even if they're read-only.
PR: 42076
Submitted by: Marco Molteni <molter@tin.it>
2002-10-02 02:07:08 +00:00
Dima Dorfman
e767e97d74
Correct minor errors in the code examples.
...
PR: 41993
Submitted by: David Lay <dsl@foozle.org>
2002-10-01 23:35:33 +00:00
Ruslan Ermilov
7206028152
test -h is deprecated; use -L instead.
...
PR: bin/40846
2002-10-01 13:29:45 +00:00
Sheldon Hearn
045df95d10
Regen:
...
* Hart: rev 337 of pcidevs.txt (2002-09-29)
2002-09-30 10:41:22 +00:00
Juli Mallett
7cfab3bb92
Allow the shell preference for make(1) to be set in make.conf(5), and hopefully
...
trick a few people into setting MAKE_SHELL to csh, although that can still
rebuild itself to allow them to heal the wound in their foot.
2002-09-29 00:09:22 +00:00
Andrey A. Chernov
69513ccb80
Remove more two-letters names,
...
we don't use them in termcap already many years.
Add "su" as alias to "dumb" to help login, with comment.
2002-09-28 03:40:19 +00:00
Søren Schmidt
c5e827ebc8
Add manpage for the pst driver (Promise SX6000)
2002-09-27 17:44:12 +00:00
Ceri Davies
53264ceaf6
Add a note explaining /var/empty.
...
PR: docs/43364
Submitted by: Kim Scarborough <sluggo@unknown.nu>
MFC after: 14 days
2002-09-26 17:12:05 +00:00
Poul-Henning Kamp
97c662f817
Document that ENOTTY is the correct "default" error return;
2002-09-26 14:10:21 +00:00
Ruslan Ermilov
01a97b5808
Document DOC_LANG.
...
Reviewed by: murray
2002-09-26 07:08:48 +00:00
Brian Somers
df93d794dc
Add a pkg_version variable so that it's possible to run portsversion instead
...
of pkg_version in periodic/weekly/400.status-pkg.
2002-09-25 03:01:42 +00:00
John Baldwin
660e41d37f
Remove all mention of MTX_NOSWITCH. It was obsoleted a long time ago.
2002-09-24 20:45:58 +00:00
Andrey A. Chernov
94ac52db2a
Make it works with POSIX sort (POS arg)
...
All old sorts understand -k too.
2002-09-24 20:10:59 +00:00
Hajimu UMEMOTO
b838ab7c19
Mention about how to build sendmail with SASLv2.
2002-09-24 17:07:37 +00:00
Masafumi Max NAKANE
925850905b
Fix typo.
2002-09-21 08:32:07 +00:00
Mark Murray
5741a42f2f
Extend the lint handling a bit.
...
o Make it possible to prevent parts of the tree from being linted
(say) during a 'make world' by setting NOLINT in a leaf Makefile.
o Make "make lint" work (better) for executable programs.
o Clean up (nuke!) a syntax damaged pipeline.
2002-09-20 19:32:51 +00:00
Don Lewis
394739140c
The file vnode passed to VOP_LINK() should now be locked before the call.
2002-09-19 13:34:50 +00:00
Don Lewis
81f8d226f9
Convert descriptions in the ERRORS section to full sentences if they
...
were not full sentences, elaborating as necessary.
2002-09-18 22:12:43 +00:00
John Baldwin
23bfdc2d66
Whitespace-only indention fixups for revision 1.20. This lets the 1.20
...
diff actually be readable.
2002-09-18 20:51:25 +00:00
John Baldwin
f41fb58cd1
Oops, fix userland _CPUCFLAGS. Move adding of _CPUCFLAGS to bottom of
...
file after end of empty CPUTYPE else clause.
2002-09-18 20:48:54 +00:00
John Baldwin
eb28bc3e98
For the default case of CPUTYPE not being set, don't define CPUTYPE to the
...
lowest value in order to get the right MACHINE_CPU values since setting
CPUTYPE can result in problems later in the buildkernel case. Instead,
set MACHINE_CPU directly and leave CPUTYPE alone.
Tested by: mbr
2002-09-18 20:44:46 +00:00
Poul-Henning Kamp
0b1c0994a5
Add m_fixhdr() and m_length().
2002-09-18 20:04:30 +00:00
Søren Schmidt
f7b6f951cf
Update supported chipset list.
2002-09-18 09:40:18 +00:00
Don Lewis
cc25845767
Style and markup changes only.
...
Capitalize the first letter of the descriptions for the entries in the ERRORS
section if they are complete sentences and end the sentences with periods.
2002-09-18 09:34:01 +00:00
Mike Barcroft
86954511d2
Implement C99's va_copy() macro.
2002-09-18 07:33:16 +00:00
Sheldon Hearn
46cdd3078f
Regen:
...
* Hart: rev 332 of pcidevs.txt (2002-09-09)
2002-09-17 11:47:53 +00:00
Hajimu UMEMOTO
368d90d1ca
reject private IPv4 addrs
...
Obtained from: KAME
2002-09-17 10:56:52 +00:00
Don Lewis
4f0ef11192
Update man page to reflect current implementation.
...
List all of the error returns shown in the example code in the ERRORS
section.
2002-09-17 08:31:43 +00:00
Don Lewis
691d7d0915
Fix a hard sentence break.
2002-09-17 08:24:15 +00:00
Peter Wemm
66422f5b7a
Initiate deorbit burn for the i386-only a.out related support. Moves are
...
under way to move the remnants of the a.out toolchain to ports. As the
comment in src/Makefile said, this stuff is deprecated and one should not
expect this to remain beyond 4.0-REL. It has already lasted WAY beyond
that.
Notable exceptions:
gcc - I have not touched the a.out generation stuff there.
ldd/ldconfig - still have some code to interface with a.out rtld.
old as/ld/etc - I have not removed these yet, pending their move to ports.
some includes - necessary for ldd/ldconfig for now.
Tested on: i386 (extensively), alpha
2002-09-17 01:49:00 +00:00
Nate Lawson
8723b451f9
Start new sentence with newline.
...
Suggested by: jhb
2002-09-16 19:53:51 +00:00
Nate Lawson
8c3308035a
Update man page for enum -> const char * change for v_tag
2002-09-16 18:16:07 +00:00
Ceri Davies
5238a408ed
s/protocole/protocol/
...
PR: docs/42815
Submitted by: Nicola Vitale <nivit@libero.it>
MFC after: 21 days
2002-09-15 20:33:05 +00:00
Mike Barcroft
beddcd8bcb
Document intptr_t and uintptr_t.
2002-09-15 20:12:20 +00:00
Robert Watson
58616b1c69
s/VOP_NULL/VATTR_NULL/
2002-09-14 03:32:57 +00:00
Katsushi Kobayashi
3c60ba66c4
Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (Serial
...
Bus Protocol 2:SCSI over IEEE1394) support for CAM.
2002-09-13 12:31:56 +00:00
David E. O'Brien
fb3d225909
Add support for the AMD x86-64 Hammer platform.
2002-09-11 04:57:09 +00:00
Robert Drehmel
3b12885314
Add a paragraph which should clarify the separation of asterisks
...
and adjacent tokens in declarations.
The added text was originally a single sentence I wrote and which
was heavily modified and extended by Bruce Evans.
This clarification attempt originates from differing usage of the
'restrict' type-qualifier.
Although various documents documents dicussing the C Programming
Language put a space between an asterisk and the 'restrict' keyword,
including the C99 standard (at least the n869.txt draft) and other
ISO/IEC JTC1/SC22/WG14 documents, the IEEE Std 1003.1-2001 document
does not separate them.
Discussed with: bde
Requested by: tjr
Separation using a single space also liked by: mike
2002-09-10 14:48:38 +00:00
Tony Finch
3e30ca7b1c
Remove a sentence about wrapping macro definitions in bare braces,
...
which became wrong after using do { } while (0) became recommended.
Move the definition of what braces are to their new first occurrence.
Reviewed by: bde
2002-09-10 10:54:39 +00:00
John Polstra
a02e220c6f
Mention support for the on-board NICs on IBM x235 servers.
...
Be more precise when referring to the chip family (BCM570x) vs.
specific models (e.g., BCM5700).
MFC after: 1 month
2002-09-08 19:20:23 +00:00
Andrey A. Chernov
524cb6766e
Another two-letters breakage
2002-09-08 12:47:22 +00:00
Andrey A. Chernov
c1b7a2d2f1
1) Remove all two-letters names and derivates, comes with Xfree* entries spam,
...
we don't use two-letters names already many years.
2) Make xterm-color just plain alias to xterm instead of unnecessary
reduplication of color capabilities already exist in xterm entry.
2002-09-08 05:41:42 +00:00
Chad David
78ae381517
Note that siginit() does not cause every signal to be ignored only the
...
ones with a default property of SA_IGNORE, and that it acquires and
releases the processes lock.
2002-09-07 06:07:55 +00:00
Kris Kennaway
0dafadb731
Add support for ev67 and ev45 CPUTYPEs (new in gcc3)
2002-09-07 01:26:11 +00:00
Maxime Henrion
af1ed8d074
List the new athlon CPUs supported by the CPUTYPE make variable.
...
Submitted by: kris
2002-09-07 01:19:15 +00:00
Maxime Henrion
8e4b67a2a3
Update to use all the new CPU optimizations of GCC3.
...
Reviewed by: kris
2002-09-07 01:15:29 +00:00
Maxim Sobolev
5176efdd47
Connect gre(4) to the build.
2002-09-06 17:17:22 +00:00
Maxim Sobolev
8e96e13e6a
Add a new gre(4) driver, which could be used to create GRE (RFC1701)
...
and MOBILE (RFC2004) IP tunnels.
Obrained from: NetBSD
2002-09-06 17:12:50 +00:00
Robert Drehmel
00f9b68295
Expand a contraction in the text of style(9) for consistency.
...
Do not touch contractions in comments of code examples because
their usage seems to be justified by space contraints.
2002-09-06 10:53:57 +00:00
Peter Wemm
c253d72f0a
Bump the -mev56 to -mev6. Otherwise, when you compile with gcc using
...
ev6 or pca56 etc this downgrades the cpu specification passed to gas.
As a result, gas will fail when gcc generates media instructions (in
uipc_usrreq.c). This only affects what gas will accept, not what gcc
generates or what our *.s file contain.
2002-09-06 07:27:41 +00:00
Gordon Tetlow
e99a17fb92
Update rc.conf.5 man page to reflect bootparamd_enable and _flags
2002-09-05 20:19:03 +00:00
Gregory Neil Shapiro
d87e0e8e23
Deprecate the use of sendmail_enable="NONE" as it adversely affects the
...
new rcNG effort.
Submitted by: Mike Makonnen <makonnen@pacbell.net>
2002-09-03 22:15:57 +00:00
Scott Long
5bd24c43a2
Fix a few typos and nits.
...
Submitted by: bmah
2002-09-01 22:07:24 +00:00
Scott Long
55131267b6
Add a manual page for the ahd driver.
2002-09-01 07:34:47 +00:00
David E. O'Brien
6e7b5f4065
Fix xterm-color so that it (1) doesn't bitch on exit, (2) doesn't restore
...
the pre-run screen.
Desired by: alfred, peter, mini
2002-09-01 02:04:42 +00:00
Kris Kennaway
b5cdcc000b
test -h is deprecated; use -L instead.
...
Submitted by: april <april@oublinet.net>
PR: misc/38724 (part of)
MFC after: 3 days
2002-08-31 02:22:33 +00:00
Hellmuth Michaelis
2455cd9ea2
document options for integrating pcvt configuration into the new /etc/rc.d
...
startup system.
2002-08-30 12:44:44 +00:00
Mitsuru IWASAKI
6c40705212
s/hint.acpi.0.disable/hint.acpi.0.disabled/
...
Fix device hints entry for disabling acpi(4).
This also should fix the arbitration with apm(4) when both drivers
are enabled.
Note that your /boot/device.hints needs to be updated if you want to
stop auto-loading acpi.ko or disable acpi(4).
2002-08-30 11:11:07 +00:00
Johan Karlsson
2281085897
Use correct arguments to sysctl in code example.
...
PR: 40038
Submitted by: perky
Approved by: sheldonh (mentor)
MFC after: 1 week
2002-08-30 10:52:17 +00:00
Matthew Dillon
5bdfbf5afd
Cleanup grammer related to PR 40907 and add a section on TCP delayed
...
acks as suggested by Mike Harding <mvh@ix.netcom.com>
2002-08-29 20:34:06 +00:00
Maxim Sobolev
d1831a621a
Last missed bit of user-setable promisc mode.
...
Pointy hat to: sobomax
MFC after: 1 day
2002-08-28 07:24:20 +00:00
Jens Schweikhardt
a5587014bd
Use the xterm termcap that XFree86 ships instead of our somewhat
...
questionable termcaps.
PR: bin/41143, also fixes ports/35092
Submitted by: Andy Sparrow <spadger@best.com>
MFC after: 3 days
2002-08-27 17:33:39 +00:00
Tom Rhodes
2ff33d9472
Grammar cleanup
...
PR: 40909
2002-08-27 16:18:07 +00:00
Yaroslav Tykhiy
dd4dc0a99c
Language style and grammar fixes.
...
tx(4) has gained native support for vlan(4).
MFC after: 3 days
2002-08-27 14:26:05 +00:00
Yaroslav Tykhiy
a5a8905c10
Update the section on NIC driver support status.
...
MFC after: 3 days
2002-08-27 14:01:14 +00:00
David E. O'Brien
a8a1e43d8f
Backout rev 1.4. The code certainly does not spell the sysctl with 'ed':
...
$ grep disable /sys/boot/i386/libi386/i386_module.c
if ((getenv("acpi_load") && !getenv("hint.acpi.0.disable"))) {
2002-08-25 20:02:30 +00:00
Matthew Dillon
301b6a7936
Rearrange a sentence that got stuck in the wrong paragraph.
...
X-MFC after: (all commits here will be MFCd)
2002-08-25 18:54:04 +00:00
Matthew Dillon
c3bf8c4544
Clear up confusion in a sentence describing [/var]/tmp.
2002-08-25 18:46:43 +00:00
Matthew Dillon
78d1394010
Add a section on the net.inet.ip.portrange.* sysctls.
...
Suggested by: Mike Harding <mvh@ix.netcom.com>
MFC after: 3 days
2002-08-25 18:34:48 +00:00
Mike Barcroft
33213740d8
Append a d to disable to make the ACPI hint example valid.
...
Submitted by: Craig Rodrigues <rodrigc@attbi.com>
2002-08-25 16:48:16 +00:00
Jens Schweikhardt
798fb62432
Reformat the mvterm entry to fit mostly in an 80 column terminal.
...
Suggested by: bde
MFC after: 3 days
2002-08-25 12:12:46 +00:00
Bruce Evans
64fc62d407
Turned format checking back on. It was left turned off for too long after
...
the gcc lossage that caused it to be turned off was fixed.
Tested with: i386/{GENERIC,LINT,...}, alpha/GENERIC
2002-08-25 08:05:02 +00:00
Chris Costello
4e1e73eb94
Remove a repeated word.
...
Submitted by: horikawa
2002-08-25 07:13:05 +00:00
Matthew Dillon
667137d174
Add A section on the retransmit timer sysctls.
...
MFC after: 3 days
2002-08-25 01:51:57 +00:00
Bruce A. Mah
6224bea053
Really add new fxp(4) adapter names this time.
...
Forgotten part of a patch from:
PR: 41759
Submitted by: David Siebörger <drs@rucus.ru.ac.za>
2002-08-24 22:26:52 +00:00
Bruce A. Mah
04f60e4b0a
Update the list of chips and cards supported by this driver.
...
Based heavily on patches contained in...
PR: 41759
Submitted by: David "Siebörger" <drs@rucus.ru.ac.za>
2002-08-24 17:00:17 +00:00
Jens Schweikhardt
edd154566e
1) add mvterm
...
2) add 132 column entries for VESA
3) fix kterm entry tc
PR: 1) misc/39628, 2) conf/13918, 3) misc/22660
Submitted by: 1) Daniel Rudy <dcrudy@pacbell.net>
Submitted by: 2) Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
Submitted by: 3) Koji Mori <mori@tri.asanuma.co.jp>
MFC after: 2 weeks
2002-08-22 19:48:13 +00:00
Jens Schweikhardt
7b25407e31
Fix typo and ispell while I'm here.
...
PR: bin/41819
Submitted by: Christophe Juniet <cjuniet@entreview.com>
MFC after: 3 days
2002-08-21 07:51:45 +00:00
Warner Losh
f46ccb5625
Suggest that function prototypes in kernel headers be alphabetical,
...
unless there's a compelling reason to deviate.
Submitted by: Don Lewis
Suggestion not objected to by: developers@
2002-08-21 06:58:21 +00:00
Archie Cobbs
97cbe82b40
Man page for new L2TP netgraph node type.
...
Obtained from: Packet Design
2002-08-20 22:00:56 +00:00
Alfred Perlstein
0f6f01c07b
Fix url for wordlists.
...
PR: docs/41830
2002-08-20 21:41:14 +00:00
Hajimu UMEMOTO
6921d421ae
Previous commit of adding ut to xterm entry broke kterm-color entry.
...
3 bytes (ut:) seems too long for kterm-color. There is a limitation
of buffer size within 1024 bytes in our ncurses.
Submitted by: mistral@imasy.or.jp
Reviewed by: matusita
MFC after: 1 day
2002-08-20 16:38:05 +00:00
Jens Schweikhardt
d4bbfee298
Insert missing 'are' to fix grammar bogon.
...
MFC after: 3 days
2002-08-20 14:43:10 +00:00
Ruslan Ermilov
81c0610313
Allow one to override ${MINSTALL} in /etc/make.conf.
...
Prompted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
2002-08-20 11:11:37 +00:00
Gordon Tetlow
806fb7f53b
Update manpage to reflect reality:
...
xntpd -> ntpd
single_mountd_enable -> mountd_enable
portmap -> rpcbind
2002-08-19 17:57:38 +00:00
Jens Schweikhardt
dc7fb8d2ce
Provide an iso8859 table similar to share/misc/ascii.
...
PR: misc/11553
Submitted by: Oliver Fromme <olli@fromme.com>
MFC after: 1 week
2002-08-18 16:57:45 +00:00
Maxim Sobolev
62f7648682
Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid
...
breaking application ABI use unused ifreq.ifru_flags[1] for upper 16 bits in
SIOCSIFFLAGS and SIOCGIFFLAGS ioctl's.
Reviewed by: -hackers, -net
2002-08-18 07:05:00 +00:00
Matthew Dillon
e1583529ee
Oops, last manual commit was to -stable, should have been to -current.
...
No biggy, the code MFC to stable will catch up to the docs in a week.
X-MFC after: -7 days
2002-08-17 20:44:24 +00:00
Andrey A. Chernov
caab99ee38
Add ut to xterm (which was removed from vt* it refers)
2002-08-17 12:34:59 +00:00
Sheldon Hearn
7b829a94c4
Regen:
...
* Hart: rev 321 of pcidevs.txt (2002-08-11)
* Boemler: vendors.txt (2002-08-10)
2002-08-16 14:55:51 +00:00
Tom Rhodes
19c99159d4
Remove usbhidaction(1) manual page under SEE ALSO section. This will be
...
added again if/when we port the framework.
Submitted by: mwlucas
Approved by: joe
2002-08-16 05:01:11 +00:00
Marc Fonvieille
e4494935d1
Fix typos: s/Ths/This, s/counties/countries
...
PR: docs/39060
Submitted by: Nicola Vitale <nivit@libero.it>
MFC after: 3 days
2002-08-15 21:25:41 +00:00
Maxime Henrion
9ca5db2fe1
Fix typo.
2002-08-15 13:11:35 +00:00
Ruslan Ermilov
43290b6363
mdoc(7) police: fixed indentation in synopsis.
...
Submitted by: bde
2002-08-15 08:20:07 +00:00
Ruslan Ermilov
c887ca5b8a
mdoc(7) police: fixed indentation in SYNOPSIS.
...
Submitted by: style(9) police (bde)
2002-08-14 16:09:31 +00:00
Ruslan Ermilov
c0cb7cc399
mdoc(7) police: minor nits.
...
Approved by: imp
2002-08-13 19:43:47 +00:00
Ruslan Ermilov
a654c53e16
mdoc(7) police: Removed redundant .Ns calls.
2002-08-13 16:07:28 +00:00
Josef Karthauser
96991a6ae8
Add a bugs section to mention that this device probably doesn't work
...
properly.
2002-08-13 15:12:11 +00:00
Ruslan Ermilov
75aee0b96c
mdoc(7) police: nits.
2002-08-13 15:01:26 +00:00
Ruslan Ermilov
6c8c60988b
mdoc(7) police: typos.
2002-08-13 14:57:33 +00:00
Ruslan Ermilov
635e2e682b
mdoc(7) police: nit.
2002-08-13 14:52:41 +00:00
Ruslan Ermilov
e6d3dae8cd
mdoc(7) police: tidy up formatting.
2002-08-13 14:51:17 +00:00
Ruslan Ermilov
ad5ca2e1b7
mdoc(7) police: revert to a valid construct.
2002-08-13 14:42:24 +00:00
Ruslan Ermilov
8cdc6c3a7c
mdoc(7) police: removed hard sentence break.
2002-08-13 14:39:26 +00:00
Ruslan Ermilov
c3b938855a
mdoc(7) police: Bump document date, removed (again) hard sentence breaks..
2002-08-13 14:37:41 +00:00
Ruslan Ermilov
e316d2deba
mdoc(7) police: nit.
2002-08-13 14:25:53 +00:00
Ruslan Ermilov
74087d9d1a
mdoc(7) police: laundry.
2002-08-13 14:20:06 +00:00
Ruslan Ermilov
76e0d06131
mdoc(7) police: laundry.
2002-08-13 14:12:31 +00:00
Ruslan Ermilov
99bf03d6a5
mdoc(7) police: added missing paragraph breaks.
2002-08-13 13:59:35 +00:00
Ruslan Ermilov
052160ff07
mdoc(7) police: typo and removed stray .Pp.
2002-08-13 13:55:02 +00:00
Ruslan Ermilov
5faba7ef6b
mdoc(7) police: pseudo-devices are gone from -CURRENT.
2002-08-13 13:50:36 +00:00
Ruslan Ermilov
a627f55aa4
mdoc(7) police: nits in rev. 1.4.
2002-08-13 13:44:45 +00:00
Tom Rhodes
b726757328
Attach uvisor(4) to the build.
2002-08-13 01:39:36 +00:00
Tom Rhodes
928217fd19
Add the uvisor(4) manual page.
...
Obtained from: NetBSD
Requested by: joe
2002-08-13 01:38:19 +00:00
Josef Karthauser
bcee849934
Replace /dev/tty with /dev/ucom.
...
Submitted by: wilko
2002-08-12 20:28:53 +00:00
Ruslan Ermilov
f350abf814
Handle the escaped colon \: in a capability.
...
PR: bin/30778
Reviewed by: ache, peter
MFC after: 3 days
2002-08-12 19:13:22 +00:00
Mark Peek
6ea9977209
Reflect support for 82801CA (ICH3) and 82801DC (ICH4) PCI chips.
2002-08-12 16:25:20 +00:00
Jens Schweikhardt
84bd1082cb
Fix typos (s/seperat/separat/ et al); add FreeBSD ID.
...
Suggested by: bde
MFC after: 3 days
2002-08-12 10:04:32 +00:00
Hellmuth Michaelis
866a3fa2bf
add support properly displaying and logging incoming telephone numbers (MSNs)
...
by looking at the "type of number" field and providing configurable hooks
to correct the numbers accordingly. See keywords add-prefix, prefix-national
and prefix-international in isdnd.rc(5).
This feature was implemented by Christian Ullrich <chris@chrullrich.de>
2002-08-12 07:53:55 +00:00
Josef Karthauser
31f48889ad
Add the uftdi ucom driver which supports the following adapters:
...
Inland UAS111
QVS USC-1000
HP USB-Serial adapter shipped with some HP laptops
Submitted by: takawata
MFC After: 7 days
2002-08-11 23:32:33 +00:00
Hellmuth Michaelis
9ed6ae76c7
add experimental support for Data over Voice (DoV) outgoing calls.
...
based on patches received from Guy Ellis (guy@traverse.com.au ),
Chris Collins (xfire@xware.cx ) and Phillip Musumeci (phillip@cs.jcu.edu.au ).
2002-08-11 15:47:26 +00:00
Jens Schweikhardt
2b239dd118
Fix typos; each file has at least one s/seperat/separat/
...
(I skipped those in contrib/, gnu/ and crypto/)
While I was at it, fixed a lot more found by ispell that I
could identify with certainty to be errors. All of these
were in comments or text, not in actual code.
Suggested by: bde
MFC after: 3 days
2002-08-11 13:05:30 +00:00
Brooks Davis
05c872ad62
Make ppp(4) devices clonable and unloadable.
2002-08-09 15:30:48 +00:00
David E. O'Brien
ac03993585
Restore autoloading of ACPI module.
...
Document the approved ways of disabling it.
Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
2002-08-09 06:07:33 +00:00
Doug Ambrisko
2b739dc164
Add support for SX cards using TBI such as Netgear GA621
...
Sponsored by: Vernier Networks.
MFC after: 1 week
2002-08-08 18:30:39 +00:00
Wolfram Schneider
1baa7ea787
NetBSD style fixes.
...
PR: misc/41164
Submitted by: Bang Jun-Young <junyoung@netbsd.org>
2002-08-05 18:58:46 +00:00
Wolfram Schneider
c3712ca9bf
Added NetBSD 1.5.3
...
Submitted by: Bang Jun-Young <junyoung@netbsd.org>
2002-08-04 20:41:15 +00:00
Wolfram Schneider
bec2b9449b
Update FreeBSD 4.6 release date.
...
Added OpenBSD 3.1
2002-08-04 20:34:28 +00:00
Ruslan Ermilov
32f8ca450d
TARGET_CPUTYPE should exist solely in Makefile.inc1, similar to
...
TARGET_ARCH and TARGET. This is problematic when one has the =
(unconditional) type of assigment for CPUTYPE in /etc/make.conf.
(This would override what was set on the command line to "make
buildworld".)
Add a (horrible) kludge to Makefile.inc1 to check the type of
assignment for CPUTYPE (only for those who attempts to set it to
a different value). Fix an example make.conf. Fix the kernel's
build-tools target (aicasm only at the moment) to catch up with
bsd.cpu.mk,v 1.15 (BOOTSTRAPPING replaced with NO_CPU_CFLAGS in
Makefile.inc1's BMAKE).
Reviewed by: jhb
2002-08-02 18:04:22 +00:00
Robert Watson
4fd65a06f9
Add a libnames entry for libugidfw.
...
Add a DPADD line for ${LIBUGIDFW} for ugidfw.
Submitted by: ru
2002-08-02 13:37:57 +00:00
Mark Murray
d1fd4b3369
Remove the reference to NOUUCP, ans we no longer have base UUCP.
2002-08-02 10:52:59 +00:00
Mark Murray
e830ddcaf2
There is no more UUCP in the base system, so there is no need to
...
prevent its building.
2002-08-02 10:40:09 +00:00
Mark Murray
418df1e498
Modernise and tidy up.
2002-08-02 10:37:22 +00:00
Mark Murray
129d3a7a92
sort(1) and uniq(1).
2002-07-31 16:44:01 +00:00
Hajimu UMEMOTO
68966e0453
include file of SASLv1 was changed to /usr/local/include/sasl1.
2002-07-31 15:06:09 +00:00
Jens Schweikhardt
80e2ef88e9
Correct a few grammar bogons.
...
MFC after: 3 days
2002-07-31 09:32:22 +00:00
John Baldwin
22e256fded
- Define NO_CPU_CFLAGS during BMAKE and TMAKE (and thus XMAKE) so that
...
bsd.cpu.mk doesn't have to worry about compilers other than the current
version.
- Allow TARGET_CPUTYPE to override CPUTYPE in bsd.cpu.mk.
- Treat an empty CPUTYPE the same as an undefined CPUTYPE.
- For buildworld, buildkernel, etc., define TARGET_CPUTYPE to CPUTYPE for
native builds and define it to be empty for cross-builds.
TARGET_CPUTYPE is only defined if it is not already defined via the
commandline or environment.
2002-07-31 03:56:03 +00:00
Marc Fonvieille
25c911a50a
Correct URLs to Handbook & FAQ's pages
...
MFC after: 1 week
2002-07-30 21:14:15 +00:00
Marc Fonvieille
1061be04b3
Correct links to Handbook's pages, old URLs does not work anymore.
...
MFC after: 1 week
2002-07-30 21:04:26 +00:00
Marc Fonvieille
d46a60ea2e
Correct links to Handbook's pages:
...
http://www.freebsd.org/handbook/mirrors.html is not working anymore,
http://www.freebsd.org/doc/handbook/mirrors.html is the new link
MFC after: 1 week
2002-07-30 14:08:16 +00:00
Warner Losh
837f5da854
Add a bunch more cards that are known to work.
...
Add a warning about the Symbol LA-4100 series of cards. You gotta
load special firmware, and the wi driver in the tree doesn't support
that yet.
2002-07-30 06:58:27 +00:00
Ruslan Ermilov
d2893b161b
Drop support for COPY, -c has been the default mode of install(1)
...
for a long time now.
Approved by: bde
2002-07-29 09:40:17 +00:00
Ruslan Ermilov
33c1de7d1f
Ignore -C, -p, and -S options of install(1) when used with the -d
...
option. Warn about COPY being phased out. Restore the old method
of always comparing before installing: INSTALL="install -C".
Requested by: bde
2002-07-29 08:51:04 +00:00
Murray Stokely
aa2ada4e96
Fix typo.
...
PR: docs/41091
MFC after: 1 day
2002-07-29 07:22:26 +00:00
Matt Jacob
b52b9d56d4
Fix Makefiles to actually work.
2002-07-29 04:43:10 +00:00
John Baldwin
9bd85872d1
- Fixup whitespace after previous commit.
...
- To minimize whitespace changes, remove a test that didn't define
_CPUCFLAGS if both NO_CPU_CFLAGS and NO_CPU_COPTFLAGS were defined
since it is redundant (we don't use _CPUCFLAGS if those are defined).
2002-07-27 22:15:42 +00:00
John Baldwin
8605c6b2ad
If there is not a CPUTYPE defined by default, then allow for _CPUCFLAGS
...
to tune for more advanced processors while still supporting the minimum
processor in an architecture. We can do this with the '-mtune=' option
to gcc for alpha, sparc64, and powerpc and with the mis-named '-mcpu='
option for i386.
This defaults to tuning i386 builds for i686 machines though not using
any instructions that aren't found on an 80386. For alpha it defaults
to tuning for an EV5.
Approved by: peter
Peril sensitive sunglasses borrowed from: peter
2002-07-27 22:04:05 +00:00
John Baldwin
2d1c9e0f70
Document DOCRELEASETAG and PORTSRELEASETAG.
2002-07-27 21:09:29 +00:00
John Baldwin
15cee06db7
Document PREFETCHDISTFILES.
2002-07-27 20:04:48 +00:00
John Baldwin
ee6b01b97b
Document KERNEL_FLAGS and WORLD_FLAGS.
2002-07-27 20:00:39 +00:00
John Baldwin
8be4d32c52
- Move BUILDNAME up before CHROOTDIR.
...
- RELEASETAG is an optional variable, not a required one.
2002-07-27 19:52:35 +00:00
Ruslan Ermilov
b32a0019ed
Feedback also included this.
2002-07-26 20:53:26 +00:00
Prafulla Deuskar
5461e58563
Fix markup issues introduced in earlier commit.
...
Feedback from: ru (Ruslan Ermilov)
MFC after: 3 days
2002-07-26 20:50:35 +00:00
Prafulla Deuskar
5155b8e214
Updated man page to include support for
...
82546 based adapters.
MFC after: 3 days
2002-07-26 17:35:31 +00:00
Hajimu UMEMOTO
a7d3c08ea8
- now, IPV6CTL_V6ONLY is on by default.
...
- .Nx -> .Fx
2002-07-26 11:42:46 +00:00
Hajimu UMEMOTO
323e7f3d09
sync types with headers.
2002-07-26 08:20:34 +00:00
Hajimu UMEMOTO
6655feec2c
note that we intentionally violate RFC2553 for security reasons.
...
Adviced by: itojun
Obtained from: NetBSD
2002-07-26 08:11:51 +00:00
Warner Losh
b294c6a39a
Clarify the sizeof(var) rule. This is the result of the consensus in
...
arch@ between myself, bde and markm. I kept the parts that all of us
agreed to, and omitted some more extensive text that I'd originally
wanted.
2002-07-25 00:30:24 +00:00
Marc Fonvieille
d4b7dd491c
Remove the word IPSec to respect RFCs (for example
...
http://www.ietf.org/rfc/rfc2401.txt ), IPsec is the right word and
already in the dictionary.
PR: in part docs/38668
Reviewed by: murray
MFC after: 10 days
2002-07-24 10:24:52 +00:00
Tim J. Robbins
8030ad187e
Mention the new bind(1) sh builtin.
2002-07-23 14:38:07 +00:00
Robert Watson
060c42c3d2
Mention SAVENAME and SAVESTART in the namei(9) operation flag description
...
since apparently people were missing that you aren't supposed to access
the name buffer following namei() unless you specify one of these flags.
Pointed out by: green
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2002-07-23 13:16:36 +00:00
Robert Watson
fd3083e0f8
Update ucred.9 to talk a bit more about correct use of credentials,
...
including documenting that ucreds must not be pulled out of thin air,
when to use td_cred vs. p_ucred, how to avoid race conditions in
credential updates, and why to use p_ucred when targetting a thread
or process in an access control operation involving two processes.
Reviewed by: julian, jhb (earlier revision)
2002-07-23 13:09:24 +00:00
Juli Mallett
698f822d6d
Turn on emacs line editing mode by default, as this is what most shells do
...
these days, and the average user expects ^A and arrow keys to work, however
if they know nothing of editing modes, they will think sh(1) just sucks. It
is likely that because of defaults on most systems and with most shells that
anyone who actually wants vi(1) editing mode will have 'set -o vi'. This
won't affect existing accounts, this way, of course. Only accounts with
.shrc from new etc/skel will be affected. This is much better than making
the change in sh(1).
2002-07-23 12:28:16 +00:00
Ruslan Ermilov
397304fe4f
Moved `clean:' below, just before the inclusion of bsd.obj.mk,
...
so that CLEANFILES from bsd.man.mk and bsd.dep.mk are honored.
2002-07-21 21:22:45 +00:00
Jens Schweikhardt
9660d3718b
Typo: s/If the this option/If this option/
...
MFC after: 1 week
2002-07-20 09:25:55 +00:00
Ruslan Ermilov
5113446a35
Only define SHLIB_LINK if SHLIB_NAME matches the *.so.* pattern.
...
(Useful for RELENG_4's lib/libpam/modules.)
2002-07-19 18:40:13 +00:00
Ruslan Ermilov
aed191e514
Don't install any old cruft present in the tree, including
...
editor backups, .orig or .rej files, etc. Make transition
from SHARED=symlinks to SHARED=copies and vice versa work.
Submitted by: des, ru
2002-07-19 07:51:58 +00:00
Ruslan Ermilov
42c0ad02c2
Correction to the previous revision: define SHLIB_LINK if SHLIB_NAME
...
is defined (whether or not LIB is defined).
2002-07-18 17:44:20 +00:00
Ruslan Ermilov
d29831440a
To force install(1) to always compare files before installing, one
...
now needs to set COPY=-C as -C is no longer compatible with the -d
option. It is also likely to be renamed to INSTALL_COPY soon.
Update documentation to reflect this change.
PR: bin/40724
2002-07-18 12:54:55 +00:00
Ruslan Ermilov
0b87f79976
s/${INSTALL} -c/${INSTALL} ${COPY}/
2002-07-18 12:07:49 +00:00
Ruslan Ermilov
8cda97bd32
Sort FILES.
2002-07-17 16:35:00 +00:00
Sheldon Hearn
5098ee792a
One external utility was ommitted in the previous delta:
...
alias
2002-07-17 15:34:25 +00:00
Sheldon Hearn
8b98c6bf7c
The following builtins are now available as external commands as well:
...
bg
cd
command
fc
fg
getopts
jobs
read
umask
unalias
wait
2002-07-17 07:12:37 +00:00
Tom Rhodes
f7560bd3a7
Fix grammar 'the administrator'
...
PR: 39093
Submitted by: Mike Makonnen <makonnen@packbell.net>
2002-07-15 16:23:56 +00:00
Giorgos Keramidas
b3e9028c87
Document savecore_flags.
...
PR: docs/35967
Submitted by: Gary W. Swearingen <swear@blarg.net>
2002-07-15 02:21:44 +00:00
Philippe Charnier
8d74f63d1e
The .Nm utility
2002-07-14 14:58:11 +00:00
Andrey A. Chernov
bb4265e4a1
Fix pl_PL collating table
...
PR: 39408
Submitted by: Michal Pasternak <doc@pasternak.w.lub.pl>
2002-07-14 13:17:12 +00:00
Ruslan Ermilov
8f463ff4c5
Moved the `distribute' target from bsd.obj.mk to bsd.subdir.mk,
...
to make it call `install' in the bsd.subdir.mk-driven makefiles
too. (share/examples/Makefile,v 1.29 changed the bsd.prog.mk
to bsd.subdir.mk and many stuff was lost during "make release".
I then merged this change in rev. 1.28.2.2 to work around the
namespace pollution (FILES) in this makefile.)
There was an added complexity here. Both the `distribute' and
`install' targets are recursive (they propagate to SUBDIRs).
So `distribute' first calls `install' in the ${.CURDIR}, then
calls `distribute' in each SUBDIR, etc. The problem is that
`install' (being also recursive) causes the stuff from SUBDIR
to be installed twice, first time thru `install' in ${.CURDIR}
triggered by `distribute', second time by `distribute' run in
the SUBDIR. This problem is not new, but it became apparent
only after I moved the `distribute' target from bsd.obj.mk to
bsd.subdir.mk. My first attempt testing the fix failed due to
this, because the whole world was distributed twice, causing
all the imaginable mess (kerberos5 stuff was installed into both
"base" and "krb5" dists, there was /sbin/init.bak, etc.)
I say the problem is not new because bsd.prog.mk and bsd.lib.mk
makefiles with SUBDIR (even without this fix) had this problem
for years. Try e.g. running ``make distribute DISTDIR=/foo''
from usr.bin/bzip2 or from lib/libcom_err (without the fix) and
watch the output.
So the solution was to make `install' behave non-recursive when
executed by `distribute'. My first attempt in passing SUBDIR=
to the `install' in the `distribute' body failed because of the
way how src/Makefile and src/Makefile.inc1 communicate with each
other. SUBDIR='s assignment precedence on the "make install
SUBDIR=" command line is lowered after src/Makefile wrapper calls
"make ... -f ${.CURDIR}/Makefile.inc1 install" because SUBDIR=
is moved into environment, and Makefile.inc1's assignments now
take higher precedence. This may be fixed someday when we merge
Makefile with Makefile.inc1. For now, this is implemented as a
NO_SUBDIR knob.
Spotted by: Dmitry Pryanishnikov <dmitry@atlantis.dp.ua>
Prodded by: des
MFC after: 3 days
2002-07-12 15:09:35 +00:00
Ruslan Ermilov
9e82e81b91
Connect device.hints.5 to the build.
2002-07-12 14:16:46 +00:00
Ruslan Ermilov
3fad0a60f0
Sort MAN.
2002-07-12 14:08:40 +00:00
Ruslan Ermilov
1c4347288f
Fixed path to /boot/device.hints.
2002-07-12 13:44:37 +00:00
Bruce Evans
35f2bab629
Fixed misspelling of "hint." as "hints." in rp's hints.
2002-07-11 20:47:56 +00:00
Bruce Evans
6c0b854cf9
Improved wording in the descriptions of hints. In particular, don't start
...
a new paragraph for describing the hints associated with each card type.
Reviewed by: ru
2002-07-11 20:24:58 +00:00
Ruslan Ermilov
11f0b352e0
Update the SUBDIR hacks to work with the current bsd.subdir.mk.
2002-07-11 13:38:05 +00:00
Maxim Sobolev
8c6d67ef99
Add PCI ID and configuration hint for Netmos Nm9845 PCI 6-ports serial
...
card.
Submitted by: Oleg Antoshin <oleh@at2000.kiev.ua>
MFC after: 3 days
2002-07-10 17:26:11 +00:00
Maxim Konovalov
25a6539985
Fix a typo.
...
MFC after: 3 days
2002-07-10 09:06:42 +00:00
Marc Fonvieille
4e7c3744b8
Typo fix: s/THAI/TAHI
...
PR: docs/40371
Submitted by: Munish Chopra <mchopra@engmail.uwaterloo.ca>
Approved by: keramida
MFC after: 7 days
2002-07-09 20:37:18 +00:00
Sheldon Hearn
9945b966f5
Regen:
...
* Hart: rev 313 of pcidevs.txt (2002-07-05)
* Boemler: vendors.txt (2002-06-24)
2002-07-09 11:50:14 +00:00
Warner Losh
03fd39aa3d
Preliminary NEWCARD docs.
2002-07-09 05:08:49 +00:00
Warner Losh
ea9db5976b
Update dates.
2002-07-09 04:46:30 +00:00
Warner Losh
f26fae01e8
Document what the pcic driver in newcard will support.
2002-07-09 04:43:30 +00:00
Warner Losh
65fbd12756
Finish the repo copy of pcic.4 -> oldcard.4. oldcard.4 will document
...
the legacy pccard mode stuff called 'oldcard.' pcic.4 will be
hijacked for newcard purposes.
2002-07-09 03:50:29 +00:00
Marc Fonvieille
39a0c7c577
Grammar fix
...
PR: docs/40210
Submitted by: Munish Chopra <mchopra@engmail.uwaterloo.ca>
Reviewed by: keramida
Approved by: orion
MFC after: 7 days
2002-07-08 20:57:19 +00:00
Julian Elischer
a4fd02efc7
link in the man page for thread_exit
...
Also change some line breaks.
2002-07-08 17:52:00 +00:00
Julian Elischer
eecc312518
Add a man page. Style comments welcome. I have a bunch-o-new-pages
...
to add so I might as we find out what I did wrong now :-)
2002-07-08 07:51:20 +00:00
Julian Elischer
b388e223f2
Slight changes to reflect some of the changes in -current.
...
mi_switch(9) is still wildly innacurate. I suggest that every kernel
developer takes 20 minutes a day for the next few days and updates one or
two of his favourite chapter 9 man pages as they are now WAY out of date
in general. I will add a couple of KSE related pages soon.
2002-07-08 07:34:46 +00:00
David E. O'Brien
bf4ca1009b
Be more strict with WARNS now -- the GCC 3.1 turmoil is behind us.
2002-07-07 18:47:52 +00:00
Doug Barton
471c787259
Make it official. The old BIND Operator's Guide has no information
...
relevant to operation of a modern name server.
2002-07-07 08:29:00 +00:00
Mark Peek
c4e0f575d3
Synchronize path with dot.cshrc by adding /usr/local/sbin.
...
PR: 26720
Submitted by: Rob Simmons <rsimmons@wumpus.wlcg.com>
MFC after: 1 week
2002-07-07 00:00:54 +00:00
Chris Costello
2131a0f65d
sec-doc.7 has been repo-copied to sdoc.7 to be consistent with sprog.7.
...
Sponsored by: DARPA, NAI Labs
2002-07-06 20:30:29 +00:00