Age | Commit message (Expand) | Author |
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 |
2015-11-12 | use symbolics for flags to open | Theo de Raadt |
2015-11-12 | Refresh the in-kernel copy of the disklabel from the disk *after* writing | Kenneth R Westerback |
2015-11-12 | When link loss is reported, cancel any active timeout and wait for | Kenneth R Westerback |
2015-11-12 | Simplify string_from_line(). No functional change. | Tim van der Molen |
2015-11-12 | Avoid problems with pathological input during edit operations. i.e. never | Kenneth R Westerback |
2015-11-11 | Display full disk size when editing GPT, not the truncated MBR size. Display | Kenneth R Westerback |
2015-11-10 | Reduce diff between ping and ping6. | Florian Obser |
2015-11-10 | Use UINT32_MAX for the size of the EFI System partition on disks larger than | Kenneth R Westerback |
2015-11-10 | newfs does not need TMPDIR support | Theo de Raadt |
2015-11-07 | Use linkat() instead of link() so that hardlinks of symlinks work | Philip Guenther |
2015-11-05 | Whitespace, reduce diff to ping. | Florian Obser |
2015-11-05 | Reorder #includes to reduce diff between ping and ping6. | Florian Obser |
2015-11-05 | Cleanup includes. | Florian Obser |
2015-11-05 | document the other two net.inet6.ip6.ifq variables, ok logan mikeb | Stuart Henderson |
2015-11-05 | Correct my mistake in the previous patch: | Loganaden Velvindron |
2015-11-05 | Add an entry for net.inet6.ip6.ifq that dlg@ committed a while ago. | Loganaden Velvindron |
2015-11-04 | replace setbuf with setvbuf, from Frederic Nowak | Ted Unangst |
2015-11-04 | Simplify packet option handling since we are only setting one option | Florian Obser |
2015-11-04 | dead store; pointed out by llvm | Florian Obser |
2015-11-04 | Decode Chacha20-Poly1305 when dumping SAs; ok reyk, naddy | Mike Belopuhov |
2015-11-04 | Support Chacha20-Poly1305 for Child SAs; ok reyk | Mike Belopuhov |
2015-11-03 | Don't allow the user to enter GPT partition names too large to fit | Kenneth R Westerback |
2015-11-03 | Add blank lines surrounding pledge call, as per decree of deraadt@ | mmcc |
2015-11-02 | remove unused variables | Charles Longeau |
2015-11-01 | replace "can not" with "cannot"; | Jason McIntyre |