Age | Commit message (Expand) | Author |
2006-04-01 | Put Damien's latest changes back in, okay deraadt@. | Pedro Martelletto |
2006-04-01 | improve import a bit: | Joris Vink |
2006-03-31 | No longer need limits.h | Todd C. Miller |
2006-03-31 | nfds is not constrained by OPEN_MAX for nftw(), only ftw() | Todd C. Miller |
2006-03-31 | sprinkle a bit of ARGSUSED | Theo de Raadt |
2006-03-31 | spacing | Theo de Raadt |
2006-03-31 | Plug memory leak on error path; ok ho@ moritz@ | Patrick Latifi |
2006-03-31 | internal API newgetbroadcastnets() does not need a sock | Theo de Raadt |
2006-03-31 | Document NET_RT_STATS. | Claudio Jeker |
2006-03-31 | Add sysctl to retrieve the routing table statisitcs. Will be used by netstat | Claudio Jeker |
2006-03-31 | Backout, causes panics | Pedro Martelletto |
2006-03-31 | tweaks; | Jason McIntyre |
2006-03-31 | FFS2 dinode pool needs to be defined here too | Pedro Martelletto |
2006-03-31 | Be careful when accessing the external destination address, as it is not set | Hans-Joerg Hoexer |
2006-03-31 | forgot those in previous commit... | Hans-Joerg Hoexer |
2006-03-31 | adopt regression tests to recent change | Hans-Joerg Hoexer |
2006-03-31 | wenn dumping rules always show type, srcid and dstid (if set). | Hans-Joerg Hoexer |
2006-03-31 | allow do delete dynamic rules | Hans-Joerg Hoexer |
2006-03-31 | allow specification of encapsulated protocol for ike; ok hshoexer | Markus Friedl |
2006-03-31 | fix the "ike dynamic" test. dynamic automatically uses the local | Reyk Floeter |
2006-03-31 | Make ffs_statfs() tag FFS2 file systems as such | Pedro Martelletto |
2006-03-31 | allow specification of encapsulated protocol for flows; ok hshoexer | Markus Friedl |
2006-03-31 | Add MOUNT_FFS2 | Pedro Martelletto |
2006-03-31 | ffs_statfs() should not panic on FFS2 file systems | Pedro Martelletto |
2006-03-31 | Teach ffs_vget() to allocate and associate FFS2 dinodes | Pedro Martelletto |
2006-03-31 | Teach ffs_reclaim() to put FFS2 dinodes back into their pool | Pedro Martelletto |
2006-03-31 | Add a pool for FFS2 dinodes | Pedro Martelletto |
2006-03-31 | fix number conversion logic; spotted by pat@; ok tedu@ pat@ | Otto Moerbeek |
2006-03-31 | Better useage string. From Alexey Dobriyan. | Otto Moerbeek |
2006-03-31 | Check malloc return value | Bjorn Sandell |
2006-03-31 | kill trailing whitespace; | Jason McIntyre |
2006-03-31 | uppercase `ip'; | Jason McIntyre |
2006-03-31 | remote user escape is %r not %h; spotted by jmc@ | Damien Miller |
2006-03-31 | kill trailing whitespace; | Jason McIntyre |
2006-03-31 | Super block changes for FFS2, thanks to all who tested. | Pedro Martelletto |
2006-03-31 | (char)to{upper,lower}() | Theo de Raadt |
2006-03-31 | ARGSUSED where needed | Theo de Raadt |
2006-03-31 | No point in calling pte_spill_r() 90% of the time, when the first thing | Dale Rahn |
2006-03-31 | oldmask = sigprocmask(SIG_BLOCK, &mask, &oldmask); | Theo de Raadt |
2006-03-31 | Add GSM modem SIEMENS ES75 - from patch sent to freebsd-usb@ by Jindra Fucik | Dale Rahn |
2006-03-31 | sycn | Dale Rahn |
2006-03-31 | Add GSM modem SIEMENS ES75 | Dale Rahn |
2006-03-31 | Gently cast to make lint happy. | Dale Rahn |
2006-03-31 | Be kind to lint, and specify the correct width on these constants. | Dale Rahn |
2006-03-31 | fairly simple cleanup, lots of testing done | Theo de Raadt |
2006-03-31 | lint-driven cleanup. nothing too scary in this diff. | Theo de Raadt |
2006-03-31 | careful cleanup following advice from lint. be very very very careful | Theo de Raadt |
2006-03-31 | ARGSUSED for for a few things | Theo de Raadt |
2006-03-31 | lint happiness, mostly avoiding variable aliasing | Theo de Raadt |
2006-03-31 | kvm_openfiles() should take int flag, not unsigned | Theo de Raadt |