Age | Commit message (Expand) | Author |
2006-04-01 | Add rcs -l, rcs -u, and regression tests. | Ray Lai |
2006-04-01 | Keep cvs flags in `flags', rcs flags in `rcsflags' in rcsprog.h. | Ray Lai |
2006-04-01 | default LINTFLAGS add -p; from cloder | Theo de Raadt |
2006-04-01 | ANSIfy; requested deraadt@ | Damien Miller |
2006-04-01 | xasprintification; ok deraadt@ | Damien Miller |
2006-04-01 | minimal lint cleanup (unused crud, and some size_t); ok djm | Theo de Raadt |
2006-04-01 | $OpenBSD$ in here too | Damien Miller |
2006-04-01 | Correctly map blocks for FFS2 in ufs_bmaparray() | Pedro Martelletto |
2006-04-01 | cvs_initlog() returns a value that is never used, zap it. | Joris Vink |
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 |