| Commit message (Expand) | Author | Age | Files | Lines |
* | o Disable HMEDEBUG by default. | marius | 2008-04-24 | 5 | -199/+228 |
* | - vx_stop() requires the driver lock to be held. | marius | 2008-04-24 | 1 | -3/+5 |
* | - Use bus_{read,write}_*(9) instead of bus_space_{read,write}_*(9) | marius | 2008-04-24 | 1 | -118/+155 |
* | - Use NULL instead of 0 for pointers. | marius | 2008-04-24 | 1 | -587/+579 |
* | fdhold can return NULL, so add the one remaining missing check for this | kris | 2008-04-24 | 1 | -0/+2 |
* | Use logic or, not binary or, when deciding whether or not a system call | rwatson | 2008-04-24 | 1 | -1/+1 |
* | Allow the vnode zone to return the unused memory. The vnode reference | kib | 2008-04-24 | 1 | -2/+2 |
* | In function rtalloc_mpath(), do not try to release the lock if the ro_rt | qingli | 2008-04-24 | 1 | -1/+3 |
* | - Include <machine/utrap.h> so this header doesn't have an MD | marius | 2008-04-23 | 1 | -5/+7 |
* | Implement the G_PART_DUMPCONF method for all 6 schemes. Also call | marcel | 2008-04-23 | 7 | -0/+113 |
* | o Rename ic_eoi to ic_clear to emphasize the functions it points | marius | 2008-04-23 | 9 | -65/+261 |
* | Implement linux_truncate64() syscall. | rdivacky | 2008-04-23 | 3 | -2/+18 |
* | Now that all platforms use genclock, shuffle things around slightly | phk | 2008-04-22 | 22 | -33/+31 |
* | - Use a local variable for i_ino in ufs_lookup. It is only used to | jeff | 2008-04-22 | 2 | -14/+10 |
* | Acquire a read lock, rather than a write lock, on a UDPv6 inpcb when | rwatson | 2008-04-22 | 1 | -9/+9 |
* | Add FreeBSD IDs to files that originate in FreeBSD. | jb | 2008-04-22 | 14 | -0/+28 |
* | Kill $P4$ id. | rpaulo | 2008-04-21 | 1 | -2/+0 |
* | The vmspace->vm_daddr is constant until freed, there is no need | rdivacky | 2008-04-21 | 1 | -2/+0 |
* | Back-out previous revision. For now I can use _ddb() variants of stack(9) KPI, | pjd | 2008-04-21 | 1 | -6/+3 |
* | In ICMPv6, read lock rather than write lock the inpcb on receive. | rwatson | 2008-04-21 | 1 | -4/+4 |
* | With IPv4 raw sockets, read lock rather than write lock the inpcb when | rwatson | 2008-04-21 | 2 | -20/+20 |
* | Read lock, rather than write lock, the inpcb when transmitting with or | rwatson | 2008-04-21 | 1 | -11/+11 |
* | Add HW level support for the Adaptec 1420SA controller. | sos | 2008-04-21 | 3 | -7/+37 |
* | Unload DMA slot on device timeouts. | sos | 2008-04-21 | 1 | -0/+1 |
* | Do not enable FIS based PM switching, even if not used some controllers barf. | sos | 2008-04-21 | 1 | -2/+2 |
* | Make genclock standard on all platforms. | phk | 2008-04-21 | 25 | -29/+2 |
* | Switch to using genclock. Have nexus double as clock device for | marcel | 2008-04-21 | 3 | -77/+78 |
* | On the AT91, we need to write on the EOI register after we handle an | cognet | 2008-04-20 | 3 | -1/+14 |
* | fix build | sam | 2008-04-20 | 1 | -1/+1 |
* | 802.11 support moves to vaps | sam | 2008-04-20 | 1 | -1/+1 |
* | Multi-bss (aka vap) support for 802.11 devices. | sam | 2008-04-20 | 133 | -21596/+26321 |
* | move awi to the Attic; it will not make the jump to the new world order | sam | 2008-04-20 | 15 | -3778/+1 |
* | Revert to rev. 1.161 - switch back to optimized TCP options ordering. | bz | 2008-04-20 | 1 | -5/+2 |
* | devclass_get_maxunit() returns n+1 with n starting at 0. | bz | 2008-04-20 | 1 | -4/+5 |
* | Add one more HTC PocketPC device id. | mav | 2008-04-20 | 2 | -0/+2 |
* | Move "1000baseT" from IFM_SUBTYPE_ETHERNET_DESCRIPTIONS to | antoine | 2008-04-20 | 1 | -1/+1 |
* | Unbreak firmware.ko build without kernel. | antoine | 2008-04-20 | 1 | -1/+1 |
* | Record the dependency of the iscsi initiator on cam. | antoine | 2008-04-20 | 1 | -0/+1 |
* | Teach pf and ipfw to use read locks in inpcbs write than write locks | rwatson | 2008-04-20 | 2 | -9/+8 |
* | Fix no sound issues for ASUS W6F (ALC861) laptops (buggy BIOS config that | ariff | 2008-04-19 | 1 | -3/+11 |
* | Delay the global registration of the struct ifnet in if_alloc() until after | brooks | 2008-04-19 | 1 | -1/+1 |
* | When auditing state from an IPv4 or IPv6 socket, use read locks on the | rwatson | 2008-04-19 | 1 | -2/+2 |
* | When propagating a MAC label from an inpcb to an mbuf, allow read and | rwatson | 2008-04-19 | 1 | -1/+1 |
* | When querying a local or remote address on an IPv6 socket, use only a | rwatson | 2008-04-19 | 1 | -4/+4 |
* | In ip_output(), allow a read lock as well as a write lock when asserting | rwatson | 2008-04-19 | 1 | -1/+1 |
* | When querying the local or foreign address from an IP socket, acquire | rwatson | 2008-04-19 | 1 | -6/+6 |
* | MFi386: Merge yet another the RTC related work. | nyan | 2008-04-19 | 3 | -739/+16 |
* | Put in a real isa_irq_pending() stub in order to remove two lines of dmesg | peter | 2008-04-19 | 1 | -2/+14 |
* | ng_address_hook() microoptimization. Use local variables as they should be. | mav | 2008-04-19 | 1 | -7/+5 |
* | Remove my copyright. This file includes simply i386's one now. | nyan | 2008-04-19 | 1 | -29/+2 |