Age | Commit message (Collapse) | Author |
|
it is ffs1-aware only. therefore all the types are on disk, and thus,
they are actually int32_t. ok pedro
|
|
Fixes PR 5494; with pedro@; ok pedro@ millert@
|
|
have to expose the node to the outside.
Without this, conf_trans_node() created a node, linked it into the
conf_trans queue and returned it to the caller. If something failed
in one of the callers, the half-initialized node would still be
linked in the queue and could get accessed later on.
ok hshoexer@
|
|
|
|
|
|
adosfs has the issue and in an entirely different way. noone uses this
code so this is hte best way to handle the problem
diff from pedro who went to sleep but we need to move ahead; ok thib
|
|
do a poor man's (but yet working) solution and provide the user with
instructions to enhance fstab(5) and rc.local(8) with own boot time support.
tweaks and ok jmc@
|
|
|
|
ok henning otto theo
|
|
|
|
|
|
ok henning@ toby@ pyr@
|
|
- consistent text for STANDARDS
- note which options are extensions to POSIX
|
|
looks ok otto@
|
|
|
|
free room in struct partition by packing fragment size and
fragments/block more tighlty and use the resulting space to make
offset and size 48 bits. For the disk part we use spare fields in
struct disklabel. Kernel converts in-mem copy of the on-disk
label if needed, disklabel(8) writes new version.
We are careful to only change fields not used by bootloaders.
Conception of basic scheme by deraadt.
ok deraadt@ krw@
|
|
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@
|