Age | Commit message (Expand) | Author |
2004-03-03 | better way of finding and identifying lkms. | Ted Unangst |
2004-03-03 | support forced unmounts. pr2394 from peter werner | Ted Unangst |
2004-03-03 | save room for nul, so we can unmount later. pr2327 from peter werner | Ted Unangst |
2004-03-03 | cleanups, use err(). from Mathias () enloco.net pr3679 | Ted Unangst |
2004-03-03 | Add SYMBIOS devices for upcoming mpt driver. | Kenneth R Westerback |
2004-03-03 | Add SYMBIOS devices for upcoming mpt driver. | Kenneth R Westerback |
2004-03-03 | Use 'cat' rather than 'cp' to put /boot on disk. This preserves | Kenneth R Westerback |
2004-03-03 | no newline in errx, bad cedric; spotted by tedu | Theo de Raadt |
2004-03-03 | move spamd to a better place; ok henning beck | Theo de Raadt |
2004-03-02 | In process_set_pc() and process_set_regs(), disallow unaligned pc and npc | Miod Vallat |
2004-03-02 | Use double load/store instructions whenever possible. | Miod Vallat |
2004-03-02 | A wrong comment is worth a thousand bugs... | Miod Vallat |
2004-03-02 | Rework the card insertion/removal detection logic: | Miod Vallat |
2004-03-02 | don't leak mbuf if uiomove fails; from netbsd; | Markus Friedl |
2004-03-02 | fix ndev counting loop. report from Stuart Cassoff | Ted Unangst |
2004-03-02 | 68040 boards would not set address error and bus error trap vectors correctly; | Miod Vallat |
2004-03-02 | bpf sysctl. ok jmc | Ted Unangst |
2004-03-02 | Fix timing issues with newer Prism firmware and retry card reset up | Todd C. Miller |
2004-03-02 | Make HostAP work Prism cards with newer firmware (1.7.0 and higher). | Todd C. Miller |
2004-03-02 | fix formatting, Pedro Martelletto | Ted Unangst |
2004-03-02 | Update man page (sg keymap). OK miod@ | Claudio Jeker |
2004-03-02 | track va for each segment and not for the whole map. | Michael Shalayeff |
2004-03-02 | use socklen_t and better socket() checks. from Andrey Matveev | Ted Unangst |
2004-03-02 | 64-bits datatype fixes for strto(u)l conversions. | Thierry Deval |
2004-03-02 | pretty usage and sort options. started by Andrey Matveev | Ted Unangst |
2004-03-02 | Simplify pf.conf, provide sample rules for greylisting. | Cedric Berger |
2004-03-02 | KNF | Henning Brauer |
2004-03-02 | flesh out the address and prefix parsing, include v6 code, but reject v6 | Henning Brauer |
2004-03-02 | show rib A.B.C.D and show rib A.B.C.D/N [all] support. Now the most important | Claudio Jeker |
2004-03-02 | Framework for rib lookups by prefix. OK henning@ | Claudio Jeker |
2004-03-02 | Use ntohl() to compare in_addr_t so the tree is nicely sorted. | Claudio Jeker |
2004-03-02 | fix typo; fgsch@ | Todd C. Miller |
2004-03-02 | more pruning; henning ok | Theo de Raadt |
2004-03-02 | Enable AFS on mvme88k now. | Miod Vallat |
2004-03-02 | Arla lwp support for m88k systems. Slightly abuses the framework to | Miod Vallat |
2004-03-02 | document net.inet.tcp.reasslimit | Markus Friedl |
2004-03-02 | avoid memleak if parse_string() fails, Patrick Latifi <pat@eyeo.org> | Henning Brauer |
2004-03-02 | A better place for sshd; pointed out by millert | Theo de Raadt |
2004-03-02 | use daemon(3) instead of homebrown gunk | Henning Brauer |
2004-03-02 | start sshd earlier, ok from various | Theo de Raadt |
2004-03-02 | Better wording for the longjmp(X, 0) case. OK otto@, deraadt@ | Todd C. Miller |
2004-03-02 | zap unused and empty functions and some glorious very much needed comments | Henning Brauer |
2004-03-02 | zap interface flags | Henning Brauer |
2004-03-02 | use arc4random(), markus ok | Henning Brauer |
2004-03-02 | we deal with one interface at a time, so remove the interface list gunk. | Henning Brauer |
2004-03-02 | here as well: when our interface vanishes, exit | Henning Brauer |
2004-03-02 | if our interface vanishes (pcmcia and such), exit. | Henning Brauer |
2004-03-02 | remove dummy_interfaces and fallback_interface gunk | Henning Brauer |
2004-03-02 | limit total number of queued out-of-order packets to NMBCLUSTERS/2; ok mcbride | Markus Friedl |
2004-03-02 | our interface discovery is so quiet now (nonexistant) that we don't need a | Henning Brauer |