summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Do a better job with my ASCII artwork.jkh1997-01-141-3/+4
|
* Update the FAQ using some of Peter's text and some of my own.jkh1997-01-141-190/+141
| | | | Submitted-By: pds & jkh
* Synchronize with sys/i386/isa/if_ed.c revision 1.112 andkato1997-01-142-56/+24
| | | | sys/i386/isa/if_fe.c revision 1.23 (new if_multiaddrs list).
* Move gzip(1) option -c from commandline into variable GZIPCMD. Notwosch1997-01-141-2/+2
| | | | all compress programs (e.g. cat(1)) support the option -c.
* Fixed misapplied patch in rev.1.2. A loop continuation test was outsidebde1997-01-141-1/+1
| | | | the loop. This usually caused most of the output to be skipped.
* Fix problem with mask passwd to setusercontext() whichdavidn1997-01-141-4/+4
| | | | prevented uid/group change with non-root target.
* Move $FreeBSD$ up right next to $NetBSD$ (oh, the solidarity! :).asami1997-01-141-2/+1
|
* $Id$ -> $FreeBSD$ in samples.asami1997-01-141-4/+4
|
* The following patch to lib/libc/stdio implements positional arguments injkh1997-01-142-22/+414
| | | | | | | | | a manner consistent with other implementations. Its done in a way that adds only a tiny amount of overhead when positional arguments are not used. I also have a test program to go with this, but don't know where it belongs in the tree. Submitted-By: Bill Fenner <fenner@FreeBSD.ORG>
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-144927-5180/+5204
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* 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>
OpenPOWER on IntegriCloud