| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
names of installed packages;
- add new `-G' option to disable glob matching and revert to previous
behaviour (I have no idea why this could be necessary, though);
- add a new `-x' option, which instructs pkg_info(1) to treat supplied
arguments as a regular expressions.
For example:
$ pkg_info foo\* - displays information about all packages whose names start
from foo
$ pkg_info -G foo\*-1.1 - displays information about package named "foo*-1.1"
$ pkg_info -x ^foo.\* - displays information about all packages whose names
start from foo
Original idea submitted by: Edwin Groothuis <mavetju@chello.nl> (bin/24695)
Reviewed by: jkh, roam
Approved by: jkh
|
|
|
|
|
|
| |
This works only because of bugs in current implementation: the
first .It after ``.Bd -unfilled'' re-enables filling mode and
does not restore (disable) it back afterwards.
|
|
|
|
|
|
| |
to be the same as -ragged in the current implementation) to
-ragged. With mdocNG, -filled displays produce the correct
output, formatted and justified to both margins.
|
|
|
|
|
|
| |
default root bumps 20MB to 110MB.
Requested by: kris
|
| |
|
| |
|
|
|
|
| |
Compatability is not an existing english word.
|
|
|
|
| |
Seperate does not exist in the english language.
|
|
|
|
|
|
| |
backwards in the three drivers which want to do that.
Reviewed by: mikeh
|
|
|
|
|
|
|
|
|
| |
These are not enabled in the pkg_install Makefile as of yet;
adding the "sign" directory to the SUBDIR list will enable
building of sign.
Submitted by: Wes Peters
Obtained from: Original framework from OpenBSD 2.7, X.509 bits from DoBox.
|
| |
|
|
|
|
|
|
| |
Specifically, ``proxy'' modifier tells the code to delete only
Proxy ARP entry for the ``hostname''; the usual ARP entry will
be unaffected by this operation.
|
|
|
|
|
| |
- Add a missed prototype for the recently added show_cksum() function;
- put in "explicit braces to avoid ambitious else" suggested by gcc(1).
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
is called prior to sending a CCP configure request for a
given protocol. The default is to send the request, but
this is overridden for MPPE which checks to see if the lcp
negotiations agreed CHAP81, and if not fails.
Use the same function to decide if we should reject peer
requests for MPPE.
This should get rid of those boring messages about not being
able to initialise MPPE when we don't negotiate CHAP81.
|
|
|
|
|
|
| |
is that LOG_FAC doesn't do quite what you think it does.
PR: 24704
|
|
|
|
| |
take your word for the 'machine' switch.
|
| |
|
|
|
|
| |
a radius accounting packet.
|
|
|
|
|
|
| |
complains that you can't do MPPE without CHAP81).
Reset MasterKeyValid to zero when we hit phase DEAD.
|
|
|
|
|
|
|
|
| |
CLOSE_NORMAL meanings. CLOSE_NORMAL doesn't change the currently
required state, the others do. This should stop ppp from entering
DATALINK_READY when LCP shutdown doesn't end up happening cleanly.
Bump our version number to reflect this change.
|
|
|
|
|
|
|
|
| |
checksums (to see if it's been modified post-installation). Naturally,
this mechanism is only as secure as the contents of /var/db/pkg if you're
using it for auditing purposes.
Submitted by: Roman Shterenzon <roman@xpert.com>
|
|
|
|
|
| |
theoretically NEWCARD might work one day). if_wi.c is in the MI config
section already.
|
|
|
|
|
|
|
| |
not just if we get ENXIO.
This makes ppp work with DEVFS when if_tun isn't built into
the kernel (without needing to manually kldload it).
|
|
|
|
| |
Add a note to that effect to the man page.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Since it is here, clean it up a bit.
|
|
|
|
|
| |
or access times or anything. Just bite the bullet and keep a list of
header files that we know about.
|
| |
|
| |
|
|
|
|
| |
:-(
|
|
|
|
|
|
|
|
| |
(I think config(8) source does bad things to your brain :-)
Clean up likely stray *.h files in the build directory.
Eg: if isa.h ceases being generated, zap it.
The heuristics to figure out a 'likely' file are pretty revolting.
|
|
|
|
| |
Obtained from: NetBSD (pkgsrc)
|
|
|
|
|
|
|
| |
Only show the mask in ``show bundle'' when it's been specified.
Complain about unexpected arguments after ``set server {none,open,closed}''
Log re-open failures as warnings rather than phase messages.
Fix some markup for the ``set server'' man page description.
|
|
|
|
|
|
|
|
|
| |
now depends. This keeps named the same as before the import, that is: only
linking against libc dynamically, at a little space increase, which might
be due to the source code changes anyway. Very neglectable space
difference.
Some people might dub it a hack. It will do for now at least.
|
|
|
|
| |
can't handle it.
|
|
|
|
|
|
| |
and fix some overflows.
Submitted by: Mike Heffner <mheffner@vt.edu>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
don't continue adjusting the ipcp state machine.
This allows ``down'' to work in ppp.linkdown - useful for a tunnel
setup.
|
|
|
|
|
|
|
|
|
| |
Allow ``set server open'' to re-open the diagnostic socket.
Handle SIGUSR1 by re-opening the diagnostic socket
When receiving SIGUSR2 (and in ``set server none''), don't forget the
socket details so that ``set server open'' and SIGUSR1 open it again.
Don't create the diagnostic socket as uid 0 ! It's far to dangerous.
|
|
|
|
|
|
|
| |
text mode. For example `vidcontrol -g 100x37 VESA_800x600' will setup 100x37
text mode as opposed to default 80x25.
Reviewed by: imp
|
| |
|
| |
|
|
|
|
|
| |
for the purposes of spelling checking that left in after my last
visit to this file.
|
|
|
|
| |
Submitted by: reg
|