summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/chfs
AgeCommit message (Collapse)Author
2022-04-09makefs(8): Nix trailing whitespace.riastradh
Computed by machine, eyeballed by hand, so to speak.
2017-01-10Include missing header <unistd.h> for write(2) read(2) close(2)kamil
These functions are undefined after switch to new zlib.
2016-03-07PR/50911: David Binderman: Optimize memsetchristos
2013-01-28- use emalloc and friendschristos
- kill a bunch of global variables, more work to be done here - homogenize option parsing. more work for cd9660 - use the new options parsing code to print an fs-specific usage
2012-04-27As this code is used by tools, and thus needs to be portable,dogcow
eliminate all the mucking around for an undocumented, seemingly unused field and use 0.
2012-04-20Fix building toolsadam
2012-04-19WARNS=5christos
2012-04-19- fix compilation isseschristos
- add some error checking - avoid alloca - add missing frees
2012-04-19added chfs support for makefsttoth