summaryrefslogtreecommitdiffstats
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* Revert my previous two changes.ed2009-01-251-0/+16
* Remove pfopen() and pfclose() entirely.ed2009-01-251-12/+0
* Remove unneeded checking for invalid minor numbers from pf(4).ed2009-01-251-4/+0
* Change __FreeBSD_version to prepare for merging r184102.jkim2009-01-211-1/+1
* Check for ipprotosw.h more precisely.bz2008-12-231-1/+3
* MFH @ 186335sam2008-12-204-18/+22
|\
| * This main goals of this project are:qingli2008-12-152-8/+10
| * Like for tcp_subr.c in r186057 make the MD5 context a function localbz2008-12-131-10/+10
| * Second round of putting global variables, which were virtualizedbz2008-12-131-0/+2
* | Merge WIP from p4:sam2008-12-131-440/+673
|/
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-15/+14
* - convert radix node head lock from mutex to rwlockkmacy2008-12-071-0/+2
* Rather than using hidden includes (with cicular dependencies),bz2008-12-028-2/+18
* Switch to ath hal source code. Note this removes the ath_halsam2008-12-0183-195147/+0
* Unhide declarations of network stack virtualization structs fromzec2008-11-282-1/+3
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-14/+16
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-239-104/+109
* Turn off CPU frequency change notifiers when the TSC is P-state invariantjkim2008-10-211-0/+6
* Cache so_cred as inp_cred in the inpcb.bz2008-10-041-15/+5
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-027-0/+39
* Replace all calls to minor() with dev2unit().ed2008-09-272-3/+3
* Merge ath again (addition of wisoc files).rpaulo2008-09-053-0/+4829
|\
| * Flatten the vendor-sys/ath tree for future imports.rpaulo2008-08-2782-137923/+0
| * Workaround the detect-merge-conflicts.sh script and 's/^======$/&='.rpaulo2008-08-271-1/+1
* | Merge fix for P4 expansion from vendor branch.rpaulo2008-09-051-1/+1
* | Merge ath_hal 0.10.5.10 to head.rpaulo2008-08-2876-120629/+176586
* | I think we can remove the conditionals for freebsd 2.0 nowjulian2008-08-251-2/+0
* | Commit step 1 of the vimage project, (network stack)bz2008-08-178-52/+67
* | Merge state reuse for tcp.mlaier2008-08-041-0/+17
* | 2020447 IPFilter's NAT can undo name server random port selectiondarrenr2008-07-261-1/+3
* | Fix spelling error in commentjulian2008-07-241-1/+1
* | 2020447 IPFilter's NAT can undo name server random port selectiondarrenr2008-07-245-6/+51
* | Remove the oltr(4) driver. No one responded to calls for testing onjhb2008-07-0410-12482/+0
* | Make oltr(4) MPSAFE:jhb2008-07-044-145/+146
* | Fix range check for rtable id.mlaier2008-06-051-2/+2
* | Add code to allow the system to handle multiple routing tables.julian2008-05-093-8/+36
* | fix buildkmacy2008-05-061-3/+3
* | conditionally define PANIC_IFkmacy2008-05-051-0/+2
* | Import basic common and iwarp kernel RDMA infrastructure.kmacy2008-05-0532-0/+15395
* | Intel 4965 wireless driver (derived from openbsd driver of the same name)sam2008-04-292-0/+3437
* | Multi-bss (aka vap) support for 802.11 devices.sam2008-04-207-0/+3876
* | Teach pf and ipfw to use read locks in inpcbs write than write locksrwatson2008-04-201-6/+5
* | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-171-4/+4
* | Make ALTQ cope with disappearing interfaces (particularly common with mpdmlaier2008-03-293-2/+129
* | Remove the last 3 files I missed. These have been repo copied to the newjb2008-03-283-341/+0
* | Remove files that have been repo copied to their new locationjb2008-03-28186-85891/+0
* | Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-261-0/+20
* | In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-162-2/+2
* | Fix mmap(2) on ZFS after some changes in VM subsystem.pjd2008-03-151-0/+4
* | Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isattilio2008-02-251-3/+3
OpenPOWER on IntegriCloud