Sheldon Hearn
eb0fde47f8
Allow service alias names from /etc/services to be used when specifying
...
internal services in inetd.conf .
The inetd(8) manpage used to say that the official name of a service
_must_ be used, yet inetd itself was hardcoded to used a service alias for
the auth service, namely ident!
Rather than change inetd.conf and break existing configurations on next
upgrade, we now allow service aliases as well as official names. This
allows the software to work as expected and still support existing
configurations.
This should not breaking existing wrapped configurations either and the
inetd(8) manpage already states that it is the service name specified in
inetd.conf that is used for calls to hosts_access(3).
PR: 11796
Reported by: Alex Charalabidis <alex@wnm.net>
Approved by: des
1999-07-02 16:21:13 +00:00
Sheldon Hearn
27fd1dba4e
Clarify that the services name, as specified in inetd.conf, for an
...
internal service should be used as the daemon name when constructing
hosts_access(5) rules.
1999-07-02 15:58:32 +00:00
Bill Fumerola
465ebdc6e3
Add braces to avoid ambigious else.
1999-07-02 15:26:53 +00:00
Ruslan Ermilov
0b7a57dd48
o use getprotobynumber(3) instead of hardcoded protocol names.
...
Divert(4) sockets will now appear as "internet raw divert"
instead of "internet raw 254".
o -Wall tweak.
Reviewed by: bde
1999-07-02 13:25:49 +00:00
Sheldon Hearn
1361b1fd76
Back out previous commit. Allowing `-' as a pseudonym for /dev/stdin is
...
legacy behaviour inherited from systems that don't have /dev/stdin.
Requested by: bde
1999-07-02 12:31:31 +00:00
Bruce Evans
95103bc098
Actually fixed ambiguous else. The previous revision had no effect.
1999-07-02 11:20:59 +00:00
Brian Feldman
90331af0d2
"transfered" -> "transferred"
...
Reviewed by: dict(1)
1999-07-02 08:57:06 +00:00
Greg Lehey
ec2e2a6723
Remove the volume, plex, sd and drive commands which allowed the user
...
to bypass the create command.
vinum_stop:
Allow -f option.
Add commands for simplified configuration:
concat - create a volume with one concatenated plex
stripe - create a volume with one striped plex
mirror - create a volume with two concatenated or striped plexes
Egged-on-by: jkh
1999-07-02 08:01:12 +00:00
Greg Lehey
a490e68466
Change the name of the s option to indicate that it wears more than
...
one hat.
Change formats as the result of changes in drive structure.
1999-07-02 08:00:31 +00:00
Greg Lehey
2c1ba0bcf7
Change the name of the s option to indicate that it wears more than
...
one hat.
Add -n option for specifying names of volumes created with the
simplified commands.
Add function find_drive_by_devname to help the simplified
configuration commands.
1999-07-02 07:59:45 +00:00
Greg Lehey
738407d497
Document simplified configuration commands.
1999-07-02 07:58:54 +00:00
Greg Lehey
126152b05d
Add keywords 'mirror' and 'stripe' when not in kernel mode.
1999-07-02 07:58:09 +00:00
Greg Lehey
e65333e92e
Allow to unconditionally up subdisks with the -f option.
...
Change returns for failed state changes from EINVAL to EBUSY.
Suggested-by: Bernd Walter <ticso@cicely.de>
1999-07-02 07:57:28 +00:00
Greg Lehey
7d6715c52c
Change the type of the freelist sectors variable to u_int64_t in
...
order to ensure that initializers will be of correct type.
1999-07-02 07:56:47 +00:00
Matt Jacob
89ee7f9210
Correct some ugly formatting. Remember to initialize the alignment tag.
...
Honor and pass a callers request to contigalloc if they had a non-zero
alignment constraint.
1999-07-02 05:12:11 +00:00
Matt Jacob
ba203c2a6d
Fix last delta which reinitialized nextpaddr to zero each time through the
...
loop it was supposed to be in. Correct some ugly formatting. Remember to
initialize the alignment tag. Honor and pass a callers request to contigalloc
if they had a non-zero alignment constraint.
1999-07-02 05:05:51 +00:00
Jordan K. Hubbard
a741b77965
Fix time of last dump handling.
...
Submittted by: Richard Wiwatowski <rjwiwat@ozemail.com.au>
1999-07-02 04:44:43 +00:00
Peter Wemm
e9bc23571b
Sync with GENERIC.. (Gee, this is a useful file..)
1999-07-02 04:36:48 +00:00
Peter Wemm
c7430f3904
Zap totally the npx0 memory size override. It only worked if statically
...
specified in the kernel config file - but setting options MAXMEM works
exactly the same. Userconfig overrides of this have not worked for
ages.
Also, change the getenv for the loader override to hw.physmem based on a
prior suggestion from Mike Smith. I think he still wants to change this
some, but this shouldn't get in his way. This is a forced setting of
the memory size, not a "cap". We probably should have a plain 'maxmem'
variable as well which does do a cap, without loosing the bios memory
configuration data.
1999-07-02 04:33:05 +00:00
Peter Wemm
820f359d7e
Change the cast in pci_map_port() from u_short * to pci_port_t * so it
...
compiles cleanly on the Alpha. (On the alpha, the port type is an int,
not a short).
Cast a couple of pointers to ints via 'uintptr_t' rather than 'unsigned
int' since uintptr_t is long (64 bit) on Alpha, as are pointers.
1999-07-02 04:17:16 +00:00
Matt Jacob
8450a1cf5d
Replicate changes to i386 to do tags. I doesn't work yet 'coz ctags dumps
...
core, but when that is fixed it ought to.
1999-07-02 04:16:57 +00:00
Jordan K. Hubbard
93740fb962
Working kernel tags!
...
Submitted by: Craig Leres <leres@ee.lbl.gov>
PR: 2806
1999-07-02 04:00:01 +00:00
Jordan K. Hubbard
739e3bdcf8
127 fire Firewire driver <ikob@koganei.wide.ad.jp>
1999-07-02 02:49:24 +00:00
Jordan K. Hubbard
9cbedf095b
Fix stupid error where more bits where set than actual distributions
...
used. Doh!
Embarassingly-pointed-out-by: Brian Dean <brdean@unx.sas.com>
1999-07-02 02:00:23 +00:00
Peter Wemm
f078b1e075
#include <machine/md_var.h> to bring the prototype for
...
alpha_platform_assign_pciintr() into scope (!).
1999-07-01 22:58:03 +00:00
Peter Wemm
b9dffbec61
Fix a warning - the code is correct but gcc can't tell.
1999-07-01 22:54:55 +00:00
Peter Wemm
7a0dde6879
Moving the initialization for write sooner quiets a warning.
1999-07-01 22:52:40 +00:00
Peter Wemm
1743558335
Unused variable.
1999-07-01 22:49:03 +00:00
Peter Wemm
3ee1f12806
Pull some prototypes into scope
1999-07-01 22:48:31 +00:00
Peter Wemm
7a263b1d92
Add alpha_platform_setup_ide_intr() and alpha_platform_assign_pciintr()
...
prototypes.
1999-07-01 22:47:53 +00:00
Peter Wemm
e916dd0f12
Fix a printf int/long problem on the Alpha
1999-07-01 22:14:51 +00:00
Peter Wemm
919d1ea275
move <sys/systm.h> before <sys/buf.h>
1999-07-01 22:12:39 +00:00
Peter Wemm
be30a0cc53
#include <machine/md_var.h> to get prototype for alpha_register_pci_scsi().
1999-07-01 22:00:12 +00:00
Peter Wemm
213954ae81
Declare busdma_swi() like on i386 version.
1999-07-01 21:58:38 +00:00
Mike Pritchard
4343edfe20
Nuke the BUGS sections of these man pages because they are not appropriate.
1999-07-01 21:13:06 +00:00
Mike Pritchard
ec8dae7070
Fix typos/spelling errors.
1999-07-01 21:09:57 +00:00
Peter Wemm
57bdc9c1d8
Avoid warning on nextpaddr, just like on the x86.
1999-07-01 20:59:56 +00:00
Mike Spengler
2c7d6d81ef
Modify code to be -Wall'able.
...
PR: bin/11315
1999-07-01 20:48:59 +00:00
Peter Wemm
4180e07c29
Tidy up a few warnings when used without splash. (things defined but not
...
used)
1999-07-01 20:43:03 +00:00
Peter Wemm
90f940b94f
Prototype for alpha_fix_srm_checksum().
1999-07-01 20:34:28 +00:00
Peter Wemm
ea24629773
Fix warnings on the Alpha.
1999-07-01 20:29:25 +00:00
Peter Wemm
20628ddeee
Get prototype for isa_init_intr().
1999-07-01 20:25:39 +00:00
Peter Wemm
abab09a80a
Fix a warning, and pull prototypes into scope for ide/isa interrupt setup.
1999-07-01 20:23:01 +00:00
Peter Wemm
e240133cfa
Fix printf int/long format problems on the Alpha.
1999-07-01 20:01:03 +00:00
Wes Peters
96f31ff872
Add mising aio_* man pages. Fixed a minor typo in aio_read.2,
...
and "corrected" statement of Posix conformance.
1999-07-01 19:58:12 +00:00
Peter Wemm
6d7b539a6e
int/long printf format problems on the Alpha.
1999-07-01 19:56:50 +00:00
Peter Wemm
3efc015bae
Fix some int/long printf problems for the Alpha
1999-07-01 19:53:43 +00:00
Peter Wemm
00858ccd88
Quiet warnings on an Alpha. CBSIZE has long type and causes the other
...
ints to promote to long.
1999-07-01 19:46:36 +00:00
Peter Wemm
1c6989fa7e
Quiet warnings on Alpha. (db_expr_t is a long on alpha, int on x86)
1999-07-01 19:42:56 +00:00
Jordan K. Hubbard
4f018929d4
Remove the now-bogus comment about using iosiz with npx0 for memory
...
sizing - environment does this properly now. Thanks, Peter!
1999-07-01 18:39:23 +00:00