Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-14 | handle snprintf out of range conditions; otto ok | Theo de Raadt | |
2004-07-28 | sort options, and fix a spurious list width; | Jason McIntyre | |
2004-03-15 | some small knf | Theo de Raadt | |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-10-28 | better partition finding. instead of groveling around looking for | Ted Unangst | |
a device, and then trying to guess what partition it is, use opendev(), fstat(), and DISKPART() to know what what's going on. most of the diff from Tom Cosgrove <tom.cosgrove at arches-consulting.com> | |||
2003-10-26 | fix partition selection to allow all partitions to be grown. | Ted Unangst | |
report by Mitja Muzenic <mitja at muzenic.net> | |||
2003-10-14 | getopt() returns int not char. ok pvalchev@ | Dale Rahn | |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst | |
way for some future work. no function changes yet. help testing otto@ and markus@ | |||
2003-08-16 | more errx/warnx style \n errors; tom.cosgrove@arches-consulting.com | Theo de Raadt | |
2003-08-07 | add missing tags and make this compile with debug. | Federico G. Schwindt | |
2003-08-06 | ufs -> ffs as requested in pr3391. also rework part talking about | Ted Unangst | |
slices/partitions to have more openbsd flavor. ok jmc@ | |||
2003-08-05 | better wording for the -y option; | Jason McIntyre | |
ok fgsch@ tedu@ | |||
2003-08-04 | nuke paragraph about snapshots. we don't support them. | Federico G. Schwindt | |
henning millert ok. | |||
2003-08-04 | spelling, freebsd pr50979 via khalek on irc | Ted Unangst | |
2003-07-29 | more pretty | Ted Unangst | |
2003-07-29 | spaces | Theo de Raadt | |
2003-07-28 | tweak; | Jason McIntyre | |
ok tedu@ | |||
2003-07-28 | introducing growfs, compliments of freebsd. cleaned up slightly to obey knf. | Ted Unangst | |
requests/oks from many. |