summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* o Fixed multi thread access issue reported by Alexander V. ChernikovDaichi GOTO2008-04-253-12/+13
* o Improved unix socket connection issueDaichi GOTO2008-04-251-13/+28
* o Fixed rename panic issueDaichi GOTO2008-04-251-11/+14
* o Fixed inaccessible issue especially including devfs on unionfs case.Daichi GOTO2008-04-252-8/+187
* o Added system hang-up process when VOP_READDIR of unionfs_nodeget()Daichi GOTO2008-04-251-1/+7
* - Add an integer argument to idle to indicate how likely we are to wakeJeff Roberson2008-04-2515-95/+418
* o Disable HMEDEBUG by default.Marius Strobl2008-04-245-199/+228
* - vx_stop() requires the driver lock to be held.Marius Strobl2008-04-241-3/+5
* - Use bus_{read,write}_*(9) instead of bus_space_{read,write}_*(9)Marius Strobl2008-04-241-118/+155
* - Use NULL instead of 0 for pointers.Marius Strobl2008-04-241-587/+579
* fdhold can return NULL, so add the one remaining missing check for thisKris Kennaway2008-04-241-0/+2
* Use logic or, not binary or, when deciding whether or not a system callRobert Watson2008-04-241-1/+1
* Allow the vnode zone to return the unused memory. The vnode referenceKonstantin Belousov2008-04-241-2/+2
* In function rtalloc_mpath(), do not try to release the lock if the ro_rtQing Li2008-04-241-1/+3
* - Include <machine/utrap.h> so this header doesn't have an MDMarius Strobl2008-04-231-5/+7
* Implement the G_PART_DUMPCONF method for all 6 schemes. Also callMarcel Moolenaar2008-04-237-0/+113
* o Rename ic_eoi to ic_clear to emphasize the functions it pointsMarius Strobl2008-04-239-65/+261
* Implement linux_truncate64() syscall.Roman Divacky2008-04-233-2/+18
* Now that all platforms use genclock, shuffle things around slightlyPoul-Henning Kamp2008-04-2222-33/+31
* - Use a local variable for i_ino in ufs_lookup. It is only used toJeff Roberson2008-04-222-14/+10
* Acquire a read lock, rather than a write lock, on a UDPv6 inpcb whenRobert Watson2008-04-221-9/+9
* Add FreeBSD IDs to files that originate in FreeBSD.John Birrell2008-04-2214-0/+28
* Kill $P4$ id.Rui Paulo2008-04-211-2/+0
* The vmspace->vm_daddr is constant until freed, there is no needRoman Divacky2008-04-211-2/+0
* Back-out previous revision. For now I can use _ddb() variants of stack(9) KPI,Pawel Jakub Dawidek2008-04-211-6/+3
* In ICMPv6, read lock rather than write lock the inpcb on receive.Robert Watson2008-04-211-4/+4
* With IPv4 raw sockets, read lock rather than write lock the inpcb whenRobert Watson2008-04-212-20/+20
* Read lock, rather than write lock, the inpcb when transmitting with orRobert Watson2008-04-211-11/+11
* Add HW level support for the Adaptec 1420SA controller.Søren Schmidt2008-04-213-7/+37
* Unload DMA slot on device timeouts.Søren Schmidt2008-04-211-0/+1
* Do not enable FIS based PM switching, even if not used some controllers barf.Søren Schmidt2008-04-211-2/+2
* Make genclock standard on all platforms.Poul-Henning Kamp2008-04-2125-29/+2
* Switch to using genclock. Have nexus double as clock device forMarcel Moolenaar2008-04-213-77/+78
* On the AT91, we need to write on the EOI register after we handle anOlivier Houchard2008-04-203-1/+14
* fix buildSam Leffler2008-04-201-1/+1
* 802.11 support moves to vapsSam Leffler2008-04-201-1/+1
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-20133-21576/+26301
* move awi to the Attic; it will not make the jump to the new world orderSam Leffler2008-04-2015-3778/+1
* Revert to rev. 1.161 - switch back to optimized TCP options ordering.Bjoern A. Zeeb2008-04-201-5/+2
* devclass_get_maxunit() returns n+1 with n starting at 0.Bjoern A. Zeeb2008-04-201-4/+5
* Add one more HTC PocketPC device id.Alexander Motin2008-04-202-0/+2
* Move "1000baseT" from IFM_SUBTYPE_ETHERNET_DESCRIPTIONS toAntoine Brodin2008-04-201-1/+1
* Unbreak firmware.ko build without kernel.Antoine Brodin2008-04-201-1/+1
* Record the dependency of the iscsi initiator on cam.Antoine Brodin2008-04-201-0/+1
* Teach pf and ipfw to use read locks in inpcbs write than write locksRobert Watson2008-04-202-9/+8
* Fix no sound issues for ASUS W6F (ALC861) laptops (buggy BIOS config thatAriff Abdullah2008-04-191-3/+11
* Delay the global registration of the struct ifnet in if_alloc() until afterBrooks Davis2008-04-191-1/+1
* When auditing state from an IPv4 or IPv6 socket, use read locks on theRobert Watson2008-04-191-2/+2
* When propagating a MAC label from an inpcb to an mbuf, allow read andRobert Watson2008-04-191-1/+1
* When querying a local or remote address on an IPv6 socket, use only aRobert Watson2008-04-191-4/+4