summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-01Put Damien's latest changes back in, okay deraadt@.Pedro Martelletto
2006-04-01improve import a bit:Joris Vink
2006-03-31No longer need limits.hTodd C. Miller
2006-03-31nfds is not constrained by OPEN_MAX for nftw(), only ftw()Todd C. Miller
2006-03-31sprinkle a bit of ARGSUSEDTheo de Raadt
2006-03-31spacingTheo de Raadt
2006-03-31Plug memory leak on error path; ok ho@ moritz@Patrick Latifi
2006-03-31internal API newgetbroadcastnets() does not need a sockTheo de Raadt
2006-03-31Document NET_RT_STATS.Claudio Jeker
2006-03-31Add sysctl to retrieve the routing table statisitcs. Will be used by netstatClaudio Jeker
2006-03-31Backout, causes panicsPedro Martelletto
2006-03-31tweaks;Jason McIntyre
2006-03-31FFS2 dinode pool needs to be defined here tooPedro Martelletto
2006-03-31Be careful when accessing the external destination address, as it is not setHans-Joerg Hoexer
2006-03-31forgot those in previous commit...Hans-Joerg Hoexer
2006-03-31adopt regression tests to recent changeHans-Joerg Hoexer
2006-03-31wenn dumping rules always show type, srcid and dstid (if set).Hans-Joerg Hoexer
2006-03-31allow do delete dynamic rulesHans-Joerg Hoexer
2006-03-31allow specification of encapsulated protocol for ike; ok hshoexerMarkus Friedl
2006-03-31fix the "ike dynamic" test. dynamic automatically uses the localReyk Floeter
2006-03-31Make ffs_statfs() tag FFS2 file systems as suchPedro Martelletto
2006-03-31allow specification of encapsulated protocol for flows; ok hshoexerMarkus Friedl
2006-03-31Add MOUNT_FFS2Pedro Martelletto
2006-03-31ffs_statfs() should not panic on FFS2 file systemsPedro Martelletto
2006-03-31Teach ffs_vget() to allocate and associate FFS2 dinodesPedro Martelletto
2006-03-31Teach ffs_reclaim() to put FFS2 dinodes back into their poolPedro Martelletto
2006-03-31Add a pool for FFS2 dinodesPedro Martelletto
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