Age | Commit message (Collapse) | Author |
|
no objection from mcbride@ krw@ markus@ deraadt@
|
|
|
|
use %zu for size_t and %d for signed ints
first one triggered by a mail from joerg @ netbsd, thanks.
ok millert dlg
|
|
realpath() and opendev() so duid and device names work consistantly.
Also lets duid fstab entries work.
ok deraadt@
|
|
large parts written by Florian Obser (florian -at- narrans -dot- de).
feedback from sperreault@ gollo@ sthen@
ok from gollo@ dlg@ henning@
|
|
|
|
ok krw@ otto@
|
|
|
|
ok jsing@ jmc@
|
|
WARNINGS=yes.
Found the hard way by nicm@
ok nicm@
|
|
exit with an "unknown error" if a bio(4) error is reported but no status
message has been provided.
|
|
exception of a few messages specific to softraid(4) CRYPTO, there should
be no functional change for drivers that do not yet implement the interface
(which is currently all of them).
|
|
create ffs partitions with invalid fsize and bsize values newfs
will croak on. However, they should be able to set them to whatever
consistent values they want, not just make them smaller.
Also tweak some verbiage.
|
|
ok yasuoka@
|
|
i.e. when rounding off various values.
ok deraadt@ sthen@
|
|
first member of each ioctl data structure. This will allow for future
changes to bio(4) status handling.
|
|
|
|
editor. Use logic from calculating fragsize for an auto-allocated
partition. Noted when trying to add a small ffs partition to a 4K
sector device.
|
|
(2008), when '-r' support was removed. Spotted by jsg@ with the
assistance of clang.
|
|
It is going to get removed from libc and this file is the only
one using it.
discussed with deraadt@ guenther@
ok deraadt@
|
|
ok yasuoka
|
|
ok mikeb henning
|
|
just the first one.
from Joel Knight
OK krw@
|
|
Spotted by jmc@
|
|
man page part with todd@
|
|
|
|
|
|
There's nothing special about -c and -d requiring them to be
separated from other flags or specified as mutually exclusive. So
just show a single block of flags. Some flag combos are silly
but harmless.
Move all -B options inside NUMBOOT #if, eliminating confusing
duplication of -w and -R usage lines. And some string
declaration dancing.
Since we only have NUMBOOT = 1, no need to try and finesse
output for different values of NUMBOOT.
Line shit up.
|
|
it and the associated 'bootxx' variable. Update man page accordingly.
|
|
Many thanks to Marco Peereboom for his assistance with testing and
debugging. Thanks also to Josh Grosse and Chris Jackman for testing.
|
|
|
|
interest of rope sales allow the 'X'pert to suppress the rounding of
partition locations to bsize boundaries. Also mention that such rounding
is being done, so as to not surprise the user.
ok otto@ a while ago
|
|
errno string. Since we are err()'ing out, don't worry about closing
MBR fd first.
|
|
|
|
|
|
|
|
pfctl should not infer the af-to behavior from the af/naf difference.
instead, we should be clear that this is an af-to rule. essentially
this change converts FOM_AFTO marker into a rule flag PFRULE_AFTO so
that we don't rely on ambiguous checks (like r->af != r->naf) when
setting things up.
positive review and comments from claudio, ok henning, sperreault
|
|
uses the FQDN type in NAT-T with transport mode.
ok markus
|
|
carries over when a new file (i.e. leases after config) is parsed.
May help with mysterious "Corrupt lease file" messages.
|
|
value when only the token id is required.
|
|
1) Write out new leases file every time a lease is obtained. i.e. don't
append 20 leases before cleaning it up.
2) Write new leases file after calling dhclient-script to implement
new info. Gets interface configured first, and makes it more likely
the leases file reflects most current configuration.
|
|
ok jmc@ mikeb@
|
|
and make it compatible with bsd.lv mandoc and with groff-1.21.
This tweak was originally added for compatibility with groff-1.15,
which is no longer needed.
ok jmc@ kristaps@
|
|
void function instead.
ok dlg
|
|
by bzero()ing the 'struct pfsync' properly.
ok dlg mpf
|
|
THEN negate. Fixes issues with 'b' and 'k' size suffixes. Make error
message more clear while here.
Found, and fix provided, by David Imhoff via bugs@. Thanks!
|
|
ok jmc henning sthen claudio
|
|
When transmitting through vlan(4), it will now use the prio value in
pf packet header. When receiving, we save the incoming Cos in the same
place, this gives us the hability to preserve the CoS value across two
different vlan interfaces.
This kills the SIOC[GS]VLANPRIO ioctls and removes the corresponding
buttons from ifconfig(8).
ok henning@ claudio@ mcbride@
|
|
2/2 from Lawrence Teo <lteo at devio dot us>
ok sthen dlg and myself
|
|
1/2 from Lawrence Teo <lteo at devio dot us>
ok sthen dlg myself and gcc
|