summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Implement the G_PART_DUMPCONF method for all 6 schemes. Also callmarcel2008-04-237-0/+113
* o Rename ic_eoi to ic_clear to emphasize the functions it pointsmarius2008-04-239-65/+261
* Implement linux_truncate64() syscall.rdivacky2008-04-233-2/+18
* Now that all platforms use genclock, shuffle things around slightlyphk2008-04-2222-33/+31
* - Use a local variable for i_ino in ufs_lookup. It is only used tojeff2008-04-222-14/+10
* Acquire a read lock, rather than a write lock, on a UDPv6 inpcb whenrwatson2008-04-221-9/+9
* Add FreeBSD IDs to files that originate in FreeBSD.jb2008-04-2214-0/+28
* Kill $P4$ id.rpaulo2008-04-211-2/+0
* The vmspace->vm_daddr is constant until freed, there is no needrdivacky2008-04-211-2/+0
* Back-out previous revision. For now I can use _ddb() variants of stack(9) KPI,pjd2008-04-211-6/+3
* In ICMPv6, read lock rather than write lock the inpcb on receive.rwatson2008-04-211-4/+4
* With IPv4 raw sockets, read lock rather than write lock the inpcb whenrwatson2008-04-212-20/+20
* Read lock, rather than write lock, the inpcb when transmitting with orrwatson2008-04-211-11/+11
* Add HW level support for the Adaptec 1420SA controller.sos2008-04-213-7/+37
* Unload DMA slot on device timeouts.sos2008-04-211-0/+1
* Do not enable FIS based PM switching, even if not used some controllers barf.sos2008-04-211-2/+2
* Make genclock standard on all platforms.phk2008-04-2125-29/+2
* Switch to using genclock. Have nexus double as clock device formarcel2008-04-213-77/+78
* On the AT91, we need to write on the EOI register after we handle ancognet2008-04-203-1/+14
* fix buildsam2008-04-201-1/+1
* 802.11 support moves to vapssam2008-04-201-1/+1
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-20133-21596/+26321
* move awi to the Attic; it will not make the jump to the new world ordersam2008-04-2015-3778/+1
* Revert to rev. 1.161 - switch back to optimized TCP options ordering.bz2008-04-201-5/+2
* devclass_get_maxunit() returns n+1 with n starting at 0.bz2008-04-201-4/+5
* Add one more HTC PocketPC device id.mav2008-04-202-0/+2
* Move "1000baseT" from IFM_SUBTYPE_ETHERNET_DESCRIPTIONS toantoine2008-04-201-1/+1
* Unbreak firmware.ko build without kernel.antoine2008-04-201-1/+1
* Record the dependency of the iscsi initiator on cam.antoine2008-04-201-0/+1
* Teach pf and ipfw to use read locks in inpcbs write than write locksrwatson2008-04-202-9/+8
* Fix no sound issues for ASUS W6F (ALC861) laptops (buggy BIOS config thatariff2008-04-191-3/+11
* Delay the global registration of the struct ifnet in if_alloc() until afterbrooks2008-04-191-1/+1
* When auditing state from an IPv4 or IPv6 socket, use read locks on therwatson2008-04-191-2/+2
* When propagating a MAC label from an inpcb to an mbuf, allow read andrwatson2008-04-191-1/+1
* When querying a local or remote address on an IPv6 socket, use only arwatson2008-04-191-4/+4
* In ip_output(), allow a read lock as well as a write lock when assertingrwatson2008-04-191-1/+1
* When querying the local or foreign address from an IP socket, acquirerwatson2008-04-191-6/+6
* MFi386: Merge yet another the RTC related work.nyan2008-04-193-739/+16
* Put in a real isa_irq_pending() stub in order to remove two lines of dmesgpeter2008-04-191-2/+14
* ng_address_hook() microoptimization. Use local variables as they should be.mav2008-04-191-7/+5
* Remove my copyright. This file includes simply i386's one now.nyan2008-04-191-29/+2
* Sanitize the malloc types: M_PMAP is not used in pmap.c, so don'tmarcel2008-04-192-5/+3
* remove kdb_backtrace() callkmacy2008-04-191-1/+0
* move tcbinfo lock acquisition in to syncachekmacy2008-04-191-0/+3
* move cxgb_lt2.[ch] from NIC to TOEkmacy2008-04-1919-1706/+2458
* Fix the breakage that caused AHCI devices to vanish. Editor droppings :(sos2008-04-182-26/+3
* - Add inlines for the monitor and mwait instructions.jeff2008-04-182-0/+26
* Remove cruft we got from Alpha, which was probably inheritedmarcel2008-04-181-31/+6
* Add missing function prototype for tcgetsid().davidxu2008-04-181-0/+10
* Add in check for loopback as well, which was missing from the original patch.gnn2008-04-171-0/+1
OpenPOWER on IntegriCloud