Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne | |
gets rid of #include <sys/dkio.h> in sys/ioctl.h and adds #include <sys/dkio.h> to the places that actually want and use the disk ioctls. this became an issue when krw@'s X build failed when he was testing a change to dkio.h. tested by krw@ help from and ok miod@ | |||
2007-06-01 | convert ufs2_daddr_t -> daddr64_t for greater clarity; ok pedro otto thib | Theo de Raadt | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-03-19 | Bits to make fsirand grok FFS2, okay millert@ | Pedro Martelletto | |
2007-02-20 | simplify synopsis and usage(); from Igor Sobrado | Jason McIntyre | |
2004-09-14 | remove unused variable | Theo de Raadt | |
2004-08-08 | spacing | Theo de Raadt | |
2003-09-24 | realloc fixes; ok ho | Theo de Raadt | |
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-07-30 | Remove my email address from my entry in the AUTHORS section | Todd C. Miller | |
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller | |
where applicable. | |||
2003-06-03 | - section reorder | Jason McIntyre | |
- some mdoc fixes | |||
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller | |
2002-07-03 | ansi | Theo de Raadt | |
2002-06-09 | rm trailing whitespace | Todd T. Fries | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-08-02 | o) .Sh AUTHOR -> .Sh AUTHORS; | Mike Pechkin | |
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok | |||
2001-03-11 | - No need to repeat the name of a parameter: just use [...]. | Aaron Campbell | |
- Xr reboot(8) in SEE ALSO since it is referenced in the DESCRIPTION. | |||
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell | |
2000-03-05 | Finish standardizing options list introduction. | Aaron Campbell | |
1999-07-04 | trash some old leftover macros and replace them with -mdoc macros | Aaron Campbell | |
1999-05-28 | more .El madness | Aaron Campbell | |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-11-28 | kill redundant .Nm macro arguments; other misc fixes | Aaron Campbell | |
1998-11-11 | more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixes | Aaron Campbell | |
1998-09-17 | sbin/ man page fixes | Aaron Campbell | |
1998-08-29 | man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-06-21 | Remove the advertising clause in my old license, it impedes free use | Todd C. Miller | |
of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code... | |||
1998-05-16 | spelling typo | David Leonard | |
1998-03-07 | Use .Ox | Todd C. Miller | |
1998-01-22 | Fix backup sblock sanity checking for real. | Todd C. Miller | |
1998-01-22 | Fix sanity check of backup sblocks as well as error message. | Todd C. Miller | |
1997-08-11 | Add extra off_t casts for paranoia and because I don't have a large | Todd C. Miller | |
filesystem to prove that it is *not* necesary. | |||
1997-06-14 | typo; k-horik@yk.rim.or.jp | Theo de Raadt | |
1997-02-28 | Slightly more sane rlimit usage. | Todd C. Miller | |
1997-02-23 | Note that newfs now contains fsirand(8) functionality. | Todd C. Miller | |
1997-02-22 | Use rlimit to set datasize to max. | Todd C. Miller | |
1997-02-11 | We now has fs_id in struct fs. | Todd C. Miller | |
1997-02-09 | Fix casts to off_t, problem noted and fixed by Theo. | Todd C. Miller | |
1997-02-09 | Get block size from disklabel. | Todd C. Miller | |
Adds support for setting fs_id for when when we have that in struct fs. | |||
1997-02-04 | Fix formatting, add OpenBSD to HISTORY and add AUTHOR section. | Todd C. Miller | |
1997-01-28 | Only print the partition if doing multiple devices. | Todd C. Miller | |
1997-01-28 | Revert back to old fsirand but do things a cylinder group at a time | Todd C. Miller | |
and allow multiple devices. | |||
1997-01-27 | Faster fsirand based in part on code from fsck_ffs. | Todd C. Miller | |
1997-01-26 | ffs inode randomizer | Todd C. Miller | |