John Birrell
e8a1d46e97
Add the SUBMAKE_TARGETS (like ppp_make) to the dependency list
...
for linking the crunched app so that when a parallel make is run
(like -j32 on sun4v), the link waits for the sub-make processes
to complete.
2006-11-22 07:52:14 +00:00
Craig Rodrigues
c327d865f6
Remove reference to mount_fdescfs.
...
Reminded by: ru
2006-11-22 00:34:17 +00:00
Craig Rodrigues
91f9dc8492
Change mount_devfs reference to "mount -t devfs".
...
Reminded by: ru
2006-11-21 23:45:44 +00:00
Shteryana Shopova
7850265edd
Bring in a SNMP module to support monitoring if_bridge(4) interfaces
...
via bsnmpd(1). The module implements IETF BRIDGE-MIB as defined in
RFC4188 and a private BEGEMOT-BRIDGE-MIB.
Sponsored by: Google Summer of Code 2006
Reviewed by: bz
Approved by: bz (mentor)
2006-11-19 15:42:48 +00:00
Ken Smith
baddd88f3f
Move the check for which disc volume we have/want to after we install
...
the package dependencies. Installation of the dependencies may leave
us on the wrong disc volume.
MFC after: 3 days
2006-11-19 08:12:54 +00:00
Craig Rodrigues
09fc9dc689
Ignore SIGPIPE, instead of terminating process.
...
PR: 81230
Submitted by: Dmitrij Tejblum <tejblum yandex-team ru>
MFC after: 1 month
2006-11-18 22:43:20 +00:00
Sam Leffler
52f01b3b0e
add wpa_passphrase utility to the build
...
PR: bin/104457
Submitted by: Henrik Brix Andersen
MFC after: 1 week
2006-11-17 19:38:51 +00:00
Ken Smith
b720454e87
Switch to linux_base-fc4 for the Linux emulation package.
...
MFC after: 3 days
2006-11-16 19:09:41 +00:00
SUZUKI Shinsuke
5e5792a887
implemented more validation checks about incoming responses per RFC2080, and one additional heuristic check for safer operation.
...
Obtained from: KAME
MFC after: 1 week
2006-11-16 19:03:03 +00:00
Ruslan Ermilov
c5233647e2
Grammar fix from Ceri.
2006-11-16 13:43:05 +00:00
Ruslan Ermilov
b59cc9bbf4
Document that visual bell is the global setting, while
...
other bell types can be set individually for each vty.
2006-11-16 12:37:35 +00:00
Ruslan Ermilov
5a66b66324
Replace magic numbers for console bell types with defines.
2006-11-16 12:27:51 +00:00
Yaroslav Tykhiy
c42d8ce5f6
Building faithd(8) has no sense if WITHOUT_INET6 is set.
...
PR: bin/100805 (audit-trail)
Noticed by: Alex Kozlov
2006-11-15 14:57:05 +00:00
Ruslan Ermilov
7134f7ea44
The utility accepts multiple arguments.
2006-11-13 09:12:25 +00:00
Markus Brueffer
cb233e74cf
- Grammar fixes
...
- Reword some sentences
- Use .Cm for arguments
- s/CAVEAT/CAVEATS/
Based on PR: docs/78174
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
Reviewed by: brueffer
Approved by: emax (mentor)
MFC after: 3 days
2006-11-13 01:13:28 +00:00
Joel Dahl
a9e889bc33
Change authors e-mail.
...
Requested by: Niclas Zeising
2006-11-12 21:43:21 +00:00
Hajimu UMEMOTO
da525eb2e7
Teach an IPV6CP to pppd(8).
...
The eui64.[ch] and ipv6cp.[ch] were taken from ppp-2.3.11.
However, our stock pppd(8) doesn't provide option_t nor some
utility functions. So, I made some hacks to adjust to our
stock pppd(8).
The sys_bsd.c part was taken from NetBSD with some
modifications to adjust to our stock pppd(8).
MFC after: 1 week
2006-11-12 17:36:58 +00:00
Hajimu UMEMOTO
39383a88d2
This commit was generated by cvs2svn to compensate for changes in r164219,
...
which included commits to RCS files with non-trunk default branches.
2006-11-12 17:13:45 +00:00
Hajimu UMEMOTO
1b1804f84b
Import eui64.[ch] and ipv6cp.[ch] of ppp-2.3.11
2006-11-12 17:13:45 +00:00
Ceri Davies
9741b9d59b
Remove a warning regarding disk entries in /dev.
...
Approved by: ru (mentor)
MFC after: 4 days
2006-11-11 12:59:59 +00:00
Ceri Davies
6e92263034
Fix a pair of user-visible typos.
...
Approved by: ru (mentor)
2006-11-11 10:43:11 +00:00
Ceri Davies
6de4428149
Back up /boot/kernel rather than /kernel for non-interactive upgrades.
...
Approved by: ru (mentor)
MFC after: 4 days
2006-11-11 10:42:04 +00:00
Ceri Davies
c615ed418d
Add /lib and /libexec to the list of directories that have the schg
...
flag removed prior to an upgrade.
Approved by: ru (mentor)
MFC after: 4 days
2006-11-11 10:38:10 +00:00
Hartmut Brandt
1e1c4c13fb
Make the generated oid.h dependend on the Makefile. The Makefile defines
...
the symbols to be extracted from the MIB and if that list of symbols is
changed, oid.h should be re-generated.
2006-11-08 10:36:57 +00:00
Ceri Davies
46bcfc7375
Fix typos in comments.
2006-11-07 23:54:14 +00:00
Colin Percival
ab5b7534b6
Add support for the HTTP_TIMEOUT environment variable (integer number
...
of seconds, just like in fetch(1)).
Submitted by: rdivacky
2006-11-07 09:18:09 +00:00
Maksim Yevmenkin
a85871a72c
Properly htole16() PSM in sockaddr_l2cap
...
MFC after: 3 days
2006-11-02 18:57:09 +00:00
Maxim Konovalov
1ab1fe7628
o There is no securenets(5) man page, refer to ypserv(8).
...
Obtained from: DragonFlyBSD
MFC after: 1 week
2006-11-02 07:36:33 +00:00
Gleb Smirnoff
99eebd2a7c
Fix buildworld.
2006-10-31 21:44:46 +00:00
Markus Brueffer
77814ea000
- Add a 'verbose' switch -v
...
- Only dump items that are being used for padding when being verbose. This
brings bthidcontrol in line with the behaviour of usbhidctl(1).
- Update the manpage accordingly
Approved by: emax
2006-10-31 00:26:58 +00:00
Warner Losh
6d815a7d8c
Add MPEG2-TS/HDV support to fwcontrol.
...
Submitted by: Petr Holub" <hopet@ics.muni.cz>
Clean up by: mi@
Pr: 98134
2006-10-26 22:33:38 +00:00
Ruslan Ermilov
ef65fa0fcc
Force the use of the tbl(1) preprocessor.
2006-10-25 10:44:59 +00:00
Warner Losh
a4ae1f8999
Don't leak files.
...
This also eliminates the need for ifp init.
Submitted by: ru@
2006-10-24 07:12:31 +00:00
Warner Losh
5fd6a6b362
Document multiple hints lines.
...
Tweak machine description to more accurately reflect second argument being
the cpu architecture. Note correspondence with MACHINE and MACHINE_ARCH.
2006-10-24 00:44:40 +00:00
Warner Losh
86418d0cef
End my resistance to jmg's multiple hints files and bring in support
...
for having multiple hints files generate a correct hints.c (eg, with
all the specified ones catenated together).
2006-10-24 00:31:59 +00:00
Warner Losh
55659bb594
style(9) pedantry
2006-10-24 00:07:39 +00:00
Warner Losh
f4359e4e36
Since multiple hints lines do not work, make doing that a fatal error.
2006-10-24 00:02:23 +00:00
Erwin Lansing
82336c7dbb
If the user did not chose a distribution from the menu, a sensible
...
default distribution (user) will be installed, however, no kernel
will be installed. Fix this by installing a sensible default kernel,
SMP/GENERIC, depending on WITH_SMP and number of CPUS found.
Reviewed by: jhb
2006-10-23 20:49:49 +00:00
Ruslan Ermilov
fffa30fb6d
Comment out the first paragraph; while it tells the true (we're using
...
the old BSD config(8) utility in FreeBSD), it does not look good.
PR: docs/100328
2006-10-21 20:09:51 +00:00
Colin Percival
f2890dbd24
Set LC_ALL=C in order to avoid problems with character ranges and
...
sorting.
PR: bin/104505
MFC after: 3 days
2006-10-21 11:04:34 +00:00
Rink Springer
300a6ee829
My previous commit made it impossible to export / over NFS; this small
...
change fixes this.
Reported by: Lin Jui-Nan Eric < ericlin dot jnlin at gmail dot com >
Submitted by: Erik Trulsson < ertr1013 at student dot uu dot se > (commit is inspired by a patch from Erik)
Pointyhat to: me
Reviewed by: stable@
Approved by: imp (mentor)
MFC after: 3 days
2006-10-19 19:46:49 +00:00
Warner Losh
42e49837d9
Package the dumpcisfile functionality into a new dumpcis command.
...
Also, don't build pccardc now. I've left it in place for people that
wish to build it to test experimental support for oldcard
functionality that may have been lost in newcard.
2006-10-18 21:09:43 +00:00
Warner Losh
876e9ce41a
Delete now-unused portion of pccardd. OLDCARD is gone from the kernel.
2006-10-18 20:48:05 +00:00
Warner Losh
a8a3bce91e
Always build pccardc.
...
# I should remove the oldcard vestages from it...
2006-10-18 19:56:41 +00:00
Ruslan Ermilov
000723a6f8
Normalize MAN.
2006-10-18 12:35:24 +00:00
Gleb Smirnoff
06274cee44
- Before doing ioctl(SIOCGIFNETMASK) put the proper IP address into the ifreq,
...
to obtain correct netmask in case of interface with multiple aliases.
- While here, remove a comment with a bad idea.
PR: bin/42120
Submitted by: Dmitry Frolov <frolov riss-telecom.ru>
2006-10-13 12:38:43 +00:00
Ruslan Ermilov
023231280f
Fix manpage's SYNOPSIS and program's usage().
...
XXX: some options are still left undocumented.
PR: docs/43861
2006-10-12 13:01:34 +00:00
Tom Rhodes
42c3aae2ea
Mark up keywords with .Cm.
...
PR: 95039
Sumitted by: SeaD (older version)
Reviewed by: ru
2006-10-12 01:59:34 +00:00
Markus Brueffer
f7b2cb32e1
- Grammar and typo fixes
...
- Rewording of some sentences
Reviewed by: brueffer
Approved by: emax (mentor)
MFC after: 3 days
2006-10-10 22:38:31 +00:00
Tom Rhodes
57e72b9534
Remove ndisapi.9 Xref.
...
PR: 97375
2006-10-10 07:19:30 +00:00