summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* I think these reference tags (given the context of the sentence) makejkh1996-05-171-5/+4
| | | | more sense.
* A patch for the meteor device driver. It fixes:jkh1996-05-178-33/+95
| | | | | | | 1) A spelling error pointed out by Paco Hope. 2) A bug in the range checking routing pointed out by Jim Bray. 3) Enables the setting of frames per second. Submitted-By: Jim Lowe <james@miller.cs.uwm.edu>
* Large security hole in mount_union, the underlying filesystem for which doesn'tjkh1996-05-171-1/+2
| | | | | even work. Until pst wakes up, best action deemed to be the simple disabling of this command.
* freefall's new sendmail.cf file.jkh1996-05-172-4/+4
| | | | Submitted by: gpalmer
* Mention that the "file:/usr/share/doc/..." URLs are only accessiblempp1996-05-161-2/+3
| | | | | | on machines running FreeBSD 2.1 or later. Pointed out-by: Felipe Garcia <fxg@usis.usemb.se>
* (This really shouldn't all be on one commit, but I forgotmpp1996-05-1638-765/+772
| | | | | | | | | | | | I was in the middle of one of these "projects" when I started on the next, so they wound up all intermixed) Move the mailing list entities from authors.sgml to the new file lists.sgml. Add an entity for majordomo at the same time. Avoid the use of contractions. This revealed some grammer problems, and also has the benefit of helping make things clearer for those people who do make speak English as a their first language.
* Correct the Mathematica install section to correctly matchmpp1996-05-161-10/+8
| | | | | | up the example output with the text description. Submitted by: Rich Murphey <rich@rich.isdn.bcm.tmc.edu>
* Make some long-overdue updates in the install document, addjkh1996-05-162-119/+59
| | | | freebsd-emulation list to entities.
* Correct device list.jkh1996-05-161-1/+2
|
* Bring this a little more up to date.jkh1996-05-161-8/+10
|
* - Patch around amd core dump problem: don't allow yp_unbind() or _yp_unbind()wpaul1996-05-161-29/+36
| | | | | | | | | | to call clnt_destroy() on a potentially NULL RPC handle. Somebody should bang on this a bit to make sure the problem is really gone; I seem to have difficulty reproducing it. Patch provided by Peter Wemm and slightly tweaked by me. - Don't call _yp_unbind() in individual ypclnt functions unless we encounter an RPC error while making a clnt_call().
* Rethink the previous X distribution change. Including COMPAT_21 is justjkh1996-05-165-13/+13
| | | | | bogus, and I think I'll simply see that the X distribtion is rebuilt for -current before doing another snapshot for it. :-)
* Get X user and X developer distributions checked correctly again in menus.jkh1996-05-165-13/+13
| | | | | Oh yeah, last commit also fixed (I hope) the /etc/sysinstall not being written on Custom installation problem.
* Fix some long-standing malloc bugs in the package handling code (freeing garbagejkh1996-05-1636-184/+724
| | | | | | | | | | | | | in one place, leaking memory in another). Add a facility to invoke subsystems directly by naming them on sysinstall's command-line when running post-install. A replacement for pkg_manage might, for example, be `/stand/sysinstall configPackages' Fix bogon where upgrade shell was entered with tty modes spammed. Fix bug with release name checking in ftp_strat. Turned a bunch of bogus exit()s into proper calls to systemShutdown().
* Simply comment-out BUILDNAME and CHROOTDIR - they should be set at the time ofjkh1996-05-161-3/+3
| | | | make's invocation.
* Convert f2c.1 to mdoc format.mpp1996-05-151-297/+230
| | | | Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu>
* Mention the fact that the ability to specify uid ranges was addedmpp1996-05-151-1/+5
| | | | to the system after 2.1 was released.
* Add ewinter@lobo.muc.de (Ernst Winter) for his contribution of a 2.88joerg1996-05-151-1/+6
| | | | | MB floppy drive to the project. This will hopefully increase the pressure for me to rewrite the floppy disk driver some day. :)
* Fix a few HTML 2.0 violations.jfieber1996-05-152-9/+16
|
* The Makefile assumed that builder had '.' in it's path, which is anate1996-05-152-229/+6
| | | | | | | | | security hole for root. Fix this oversight and clean up the build of 'hack.onames.h' which should be built everytime. Tested with/without obj directories and .depend files. Noticed by: "Christoph P. Kukulies" <kuku@gilberto.physik.rwth-aachen.de>
* Fixed botched cross reference (target was not defined).jfieber1996-05-153-6/+6
|
* Makewhatis appended the filename to list of keywords if no keywordwosch1996-05-141-6/+6
| | | | | | | | | | matched the filename. Now put the list after the filename. E.g. filename: vt220keys.1 Keyword: vt220 was: vt220(1), vt220keys(1) - define SHIFTED [...] now: vt220keys(1), vt220(1) - define SHIFTED [...]
* This is a guide to installing the linux emulator with specificrich1996-05-145-5/+678
| | | | | | | instructions on installing and running Mathematica's Linux binary. Written by Brian N. Handy, Chuck Robey and myself. Reviewed by: jordan
* Accept mount(8)'s calling convention of passing just the filesystem typewollman1996-05-142-9/+23
| | | | as argv[0].
* Commit the right version of mkCTM, <:-)phk1996-05-142-35/+164
| | | | Noticed by: "Philippe Charnier" <charnier@lirmm.fr>
* catman -> catman.localwosch1996-05-131-2/+2
| | | | | This is currently a no-op, because a wisely man did not enable catman by default (in comments).
* One program I missed in removing MOUNT_* constants.wollman1996-05-133-51/+63
|
* Get rid of the last vestiges of the old MOUNT_* constants in thewollman1996-05-1328-528/+390
| | | | | | | | | mount_* programs. While we're at it, collapse the four now-identical mount programs for devfs, fdesc, kernfs, and procfs into links to a new mount_std(8) which can mount any really generic filesystem such as these when called with the appropriate argv[0]. Also, convert the mount programs to use sysexits.h.
* When two units swapped, copy SC_STATIC flag too, not clear itache1996-05-131-1/+2
|
* Prevent mixing of static and dynamic unit allocation strategiesache1996-05-132-7/+23
|
* Change Bernd's e-address.asami1996-05-131-2/+2
|
* Add #ifndef/#endif around the "#define CCD_OFFSET 16", so you can overrideasami1996-05-132-2/+6
| | | | | | it in your kernel config file. Requested (in essence) by: phk
* Leave 16 lines in front of each component partition. It's now safe toasami1996-05-132-6/+20
| | | | | | | use sd87a or sd237e even if they start at the beginning of the slice. You can also use sd85c if you prefer, although you need to change the type field in the disklabel to "4.2BSD".
* PR: bin/1194: PPP server port not initializedphk1996-05-131-1/+2
| | | | | | | Latest round of changes omitted initialization of tunnel device unit variable. Submitted by: John Capo <jc@irbs.com>
* More informative command sequence for creating UFS floppies.jkh1996-05-131-4/+6
| | | | Submitted by: harold barker <hbarker@dsms.com>
* Whoops, don't add something that already exists. Removed redundantnate1996-05-133-18/+12
| | | | entries but better document the existing PCCARD stuff.
* Added commented out PCCARD entries to GENERIC, also document and addnate1996-05-135-5/+28
| | | | entries in LINT.
* Neaten up some of the comments in here.jkh1996-05-131-1/+4
|
* Correct email address for Alex Nashjkh1996-05-131-2/+2
|
* makewhatis -> makewhatis.localwosch1996-05-121-2/+2
|
* Bugfix: nested *?+ in regexp at /usr/bin/makewhatis line 286wosch1996-05-124-4/+84
| | | | | | | | | | | | Submitted by: invalid opcode <coredump@nervosa.com> makewhatis.local - start makewhatis(1) only for file systems physically mounted on the system Running makewhatis from /etc/weekly for rw nfs-mounted /usr may kill your NFS server -- all clients start makewhatis at the same time! So use this wrapper instead calling makewhatis directly. Pointed out by: Bruce
* Small touchups:wpaul1996-05-124-12/+34
| | | | | | | | | | | | - Fix typos in comments in hash.c. - Remove unneeded and unused member from grouplist struct in hash.h. (Curiously, the compiler never complained about this even though the member was of type 'struct grps' which is not defined anywhere in this program.) - char ch -> int ch in revnetgroup.c. - char *argv[0]; -> char *argv[]; also in revnetgroup.c. - Force the user to specify at least one of the -u or -h flags and complain if they specify both.
* Fix a brain-o. The scratch ram on aic78X0 controllers is initialized to 0x00gibbs1996-05-121-2/+2
| | | | | not 0xff after POST, so test for that when trying to determine if a BIOS intialized the card for us.
* fasterwosch1996-05-121-0/+72
| | | | | | | | | | average 2-3 x for option -h or -q 10 x handle option -q and -L better exit status, similar to grep (0: matches found 1: no matches found 2: error)
* Add comments forwosch1996-05-121-1/+27
| | | | | | some useful aliases 8-bit locale a nicer prompt
* Describe calendar format & arguments betterache1996-05-121-18/+40
|
* Now that X Inside, Inc. is shipping their Motif, point at them instead.jkh1996-05-121-12/+19
|
* Fix the "well-known retries bug" (a logic-o).joerg1996-05-123-6/+6
|
* Document LFS as broken.jkh1996-05-122-0/+6
|
* Ups, I removed NMB_INIT too.phk1996-05-121-1/+3
| | | | Complained about by: asami
OpenPOWER on IntegriCloud