summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make sure dir file exists before we call install-info, which requires it.jkh1997-01-131-2/+6
| | | | | | 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.
* Include file cleanups.nate1997-01-133-36/+6
| | | | Submitted by: bde
* Print out the interface's multicast addresses using the newwollman1997-01-131-51/+43
| | | | structures.
* Use the new if_multiaddrs list for multicast addresses rather than thewollman1997-01-1324-896/+428
| | | | | | | 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).
* Merge the en version changes made in 1.58 -> 1.61.max1997-01-131-18/+31
| | | | Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
* Typo police.max1997-01-131-2/+2
| | | | Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
* Merge the en version changes made in 1.4 -> 1.5.max1997-01-131-5/+5
| | | | | | Some Translation improvement. Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
* Merge the en version changes made in 1.52 -> 1.56.max1997-01-131-4/+12
|
* Added apm and card[01] devices to all target.nate1997-01-132-2/+4
| | | | Suggested by: bde
* When attempting to load a `lastditch' timezone (e.g., because the loadwollman1997-01-131-7/+8
| | | | | | | | | 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.
* add dttermtorstenb1997-01-131-1/+33
| | | | Obtained-From: Xinside's CDE for FreeBSD with Thomas Roell's permission
* Synchronize with sys/i386/i386/userconfig.c revision 1.80.kato1997-01-131-36/+172
|
* Fix BB profiling.phk1997-01-131-2/+2
| | | | Submitted by: bde
* Merge the en version change made in 1.189 -> 1.190.max1997-01-131-2/+3
|
* Add Luigi Rizzo, who was inadvertently left out.tg1997-01-131-1/+2
|
* Back out previous fix. It was bogus.jkh1997-01-131-10/+4
|
* Merge the en version changes made in 1.188 -> 1.189.max1997-01-131-2/+3
|
* Correct a problem which broke +DISPLAY file handling.jkh1997-01-131-3/+4
|
* Install a dir file if one doesn't exist. This seems the most likelyjkh1997-01-131-3/+10
| | | | place to do it, I guess, and it's the utility which falls over without one.
* Add Simon Marlow for his cgoban port.tg1997-01-131-1/+2
|
* Document effect of login class capabilities.davidn1997-01-131-1/+10
|
* Make su login_cap savvy.davidn1997-01-132-32/+121
| | | | | As with login(1), LOGIN_CAP_AUTH is not yet enabled since we don't yet have authorisation modules.
* Just 'warn' the user that they are mixing dedicated drivers and genericnate1997-01-132-2/+10
| | | | | | | code if the option 'LINT_PCCARD_HACK' is specified (which should only be used in LINT). Demanded by: bde
* Added options 'LINT_PCCARD_HACK' which (will very soon) allow LINT tonate1997-01-133-3/+12
| | | | | | | | 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
* Turn this into legal texinfo. Since I don't know what the authorjkh1997-01-131-8/+8
| | | | | intended (and clearly, neither did the author :) I've just used the bullet list attribute everywhere.
* - Add [?] key and corresponding helptext/pager.msmith1997-01-131-36/+172
| | | | | | | | | (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.
* Bump libutil.so version (2.1 -> 2.2) since a whole heap of new functionspeter1997-01-131-1/+1
| | | | | | 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.
* Implement minimal login class support (ie: does a setusercontext()).peter1997-01-132-2/+27
| | | | Enabled by defining LOGIN_CAP in Makefile, on by default.
* Report the reason why select unexpectedly failed..peter1997-01-131-1/+1
|
* Skip non-existent subdirectories. The diff is rather large becauseasami1997-01-131-10/+11
| | | | | | | | 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")
* Sort cross references.wosch1997-01-1356-137/+164
|
* Add RCS id's since these files have left the default branch.steve1997-01-1215-0/+27
|
* This doesn't change any functionality, it simple makes yacc(1)steve1997-01-1213-78/+404
| | | | compile -Wall clean.
* Handle linuxdoc docs with a declaration like:jfieber1997-01-121-2/+2
| | | | | | <!doctype linuxdoc system> which is the standard practice used for the linux HOWTO documents.
* Use the RTLD_NOW symbol, now that it is defined in <dlfcn.h>.jdp1997-01-122-8/+6
|
* Convert to mdoc format.jdp1997-01-121-136/+152
| | | | | | | 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.
* Fix the following old problem:joerg1997-01-121-79/+79
| | | | | | | 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).
* Add definitions of RTLD_LAZY and RTLD_NOW.jdp1997-01-121-0/+6
|
* Fix calendar so that you can run it like:mpp1997-01-121-2/+9
| | | | | | | | | 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.
* Add "lib/csu/i386" to the "includes" target, so that <dlfcn.h> isjdp1997-01-121-1/+2
| | | | | installed before it is needed. Noticed by: David Conran <lucifer@maths.uq.oz.au>
* Add commented out example entry for imap4ache1997-01-121-0/+4
|
* Add comments about variables and targets. Incomplete, see '???'.wosch1997-01-121-1/+71
|
* Add a general comment about this include file.wosch1997-01-121-1/+6
|
* I added both features Peter Wemm requested. First, the new optionjmacd1997-01-121-4/+22
| | | | | | | --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.
* include ctype.h to pick isprint macroache1997-01-121-1/+2
|
* Merge the en version changes made in 1.174 -> 1.188.max1997-01-121-19/+45
|
* Merge the en version changes made in 1.45 -> 1.47.max1997-01-121-6/+6
|
* Move some lines to make the list in alphabetical order by the entity name.max1997-01-121-5/+5
|
* Add OpenBSD support. Change some comments to reflect the fact. Also:asami1997-01-121-9/+22
| | | | | | | | | | | | | | | | | | | | | (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
* Typo fix, and translation improvement.max1997-01-121-4/+4
| | | | Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
OpenPOWER on IntegriCloud