Age | Commit message (Expand) | Author |
2016-03-07 | Use the full idiom for error checking with strtoul(3), as | tb |
2016-03-06 | Drop "rpath" promise. Now that pledge() is called after setlocale(), | tb |
2016-03-06 | my bad. thought it was setlocale "C". | Marc Espie |
2016-03-06 | Tighten mknod pledge(). | natano |
2016-03-05 | better error messages, common work with natano@ | Marc Espie |
2016-03-05 | Remove unused node type; ok espie@ | natano |
2016-03-05 | Remove debugging code, extra whitespace and a lint annotation. | tb |
2016-03-05 | Use mknod(2) to create FIFOs by setting S_IFIFO in the mode. | Todd C. Miller |
2016-03-05 | Almost complete rewrite of mknod. | Marc Espie |
2016-03-05 | fix steps for cert creation; | Jason McIntyre |
2016-03-04 | Now that the ksh built-in mknod is gone, don't mention it here. | tb |
2016-03-04 | Invert the pledge() condition. | natano |
2016-03-03 | ping(8) and ping6(8) use different types for packet counters. In | Florian Obser |
2016-03-03 | Remove option USER_LDT and everything depending on it. | Christian Weisgerber |
2016-03-02 | repair for ramdisk builds | Theo de Raadt |
2016-03-02 | provide generic ioctls for managing an interfaces parent | David Gwynne |
2016-02-29 | Print ssize_t with %zd; ok deraadt@ mmcc@ | Jeremie Courreges-Anglas |
2016-02-29 | delete the kern.emul/KERN_EMUL sysctl bits since there are no | Christian Weisgerber |
2016-02-28 | Add a missing Ns macro | Tim van der Molen |
2016-02-23 | A disk name of /dev/wd0c doesn't work. Correct verbiage and example. | Kenneth R Westerback |
2016-02-23 | Fix display of pdisk partition sizes by casting the 32-bit number | Kenneth R Westerback |
2016-02-18 | TMPDIR is no longer supported; | Jason McIntyre |
2016-02-10 | Permit negative x and y coordinates in mouse.scale for uts and ums. | Philip Guenther |
2016-02-06 | Eliminate #include inside *.h files and include only needed headers in | Kenneth R Westerback |
2016-02-04 | Fix an unitialized variable; pointed out by jsg@. | Masao Uebayashi |
2016-02-03 | be very careful accepting packets via bpf. First check that the | Kenneth R Westerback |
2016-02-02 | Pledge, based on what's done in fdisk. | Kenneth R Westerback |
2016-02-01 | Remove variable unneeded since introduction of crypt_checkpass | Jeremie Courreges-Anglas |
2016-02-01 | Use printf("%s",prompt) rather than printf(prompt) just for paranoia's | Kenneth R Westerback |
2016-02-01 | Un-shorten some lines that don't need breaking anymore. Remove a couple of | Kenneth R Westerback |
2016-01-31 | Nuke pointless map field 'physical_block' and just use 'sbBlkSize' which is | Kenneth R Westerback |
2016-01-31 | Nuke djust_value_and_compute_prefix() and use fmt_scaled() to display | Kenneth R Westerback |
2016-01-31 | Use delete_entry()/create_entry() in delete_partition_from_map() instead of | Kenneth R Westerback |
2016-01-31 | Fold add_data_to_map() into create_entry() as the former is always called | Kenneth R Westerback |
2016-01-31 | Don't use add_data_to_map() when reading from disk, since it resets some | Kenneth R Westerback |
2016-01-31 | Just call contains_driver() when you need to know rather than carrying a | Kenneth R Westerback |
2016-01-31 | Move dump_block() declaration from io.h to io.c since it is not | Kenneth R Westerback |
2016-01-31 | Apple sets lblock_start and lblocks to 0 in free space entries. Do | Kenneth R Westerback |
2016-01-30 | Zap a couple of declarations for non-existant variable and function. | Kenneth R Westerback |
2016-01-30 | Another to the attic. | Kenneth R Westerback |
2016-01-30 | Move last three lines (#define's) from dpme.h to partition_map.h and | Kenneth R Westerback |
2016-01-30 | Fold struct dpme into struct entry. Same reasons as for folding | Kenneth R Westerback |
2016-01-30 | Refactor add_partition_to_map() to be simpler if perhaps less | Kenneth R Westerback |
2016-01-30 | There is not much to do if we run out of memory, so simply exit if | Kenneth R Westerback |
2016-01-30 | ping, ping6: corrects -E (audible beep when no packet is received before the | Sebastien Marie |
2016-01-29 | Fold struct block0 into struct partition map. There can be only one | Kenneth R Westerback |
2016-01-29 | Add do_dump_map() to make command processing more consistent. Pass | Kenneth R Westerback |
2016-01-29 | Base 10 should be enough for anybody! Allowing hex and octal number | Kenneth R Westerback |
2016-01-29 | Warn of partitions extending past the end of the media. | Kenneth R Westerback |
2016-01-29 | Tweak printing of partitions. Always show the pblock info in the | Kenneth R Westerback |