Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-23 | remove -D stuff which is just silly, imagine if ls had a debug mode; ok marco | Theo de Raadt | |
2007-04-23 | Remove 'cg_space' from 'struct cg'. Due to the alignment on 64-bit | Pedro Martelletto | |
architectures, CGSIZE() was returning something sligthly over one block. The 'new' fsck would round this value up to a fragment boundary, and end up trying to access memory beyond allocated space. From mickey@, okay pedro@, millert@ and otto@. | |||
2007-04-22 | Free allocated node in conf_set_now() before failing, | Moritz Jodeit | |
so we do not leak memory. ok hshoexer@ | |||
2007-04-22 | Use conf_free_list() after calling conf_get_list(). | Moritz Jodeit | |
Otherwise we leak memory. ok ho@ | |||
2007-04-21 | use the correct size arg to memcmp when checking fs_cstotal. | Otto Moerbeek | |
now jmc does not use 8TB in /tmp anymore. ok pedro@ | |||
2007-04-21 | "o" in optiopt_list is superfluous now too | Henning Brauer | |
2007-04-21 | fix -o handling. syntax is now -o none|basic|profile. -o without argument | Henning Brauer | |
is invalid now, it doesn't serve any purpose any more anyway since that is the default. ok mcbride | |||
2007-04-20 | no whitespace allowed between -o and its argument, so update doc/usage() | Jason McIntyre | |
to reflect this; whilst there i had to wrap -t in Xo/Xc to stop line split, and i zapped some extra whitespace in usage(); fixes user/5441 from sthen | |||
2007-04-19 | teach dumpfs about the 'updated' flag; ok pedro@ | Otto Moerbeek | |
2007-04-18 | When trying to read the primary superblock, do not accidentially read | Otto Moerbeek | |
a ffs1 alternate sb at the primary ffs2 sb location. Use the same test as the kernel does. ok millert@ pedro@ | |||
2007-04-18 | Remove the ``new i/o'' code. It has never worked well, noone has stepped up | Miod Vallat | |
to fix it, and it goes in the way of good changes pedro is brewing. No functional change, tested todd@ millert@ | |||
2007-04-18 | don't let fpg and spc get out of sync. solves a few cases where newfs | Otto Moerbeek | |
produces a bad cg when -c is used. ok pedro@ millert@ | |||
2007-04-18 | Do not exit when the TIOCSDTR ioctl() fails, but output a warning. | Marc Balmer | |
This makes claudio's ublox aek-4t happy. | |||
2007-04-17 | remove mention of -g and assocatiated options that aren't working now | Ted Unangst | |
reminded by jmc | |||
2007-04-17 | Fix merge error; fs_inodefmt was not being set for the ffs2 case | Todd C. Miller | |
2007-04-16 | There's no point in checking ptr for NULL before doing free(ptr) | Moritz Jodeit | |
since free(NULL) is just fine. ok hshoexer@ | |||
2007-04-15 | Fix interop-issue with vpn peers that start reyking on port 4500 when | Hans-Joerg Hoexer | |
NAT-T is used. Solves problems with cisco and openswan. Tested by todd@ (cisco interop), ok ho@ Original fix with Stefan Roth (stefan dot roth at siemens dot com), thanks! | |||
2007-04-14 | documentation of -o option was missing both in man page and usage() | Alexander von Gernler | |
ok jmc@ | |||
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@ |