summaryrefslogtreecommitdiff
path: root/dist
AgeCommit message (Collapse)Author
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and ↵andvar
log messages, reported by me in PR kern/54889. Also fixed some additional typos in comments, found on review of same files or typos.
2020-04-22Externalize variables owned logically by pf_ruleset.cjoerg
2019-09-21grammarsevan
2019-08-13sync with realitymaxv
2019-02-03- enlarge buffer to avoid snprintf() truncationmrg
2018-08-17Add a deprecation note in each of the PF man pages (instead of just pf.4),maxv
so that it's really clear.
2018-08-07Escape Dx which otherwise gets interpreted as DragonFly.sevan
via r1.49 in OpenBSD.
2018-08-01Add a bold note to say our PF is obsolete.maxv
2018-02-04fix two issues found by GCC 6.4:mrg
- cbq_compute_idletime() had a fprintf() not in the intended missing {}. - skip_cmp_dst_addr() compared a vs a instead of a vs b.
2017-12-16Add DragonFly BSD fingerprints.sevan
2017-12-16Synchronise with r1.27 from OpenBSDsevan
2016-05-30PR 50709 David Binderman: memory leakdholland
2015-08-28Fix obviously broken condition.joerg
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2013-12-25good-bye, moved to externalchristos
2013-12-15nb_name_len does not increase size when nn_scope contains only a \0,stacktic
do the same on nb_name_encode to avoid a buffer overflow
2013-12-15Make sure we keep enough space to encode the typestacktic
2013-11-28These have moved to externalchristos
2013-11-18Change content of string, don't overwrite the newly allocated pointer.joerg
2013-10-21add a gcc XXX initializationchristos
2013-10-21remove unused variableschristos
2013-10-20fix unused variable warningschristos
2013-10-18remove unused variableschristos
2013-09-13wkmodulus is only used with USE_SRP, so conditionalize it.joerg
2013-07-20Use Mt for email addresses.wiz
2013-06-20buy ancient codechristos
2013-03-23one less, 6 left.christos
2013-01-23It is ridiculous to truncate files on character conversions withoutchristos
warning and a chance for recovery. This patch sets the handler to copy the character, clear the error and proceed instead of bailing out. To replicate: - unset LANG - Create a file that has ~1000 lines. Put a single bad character - '\344' in it, around 2/3rds of the file down. Save it. - export LANG=en_US.UTF-8 - edit the file. Notice there is no error for input conversion, since nvi reads the file opportunistically. - :w Boom, the file is truncated. Alternatively, you can put that character in the first line of the file, and watch the fireworks. If you like to restore the previous behavior compile with -DERROR_ON_CONVERT XXX: Pullup to 6, 5 etc.
2012-12-24ftp-proxy: disable NPF bits for now; it will be re-done.rmind
2012-11-19Protect a few more quotes in chat script examples.njoly
2012-09-15IPF 5.1.2 is in external/bsd/ipf and sys/external/bsd/ipf now;plunky
these files are obsolete
2012-09-15reinstate "Update ftp-proxy for changes to ipnat_t" from Darren Reedplunky
2012-07-15Use after free (Coverity 273146)spz
2012-06-25Casting an uint32_t pointer to (long *) may have been acceptableabs
in the eighties but that time has long past. Minimally invasive fix using a temporary long variable, so while we can still overflow at least we're less broken.
2012-05-07Finish move of bzip2 from dist/bzip2 to external/bsd/bzip2.wiz
2012-04-08print sizeof() with %zuchristos
2012-04-08Cast argument to unsigned long for i386.wiz
2012-04-08Fix a format string error clang found.wiz
2012-04-08Sprinkle __dead and __printflike for clang.wiz
2012-04-06make this work on 64 bit machines; use stdint/inttypes.christos
2012-03-23More c89 prototypes, mostly just filling in void where needed.he
2012-03-22Add some more __dead as exposed by the recent WARN bumps.joerg
2012-03-22Add a void to make function declaration c89.he
2012-02-29Fix format string usage.joerg
2012-02-25Don't use loops with empty body.joerg
2012-02-18moved to external/bsdchristos
2012-02-15Back out the recent import of IPFilter 5.1.1 for the upcoming branch,riz
which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch. ok: core, releng.
2012-02-03Really skip the current line only if the comment is at the start.joerg
2012-02-02Compiler warning on a for loop that does not terminate correctlydarrenr
2012-01-31More printf format fixesmartin