summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2016-03-17Last parameter to execl[e]() functions *must* be cast to a pointer.Kenneth R Westerback
2016-03-17simplify previous; ok bentleyJason McIntyre
2016-03-17missing El in previous;Jason McIntyre
2016-03-17Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.Anthony J. Bentley
2016-03-16More "(<blah> *)0" -> NULL, avoiding any stdarg functions.Kenneth R Westerback
2016-03-16There's no reason to have execute permissions on a file system image.natano
2016-03-14Replace an ad-hoc implementation of opendev(), with said function andnatano
2016-03-14Add a missing "cpath" promise; newfs_ext2fs can create files when usednatano
2016-03-10Don't retransmit responses for unauthenticated messages.YASUOKA Masahiko
2016-03-09We are done providing support for the vax.Theo de Raadt
2016-03-09Accept only character special devices rather than generating a coreKenneth R Westerback
2016-03-07Use opendev() instead of a plain open().natano
2016-03-07http -> https for IETF/IANA URLs in commentsmmcc
2016-03-07Use the full idiom for error checking with strtoul(3), astb
2016-03-06Drop "rpath" promise. Now that pledge() is called after setlocale(),tb
2016-03-06my bad. thought it was setlocale "C".Marc Espie
2016-03-06Tighten mknod pledge().natano
2016-03-05better error messages, common work with natano@Marc Espie
2016-03-05Remove unused node type; ok espie@natano
2016-03-05Remove debugging code, extra whitespace and a lint annotation.tb
2016-03-05Use mknod(2) to create FIFOs by setting S_IFIFO in the mode.Todd C. Miller
2016-03-05Almost complete rewrite of mknod.Marc Espie
2016-03-05fix steps for cert creation;Jason McIntyre
2016-03-04Now that the ksh built-in mknod is gone, don't mention it here.tb
2016-03-04Invert the pledge() condition.natano
2016-03-03ping(8) and ping6(8) use different types for packet counters. InFlorian Obser
2016-03-03Remove option USER_LDT and everything depending on it.Christian Weisgerber
2016-03-02repair for ramdisk buildsTheo de Raadt
2016-03-02provide generic ioctls for managing an interfaces parentDavid Gwynne
2016-02-29Print ssize_t with %zd; ok deraadt@ mmcc@Jeremie Courreges-Anglas
2016-02-29delete the kern.emul/KERN_EMUL sysctl bits since there are noChristian Weisgerber
2016-02-28Add a missing Ns macroTim van der Molen
2016-02-23A disk name of /dev/wd0c doesn't work. Correct verbiage and example.Kenneth R Westerback
2016-02-23Fix display of pdisk partition sizes by casting the 32-bit numberKenneth R Westerback
2016-02-18TMPDIR is no longer supported;Jason McIntyre
2016-02-10Permit negative x and y coordinates in mouse.scale for uts and ums.Philip Guenther
2016-02-06Eliminate #include inside *.h files and include only needed headers inKenneth R Westerback
2016-02-04Fix an unitialized variable; pointed out by jsg@.Masao Uebayashi
2016-02-03be very careful accepting packets via bpf. First check that theKenneth R Westerback
2016-02-02Pledge, based on what's done in fdisk.Kenneth R Westerback
2016-02-01Remove variable unneeded since introduction of crypt_checkpassJeremie Courreges-Anglas
2016-02-01Use printf("%s",prompt) rather than printf(prompt) just for paranoia'sKenneth R Westerback
2016-02-01Un-shorten some lines that don't need breaking anymore. Remove a couple ofKenneth R Westerback
2016-01-31Nuke pointless map field 'physical_block' and just use 'sbBlkSize' which isKenneth R Westerback
2016-01-31Nuke djust_value_and_compute_prefix() and use fmt_scaled() to displayKenneth R Westerback
2016-01-31Use delete_entry()/create_entry() in delete_partition_from_map() instead ofKenneth R Westerback
2016-01-31Fold add_data_to_map() into create_entry() as the former is always calledKenneth R Westerback
2016-01-31Don't use add_data_to_map() when reading from disk, since it resets someKenneth R Westerback
2016-01-31Just call contains_driver() when you need to know rather than carrying aKenneth R Westerback
2016-01-31Move dump_block() declaration from io.h to io.c since it is notKenneth R Westerback