Age | Commit message (Expand) | Author |
2016-01-15 | As with compute_device_size(), gut compute_block_size() and simply | Kenneth R Westerback |
2016-01-15 | We don't need yet another alias for DEV_BSIZE. Use DEV_BSIZE and | Kenneth R Westerback |
2016-01-15 | Two more for the attic. | Kenneth R Westerback |
2016-01-15 | Replace bitfield_get() and bitfield_set() abstraction with simple masking | Kenneth R Westerback |
2016-01-14 | Kill unused variable 'lfile'. | Kenneth R Westerback |
2016-01-14 | detect multiple root queues on a single interface and give a nice error | Henning Brauer |
2016-01-14 | Move more unused files to attic. | Kenneth R Westerback |
2016-01-14 | Don't include hfs_misc.h, which no longer contains anything of use. | Kenneth R Westerback |
2016-01-14 | Nuke 'HFS_name' field which was not referenced now other than setting | Kenneth R Westerback |
2016-01-14 | Remove code supporting undocumented and inaccessible flags 'a' | Kenneth R Westerback |
2016-01-13 | Make 'ifconfig $if mode' a valid subcommand that works independently of | Stefan Sperling |
2016-01-13 | Remove obsolete flags (h, v, i, c) from getopt() call. | Kenneth R Westerback |
2016-01-13 | Nuke unused enum. | Kenneth R Westerback |
2016-01-12 | #define LOFF_T off_t | Kenneth R Westerback |
2016-01-12 | Another unused file for the attic. | Kenneth R Westerback |
2016-01-12 | The only thing in pdisk.h is an unused #define. So don't include it. | Kenneth R Westerback |
2016-01-12 | Move unused files to attic. | Kenneth R Westerback |
2016-01-12 | Use normal err/errx/warn/warnx rather than handrolling new ones. Move | Kenneth R Westerback |
2016-01-12 | Remove media interation types, structures and functions. They are not used | Kenneth R Westerback |
2016-01-12 | Retire '-i', a poorly documented interactive mode that tries to | Kenneth R Westerback |
2016-01-12 | Since we use the disklabel size info we are always in 'device size | Kenneth R Westerback |
2016-01-11 | More '-v' leftovers (usage). | Kenneth R Westerback |
2016-01-11 | Remove some '-v' leftovers. Pointed out by jasper@. | Kenneth R Westerback |
2016-01-11 | Nuke now unused files. | Kenneth R Westerback |
2016-01-11 | open_pathname_as_media() simply called open_file_as_media() which | Kenneth R Westerback |
2016-01-11 | Nuke now unused files. | Kenneth R Westerback |
2016-01-11 | Remove '-v' and related version handling. Use strncasecmp() instead | Kenneth R Westerback |
2016-01-11 | - remove some unused data structures/fields | Jasper Lievisse Adriaanse |
2016-01-11 | plug a mem leak | Jasper Lievisse Adriaanse |
2016-01-11 | typo fix; from julian hsiao | Jason McIntyre |
2016-01-11 | more whitespace was lurking | Jasper Lievisse Adriaanse |
2016-01-11 | trailing whitespace | Jasper Lievisse Adriaanse |
2016-01-11 | add rcs ids | Jasper Lievisse Adriaanse |
2016-01-10 | Use the normal method for determining a disk size. i.e. use the | Kenneth R Westerback |
2016-01-09 | Revamp the display of GPT information, hiding less important | Kenneth R Westerback |
2016-01-08 | Zap extraneous SYNOPSIS sections. | Vadim Zhukov |
2016-01-08 | tweak; from julian hsiao | Jason McIntyre |
2016-01-07 | sync displayed interface flags to reality | Mike Belopuhov |
2016-01-06 | correct format string. ok deraadt stsp | Ted Unangst |
2016-01-05 | remove long deprecated "set debug "none|urgent|misc|loud" levels in | Sebastian Benoit |
2016-01-03 | Remove obsolete and undocumented "-carpdev" option, from Fabian Raetz. | Martin Pieuchot |
2016-01-01 | rmeove unused noprint variable | Joerg Jung |
2015-12-30 | Remove use of sysexits.h. OK guenther@ | Todd C. Miller |
2015-12-30 | Revert r1.59's over-enthusiatic MBR zero'ing in MBR_init(). It was | Kenneth R Westerback |
2015-12-27 | Use 'standard' gpt_chk_mbr() to check for protective MBR. | Kenneth R Westerback |
2015-12-24 | tweak auto-allocation description, with and ok jmc@ | Otto Moerbeek |
2015-12-23 | Remove unnecessary SIGSYS/ENOSYS handling for getfh(2). | Tim van der Molen |
2015-12-23 | Add privilege separation and pledge(). | Tim van der Molen |
2015-12-23 | Use NULL rather than 0 for pointers. No binary change. | mmcc |
2015-12-22 | assign pointers to NULL rather than 0, remove a needless cast | mmcc |