Age | Commit message (Expand) | Author |
2007-04-21 | use the correct size arg to memcmp when checking fs_cstotal. | Otto Moerbeek |
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 |
2007-04-20 | no whitespace allowed between -o and its argument, so update doc/usage() | Jason McIntyre |
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 |
2007-04-18 | Remove the ``new i/o'' code. It has never worked well, noone has stepped up | Miod Vallat |
2007-04-18 | don't let fpg and spc get out of sync. solves a few cases where newfs | Otto Moerbeek |
2007-04-18 | Do not exit when the TIOCSDTR ioctl() fails, but output a warning. | Marc Balmer |
2007-04-17 | remove mention of -g and assocatiated options that aren't working now | Ted Unangst |
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 |
2007-04-15 | Fix interop-issue with vpn peers that start reyking on port 4500 when | Hans-Joerg Hoexer |
2007-04-14 | documentation of -o option was missing both in man page and usage() | Alexander von Gernler |
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 |
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 |
2007-04-13 | new sentence, new line; | Jason McIntyre |
2007-04-13 | Add support for creating ffs2 filesystems. Note that the concept | Todd C. Miller |
2007-04-10 | Add support for ffs2 filesystems. From pedro@ based on the ufs2 | Todd C. Miller |
2007-04-10 | Add support for checking ffs2 filesystems. From pedro@ based on | Todd C. Miller |
2007-04-10 | Rewrite ITITERATE macro to prevent out-of-bounds memory access. | Moritz Jodeit |
2007-04-09 | Correctly handle option '-m', okay mickey@ grunk@ | Pedro Martelletto |
2007-04-08 | Fix lint comments. s/Fall through/FALLTHROUGH/. | Moritz Jodeit |
2007-04-08 | o Kill another strerror() from a call to log_error(), | Moritz Jodeit |
2007-04-07 | - use .Bk/.Ek to avoid SYNOPSIS splitting | Jason McIntyre |
2007-04-06 | Adds a pidfile argument to pflogd so that individual | Can Erkin Acar |
2007-04-06 | use rwlocks instead of hand-rolled. make the softc private parts private. | Ted Unangst |
2007-04-04 | Thinkpad -> ThinkPad; from Igor Sobrado | Jason McIntyre |
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 |
2007-04-03 | Minor cleanup: remove rcsids, remove #ifdef'd out code, COMPAT is | Todd C. Miller |
2007-04-02 | Modern disks do bad sector replacement themselves. There is no | Todd C. Miller |
2007-04-02 | Don't append the errno string in a log_error() call, | Moritz Jodeit |
2007-04-02 | When setting all signals to their default handlers, start | Moritz Jodeit |
2007-04-02 | Don't let -r fall through to the next case block, | Moritz Jodeit |
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 |
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 |
2007-03-23 | Only print the routing table id if the routing message uses the rt_msghdr | Claudio Jeker |
2007-03-21 | kill trailing whitespace; | Jason McIntyre |
2007-03-21 | Add support for mounting arbitrary sessions, from Enache Adrian | Pedro Martelletto |
2007-03-21 | Enable basic ruleset optimization by default. | Ryan Thomas McBride |
2007-03-20 | further clean usage(); ok todd | Jason McIntyre |