| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Sorry, I know it's a gross fix to call share/info's install target as
a side-effect, but that's less gross than propagating the work-around
changes to files which have nothing to do with the info system.
|
|
|
|
| |
Submitted by: bde
|
|
|
|
| |
structures.
|
|
|
|
|
|
|
| |
previous hackery involving struct in_ifaddr and arpcom. Get rid of the
abominable multi_kludge. Update all network interfaces to use the
new machanism. Distressingly few Ethernet drivers program the multicast
filter properly (assuming the hardware has one, which it usually does).
|
|
|
|
| |
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
|
|
|
|
| |
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
|
|
|
|
|
|
| |
Some Translation improvement.
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
|
| |
|
|
|
|
| |
Suggested by: bde
|
|
|
|
|
|
|
|
|
| |
of the user's timezone failed), don't bail if the specified timezone
doesn't have an offset; in this case it isn't going to. (Perhaps it would
be better to change the caller to always supply one, but this is quick
and clean and fixes the bug in the easiest possible way.)
Should be in 2.2. Fixes (properly) PR#1740.
|
|
|
|
| |
Obtained-From: Xinside's CDE for FreeBSD with Thomas Roell's permission
|
| |
|
|
|
|
| |
Submitted by: bde
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
place to do it, I guess, and it's the utility which falls over without one.
|
| |
|
| |
|
|
|
|
|
| |
As with login(1), LOGIN_CAP_AUTH is not yet enabled since we don't
yet have authorisation modules.
|
|
|
|
|
|
|
| |
code if the option 'LINT_PCCARD_HACK' is specified (which should only
be used in LINT).
Demanded by: bde
|
|
|
|
|
|
|
|
| |
compile again. The code to protect users from combining the dedicated
PCCARD drivers and the generic code is a warning if the above option
is included in the config file.
Demanded by: bde
|
|
|
|
|
| |
intended (and clearly, neither did the author :) I've just used the
bullet list attribute everywhere.
|
|
|
|
|
|
|
|
|
| |
(helptext from Philippe Regnauld)
- Make introfunc() work with serial terminals.
(submitted by Jean-Marc Zucconi)
- Eliminate excessive statusline redraw during screen updates.
(requested by Peter Wemm)
- Some trivial output formatting dinks.
|
|
|
|
|
|
| |
were added with the login class stuff. This is needed since libutil.so.2.1
is what is used in RELENG_2_2 and well into the release cycle. We only
bump once per release cycle as needed.
|
|
|
|
| |
Enabled by defining LOGIN_CAP in Makefile, on by default.
|
| |
|
|
|
|
|
|
|
|
| |
the original logic went into a section of code assuming some
incarnation is there, but it's basically a "test -d" fix. Closes PR
ports/2082.
Reviewed by: max ("although I didn't test it, it looks fine")
|
| |
|
| |
|
|
|
|
| |
compile -Wall clean.
|
|
|
|
|
|
| |
<!doctype linuxdoc system>
which is the standard practice used for the linux HOWTO documents.
|
| |
|
|
|
|
|
|
|
| |
Add descriptions of RTLD_LAZY and RTLD_NOW.
Correct the synopsis to agree with the actual function prototypes.
Add clarifications of a few things.
Clean up the wording in a few places.
|
|
|
|
|
|
|
| |
date: 1994/10/09 07:37:18; author: davidg; state: Exp; lines: +7 -1
#if 0'd out the meat of the swap code until I get a chance to rewrite it.
...mainly by stealing the code from pstat(8).
|
| |
|
|
|
|
|
|
|
|
|
| |
calendar -t 0101 -f file
Previously calendar's time processing routine directly
modified the "0101" argument" which confused getopt.
The time routines now make a copy of the argument
to mess with.
|
|
|
|
|
| |
installed before it is needed.
Noticed by: David Conran <lucifer@maths.uq.oz.au>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
--forceentry=TEXT will override any entries contained in the info
file. Second, I made it recognize that "gmp" and "gmp.info" are
the same when looking for whether the info file being installed is
already installed.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(1) Change commented out MAINTAINER to FreeBSD_MAINTAINER and
OpenBSD_MAINTAINER. These are not comments anymore, so we may
even use it in the future.
(2) Instead of the ".if ${OPSYS} = "NetBSD" hack, use ".if exists()"
to find the location of md5 an tar. Play similar trick for fetch
(OpenBSD uses /usr/bin/ftp which groks http: addresses).
This commit includes most of the changes made in 1.242 (although many
of them are done differently after more discussion). One thing that
is conspicuously missing is NOMANCOMPRESS, which has been postponed
until Warner figures out what exactly the situation is on the OpenBSD
ports paradigm. (In a nutshell, we can't just define NOMANCOMPRESS in
this file even if uncompressed manpages is the default for OpenBSD,
because that will take away the ability of individual users to select
manpage compression.)
Reviewed by: imp@openbsd.org
|
|
|
|
| |
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
|