summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-31lint-driven cleanup. nothing too scary in this diff.Theo de Raadt
2006-03-31careful cleanup following advice from lint. be very very very carefulTheo de Raadt
2006-03-31ARGSUSED for for a few thingsTheo de Raadt
2006-03-31lint happiness, mostly avoiding variable aliasingTheo de Raadt
2006-03-31kvm_openfiles() should take int flag, not unsignedTheo de Raadt
2006-03-31lintTheo de Raadt
2006-03-31spacing;Joris Vink
2006-03-31after we changed mode_t to be an int, the devname() man page wasTheo de Raadt
2006-03-31ARGSUSED for signal handlersTheo de Raadt
2006-03-31tiny bits of lintTheo de Raadt
2006-03-30i am stunned how little was needed to make lint happy in thisTheo de Raadt
2006-03-30add temporary files to the worklist before creating them, this preventsJoris Vink
2006-03-30hmm, let's not use fatal() when we cannot find a branch instead return NULLJoris Vink
2006-03-30zap unused variable, niallo@ noticedJoris Vink
2006-03-30first part of supporting branches in openrcs. right now we can onlyJoris Vink
2006-03-30syncTheo de Raadt
2006-03-30iop works on my amd64, add it deraadt@Peter Stromberg
2006-03-30cast to uid_t where needed; ok deraadt@Robert Nagy
2006-03-30use size_t where needed; ok deraadt@Robert Nagy
2006-03-30minimal lint happiness, round 1Theo de Raadt
2006-03-30casts that cannot cause breakage in the futureTheo de Raadt
2006-03-30change internal login_protect() API to use mode_t like it shouldTheo de Raadt
2006-03-30please lint (without making anything else worse)Theo de Raadt
2006-03-30do an int & unsigned int dance because of shift of signed value; ok miodTheo de Raadt
2006-03-30Clean up some allocations. Remove malloc casts, and some easyKjell Wooding
2006-03-30when resolving interface names to ip adresses, set netmask to all bits 1Hans-Joerg Hoexer
2006-03-30fix a typoEsben Norby
2006-03-30Print the "Encap" heading only when the sadb is not empty.Hans-Joerg Hoexer
2006-03-30add regress tests for dynamic, bypass, deny and the macros.Reyk Floeter
2006-03-30For correct operation, ospfd needs net.inet.ip.forwarding=1 so add aClaudio Jeker
2006-03-30Add a warning about "fib-update no" similar to the fib decouple descriptionClaudio Jeker
2006-03-30allow specification of outer local ips in flows (SADB_EXT_ADDRESS_SRC); ok hs...Markus Friedl
2006-03-30document -encap. ok claudio@Hans-Joerg Hoexer
2006-03-30If an address family is specified do not print IPSec "routes". AdditionallyClaudio Jeker
2006-03-30Prevent duplicate log messages when privsep=yes; ok djm@Darren Tucker
2006-03-30Correctly handle truncated files while converting keys; ok djm@Darren Tucker
2006-03-30add percent escape chars to the IdentityFile option, bz #1159 basedDamien Miller
2006-03-30replace {GET,PUT}_XXBIT macros with functionally similar functions,Damien Miller
2006-03-30Minor cleanup and start using rmx_refcnt to show the refcount instead of 0.Claudio Jeker
2006-03-30Really ignore sendpipe, recvpipe, rtt, rttvar, etc. in route(8) instead ofClaudio Jeker
2006-03-30In sysctl_dumpentry() pass the rt_refcnt by overloading rmx_rttvar.Claudio Jeker
2006-03-30ARGSUSED for dispatch table-driven functionsDamien Miller
2006-03-30Spelling in comment.Claudio Jeker
2006-03-30Fix a bzero() misuse; ok otto@ deraadt@Patrick Latifi
2006-03-30introduce a way to free the base.Brad Smith
2006-03-30Add rlog -r[REV1][:][REV2] supportRay Lai
2006-03-30 - Comment fixes.Ray Lai
2006-03-30Document 'F' as an answer to fsck, okay deraadt@ jolan@Pedro Martelletto
2006-03-30when asking y or n, accept "F" which forces yes from the on. i haveTheo de Raadt
2006-03-29Use sysctl to get information about encap routes (aka ipsec). NowHans-Joerg Hoexer