Age | Commit message (Expand) | Author |
2015-11-18 | opendev() should not use OPENDEV_PART; ok millert | Theo de Raadt |
2015-11-18 | Remove memory.h includes. | mmcc |
2015-11-18 | Remove memory.h include. | mmcc |
2015-11-18 | Only unget match[] if it has been used, ok sthen | Nicholas Marriott |
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 | Use __unused rather than rolling our own. | Nicholas Marriott |
2015-11-18 | Add s/foo/bar/: prefix for formats to substitute bar for foo. | Nicholas Marriott |
2015-11-18 | Do not dereference rt_ifp to call if_rtrequest. | Martin Pieuchot |
2015-11-18 | Factorize the bits to check if a L2 route is connected, wether it is | Martin Pieuchot |
2015-11-18 | Make use of srp_enter()/srp_leave() in carp_iamatch() in preparation | Martin Pieuchot |
2015-11-18 | remove pledge_aftersyscall() prototype as the function was been removed. | Sebastien Marie |
2015-11-18 | Sync the entire xmalloc.[ch] with the other users, but with the addition | Nicholas Marriott |
2015-11-18 | Revert previous workaround now that multipath route selection has been | Martin Pieuchot |
2015-11-18 | Multipath selection should be done before caching the next hop. | Martin Pieuchot |
2015-11-18 | Cleanup gotos as suggested by jsing@ along with spaces and label names | Mike Belopuhov |
2015-11-18 | Split function to initialize the raw device in two parts, one to open | Alexandre Ratchov |
2015-11-18 | Don't update activity time twice for new sessions, and add some logging. | Nicholas Marriott |
2015-11-18 | fix "ssh-keygen -l" of private key, broken in support for | Damien Miller |
2015-11-18 | disable networking (i.e. -L option) until privilege separation is | Alexandre Ratchov |
2015-11-18 | say that network communication is not secure | Alexandre Ratchov |
2015-11-18 | check domain and state of socket against pledge promise. | Sebastien Marie |
2015-11-18 | In sys_revoke, inspect the VISTTY flag on the backside of VOP_GETATTR, | Theo de Raadt |
2015-11-18 | rob pierce spotted a mistake left by jmc | Theo de Raadt |
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 | Check pipe(2) return value; noticed by deraadt@ | Todd C. Miller |
2015-11-17 | Check for setgid() failure before executing editor and warn if | Todd C. Miller |
2015-11-17 | Remove register keyword. | mmcc |
2015-11-17 | as in rm, needs getpw in pledge | Ted Unangst |
2015-11-17 | don't need locale header anymore | Ted Unangst |
2015-11-17 | overwriting code isn't used | Ted Unangst |
2015-11-17 | int -> size_t for a len field | mmcc |
2015-11-17 | remove some more flags | Ted Unangst |
2015-11-17 | trim down the flags in rm | Ted Unangst |
2015-11-17 | remove Rflag and pflag (1) and rflag (0). | Ted Unangst |
2015-11-17 | remove getopt() from the nested cp and rm mains | Ted Unangst |
2015-11-17 | Merge xmalloc.[ch] files across base, skipping OpenSSH for now. | Tobias Stoeckmann |
2015-11-17 | sync to mv | Theo de Raadt |
2015-11-17 | include fix. dbm is ndbm and memory is string. ok deraadt. | Ted Unangst |
2015-11-17 | memory.h -> string.h | mmcc |
2015-11-17 | pledge() esposes a design issue in bgpd that will take a moment to | Sebastian Benoit |
2015-11-17 | change passwd caches to be 4-way "associative". still primitive, but a | Ted Unangst |
2015-11-17 | note that -chs and -l are mutually exclusive; | Jason McIntyre |
2015-11-17 | Pledge for getconf(1). ok deraadt@ benno@ | Jeremie Courreges-Anglas |
2015-11-17 | direct copy of cp and rm code into mv, so it can avoid fork+exec. | Ted Unangst |
2015-11-17 | Missing "getpw" pledges, these were unnoticed because nobody expects | Theo de Raadt |
2015-11-17 | pledge "stdio rpath wpath cpath getpw flock". | Theo de Raadt |
2015-11-17 | no more pac; | Jason McIntyre |