aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* Fix a number of style issues in the MALLOC / FREE commit. I've tried toDag-Erling Smørgrav2008-10-231-14/+16
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-239-104/+109
* Turn off CPU frequency change notifiers when the TSC is P-state invariantJung-uk Kim2008-10-211-0/+6
* Cache so_cred as inp_cred in the inpcb.Bjoern A. Zeeb2008-10-041-15/+5
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-027-0/+39
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-272-3/+3
* Merge ath again (addition of wisoc files).Rui Paulo2008-09-053-0/+4829
|\
* | Merge fix for P4 expansion from vendor branch.Rui Paulo2008-09-051-1/+1
|\|
* | Merge ath_hal 0.10.5.10 to head.Rui Paulo2008-08-2876-120629/+176586
|\|
| * Flatten the vendor-sys/ath tree for future imports.Rui Paulo2008-08-2782-137923/+0
| * Workaround the detect-merge-conflicts.sh script and 's/^======$/&='.Rui Paulo2008-08-271-1/+1
* | I think we can remove the conditionals for freebsd 2.0 nowJulian Elischer2008-08-251-2/+0
* | Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-178-52/+67
* | Merge state reuse for tcp.Max Laier2008-08-041-0/+17
|\ \
| * | Flatten out dist and all "live" tag directories.Max Laier2008-08-0413-19698/+0
* | | 2020447 IPFilter's NAT can undo name server random port selectionDarren Reed2008-07-261-1/+3
* | | Fix spelling error in commentJulian Elischer2008-07-241-1/+1
* | | 2020447 IPFilter's NAT can undo name server random port selectionDarren Reed2008-07-245-6/+51
* | | Remove the oltr(4) driver. No one responded to calls for testing onJohn Baldwin2008-07-0410-12482/+0
* | | Make oltr(4) MPSAFE:John Baldwin2008-07-044-145/+146
* | | Fix range check for rtable id.Max Laier2008-06-051-2/+2
* | | Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-093-8/+36
* | | fix buildKip Macy2008-05-061-3/+3
* | | conditionally define PANIC_IFKip Macy2008-05-051-0/+2
* | | Import basic common and iwarp kernel RDMA infrastructure.Kip Macy2008-05-0532-0/+15395
* | | Intel 4965 wireless driver (derived from openbsd driver of the same name)Sam Leffler2008-04-292-0/+3437
* | | Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-207-0/+3876
* | | Teach pf and ipfw to use read locks in inpcbs write than write locksRobert Watson2008-04-201-6/+5
* | | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros toRobert Watson2008-04-171-4/+4
* | | Make ALTQ cope with disappearing interfaces (particularly common with mpdMax Laier2008-03-293-2/+129
* | | Remove the last 3 files I missed. These have been repo copied to the newJohn Birrell2008-03-283-341/+0
* | | Remove files that have been repo copied to their new locationJohn Birrell2008-03-28186-85891/+0
* | | Add the new kernel-mode NFS Lock Manager. To use it instead of theDoug Rabson2008-03-261-0/+20
* | | In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-162-2/+2
* | | Fix mmap(2) on ZFS after some changes in VM subsystem.Pawel Jakub Dawidek2008-03-151-0/+4
* | | Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isAttilio Rao2008-02-251-3/+3
* | | Introduce some functions in the vnode locks namespace and in the ffsAttilio Rao2008-02-241-4/+4
* | | - Reduce how much ZFS caches by default. This is another change to mitigatePawel Jakub Dawidek2008-01-241-4/+5
* | | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-134-14/+14
* | | This commit was generated by cvs2svn to compensate for changes in r175256,Nate Lawson2008-01-121-3/+19
|\ \ \
| * | | Fix GPE livelock that occurs on HP/Compaq laptops, mostly in the thermalNate Lawson2008-01-121-3/+19
* | | | vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-106-21/+21
* | | | * Check endianness the FreeBSD way.John Birrell2007-11-2812-30/+43
* | | | Fix a prototype definition.John Birrell2007-11-281-1/+1
* | | | Check endianness the FreeBSD way.John Birrell2007-11-281-1/+1
* | | | Include an extra header to get this to compile cleanly.John Birrell2007-11-281-0/+1
* | | | Fix 3 issues relating to the use of "auth" rules in IPFilter, from sourceforge:Darren Reed2007-11-263-18/+11
* | | | Bring back pf_if.c revs 1.8 and 1.6 also lost during last import:Max Laier2007-11-211-0/+23
* | | | Cleanup pf interface mangement - esp. remove EVENTHANDLER before unloadingMax Laier2007-11-212-1/+31
* | | | Reloop OpenBSD rev. 1.563:Max Laier2007-11-211-3/+11