Age | Commit message (Collapse) | Author |
|
1) noautoassemble; when set the softraid volume will not be assembled during
autoconf.
2) force; when set it will overwrite metadata on disk
While writing this I ran into 3 bugs that were fixed along the way
1) bcopy in sr_read_meta was copying data to the wrong pointer
2) in sr_read_meta the wrong metadata was coppied into the chunk
3) sr_free_discipline was freing a pointer that wasn't malloc'd
ok dlg
|
|
|
|
* Remove alot of dead kerberos code like
the options for NFSSVC_AUTHIN and NFSSVC_AUTHFAIL wich where
originally to get the kerberos auth info into the kernel.
(that hasnt worked for long, if ever.)
Also remove some helper functions and associated goo, however
theres still alot of it left.
* Remove NFSSVC_BIOD, biod's where replaced with kernel threads
a long time ago.
* NFSSVC_MNTD wich was is NQNFS leftover.
Update the man page and nfsd(8).
nfssvc(2) besides being special has only one user in the tree
nfsd(8), therefore no library bumps are needed.
(discussed with deraadt@).
ok beck@, "go a head" deraadt@
Tested by ckuethe@
|
|
logged LOG_ERR to syslog. ok henning@
|
|
|
|
enabling fs_passno in fstab for vnd-type filesystems will lead to an error,
just like for the other filesystem types where fsck_something does not exist
discussed with and ok deraadt@
|
|
at the code with jdixon@
|
|
suggested and ok jmc@
|
|
|
|
|
|
Simplify some if-else statements while here.
OK grunk@ and tedu@.
|
|
|
|
|
|
completely contained at the new place. provide a legacy link to /usr/sbin
to go away after next release.
ok deraadt@
|
|
- reduce the number of used svnd devs to the default number of an OpenBSD System
- make it more obvious that vnd's w/ different levels or no encryption can be
specified.
diff from Okan Demirmen, thanks
|
|
a mount_vnd(8) interface to it. merge manpages as well.
next goal is to have this here completely replace the usr.sbin/vnconfig
directory.
prodded by many, manpage discussion and help jmc@, "go ahead" deraadt@
|
|
'SGIOCGIFMEDIA'.
Noticed by Stuart Henderson.
|
|
onto disk. More elegant than "dd if=/dev/zero of= ..." to clear out
an old disklabel. Think of it as treating the spoofed disklabel
created by readdisklabel() like an automatically generated disktab
entry. Makes some install scripts (macppc to start) easier.
|
|
Code from tedu.
Replace all kernel string magic with dev_t passed in from bioctl.
Suggestion from beck and tedu. Help from miod.
Fix chunk crc.
ok tedu
|
|
ok and prodding @jmc
|
|
* use NULL instead of 0 for pointers, as per style(9)
* wrap a long for-loop line in sysctl_malloc()
* fix -Wall complaint in print_sensor()
ok otto@
|
|
|
|
|
|
|
|
|
|
control device; "put it in" miod@
|
|
|
|
recommit the -c changes. For now, we warn only if we cannot honour -c.
ok millert@ deraadt@
|
|
|
|
|
|
changes obviously *MUST* be checked against whatever weird things the
floppies do to fit
|
|
|
|
variable name; correct the loop packing more inodes into the cg:
in some cases it could put more fragments into the cg than requested;
give an error if the -c option cannot be honoured. ok millert@ pedro@
|
|
Prevents a core dump found by djm@ when doing mount_mfs -s 80
(yeah, that's a tiny file system); ok millert@ pedro@
|
|
|
|
|
|
ok otto@
|
|
|
|
OK krw@.
|
|
into the build yet.
ok jmc@
|
|
partially initialized summary info struct. ok millert@ pedro@
|
|
|
|
<ralf.horstmann at gmx.net>, thanks!
Slightly different fix. Also add a regression test.
ok mpf@
|
|
touchscreen calibration via ioctls.
ok miod@
|
|
level 30. This was a huge cause of log spam at level 30 and below, and is
really not that useful.
|
|
mismatch without any log message stating so. This diff makes sure that
all phase 1 negotiation failures due to proposal attribute mismatch are
logged. Also change these messages from LOG_NEGOTIATION debug level 70 to
always be logged (not just with debug).
General idea OK hshoexer, tested here in production.
|
|
ok jmc@ mpf@
|
|
does not use fs_cpg at all. From FreeBSD. OK otto@
|
|
newfs command that can be used to make a filesystem with the
same settings. OK otto@
|
|
both meaningless and harmless. ("nat_t_check_vendor_payload: bad size")
ok todd
|