summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-03-02In process_set_pc() and process_set_regs(), disallow unaligned pc and npcMiod Vallat
2004-03-02Use double load/store instructions whenever possible.Miod Vallat
2004-03-02A wrong comment is worth a thousand bugs...Miod Vallat
2004-03-02Rework the card insertion/removal detection logic:Miod Vallat
2004-03-02don't leak mbuf if uiomove fails; from netbsd;Markus Friedl
2004-03-02fix ndev counting loop. report from Stuart CassoffTed Unangst
2004-03-0268040 boards would not set address error and bus error trap vectors correctly;Miod Vallat
2004-03-02bpf sysctl. ok jmcTed Unangst
2004-03-02Fix timing issues with newer Prism firmware and retry card reset upTodd C. Miller
2004-03-02Make HostAP work Prism cards with newer firmware (1.7.0 and higher).Todd C. Miller
2004-03-02fix formatting, Pedro MartellettoTed Unangst
2004-03-02Update man page (sg keymap). OK miod@Claudio Jeker
2004-03-02track va for each segment and not for the whole map.Michael Shalayeff
2004-03-02use socklen_t and better socket() checks. from Andrey MatveevTed Unangst
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