summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - During shutdown pending, when the last sack came in andrrs2007-08-2721-519/+832
* o Fix bug I introduced in the previous commit (ipfw set extention):maxim2007-08-261-1/+4
* Off-by-one bug in country ie construction, which will make HOSTAP send outsephe2007-08-261-1/+3
* Fix following nits:sephe2007-08-261-1/+2
* Update the MFI driver to support new "1078" series of hardware. Thisscottl2007-08-254-24/+221
* Fixes for 4 port and small packet optimizationkmacy2007-08-255-76/+125
* drop frames marked for encryption when no key is availablesam2007-08-241-0/+1
* - Fix address add handling to clear cached routes and source addressesrrs2007-08-2423-269/+979
* Add PCI IDs for two cards:emaste2007-08-231-0/+4
* Return EADDRNOTAVAIL instead of EDESTADDRREQ error whenemax2007-08-232-2/+2
* Export 4Gbps Fibre Channel link speed correctly with inquiry commands.jkim2007-08-231-9/+8
* Style nits + more reliable Tj(max) detection + improved reporting ofdes2007-08-231-34/+42
* When checking the sequence number of a TCP header embedded in andhartmei2007-08-231-2/+1
* - Fix a bug which could cause a panic when enabling LROgallatin2007-08-225-24755/+25813
* Assign sizes to assembly language support functions.jkoshy2007-08-224-8/+77
* Define an END() macro for use in i386 and amd64 assembly code, akinjkoshy2007-08-224-0/+7
* Properly initialize the dev_priv before calling the i915_dma_cleanup().kib2007-08-211-3/+2
* In general, when we map a page into the kernel's address space, we noalc2007-08-212-8/+6
* Some times ago, vfs_getopts() was changed, so that it would set error tocognet2007-08-201-5/+5
* Do not drop vm_map lock between doing vm_map_remove() and vm_map_insert().kib2007-08-203-18/+40
* Destroy the kaio_mtx on the freeing the struct kaioinfo in thekib2007-08-201-1/+5
* - Improve runq_findbit_from() which is used by ULE's circular queue. Maskjeff2007-08-201-32/+22
* - Set steal_thresh to log2(ncpus). This improves idle-time load balancingjeff2007-08-201-0/+6
* Always call sched_bind(), even if on the CPU in question. It is wrong tonjl2007-08-201-25/+15
* Use a different loop variable for the inner loop. This previous reuse couldnjl2007-08-191-4/+4
* Just wbinv if both PREREAD and PREWRITE are set.cognet2007-08-181-3/+9
* Remove comment that is no longer quite true.kib2007-08-181-3/+0
* Fix the phys_pager in the way similar to the rev. 1.83 of thekib2007-08-181-22/+25
* If the STP state machine is stopped then clear the bridge-id and root-id.thompsa2007-08-181-8/+13
* Add ng_send_fn() error handeling inside ng_con_nodes().mav2007-08-181-2/+5
* Don't pass RB_BOOTINFO to the kernel. There's no bootinfo actuallyimp2007-08-171-1/+1
* forward port signedness fixes from RELENG_6kmacy2007-08-179-18/+31
* We don't need to call dcons_poll event handlers if KDB is not active.simokawa2007-08-171-3/+9
* Some ZFS threads needs stack larger than the default 8kB, so use 16kB ofpjd2007-08-162-2/+16
* MFp4: rework tmpfs_readdir() logic in terms of correctness.delphij2007-08-161-12/+15
* Regenerate.davidxu2007-08-169-3/+26
* Add thr_kill2 compat32 syscall.davidxu2007-08-161-0/+1
* Add thr_kill2 syscall which sends a signal to a thread in another process.davidxu2007-08-163-0/+69
* - Remove extra comment for 7.0 (no GIANT here).rrs2007-08-167-63/+106
* Use the sequence number comparison macro to compareqingli2007-08-161-2/+2
* Add a driver for the on-die digital thermal sensor found on Intel Coredes2007-08-159-0/+297
* On 6.x this works:jhb2007-08-153-14/+59
* Move callout initialization to the proper spot. This prevents panics duringscottl2007-08-143-8/+1
* Make sure to take PHY out of power down mode in device attach.yongari2007-08-141-0/+22
* Improve vn_printf() by:pjd2007-08-131-7/+45
* Fix a few nits relative to the previous changes:jhb2007-08-132-2/+9
* Teach the mfi(4) driver to handle requests from userland managementjhb2007-08-135-29/+217
* Update to support ICH[678] chipsets (based on a patch by Takeharu KATO)des2007-08-132-76/+229
* Expand the data structure returned by the ATA RAID status ioctl to includejhb2007-08-132-15/+39
* Make ng_h4(4) MPSAFE. Use similar to ng_tty(4) locking strategy.emax2007-08-136-191/+176
OpenPOWER on IntegriCloud