Age | Commit message (Expand) | Author |
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 |
2006-03-31 | lint | Theo de Raadt |
2006-03-31 | spacing; | Joris Vink |
2006-03-31 | after we changed mode_t to be an int, the devname() man page was | Theo de Raadt |
2006-03-31 | ARGSUSED for signal handlers | Theo de Raadt |
2006-03-31 | tiny bits of lint | Theo de Raadt |
2006-03-30 | i am stunned how little was needed to make lint happy in this | Theo de Raadt |
2006-03-30 | add temporary files to the worklist before creating them, this prevents | Joris Vink |
2006-03-30 | hmm, let's not use fatal() when we cannot find a branch instead return NULL | Joris Vink |
2006-03-30 | zap unused variable, niallo@ noticed | Joris Vink |
2006-03-30 | first part of supporting branches in openrcs. right now we can only | Joris Vink |
2006-03-30 | sync | Theo de Raadt |
2006-03-30 | iop works on my amd64, add it deraadt@ | Peter Stromberg |
2006-03-30 | cast to uid_t where needed; ok deraadt@ | Robert Nagy |
2006-03-30 | use size_t where needed; ok deraadt@ | Robert Nagy |
2006-03-30 | minimal lint happiness, round 1 | Theo de Raadt |
2006-03-30 | casts that cannot cause breakage in the future | Theo de Raadt |
2006-03-30 | change internal login_protect() API to use mode_t like it should | Theo de Raadt |
2006-03-30 | please lint (without making anything else worse) | Theo de Raadt |
2006-03-30 | do an int & unsigned int dance because of shift of signed value; ok miod | Theo de Raadt |
2006-03-30 | Clean up some allocations. Remove malloc casts, and some easy | Kjell Wooding |
2006-03-30 | when resolving interface names to ip adresses, set netmask to all bits 1 | Hans-Joerg Hoexer |
2006-03-30 | fix a typo | Esben Norby |
2006-03-30 | Print the "Encap" heading only when the sadb is not empty. | Hans-Joerg Hoexer |
2006-03-30 | add regress tests for dynamic, bypass, deny and the macros. | Reyk Floeter |
2006-03-30 | For correct operation, ospfd needs net.inet.ip.forwarding=1 so add a | Claudio Jeker |
2006-03-30 | Add a warning about "fib-update no" similar to the fib decouple description | Claudio Jeker |
2006-03-30 | allow specification of outer local ips in flows (SADB_EXT_ADDRESS_SRC); ok hs... | Markus Friedl |