summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-03-0264-bits datatype fixes for strto(u)l conversions.Thierry Deval
2004-03-02pretty usage and sort options. started by Andrey MatveevTed Unangst
2004-03-02Simplify pf.conf, provide sample rules for greylisting.Cedric Berger
2004-03-02KNFHenning Brauer
2004-03-02flesh out the address and prefix parsing, include v6 code, but reject v6Henning Brauer
2004-03-02show rib A.B.C.D and show rib A.B.C.D/N [all] support. Now the most importantClaudio Jeker
2004-03-02Framework for rib lookups by prefix. OK henning@Claudio Jeker
2004-03-02Use ntohl() to compare in_addr_t so the tree is nicely sorted.Claudio Jeker
2004-03-02fix typo; fgsch@Todd C. Miller
2004-03-02more pruning; henning okTheo de Raadt
2004-03-02Enable AFS on mvme88k now.Miod Vallat
2004-03-02Arla lwp support for m88k systems. Slightly abuses the framework toMiod Vallat
2004-03-02document net.inet.tcp.reasslimitMarkus Friedl
2004-03-02avoid memleak if parse_string() fails, Patrick Latifi <pat@eyeo.org>Henning Brauer
2004-03-02A better place for sshd; pointed out by millertTheo de Raadt
2004-03-02use daemon(3) instead of homebrown gunkHenning Brauer
2004-03-02start sshd earlier, ok from variousTheo de Raadt
2004-03-02Better wording for the longjmp(X, 0) case. OK otto@, deraadt@Todd C. Miller
2004-03-02zap unused and empty functions and some glorious very much needed commentsHenning Brauer
2004-03-02zap interface flagsHenning Brauer
2004-03-02use arc4random(), markus okHenning Brauer
2004-03-02we deal with one interface at a time, so remove the interface list gunk.Henning Brauer
2004-03-02here as well: when our interface vanishes, exitHenning Brauer
2004-03-02if our interface vanishes (pcmcia and such), exit.Henning Brauer
2004-03-02remove dummy_interfaces and fallback_interface gunkHenning Brauer
2004-03-02limit total number of queued out-of-order packets to NMBCLUSTERS/2; ok mcbrideMarkus Friedl
2004-03-02our interface discovery is so quiet now (nonexistant) that we don't need aHenning Brauer
2004-03-02mixing memcpy and bcopy in the same function is highly confusingHenning Brauer
2004-03-02since we're dealing with one interface and not quite a few ones we can giveHenning Brauer
2004-03-02do not record all these interfaces we don't care aboutHenning Brauer
2004-03-02skip test if machdep.userldt sysctl is not enabledDavid Krause
2004-03-02fix path; ok espie@David Krause
2004-03-02correct answer file to meet gai_strerror() output on openbsd. David KrauseJun-ichiro itojun Hagino
2004-03-02call fifo_reclaim here tooTed Unangst
2004-03-02silly fifos aren't a real fs, so we have to be sure to call reclaimTed Unangst
2004-03-02prevent memory leak on revoke by freeing resources in a real reclaimTed Unangst
2004-03-02disable COMPAT_25; ok miod millertTheo de Raadt
2004-03-02bad openlog call; andrushock@korovino.netTheo de Raadt
2004-03-02oops, committed wrong version. thanks pedro.Ted Unangst
2004-03-01spellingTheo de Raadt
2004-03-01don't print empty descrHenning Brauer
2004-03-01make sure AS doesn't exceed upper bound, issue pointed out byHenning Brauer
2004-03-01oopsTheo de Raadt
2004-03-01rewrite featuring IP6 support from Pedro Martelletto <pbastos@rdc.puc-rio.br>Ted Unangst
2004-03-01Initialize the frame buffer when the PROM did not do this on our behalf.Miod Vallat
2004-03-01looks like powerpc will not do W^X for some time..Theo de Raadt
2004-03-01Correctly compute pc-relative relocation addend for amd64.Mark Kettenis
2004-03-01do not recommend a format string error..; pbastos@rdc.puc-rio.brTheo de Raadt
2004-03-01zap extra spaces. From a PR by Jared Yanovich.Marc Espie
2004-03-01Be explicit about the return value of setjmp() when longjmp(..., 0) is called.Otto Moerbeek