summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2022-05-27mk: Add a MKLFS flag for excluding the log-structured filesystem userspacenia
2022-05-24fix various typos in comment, documentation and log messages.andvar
2022-05-24fix various typos in comments, docs and log messages.andvar
2022-05-22fix various small typos, mainly in comments.andvar
2022-05-17Use the Makefile.inc from libargon2 (fixes the vax build that requireschristos
2022-05-16make things behave just like before the libcrypt symbol renaming:christos
2022-05-16Re-enable threads; apparently we get different results depending if we arechristos
2022-05-15s/wich/which in comments.andvar
2022-05-15Build argon2 inline so that crunched programs work. I also disabled threadschristos
2022-05-10bioctl(8): Don't print garbage bv_seconds.msaitoh
2022-05-07Data is written out in fixed sized packets; discs are normally a multiple ofreinoud
2022-05-05include the filename in the panic message for missing data.mrg
2022-04-26Fix endian bug also in commented out codereinoud
2022-04-26Fix endian bug : Logblks recorded in fe/efe VAT is 64 bitsreinoud
2022-04-26Fix endian bug in permission storagereinoud
2022-04-26Fix endian bug with VAT 1.50 formatreinoud
2022-04-25Fix endian bug in logical volume creation for metadata/VAT partitions.reinoud
2022-04-25Relax constraints on sequential media detection by checking for VAT format.reinoud
2022-04-25Fix endian bug in descriptor CRC length on updating a FE/EFEreinoud
2022-04-24Fix endian bug in allocation extents processingreinoud
2022-04-24Cast read()/write() result to size_t to make this compile again.hannken
2022-04-23Support large disk sectors.mlelstv
2022-04-22Fix endian issues with UDF extended attributesreinoud
2022-04-22Remove the error condition for these cases; the VAT LVExtension isreinoud
2022-04-22Prevent reading beyond the early_vat_locationreinoud
2022-04-22Fix endian issues with fsck_udf/newfs_udf/makefsreinoud
2022-04-22Avoid assigned but unused compiler warnings when compiling with clangreinoud
2022-04-16fix various typos in comments and log messages.andvar
2022-04-14iscsid(8) no longer requires scsibus(4) and sd(4) to be built-in topgoyette
2022-04-12s/similarily/similarly/andvar
2022-04-10fix various typos in comments and output/log messages.andvar
2022-04-09fsck_udf(8): Nix trailing whitespace.riastradh
2022-04-09newfs_udf(8): Nix trailing whitespace.riastradh
2022-04-08fsck_udf(8): Mark vat_length as ignored.riastradh
2022-04-08fsck_udf(8): Sprinkle __printflike and omit self-assignment.riastradh
2022-04-08fix various typos, mainly in comments, but also log messages, docs, game text.andvar
2022-04-07fix various typos in comments.andvar
2022-04-07Note that biosboot without -A clears the PMBR "active" flag.kre
2022-04-07gpt.8: Clarify that "windows" partition types are also used for FAT32nia
2022-04-06Use PRI macros for uint64_t printf formats, %zu for size_t.martin
2022-04-06Add the fsck_udf(8) tool to the build and releasereinoud
2022-04-06fsck_udf: match usage to man page; fix typoswiz
2022-04-06New sentence, new line. Sort options.wiz
2022-04-06Initial commit of the fsck_udf(8) utility that checks and repairs UDFreinoud
2022-04-06Refactor and rewrite of newfs_udf(8) and makefs(8) (-t udf) with a sharedreinoud
2022-04-04fix various typos, mainly in comments.andvar
2022-04-02Avoid crashes with invalid or tiny sector sizes.mlelstv
2022-03-31Change error code to ENOBUFS on lack of buffer memoryyamaguchi
2022-03-14Silently ignore fstab entries with NAME= entries that cannot be resolved.mlelstv
2022-02-27fix typozafer