Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2001-07-05 | deflate algo, used by IPComp. Currently it won't be compiled until IPComp | Jean-Jacques Bernard-Gundol | |
is completely imported into the tree. | |||
2001-07-05 | Remove some includes for kernel interfaces that are no longer there. | Artur Grabowski | |
2001-07-05 | Get rid of REAL_CLISTS. It was never implemented and the tentacles are | Artur Grabowski | |
everywhhere. | |||
2001-07-05 | Oops. missed this file in the extent_alloc fix. | Artur Grabowski | |
2001-07-05 | Get rid of the wrapper macros around extent_alloc*1 | Artur Grabowski | |
Pass the right amount of arguments and rename them back to their right names. | |||
2001-07-05 | Remove dead ifdefs, M_COMP should be copied. | Angelos D. Keromytis | |
2001-07-05 | Style | Angelos D. Keromytis | |
2001-07-05 | Typo. | Angelos D. Keromytis | |
2001-07-05 | Style | Angelos D. Keromytis | |
2001-07-05 | $OpenBSD$ tag | Angelos D. Keromytis | |
2001-07-05 | KNF | Angelos D. Keromytis | |
2001-07-05 | Stylistic changes. | Angelos D. Keromytis | |
2001-07-05 | For IPComp. angelos@ ok. | Jean-Jacques Bernard-Gundol | |
2001-07-05 | IPComp itself (include files). angelos@ ok. | Jean-Jacques Bernard-Gundol | |
2001-07-05 | Include files for IPComp support. angelos@ ok. | Jean-Jacques Bernard-Gundol | |
2001-07-05 | Compression support for IPComp. Include files only. angelos@ ok. | Jean-Jacques Bernard-Gundol | |
2001-07-05 | makedev is a macro. Admittedly, it's not function-like at all, | Marc Espie | |
and should probably be spelled MAKEDEV to not trip people. | |||
2001-07-05 | It feels a bit pointless to have: | Artur Grabowski | |
#define sonewconn(head, connstatus) sonewconn1((head), (connstatus)) Just wastes preprocessor time. | |||
2001-07-05 | Remove some left-overs from the old vm system. | Artur Grabowski | |
2001-07-05 | v_vmdata is no longer needed. | Artur Grabowski | |
2001-07-05 | p_thread is no longer needed. | Artur Grabowski | |
2001-07-05 | No more HAVE_VM_VM_OBJECT_H | Artur Grabowski | |
2001-07-05 | No need to include vm/vm_object.h. | Artur Grabowski | |
It only includes to files which are already included by vm/vm.h | |||
2001-07-05 | kern_fthread is no longer needed. | Artur Grabowski | |
2001-07-05 | Don't use some macros from vm_page.h. | Artur Grabowski | |
This was the only user and I want to clean those up. |