summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace three copies of the host controller reset sequence thattruckman2007-08-121-18/+38
* Revamp the interrupt handling in support of INTR_FILTER. This includes:marcel2007-08-1115-1098/+495
* White space cleanupskmacy2007-08-102-9/+6
* - In all structures other than port info port is a pointer to a port info,kmacy2007-08-104-15/+14
* MFp4:delphij2007-08-103-60/+96
* MFp4:delphij2007-08-104-35/+68
* Add "show sysregs" command to ddb. On i386, this gives gdt, idt, ldt,njl2007-08-092-11/+66
* MFP4(123963): Fixing a possible NULL pointer dereference by makingavatar2007-08-091-1/+1
* Use the .S version for now. I have a version optimized for size p4,imp2007-08-091-1/+1
* Merge in the AX88178 and AX88772 register definions (along withimp2007-08-092-15/+65
* Compile ipfilter:ip_lookup.c without -Werror. The file containsmarcel2007-08-091-1/+1
* Re-enable -Werror for PowerPC. This should really be unconditional again.marcel2007-08-081-1/+2
* Ooops, we need to define TD_LOCK here.cognet2007-08-081-0/+1
* Re-enable external interrupts for faults, traps and syscalls.marcel2007-08-082-18/+16
OpenPOWER on IntegriCloud