summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-31fix number conversion logic; spotted by pat@; ok tedu@ pat@Otto Moerbeek
2006-03-31Better useage string. From Alexey Dobriyan.Otto Moerbeek
2006-03-31Check malloc return valueBjorn Sandell
2006-03-31kill trailing whitespace;Jason McIntyre
2006-03-31uppercase `ip';Jason McIntyre
2006-03-31remote user escape is %r not %h; spotted by jmc@Damien Miller
2006-03-31kill trailing whitespace;Jason McIntyre
2006-03-31Super block changes for FFS2, thanks to all who tested.Pedro Martelletto
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
2006-03-31oldmask = sigprocmask(SIG_BLOCK, &mask, &oldmask);Theo de Raadt
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
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