summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-03-31Super block changes for FFS2, thanks to all who tested.Pedro Martelletto
Silent okay after almost 3 weeks, hackers@.
2006-03-31(char)to{upper,lower}()Theo de Raadt
2006-03-31ARGSUSED where neededTheo de Raadt
2006-03-31No point in calling pte_spill_r() 90% of the time, when the first thingDale Rahn
it is going to do is test user/kernel and return, do it before the call.
2006-03-31oldmask = sigprocmask(SIG_BLOCK, &mask, &oldmask);Theo de Raadt
is not valid code; found by lint
2006-03-31Add GSM modem SIEMENS ES75 - from patch sent to freebsd-usb@ by Jindra FucikDale Rahn
2006-03-31sycnDale Rahn
2006-03-31Add GSM modem SIEMENS ES75Dale Rahn
2006-03-31Gently cast to make lint happy.Dale Rahn
2006-03-31Be kind to lint, and specify the correct width on these constants.Dale Rahn
2006-03-31fairly simple cleanup, lots of testing doneTheo de Raadt
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
with sprinkling in size_t!
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
updated but the function itself never was; ok millert
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
terrible place
2006-03-30add temporary files to the worklist before creating them, this preventsJoris Vink
a race when the user would interrupt the program when it was returning from cvs_buf_write_stmp() and leave the temporary files behind.
2006-03-30hmm, let's not use fatal() when we cannot find a branch instead return NULLJoris Vink
so the caller can identify the branch is not there and take correct action.
2006-03-30zap unused variable, niallo@ noticedJoris Vink
2006-03-30first part of supporting branches in openrcs. right now we can onlyJoris Vink
check them out. commit is not working yet, but will be soon. tested by myself and ray@ okay ray@
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
malloc(A*B)->calloc changes.
2006-03-30when resolving interface names to ip adresses, set netmask to all bits 1Hans-Joerg Hoexer
2006-03-30fix a typoEsben Norby
ok claudio@
2006-03-30Print the "Encap" heading only when the sadb is not empty.Hans-Joerg Hoexer
Fix identation (was off by one space). both requested and ok markus@
2006-03-30add regress tests for dynamic, bypass, deny and the macros.Reyk Floeter
inspired my markus last commit, ok hshoexer@
2006-03-30For correct operation, ospfd needs net.inet.ip.forwarding=1 so add aClaudio Jeker
caveat about that. help jmc@ OK norby@
2006-03-30Add a warning about "fib-update no" similar to the fib decouple descriptionClaudio Jeker
in ospfctl(8). help jmc@ OK norby@
2006-03-30allow specification of outer local ips in flows (SADB_EXT_ADDRESS_SRC); ok ↵Markus Friedl
hshoexer, reyk
2006-03-30document -encap. ok claudio@Hans-Joerg Hoexer
2006-03-30If an address family is specified do not print IPSec "routes". AdditionallyClaudio Jeker
add a -encap option to show only the IPSec part. OK hshoexer@, henning@
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
on a patch by imaging AT math.ualberta.ca; feedback and ok dtucker@
2006-03-30replace {GET,PUT}_XXBIT macros with functionally similar functions,Damien Miller
silencing a heap of lint warnings. also allows them to use __bounded__ checking which can't be applied to macros; requested by and feedback from deraadt@
2006-03-30Minor cleanup and start using rmx_refcnt to show the refcount instead of 0.Claudio Jeker
OK henning@