Age | Commit message (Expand) | Author |
2000-01-15 | Don't allow enc0 to be added to a bridge, as it's used for all | Angelos D. Keromytis |
2000-01-15 | Can't bind SAs to enc0 | Angelos D. Keromytis |
2000-01-15 | Add function prototype. | Angelos D. Keromytis |
2000-01-15 | PRU_DETACH does not return ENOTCONN. If ipxp is NULL, EINVAL will be | Federico G. Schwindt |
2000-01-15 | Some KNF. | Federico G. Schwindt |
2000-01-15 | Check that INET is defined. Revove unused code. Some KNF. | Federico G. Schwindt |
2000-01-15 | Change function type to non-static. | Angelos D. Keromytis |
2000-01-15 | Remove unneded vars and code. 0 -> NULL. Some KNF. | Federico G. Schwindt |
2000-01-15 | Remove the IPX ifdef; it's always there. | Federico G. Schwindt |
2000-01-15 | set the delay to 4000. this is needed by the Compaq AP400; kos@flirble.org | Theo de Raadt |
2000-01-15 | use model instead of name, more constistant with determining machine type. | Dale S. Rahn |
2000-01-15 | more KNF. | Federico G. Schwindt |
2000-01-15 | Don't recompute the checksum if tc is modified; from FreeBSD. | Federico G. Schwindt |
2000-01-15 | P3 id 8 is Coppermine; thanks maja for testing on your sweet sweet box | Theo de Raadt |
2000-01-15 | special case one mislabeled device which is not a pci bridge at all | Theo de Raadt |
2000-01-15 | More statistics; from FreeBSD. | Federico G. Schwindt |
2000-01-15 | Remove unneeded mcopy. Add stats for errors in ipx_forward. | Federico G. Schwindt |
2000-01-15 | Handle the SNAP encapsulated IP/Non-IP case. | Jason Wright |
2000-01-14 | no such thing as machparam.h; bmah@ca.sandia.gov | Theo de Raadt |
2000-01-14 | Cleanup the handling of ptes on 4m. | Artur Grabowski |
2000-01-14 | make setpgt4m static __inline, remove dead code. | Artur Grabowski |
2000-01-14 | Try to allocate the first indirect block in the same cg as the inode. | Artur Grabowski |
2000-01-14 | rename DEBUGLOCKS to LOCKDEBUG to be consistent with the rest of the kernel | Artur Grabowski |
2000-01-14 | Drop SYNCER_MAXDELAY to 32. The delay is never bigger than 30 anyway. | Artur Grabowski |
2000-01-14 | Might as well ding the version number. | Jason Downs |
2000-01-14 | I could be wrong, but I doubt the world is going to end this year. Let's | Jason Downs |
2000-01-14 | Remove change that was checked in by accident with last commit. | Dale S. Rahn |
2000-01-14 | UVM changes mainly. As of this checkin UVM is still not working for powerpc | Dale S. Rahn |
2000-01-14 | RAMDISK kernels should not be configured as GENERIC, remove unnecessary | Dale S. Rahn |
2000-01-14 | fix ipv6 typo. | Dale S. Rahn |
2000-01-13 | add pcic2; matt@zigg.com | Theo de Raadt |
2000-01-13 | Rearrange IPXPROTO and IPXPORT names; add socket option for checksum; use | Federico G. Schwindt |
2000-01-13 | Remove error protocol. | Federico G. Schwindt |
2000-01-13 | mbuf **, not mbuf * you twit... | Angelos D. Keromytis |
2000-01-13 | We do need netinet/ip_ip4.h after all... | Angelos D. Keromytis |
2000-01-13 | Fix compilation error introduced recently; thanks mickey. | Federico G. Schwindt |
2000-01-13 | Print number of ingress flows in /kern/ipsec | Angelos D. Keromytis |
2000-01-13 | Align. | Angelos D. Keromytis |
2000-01-13 | Add an ip4_input6() for use with IPv6 (just a wrapper for | Angelos D. Keromytis |
2000-01-13 | Introduce ip4_input6() with the correct prototype... | Angelos D. Keromytis |
2000-01-13 | IPXDEBUG -> SPXDEBUG. | Federico G. Schwindt |
2000-01-13 | rearrange includes. | Federico G. Schwindt |
2000-01-13 | some KNF. | Federico G. Schwindt |
2000-01-13 | more KNF. remove unneeded and ancient debug code. | Federico G. Schwindt |
2000-01-13 | Add include file fixing non-gif inet6 kernels. | Angelos D. Keromytis |
2000-01-13 | Ingress flow support. | Angelos D. Keromytis |
2000-01-13 | put_flow(), find_flow(), and delete_flow() get a third argument (for | Angelos D. Keromytis |
2000-01-12 | Major style cleanup for pfkeyv2.c | Angelos D. Keromytis |
2000-01-12 | repair printf format strings in echo; espie@ | Michael Shalayeff |
2000-01-12 | For reasons beyond my comprehension, touching the sdh register too much | Constantine Sapuntzakis |