Age | Commit message (Expand) | Author |
2015-11-23 | Use pledge "disklabel" as needed. The theory here is these tools become more | Theo de Raadt |
2015-11-23 | Cannot pledge() in the hotroot case | Theo de Raadt |
2015-11-23 | Revert previous tweak, as discussed on source-changes@ | mmcc |
2015-11-23 | Replace socket_set_blockmode() and fcntl(fd, F_SETFL, O_NONBLOCK) calls | Reyk Floeter |
2015-11-23 | Use pledge "disklabel" as needed. The theory here is these tools become more | Theo de Raadt |
2015-11-23 | "random generation numbers" -> "randomly generated numbers" | mmcc |
2015-11-23 | Remove the debugging infrastructure, which was ~1/3 of the code. Makes | mmcc |
2015-11-23 | Revert previous it introduces a regression found by krw@ | Martin Pieuchot |
2015-11-23 | ncheck_ffs may be invoked more simply as ncheck, | Jason McIntyre |
2015-11-23 | Remove more useless comments. This whole file may go eventually, as per | mmcc |
2015-11-23 | Initialize SIOCDIFADDR{_IN6,} argument as intended. | Martin Pieuchot |
2015-11-22 | Update log.c: change fatal() and fatalx() into variadic functions, | Reyk Floeter |
2015-11-21 | add missing NAME entries; ok schwarze | Jason McIntyre |
2015-11-21 | remove mlinks for aliases: ntalkd, mfs, updatedb | Jason McIntyre |
2015-11-21 | Bring GPT partition editing into line with MBR partition editing | Kenneth R Westerback |
2015-11-21 | Once again, fix the license text. After many years, we just cannot | Reyk Floeter |
2015-11-21 | Move local logging functions to util.c (which is shared with ikectl), | Reyk Floeter |
2015-11-21 | Nuke long standing annoyance of EDIT() macros and switch both Xedit() | Kenneth R Westerback |
2015-11-20 | De-justify more comments. From FreeBSD. | mmcc |
2015-11-20 | Monospace comments are not meant to be justified. From FreeBSD. | mmcc |
2015-11-20 | Replace hardcoded "0" with SHUT_RD; from Ricardo Mestre | Jeremie Courreges-Anglas |
2015-11-19 | Simplify all instances of get_string() and get_data() using malloc() and | mmcc |
2015-11-19 | lexer fixes to work with new flex. from Serguey Parkhomovsky | Ted Unangst |
2015-11-19 | When an existing partition is modified in LBA mode, ensure that the partition | Tim van der Molen |
2015-11-19 | Oops. Missed a file. | Kenneth R Westerback |
2015-11-19 | Remove some weird comments containing only the name of the next function. | mmcc |
2015-11-19 | Don't bother casting memset() argument to void*. No binary change. | mmcc |
2015-11-19 | calloc((size_t)1, ...) -> calloc(1, ...) | mmcc |
2015-11-19 | Reduce overburden of unnecessary #include's. Note that param.h is | Kenneth R Westerback |
2015-11-18 | use _shadow getpwnam (and crypt_checkpass) | Ted Unangst |
2015-11-18 | Change #include <memory.h> to #include <string.h> | Kenneth R Westerback |
2015-11-18 | pledge exposed a simple bug: the unprivileged child tried to print the | Reyk Floeter |
2015-11-18 | opendev() should not use OPENDEV_PART; ok millert | Theo de Raadt |
2015-11-18 | Parse the original on-disk MBR into a local variable. Use the | Kenneth R Westerback |
2015-11-18 | g_flag does not need to be a global. Move it inside main(). | Kenneth R Westerback |
2015-11-18 | Rejig the MBR file reading logic so | Kenneth R Westerback |
2015-11-18 | USER_edit() (a.k.a. -e) edits the on-disk information. So zap GPT | Kenneth R Westerback |
2015-11-18 | Read MBR immediately, and only read the GPT if the MBR is a | Kenneth R Westerback |
2015-11-17 | note that -chs and -l are mutually exclusive; | Jason McIntyre |
2015-11-16 | initially, pledge "stdio rpath wpath cpath getpw tty id proc exec", yes | Theo de Raadt |
2015-11-15 | Move zapping of invalid GPT data into GPT_get_gpt() rather than | Kenneth R Westerback |
2015-11-14 | Since -l is ignored if -c/-h/-s are specified, make that combination | Kenneth R Westerback |
2015-11-14 | Consolidate usage() checking for -c/-h/-s with other checks. Tweak | Kenneth R Westerback |
2015-11-14 | pledge("stdio", NULL) for code path that just prints the MBR or GPT. i.e. | Kenneth R Westerback |
2015-11-14 | If none of -i, -u or -e are specified exit immediately after the | Kenneth R Westerback |
2015-11-13 | No need to supplement usage() with extra messages about -b needing -i, or | Kenneth R Westerback |
2015-11-13 | No need to zero a global variable before use. | Kenneth R Westerback |
2015-11-13 | Make usage() output fit on a 'normal' 80-character line. Tweak some | Kenneth R Westerback |
2015-11-13 | Move from opening/closing disk for every i/o to opening the disk once | Kenneth R Westerback |
2015-11-12 | 'reinit mbr' must zero existing MBR and GPT partition information | Kenneth R Westerback |