| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
more sense.
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
even work. Until pst wakes up, best action deemed to be the simple disabling
of this command.
|
|
|
|
| |
Submitted by: gpalmer
|
|
|
|
|
|
| |
on machines running FreeBSD 2.1 or later.
Pointed out-by: Felipe Garcia <fxg@usis.usemb.se>
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
up the example output with the text description.
Submitted by: Rich Murphey <rich@rich.isdn.bcm.tmc.edu>
|
|
|
|
| |
freebsd-emulation list to entities.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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().
|
|
|
|
|
| |
bogus, and I think I'll simply see that the X distribtion is rebuilt for
-current before doing another snapshot for it. :-)
|
|
|
|
|
| |
Oh yeah, last commit also fixed (I hope) the /etc/sysinstall not being
written on Custom installation problem.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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().
|
|
|
|
| |
make's invocation.
|
|
|
|
| |
Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu>
|
|
|
|
| |
to the system after 2.1 was released.
|
|
|
|
|
| |
MB floppy drive to the project. This will hopefully increase the
pressure for me to rewrite the floppy disk driver some day. :)
|
| |
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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 [...]
|
|
|
|
|
|
|
| |
instructions on installing and running Mathematica's Linux binary.
Written by Brian N. Handy, Chuck Robey and myself.
Reviewed by: jordan
|
|
|
|
| |
as argv[0].
|
|
|
|
| |
Noticed by: "Philippe Charnier" <charnier@lirmm.fr>
|
|
|
|
|
| |
This is currently a no-op, because a wisely man did not
enable catman by default (in comments).
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
it in your kernel config file.
Requested (in essence) by: phk
|
|
|
|
|
|
|
| |
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".
|
|
|
|
|
|
|
| |
Latest round of changes omitted initialization of tunnel device
unit variable.
Submitted by: John Capo <jc@irbs.com>
|
|
|
|
| |
Submitted by: harold barker <hbarker@dsms.com>
|
|
|
|
| |
entries but better document the existing PCCARD stuff.
|
|
|
|
| |
entries in LINT.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
| |
not 0xff after POST, so test for that when trying to determine if a BIOS
intialized the card for us.
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
some useful aliases
8-bit locale
a nicer prompt
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Complained about by: asami
|