Age | Commit message (Expand) | Author |
2016-03-17 | Last parameter to execl[e]() functions *must* be cast to a pointer. | Kenneth R Westerback |
2016-03-17 | simplify previous; ok bentley | Jason McIntyre |
2016-03-17 | missing El in previous; | Jason McIntyre |
2016-03-17 | Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom. | Anthony J. Bentley |
2016-03-16 | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. | Kenneth R Westerback |
2016-03-16 | There's no reason to have execute permissions on a file system image. | natano |
2016-03-14 | Replace an ad-hoc implementation of opendev(), with said function and | natano |
2016-03-14 | Add a missing "cpath" promise; newfs_ext2fs can create files when used | natano |
2016-03-10 | Don't retransmit responses for unauthenticated messages. | YASUOKA Masahiko |
2016-03-09 | We are done providing support for the vax. | Theo de Raadt |
2016-03-09 | Accept only character special devices rather than generating a core | Kenneth R Westerback |
2016-03-07 | Use opendev() instead of a plain open(). | natano |
2016-03-07 | http -> https for IETF/IANA URLs in comments | mmcc |
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 |