summaryrefslogtreecommitdiffstats
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* fix a bug that leads to a crash when binat rules of the formdhartmei2004-11-241-1/+1
* Removed the remnants of gx(4).ru2004-11-081-1/+1
* Improved interface handling. This should fix the use of renamed interfacesmlaier2004-11-031-17/+12
* Fix a panic discovered with some apache2 configure test (that seemed tomlaier2004-10-241-0/+5
* Fix some warnings that only triggered in LINT.scottl2004-10-241-1/+1
* Embed the correct name.scottl2004-10-241-1/+1
* Import the HighPoint RocketRAID 182x driver. Thanks to HighPoint forscottl2004-10-2413-0/+6514
* Add an additional struct inpcb * argument to pfil(9) in order to enablemlaier2004-09-294-16/+137
* Protect sockaddr_union definitions with a protecting define. This allows tomlaier2004-09-231-10/+9
* Break out altq_enable/disable from DIOC{START,STOP}ALTQ into sepratemlaier2004-09-171-41/+83
* Reactivate skipping over bogus IPCP addresses on ppp interfaces. Be moremlaier2004-09-141-2/+10
* Move pf* init from SI_SUB_PSEUDO to SI_SUB_PROTO_IFATTACHDOMAIN where it ismlaier2004-09-143-3/+3
* One more round on the H/W supported checksum code: Fix NICs that can't domlaier2004-09-111-3/+2
* From __FreeBSD_version 600001 on PFIL_HOOKS is permanently in the kernel andandre2004-08-272-2/+3
* Use securelevel_gt instead of reading global securelevel unprotected.mlaier2004-08-221-0/+5
* This commit was generated by cvs2svn to compensate for changes in r133931,njl2004-08-181-1/+2
|\
| * Add a padding member to the header overlaid on data allocated in thenjl2004-08-181-1/+2
* | Comment out rev. 1.4 after problems w/ IPv6, a better solution must bemlaier2004-08-161-0/+2
* | Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDdwmalone2004-08-142-9/+0
* | Since if_oltr doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-141-1/+1
* | Loopback fix from Mathieu Sauve-Frankel:mlaier2004-08-121-2/+3
* | Loopback fix from Daniel Hartmeier:mlaier2004-08-123-7/+13
* | Loopback fix from Henning Brauer:mlaier2004-08-121-0/+4
* | Exclusion list for easier import.harti2004-08-111-0/+15
* | This commit was generated by cvs2svn to compensate for changes in r133492,harti2004-08-1111-65/+67
|\ \
| * | Virgin import of NgATM shared kernel/user part 1.1harti2004-08-1111-65/+67
* | | Use in_cksum_skip() to calculate in4_cksum instead of doing handrolled magicmlaier2004-08-051-279/+12
* | | Initialize s variable early to shut up GCC warnings.kan2004-07-284-14/+31
* | | Fix the following LOR on pf module unload:mlaier2004-07-231-4/+4
* | | Refine pf_check_proto_cksum() a bit in order to avoid additional in_pseudo()mlaier2004-07-231-25/+22
* | | Fix a stupid attemp to apply host arithmetics to network byte ordered data.mlaier2004-07-181-1/+1
* | | m_tag_copy takes an additional "how" parameter in FreeBSD.mlaier2004-07-181-0/+8
* | | Merge in a stable fix from OpenBSD:mlaier2004-07-171-52/+63
* | | Define semantic of M_SKIP_FIREWALL more precisely, i.e. also pass associatedmlaier2004-07-171-10/+29
* | | Send the fla driver in the Atticphk2004-07-137-1614/+0
* | | Clean up a bunch of white-space difference with IPFilter source as well asdarrenr2004-07-111-9/+8
* | | This commit was generated by cvs2svn to compensate for changes in r131826,harti2004-07-0855-149/+7612
|\ \ \ | |/ /
| * | Virgin import of NgATM share kernel/user part 1.0harti2004-07-0855-149/+7612
* | | Local change: Allow access to the field if it is within the regionmarks2004-07-021-67/+87
* | | Local diff: allow use of the disassembler.marks2004-07-021-1/+5
* | | Unchanged files that are off the vendor branch.marks2004-07-022-8/+10
* | | This commit was generated by cvs2svn to compensate for changes in r131440,marks2004-07-0210-72/+165
|\ \ \ | | |/ | |/|
| * | Vendor import of Intel ACPI-CA 20040527marks2004-07-0214-149/+271
* | | Mess from update & merge - don't release the ifnet lock twice, just oncedarrenr2004-06-291-3/+0
* | | Major overhaul of pseudo-interface cloning. Highlights include:brooks2004-06-223-4/+9
* | | revert section of code that calls netisr_queue() to match v1.33 of this filedarrenr2004-06-221-15/+1
* | | #ifdef's for FreeBSD are wrong, causing too many variable declaractions todarrenr2004-06-221-2/+3
* | | one too many #endif's from the update broke the builddarrenr2004-06-221-1/+0
* | | Update ipfilter from 3.4.31 -> 3.4.35. Some important changes:darrenr2004-06-2116-392/+692
* | | Add missing <sys/module.h> include.phk2004-06-181-0/+1
OpenPOWER on IntegriCloud