summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-18opendev() should not use OPENDEV_PART; ok millertTheo de Raadt
2015-11-18Remove memory.h includes.mmcc
2015-11-18Remove memory.h include.mmcc
2015-11-18Only unget match[] if it has been used, ok sthenNicholas Marriott
2015-11-18Parse the original on-disk MBR into a local variable. Use theKenneth R Westerback
2015-11-18g_flag does not need to be a global. Move it inside main().Kenneth R Westerback
2015-11-18Use __unused rather than rolling our own.Nicholas Marriott
2015-11-18Add s/foo/bar/: prefix for formats to substitute bar for foo.Nicholas Marriott
2015-11-18Do not dereference rt_ifp to call if_rtrequest.Martin Pieuchot
2015-11-18Factorize the bits to check if a L2 route is connected, wether it isMartin Pieuchot
2015-11-18Make use of srp_enter()/srp_leave() in carp_iamatch() in preparationMartin Pieuchot
2015-11-18remove pledge_aftersyscall() prototype as the function was been removed.Sebastien Marie
2015-11-18Sync the entire xmalloc.[ch] with the other users, but with the additionNicholas Marriott
2015-11-18Revert previous workaround now that multipath route selection has beenMartin Pieuchot
2015-11-18Multipath selection should be done before caching the next hop.Martin Pieuchot
2015-11-18Cleanup gotos as suggested by jsing@ along with spaces and label namesMike Belopuhov
2015-11-18Split function to initialize the raw device in two parts, one to openAlexandre Ratchov
2015-11-18Don't update activity time twice for new sessions, and add some logging.Nicholas Marriott
2015-11-18fix "ssh-keygen -l" of private key, broken in support forDamien Miller
2015-11-18disable networking (i.e. -L option) until privilege separation isAlexandre Ratchov
2015-11-18say that network communication is not secureAlexandre Ratchov
2015-11-18check domain and state of socket against pledge promise.Sebastien Marie
2015-11-18In sys_revoke, inspect the VISTTY flag on the backside of VOP_GETATTR,Theo de Raadt
2015-11-18rob pierce spotted a mistake left by jmcTheo de Raadt
2015-11-18Rejig the MBR file reading logic soKenneth R Westerback
2015-11-18USER_edit() (a.k.a. -e) edits the on-disk information. So zap GPTKenneth R Westerback
2015-11-18Read MBR immediately, and only read the GPT if the MBR is aKenneth R Westerback
2015-11-17Check pipe(2) return value; noticed by deraadt@Todd C. Miller
2015-11-17Check for setgid() failure before executing editor and warn ifTodd C. Miller
2015-11-17Remove register keyword.mmcc
2015-11-17as in rm, needs getpw in pledgeTed Unangst
2015-11-17don't need locale header anymoreTed Unangst
2015-11-17overwriting code isn't usedTed Unangst
2015-11-17int -> size_t for a len fieldmmcc
2015-11-17remove some more flagsTed Unangst
2015-11-17trim down the flags in rmTed Unangst
2015-11-17remove Rflag and pflag (1) and rflag (0).Ted Unangst
2015-11-17remove getopt() from the nested cp and rm mainsTed Unangst
2015-11-17Merge xmalloc.[ch] files across base, skipping OpenSSH for now.Tobias Stoeckmann
2015-11-17sync to mvTheo de Raadt
2015-11-17include fix. dbm is ndbm and memory is string. ok deraadt.Ted Unangst
2015-11-17memory.h -> string.hmmcc
2015-11-17pledge() esposes a design issue in bgpd that will take a moment toSebastian Benoit
2015-11-17change passwd caches to be 4-way "associative". still primitive, but aTed Unangst
2015-11-17note that -chs and -l are mutually exclusive;Jason McIntyre
2015-11-17Pledge for getconf(1). ok deraadt@ benno@Jeremie Courreges-Anglas
2015-11-17direct copy of cp and rm code into mv, so it can avoid fork+exec.Ted Unangst
2015-11-17Missing "getpw" pledges, these were unnoticed because nobody expectsTheo de Raadt
2015-11-17pledge "stdio rpath wpath cpath getpw flock".Theo de Raadt
2015-11-17no more pac;Jason McIntyre