Simon L. B. Nielsen
b2206719c5
mdoc(7) cleanup for the last commit to this file.
...
OK'ed by: bmilekic
2004-05-04 14:39:32 +00:00
Sean Kelly
670c8a8ccd
Bump the copyright year since I forgot last time.
2004-05-03 21:41:02 +00:00
Bosko Milekic
5fb5184a47
Ammend jail(8) man page to explain new sysctl for raw-sockets
...
inside jails, Christian's last submission.
Submitted by: Christian S.J. Peron <maneo@bsdpro.com>
2004-05-03 21:12:23 +00:00
Maxim Sobolev
b7abc67ea4
Check that specified in the command line path is actually a directory,
...
otherwise we are risking to coredump later on.
2004-04-30 00:20:58 +00:00
Sean Kelly
459336c4d8
Update comments to reflect changes made by phk. Also no longer need
...
<sys/sysctl.h>.
2004-04-28 07:35:03 +00:00
Simon L. B. Nielsen
42dfa03d2a
mdoc(7) janitor:
...
- Sort SEE ALSO by section number.
- Remove redundant ','.
2004-04-25 14:13:48 +00:00
Simon L. B. Nielsen
990ca63847
mdoc(7) janitor:
...
- Remove EOL whitespace.
- Expand contracted words.
- Correct usage of .Fl macro.
- Use complete argument to -width.
- Remove redundant ','.
2004-04-25 14:09:38 +00:00
Brooks Davis
44501e8cfd
Remove the requirement that the "discard" service be defined in the
...
services database. Now only services that are actually used need to be
defined.
Submitted by: ume
2004-04-20 23:34:39 +00:00
Joerg Wunsch
d7706da39f
While walking over the list of interfaces obtained from getifaddrs(3),
...
rarpd clobbered any AF_INET information already configured for a given
interface name, so interfaces with more than one IP address made rarpd
listen only for the last address out of all IP aliases.
I changed this, so that AF_LINK information is always collected first
(to ensure the interface name gets its link-layer address associated),
but while looking for AF_INET addresses, the configuration is cloned
if there has already been one IP address seen for that interface name.
Thus, rarpd now effectively listens on all subnets.
MFC after: 1 week
2004-04-20 13:58:14 +00:00
Joerg Wunsch
27b1d6317f
Fix a typo.
2004-04-20 13:26:52 +00:00
Murray Stokely
a0bb20b07b
Update number of ports
2004-04-19 09:46:56 +00:00
Nate Lawson
c2962974d0
Instead of using a static, check for the FADT revision before using it.
...
This fixes a bug where acpidump -d crashed (but not -t -d).
Submitted by: Alex Vasylenko <lxv@omut.org>
2004-04-18 05:21:36 +00:00
Brian Somers
76a194bf74
Add a missing memcpy (*blush*!)
...
Suggested by: James P Scully <scully@CS.Arizona.EDU>, Perianayagam Somasundaram <somu@CS.Arizona.EDU>
MFC after: 10 days
2004-04-17 00:29:17 +00:00
Christian Brueffer
97494ccf8b
o split a sentence to make it more understandable
...
o mention that the acctfile has to exist for accton to work [1]
o add reference to acct.5
PR: 65071 [1] (slightly modified)
Submitted by: Marc Silver <marcs@draenor.org>
X-MFC after: re approval
2004-04-16 09:31:17 +00:00
Hartmut Brandt
a0f139102f
Install the MIBs and the definition file to the new location under
...
/usr/share/snmp.
Noted by: bmah
2004-04-15 08:56:06 +00:00
Hartmut Brandt
16b2454cdb
Use a MANFILTER to patch the man pages to point to the right path.
...
Noted by: phk
2004-04-14 16:31:54 +00:00
Hartmut Brandt
a9ad93accb
Put the name of the module first in the list of all .Nm calls with
...
argument. This makes the output of calling .Nm without an argument
more senseful later on.
2004-04-14 16:11:05 +00:00
Hartmut Brandt
c254ec5573
Compare with 0 if comparing an integer, not with NULL.
2004-04-14 16:09:20 +00:00
Hartmut Brandt
9de3b3505c
Move the SNMP MIBs and tree definitions from /usr/share/bsnmp to
...
/usr/share/snmp. This mirrors the use of /usr/local/share/snmp and
makes also more sense when non-bsnmp-specific MIBs go in.
2004-04-14 16:06:19 +00:00
Max Khon
722724d1d4
Fix examples.
2004-04-13 19:31:21 +00:00
Max Khon
02eb96c884
Use ifconfig(8) for setting common 802.11 parameters.
...
Submitted by: Stanislav A. Svirid <count@riss-telecom.ru>
2004-04-13 19:25:26 +00:00
Luigi Rizzo
68839124b6
Massive cleanup of the code removing global variables to
...
pass function arguments and results.
Hopefully no functional changes except fixing a couple of
bugs which could cause endless loops if an ioctl() on an
interface would fail.
2004-04-13 14:16:37 +00:00
Luigi Rizzo
a7a0612913
Back out previous commit, it was unintentional.
...
Keep WARNS at 3 though the code does compile with WARNS=5 at least on i386
Noticed by: ru
2004-04-13 11:45:28 +00:00
Luigi Rizzo
0b46c08590
Replace ROUNDUP/ADVANCE with SA_SIZE
2004-04-13 11:24:43 +00:00
Luigi Rizzo
bdf932ae27
Make functions and variables static.
...
Remove global variables in favour of local ones.
Fix indentation of a couple of switch statements.
Overall, this program badly need cleaning up, as it relies
on information passed around through global variables.
2004-04-13 08:34:52 +00:00
Ken Smith
a2bb60d180
Sync list of FTP sites with current reality.
...
MFC after: 1 day
Approved by: rwatson (mentor)
2004-04-12 13:21:46 +00:00
Maksim Yevmenkin
6490c2ffab
Start committing Bluetooth HID (Human Interface Device) support.
...
Note: bthidd(8) is still not complete. Need to commit kernel
support (a-la Linux /dev/input) to feed HID events into kernel.
Also need to write bthidd(8) and bthidd.conf(5) man pages.
2004-04-10 00:18:00 +00:00
Maksim Yevmenkin
079a8a3e69
Use uint instead of u_int
2004-04-09 23:58:53 +00:00
Maksim Yevmenkin
4ae439a316
Make sure Bluetooth stuff can be compiled on amd64
...
Submitted by: ps
2004-04-09 23:01:42 +00:00
Maxim Konovalov
efccc7dc25
o SIOCGIFCONF->getifaddrs(2) conversion.
...
PR: bin/9379
Obtained from: NetBSD
2004-04-09 16:59:05 +00:00
Maxime Henrion
e2416749bf
- Change several errx() calls that should have been err() calls.
...
- Handle empty ARP tables properly.
- Remove register keyword.
- arp(8) is WARNS?=4 clean, so mark it as such to avoid regressions.
2004-04-09 14:27:28 +00:00
Tim Kientzle
b1782cbaa9
When invoking tar, make sure the mode option (-x) is first.
2004-04-08 06:06:42 +00:00
Tom Rhodes
fba821806a
This manual page will not first appear in 4.10 as RELENG_4 has a different
...
version of the adduser utility.
Noticed by: simon
2004-04-07 22:16:04 +00:00
Poul-Henning Kamp
cbf67506f6
Make WARNS=5 clean.
...
Prodded by: Stefan Farfeleder <stefan@fafoe.narf.at>
2004-04-05 08:15:04 +00:00
David Malone
48135410c1
The list of (key,value) pairs to request_init is terminated by a 0 key,
...
not NULL.
Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at>
MFC after: 3 days
2004-04-04 21:32:23 +00:00
Philippe Charnier
1c38ed81bc
Add FBSDID. Use getopt(3).
2004-04-04 19:46:14 +00:00
Philippe Charnier
09126709ec
Add FBSDID. err(3) changed to errx(3) because there is no errno message
...
to print in this context.
2004-04-04 19:38:08 +00:00
Philippe Charnier
fdf1bad4e0
2 small typos.
2004-04-04 19:30:07 +00:00
Philippe Charnier
66e338b333
Do not :-terminate err(3) string, one will be added anyway.
2004-04-04 19:25:39 +00:00
David Malone
de06a3982c
If the user doesn't specify a device and we can't open any of the defaults,
...
don't print an error using a uninitialised devbuf.
2004-04-01 16:37:46 +00:00
Bruce M Simpson
457180a40d
Unbreak the build by dealing with an unexpected dependency on tcpdump source
...
present in ndp(8).
The vendor branch import uses a _U_ macro to apply the GCC 'unused' attribute
to the rcs ids embedded in each source file. Teach ndp about this.
2004-03-31 20:58:39 +00:00
Bruce M Simpson
1ba19fe8ce
Fix regression in setkey whereby parser would fail to recognise tcp as
...
both a security protocol and an upper level protocol for encapsulation.
PR: bin/63616
Submitted by: ume@
2004-03-31 18:38:02 +00:00
Bruce M Simpson
9661523edf
Merge of tcpdump 3.8.3 from tcpdump.org.
2004-03-31 15:00:44 +00:00
Tom Rhodes
4f1d74f1bc
Fix today's faux pas by:
...
Removing the -compact option passed to .Bl macro to avoid useless .Pp macros;
Adding a missing period;
Using .Xr with .Nd since makewhatis(1) has no support for cases where the Xref is absent.
Informed by: ru
2004-03-30 22:31:22 +00:00
Tom Rhodes
00de0ec339
Add an adduser.conf manual page.
...
Hook it to the build in Makefile.
Xref from adduser.8.
Update adduser.8's BUGS section.
Bump the date on adduser.8.
2004-03-30 21:50:42 +00:00
Colin Percival
6a73df6f3f
Synopsis fixes:
...
* `pkg_info -flags' needs either `-a' or a package name. [1]
* Add -Q option to manual page.
* Update `usage:' to match the manual page.
PR: misc/64786 [1]
Reviewed by: ru
MFC after: 3 days
2004-03-30 20:48:16 +00:00
Simon L. B. Nielsen
e734927e56
Add a cross reference to exports(5). While exports is not directly
...
tied to nfsd(8), exports is the configuration file users will most
likely need to configure when dealing with a NFS server.
Submitted by: Florian Hars <hars@bik-gmbh.de>
PR: docs/64714
MFC after: 3 days
2004-03-30 20:43:07 +00:00
Colin Percival
680500334e
Sychronize with reality: nologin(8) is now in /usr/sbin
...
Reminded by: trhodes
2004-03-30 19:24:56 +00:00
Ruslan Ermilov
9137d52af5
Sync manpage's synopsis with usage().
2004-03-30 07:37:04 +00:00
Yoshihiro Takahashi
1a06a03cb8
Add PC98 supports.
...
Submitted by: Watanabe Kazuhiro <CQG00620@nifty.ne.jp> (mostly)
2004-03-28 13:42:27 +00:00