Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-14 | oops, sort options; | Jason McIntyre | |
2007-04-14 | +.Xr fsck_vnd 8 , | Jason McIntyre | |
2007-04-14 | introduce {fsck,mount}_vnd tools to be able to describe vnd images | Alexander von Gernler | |
in /etc/fstab instead of using some weird homegrown scripts. No support for boot time mounting yet, so "noauto" is still needed. original idea from david@ help and discussion todd@ bluhm@ beck@, manpage help jmc@ ok simon@ tedu@ bluhm@ todd@, "looks good" thib@ | |||
2007-04-13 | tweak the description of -O2; ok millert | Jason McIntyre | |
2007-04-13 | Missing bit in last commit, remove -z for getopt string. | Todd C. Miller | |
2007-04-13 | cut the verbosity from usage() and instead print a synopsis, | Jason McIntyre | |
as matched by the man page; ok millert | |||
2007-04-13 | new sentence, new line; | Jason McIntyre | |
-O takes an argument; | |||
2007-04-13 | Add support for creating ffs2 filesystems. Note that the concept | Todd C. Miller | |
of a constant-sized track is obsolete in today's world of variable blocks per track disks so the cylinder group packing algorithm has been updated. Based on the ufs2 changes in FreeBSD by Kirk McKusick. From pedro@ with changes by me as well as a few from NetBSD. OK pedro@ beck@ thib@ and tested by more... | |||
2007-04-10 | Add support for ffs2 filesystems. From pedro@ based on the ufs2 | Todd C. Miller | |
changes in FreeBSD by Kirk McKusick. | |||
2007-04-10 | Add support for checking ffs2 filesystems. From pedro@ based on | Todd C. Miller | |
the ufs2 changes in FreeBSD by Kirk Mckusick. | |||
2007-04-10 | Rewrite ITITERATE macro to prevent out-of-bounds memory access. | Moritz Jodeit | |
This makes dump -u work with malloc debugging enabled. ok millert@ | |||
2007-04-09 | Correctly handle option '-m', okay mickey@ grunk@ | Pedro Martelletto | |
2007-04-08 | Fix lint comments. s/Fall through/FALLTHROUGH/. | Moritz Jodeit | |
ok hshoexer@ | |||
2007-04-08 | o Kill another strerror() from a call to log_error(), | Moritz Jodeit | |
which already adds the errno string. o Avoid closing fd, if it's -1. o Don't replace illegal pathes with /dev/null in m_priv_local_sanitize_path(). All callers skip it anyways, in the failure case. ok hshoexer@ | |||
2007-04-07 | - use .Bk/.Ek to avoid SYNOPSIS splitting | Jason McIntyre | |
- put -p in the correct place - sync the -p argument name and tweak its description - add -p to usage() | |||
2007-04-06 | Adds a pidfile argument to pflogd so that individual | Can Erkin Acar | |
instances can be rotated via newsyslog. From Berk Demir < bdd at mindcast org > ok henning@ | |||
2007-04-06 | use rwlocks instead of hand-rolled. make the softc private parts private. | Ted Unangst | |
this means making ccdconfig "SMALL" to turn off the kvm groveling nonsense ok deraadt millert pedro todd | |||
2007-04-04 | Thinkpad -> ThinkPad; from Igor Sobrado | Jason McIntyre | |
ok millert jasper mbalmer | |||
2007-04-03 | Use strtonum(), not atoi(). OK deraadt, with help from otto@ | Todd C. Miller | |
2007-04-03 | Remove part of the -x description that I missed. | Todd C. Miller | |
2007-04-03 | Remove obsolete options for superblock fields that are no longer used. | Todd C. Miller | |
OK deraadt @, OK in principle tedu@ | |||
2007-04-03 | Minor cleanup: remove rcsids, remove #ifdef'd out code, COMPAT is | Todd C. Miller | |
the default, quiet gcc. OK deraadt@ | |||
2007-04-02 | Modern disks do bad sector replacement themselves. There is no | Todd C. Miller | |
need to reserve space for them in the filesystem itself. OK deraadt@ pedro@ | |||
2007-04-02 | Don't append the errno string in a log_error() call, | Moritz Jodeit | |
since it will be automatically be appended. ok hshoexer@ | |||
2007-04-02 | When setting all signals to their default handlers, start | Moritz Jodeit | |
with signal 1, since there's no signal 0. ok hshoexer@ | |||
2007-04-02 | Don't let -r fall through to the next case block, | Moritz Jodeit | |
if INSECURE_RAND is defined. ok hshoexer@ | |||
2007-03-26 | typo in initial RCS tag ($OpenBSD: -> $OpenBSD$) | Pedro Martelletto | |
2007-03-25 | Instead of using the global -F flag that only works with show, switch to a | Claudio Jeker | |
show specific modifier -gateway to show only routes whose gateway are in the same AF as the destination. Requested by deraadt@, OK pyr@, reyk@, michele@ | |||
2007-03-23 | add -F to usage() and kill some extraneous whitespace; | Jason McIntyre | |
2007-03-23 | add -F to SYNOPSIS; | Jason McIntyre | |
2007-03-23 | Add a new flag -F to netstat restricting route display in conjuction | Pierre-Yves Ritschard | |
with -r to routes in the same address family as the destination. ok henning@, claudio@ | |||
2007-03-23 | Only print the routing table id if the routing message uses the rt_msghdr | Claudio Jeker | |
else some random value is printed for messages like RTM_NEWADDR. OK henning@ | |||
2007-03-21 | kill trailing whitespace; | Jason McIntyre | |
2007-03-21 | Add support for mounting arbitrary sessions, from Enache Adrian | Pedro Martelletto | |
OK deraadt@ mjc@ canacar@ krw@, with much input from Enache himself | |||
2007-03-21 | Enable basic ruleset optimization by default. | Ryan Thomas McBride | |
ok deraadt henning | |||
2007-03-20 | further clean usage(); ok todd | Jason McIntyre | |
2007-03-20 | sync usage() w/ synopsis; | Jason McIntyre | |
2007-03-20 | tweaks; | Jason McIntyre | |
2007-03-20 | remove some bogus *p, from charles longeau | Ted Unangst | |
ok deraadt millert | |||
2007-03-20 | document softraid and bioctl creation of softraid | Todd T. Fries | |
ok marco@, help from jmc@ | |||
2007-03-19 | be a tiny little bit more verbose when encoutering bad block or fragment | Otto Moerbeek | |
sizes; requested by mickey@ | |||
2007-03-19 | Bits to make fsirand grok FFS2, okay millert@ | Pedro Martelletto | |
2007-03-19 | Add FFS2 fields to the superblock, change file system tools to keep | Pedro Martelletto | |
accessing FFS1 fields, okay art@, quite some testing by ckuethe@, simon@ and thib@, thanks. | |||
2007-03-19 | Add a new device that provides a framework for IO manipulation. A very basic | Marco Peereboom | |
implementation of a RAID 1 is included in this but it does not deal with failures yet. Disabled in GENERIC. Suggestions from and ok beck@ miod@ krw@ dlg@ deraadt@ | |||
2007-03-18 | Fix usage of predefined lifetimes. "Default-phase-[12]-lifetime" | Hans-Joerg Hoexer | |
just specifies the values to be used. However, the specifications are called "LIFE_MAIN_MODE" and "LIFE_QUICK_MODE". ok ho@ jmc@ | |||
2007-03-18 | there's no way we're going to be able to handle illegal block or | Otto Moerbeek | |
fragment sizes, so just make those conditions fatal errors and tell the calling code to go look for alternate superblocks. ok millert@ | |||
2007-03-18 | Check for zero divisor _before_ dividing; do not use floating | Otto Moerbeek | |
point arithmetic to round to a cylinder boundary when a simple integer expression can do the job as well. ok millert@ miod@ | |||
2007-03-16 | move autodetection of the ID type to the parser. this way the | Markus Friedl | |
static flows have the correct ID, too. ok hshoexer, reyk | |||
2007-03-15 | Check for cg_irotor and cg_frotor being negative, okay millert@ deraadt@ | Pedro Martelletto | |
2007-03-13 | Refactor & fix computation of offset for next partition. Now the | Otto Moerbeek | |
code is almost readable. Keep in mind that the starting offset is inclusive, but the ending offset is exclusive. I heard rumors that disklabel was misbehaving in some cases before, but espie@ was the only one to provide me with enough details to actually find the problem. ok millert@ tom@ |