Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-08 | Hifn has changed its company name, make the name consistent throughout | Brad Smith | |
the tree. Hi/fn, Hi/Fn and HiFn -> Hifn. -- Ok'd by deraadt@ | |||
2001-07-08 | Fix thinko. Okay millert@ | Marc Espie | |
Uncovered by gcc 3.0, since the bad code does have unpredictable behavior. | |||
2001-07-08 | Remove static from func decls | Niklas Hallqvist | |
2001-07-08 | OpenBSD tags. | Federico G. Schwindt | |
2001-07-08 | OpenBSD tag. | Federico G. Schwindt | |
2001-07-08 | Add missing call to minor() in RDLABELDEV macro. | Todd C. Miller | |
This only worked before by luck. Fixes floppy panic in -current. Thanks to krw@ for the DDB traceback, it helped ;-) | |||
2001-07-07 | fix comment to make life easier for my special friend darren. | Niels Provos | |
2001-07-07 | On 2nd though, pci_conf_read returns host-ordered words. | Niklas Hallqvist | |
2001-07-07 | Correct PCI identifier matching. Match more devices too. | Niklas Hallqvist | |
2001-07-07 | sync | Niklas Hallqvist | |
2001-07-07 | More aac identifiers | Niklas Hallqvist | |
2001-07-07 | get rid of compiler warning | Marco S Hyman | |
2001-07-06 | style change #2, avoid (a == b) == c | Daniel Hartmeier | |
2001-07-06 | style change #1, avoid ternary operator | Daniel Hartmeier | |
2001-07-06 | theo requests less archaic style | Chris Cappuccio | |
2001-07-06 | don't evaluate rules for packets that have state but mismatch seq range ↵ | Daniel Hartmeier | |
(could create duplicate state) | |||
2001-07-06 | From NetBSD; Server could lose requests during write-gathering, causing client | Niklas Hallqvist | |
hangs. Fixes the old typical pwd_mkdb waiting on getblk hang during make release over NFS. | |||
2001-07-06 | Allow negative match on interface name for nat and rdr | Chris Cappuccio | |
ok dhartmei@ | |||
2001-07-06 | Don't use enc0 interface for IPComp. angelos@ ok. | Jean-Jacques Bernard-Gundol | |
2001-07-06 | qsphy required for tx | Theo de Raadt | |
2001-07-06 | "option IPSEC needs the enc interface" | Angelos D. Keromytis | |
2001-07-06 | some cleanup, okay dhartmei@ | Niels Provos | |
2001-07-06 | 3com airconnect 3crwe777a | Jason Wright | |
2001-07-06 | sync | Jason Wright | |
2001-07-06 | 3com airconnect (3crwe777a) | Jason Wright | |
2001-07-06 | Change to make the kernel build when IPCOMP is activated and | Jean-Jacques Bernard-Gundol | |
PPP_DEFLATE is not. Reported by Heikki Korpela <heko@saitti.net>. ho@ ok. | |||
2001-07-06 | Indentation. | Hakan Olsson | |
2001-07-06 | prototypes for userland side | Theo de Raadt | |
2001-07-06 | fix userland side prototypes | Theo de Raadt | |
2001-07-06 | do not use quad for counters | Theo de Raadt | |
2001-07-06 | Only clear the relevant capabilities when the MTU is set too | Angelos D. Keromytis | |
high. Clarify logic of message tagging. | |||
2001-07-06 | resolve compile problems | Steve Murphree | |
2001-07-06 | bzero PCB after allocation | Angelos D. Keromytis | |
2001-07-06 | change MSIZE to 256, okay @deraadt | Niels Provos | |
2001-07-06 | IP/TCP/UDP checksumming on the NIC; from rtecco@umich.edu | Angelos D. Keromytis | |
2001-07-06 | misc fixes | Steve Murphree | |
2001-07-06 | __powerpc__ is defined in gcc's specs and used throughout the tree for ↵ | Steve Murphree | |
powerpc related stuff, so mvmeppc must retain __powerpc__ and add __mvmeppc__. | |||
2001-07-06 | correct includes for mvmeppc | Steve Murphree | |
2001-07-05 | IP6_EXTHDR_GET0 did not check m->m_len (noone was using this macro). | Jun-ichiro itojun Hagino | |
sync with kame | |||
2001-07-05 | initalize fragment correctly | Niels Provos | |
2001-07-05 | #ifdef IPCOMP stuff properly | Theo de Raadt | |
2001-07-05 | KNF | Theo de Raadt | |
2001-07-05 | deflate only for ipcomp | Theo de Raadt | |
2001-07-05 | zlib only for ppp_deflate | ipcomp | Theo de Raadt | |
2001-07-05 | IPComp. Turned off by default in GENERIC. | Jean-Jacques Bernard-Gundol | |
2001-07-05 | IPComp support. angelos@ ok. | Jean-Jacques Bernard-Gundol | |
2001-07-05 | IPComp. angelos@ ok. | Jean-Jacques Bernard-Gundol | |
2001-07-05 | IPComp support. angelos@ ok. | Jean-Jacques Bernard-Gundol | |
2001-07-05 | Support for compression. angelos@ ok. | Jean-Jacques Bernard-Gundol | |
2001-07-05 | IPComp. Just like for deflate earlier, it won't be compiled until everything | Jean-Jacques Bernard-Gundol | |
is in the tree |