| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
although there is only one file in it because the file is misnamed main.c
so the default of isdntest.c doesn't work.
|
|
|
|
| |
Fixed some style bugs.
|
| |
|
|
|
|
|
|
|
| |
- corrected wording in a log message.
Obtained from: KAME
MFC after: 1 week
|
|
|
|
| |
PR: 46679 (similar functionality)
|
|
|
|
| |
Tune iteration counts a bit.
|
|
|
|
|
|
|
| |
sectorsize, mediasize etc.
It also contains a small and naïve benchmark which reports on seek
and transfer performance.
|
|
|
|
|
|
|
| |
o Add jexec(8) to execute a command in an existing jail.
o Add -j option for killall(1) to kill all processes in a specified
jail.
o Add -i option to jail(8) to output jail ID of newly created jail.
|
|
|
|
|
|
|
|
|
|
| |
Echo-Request and Echo-Reply packets may only be sent in the LCP
Opened state. Echo-Request and Echo-Reply packets received in any
state other than the LCP Opened state SHOULD be silently discarded.
PR: 45760
Submitted by: Eugene Grosbein
MFC after: 2 weeks
|
|
|
|
| |
Submitted by: demon
|
|
|
|
|
|
|
|
|
|
| |
applying corrupt deltas, but has never (to my knowledge) caught any sort
of corruption, but instead has caused failures on correct deltas several
times. I don't see any way to make the check useful, so it's gone.
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
PR: 50461
MFC after: 7 days
|
| |
|
|
|
|
|
|
| |
and not obsolete, but add a warning about their disappearance.
Add additional notes that explain the lameness of WEP.
|
|
|
|
|
|
|
|
|
|
|
|
| |
the moment, with the deprecated flags.
o Better error reporting on getting values from the driver. When we can't
get one for the default dumpinfo output. The old driver would succeed
for invalid RIDs, while the new driver reports errors. Since the info
we're getting from the card/driver doesn't exist for all cards, we just
don't report them. Improve error reporting elsewhere now that wi_getval
doesn't exit. Also fix a file descriptor leak as a side effect.
Reported by: scottl
|
|
|
|
| |
No response from: suz
|
|
|
|
|
|
| |
removed, too.
MFC after: 1 week
|
| |
|
|
|
|
|
|
|
|
|
|
| |
if matchinstalled() found no packages, which happens to be the
case after fresh installations.
- Instead of using strstr(3) to match the package name, depend on
matchinstalled()'s MATCH_REGEX package matching.
PR: bin/50384
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
| |
instead of 128. It makes RA happy.
Reported by: rafa@dif.um.es,
SHIRASAKI Yasuhiro <yasuhiro@nttv6.jp>
Reviewed by: SHIRASAKI Yasuhiro <yasuhiro@nttv6.jp>
MFC after: 1 week
|
|
|
|
| |
Obtained from: KAME
|
|
|
|
|
| |
Prodded by: bde
Reviewed by: bde
|
| |
|
|
|
|
|
| |
to communicate by IPv6. So, the prompt should be `PPP' rather
than `PPp'.
|
|
|
|
|
|
| |
as this can result in a NULL pointer deference when parsing the
flags later. This change fixes "pkg_add -r" on 5.0-CURRENT for
me; not quite clear how the problem was introduced.
|
|
|
|
|
|
|
| |
PR: bin/44320
Submitted by: Mike Matsnev <mike@po.cs.msu.su>
Reviewed by: -current
MFC after: 6 weeks
|
|
|
|
| |
Discussed with: gad (now), arch (a year ago)
|
|
|
|
|
| |
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
|
|
|
|
|
| |
Submitted by: jinmei@kame.net (JINMEI Tatuya)
Obtained from: KAME
|
| |
|
|
|
|
| |
Submitted by: Francis Dupont <Francis.Dupont@enst-bretagne.fr>
|
|
|
|
|
|
| |
-dedicated links.
Submitted by: Maksim Yevmenkin <myevmenk@exodus.net>
|
|
|
|
|
| |
deleted, and never came back. Now, the route to
ff02::tun0/32 is installed at the end of IPV6CP negitiaton.
|
|
|
|
| |
scope addresses.
|
|
|
|
|
|
| |
we need ppp.link{up,down}, we couldn't disable IPCP. Now, if IPCP is
disabled, ppp.link{up,down} is invoked at the end of IPV6CP
negotiation.
|
|
|
|
|
| |
the 'q' or 'Q' options are present.
- Document BLOCKSIZE.
|
|
|
|
|
|
|
|
| |
that it prefaces the output with the package name.
This is useful for things like this:
# pkg_info -Qsa | awk -F : '{print $2 "\t" $1}' | sort -rn | expand -t 10
|
| |
|
| |
|
|
|
|
| |
Approved by: markm (mentor)(implicit)
|
|
|
|
|
| |
default, this makes the behavior of gstat more predictable when -c is
specified multiple times on the command line.
|
| |
|
| |
|
|
|
|
| |
delay time of ULONG_MAX when -I is passed a non-numeric arg.
|
|
|
|
|
|
|
|
| |
Geeze, I'll just crawl back into the kernel where I know what's going on...
Use libsbuf instead of pulling a file in from the kernel.
Taught by: jhb
|
|
|
|
|
|
|
|
|
| |
without the /sys symlink pointing to the current tree.
(Revision 1.2 made it non-fatal, but anyway.)
Apply style.Makefile(5).
Fixed ``make checkdpadd''.
|
|
|
|
| |
spotted by: imp
|
|
|
|
| |
the maps which are built by default.
|
|
|
|
| |
Approved by: phk
|
|
|
|
|
| |
This is a small curses based program which shows the diskactivity
inside GEOM.
|
|
|
|
| |
Approved by: markm (mentor)(implicit)
|