billf
e4191ae2b0
Include the proper headers, remove the unnecessary function declarations.
1999-09-25 03:20:29 +00:00
billf
905cb42c4d
Remove duplicate declarations for two internal functions.
...
Remove delcaration for getenv(), we already get it from stdlib.h
1999-09-25 02:23:19 +00:00
billf
5f4efefebc
Stuff a variable declaration inside a #if block that is only used for that
...
#if.
1999-09-25 02:11:30 +00:00
billf
04286a15ad
Remove declaration of getenv(), we get that from stdlib.h already.
1999-09-25 02:10:38 +00:00
dillon
d0c237410f
Bring documentation up to date
1999-09-23 10:35:48 +00:00
phantom
353c1a6746
Correct spelling : ascii -> ASCII
...
PR: docs/13702
Submitted by: Stephen J. Roznowski <sjr@home.com>
Reviewed by: mpp
1999-09-20 09:15:23 +00:00
msmith
4d16916f80
If we don't appear to have a module loaded supporting the interface
...
we're about to operate on, try to load one. Don't complain if the
load fails, and always press on regardless (there may not be a module
suitable or required).
With the renaming of the PCI ethernet driver modules and the addition
of appropriate miibus dependancies on those modules that need it, it is
now no longer necessary to compile many ethernet drivers into the kernel;
they will be loaded on demand the first time they are ifconfig'ed.
Inspiration from: mount
Reviewed by: obrien
1999-09-20 07:58:08 +00:00
markm
3b6f8bb130
Prepare for K5.
1999-09-20 06:21:51 +00:00
markm
a90c53c266
Fix for new KerberosFix for new Kerberos44
1999-09-19 22:14:33 +00:00
ru
7b87c1c49f
`permanent_link' is obsolete; update examples.
1999-09-13 18:18:33 +00:00
ru
c7cbaf245c
Add Ari Suutari as a maintainer.
...
Approved by: Ari Suutari <ari@suutari.iki.fi>
1999-09-13 18:16:38 +00:00
bde
4b01b2d6fc
Fixed bitrot in usage message (-n is now optional).
1999-09-08 05:46:47 +00:00
ru
7357a87ddf
Config file parser changes:
...
- Trailing spaces and empty lines are ignored.
- A `#' sign will mark the remaining of the line as a comment.
Reviewed by: Ari Suutari <ari@suutari.iki.fi>
1999-09-07 15:34:12 +00:00
mph
cfb6543180
Indicate that we now control quota checking via an rc.conf variable,
...
instead of putting it in rc.local.
Submitted by: Alex Perel <veers@disturbed.net>
1999-09-06 20:55:28 +00:00
kato
6ed01edd23
FreeBSD kernel doesn't allow any process to decrease securelevel. So,
...
init(8) cannot decrease securelevel. The manual page explains this
and single_user() doesn't try to downgrade kernel to insecure mode.
Reviewed by: bde (manual page)
1999-09-06 08:41:32 +00:00
n_hibma
8d8f84be50
Show that the -n option is optional
...
Suggested by: Bruce Evans <bde@zeta.org.au>
Reviewed by: dfr
1999-09-06 08:30:25 +00:00
peter
6a0ef44f2f
$Revision$ -> $FreeBSD$ (more cleanup needed here)
1999-09-05 17:49:11 +00:00
green
6ea78090c5
Make the "uid" and "gid" code better. Now it can detect invalid user
...
names/numbers.
Reviewed by: chris
1999-09-03 18:18:46 +00:00
chris
daa0ce629e
Add cross-references to respective syscalls.
1999-09-03 16:40:24 +00:00
mdodd
1b6ed6875d
Get this to compile again. struct pnp_cinfo went away so
...
this is just a temporary hack until someone figures out
what they want to do with the override tables etc.
Example copied: sys/isa/{pnp,sio}.c
1999-09-03 06:01:01 +00:00
ru
5acd2873b4
Allow signals to interrupt system calls.
...
Remove redundant signal() call.
PR: 6676
Submitted by: luoqi
Reviewed by: Ari Suutari <ari@suutari.iki.fi>
1999-09-02 15:17:25 +00:00
phk
34b4a59103
Fix savecore so that it operates correctly on character devices with
...
sectorsizes up to 8k.
Pointed out by: sos
1999-08-31 18:12:44 +00:00
peter
76f0c923fe
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
grog
e225ec605b
Update and tidy descriptions of info -V.
...
Describe use of -w option with start.
Tidy up descriptions of scale factor suffixes.
1999-08-26 03:24:02 +00:00
dwhite
eb58c0d8ed
Add -e option to usage().
1999-08-25 21:31:08 +00:00
grog
10d42c8b30
Document the setstate command.
1999-08-24 02:36:23 +00:00
grog
b699dd5427
Change declaration for initsd.
...
Add declarations for vinum_setstate, vinum_checkparity and
vinum_rebuildparity.
1999-08-24 02:35:07 +00:00
grog
92e50861c3
parseline(): Reset the -w flag.
...
continue_revive: Implement the -w flag.
1999-08-24 02:33:55 +00:00
grog
edde6ee75c
vinum_info(): Add support for logging subdisk I/O.
1999-08-24 02:32:57 +00:00
grog
922bb45cf9
Tidy up some indentation and comments.
...
vinum_init(): Change name of variable plexindex to objindex, which
better describes its purpose.
initsd(): Add a second parameter to determine whether it should wait
for completion or not. This allows it to DTRT when called
with the -w flag either directly or via initplex().
Add 'setstate' command (function vinum_setstate ()) to implement the
VINUM_SETSTATE_FORCE ioctl for diddling individual object states.
This is a repair tool which can also be used for panicing the system.
Use with utmost care if at all.
Add unimplemented commands 'checkparity' and 'rebuildparity'. Watch
this space.
1999-08-24 02:31:19 +00:00
phk
78878d252b
Add new option to fdisk: -e
...
This wipes the MBR and creates slice 1 as a FreeBSD slice covering the
disk starting from the second track to the cylinder aligned end of the disk.
This is the most compatibly layout we have as far as I know.
1999-08-23 11:06:19 +00:00
billf
f1ca67e0d8
Don't print a "," after the last superblock.
...
Submitted by: adrian
1999-08-21 22:07:27 +00:00
green
e3f950dd51
To christen the brand new security category for syslog, we get IPFW
...
using syslog(3) (log(9)) for its various purposes! This long-awaited
change also includes such nice things as:
* macros expanding into _two_ comma-delimited arguments!
* snprintf!
* more snprintf!
* linting and criticism by more people than you can shake a stick at!
* a slightly more uniform message style than before!
and last but not least
* no less than 5 rewrites!
Reviewed by: committers
1999-08-21 18:35:55 +00:00
chris
ab6c4be83c
Bad cross-reference of getservbyname(2) changed to getservbyname(3)
...
Reviewed by: ru
1999-08-18 01:20:07 +00:00
csgr
2435bad49c
Add reference to blackhole(4)
1999-08-17 14:28:07 +00:00
chris
4c4eda22a4
Re-add -Wmissing-prototypes to `COPTS'. I mistook -W for -Wno in this case.
1999-08-16 21:22:39 +00:00
chris
94e90769b6
Fix some bad references.
1999-08-16 20:56:31 +00:00
chris
3bfe42ba6f
-Wmissing-prototypes is unnecessary here. There are no warnings produced
...
with this option disabled.
1999-08-16 08:13:17 +00:00
mpp
2037b3d265
Minor mdoc fix.
1999-08-15 12:16:59 +00:00
mpp
432c46fbda
Minor style fix.
1999-08-15 12:16:12 +00:00
mpp
ebc58e0b20
Various man page cleanup:
...
- Sort xrefs
- FreeBSD.ORG -> FreeBSD.org
- Properly xref RFCs.
- Be consistent with section names as outlined in mdoc(7).
- Other misc mdoc cleanup.
PR: doc/13144
Submitted by: Alexey M. Zelkin <phantom@cris.net>
1999-08-15 08:06:12 +00:00
grog
5913fc232b
initsd: On completion, put the subdisk in 'initialized' status, not
...
'up'. This matches changes in the kernel module.
Reported-by: Bernd Walter <ticso@cicely.de>
Remy Nonnenmacher <remy@synx.com>
1999-08-15 02:32:19 +00:00
chris
b3d60e9b90
Bad reference getsockname(8) -> getsockname(2)
1999-08-14 22:25:59 +00:00
grog
e8c163e370
Correct typo.
1999-08-14 09:15:43 +00:00
grog
72af637c3c
Add declarations for initvol, initplex and initsd helper functions for
...
vinum_init.
1999-08-14 06:20:55 +00:00
grog
8effe71628
vinum_info: add code to print out lock events.
...
modify format of other event printouts.
1999-08-14 06:20:20 +00:00
grog
a0bee57f34
make_plex_dev: make them raw. Volume-related plex devices will
...
probably die a death soon (yes, DES, that's correct usage).
1999-08-14 06:19:38 +00:00
grog
b435818c5a
vinum_init: add code to initialize subdisks as well as plexes. Also
...
provide for initializing volumes; this code is not yet complete.
1999-08-14 06:18:39 +00:00
luigi
a97a8415d6
Whoops, forgot one line in previous patch.
1999-08-12 05:32:11 +00:00
luigi
fca87bca8c
Userland and manual page changes for probabilistic rule match.
...
Because the kernel change was done in a backward-compatible way,
you don't need to recompile ipfw if you don't want to use the new
feature.
1999-08-11 15:36:13 +00:00