summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* After rev.1.169, the "interrupt" coalescing parameters are not used inbde2006-12-261-8/+2
* Back out revision 1.33. usb/98983 was misfiled and the patch had no effect.jkim2006-12-261-2/+0
* turn non-INVARIANT KASSERT into an empty but real Ckmacy2006-12-261-2/+5
* add entry points required by newer broadcom wireless driversam2006-12-251-0/+77
* Fix builddelphij2006-12-251-1/+1
* break loop early if we know that there are at least two signals.davidxu2006-12-251-1/+2
* - add ranged shootdowns when fewer than 64 mappings are being invalidatedkmacy2006-12-253-20/+47
* Note that rev. 1.221 introduced a local workaround for a general problem.yar2006-12-241-0/+4
* - remove all calls to sched_pin and sched_unpin as they are only useful tokmacy2006-12-242-133/+78
* Don't count on the first phys_avail range being greater than zerokmacy2006-12-241-2/+1
* TCP Window scaling was being recognised but the recorded settings were beingdarrenr2006-12-241-19/+7
* - resizing the tte_hash in pmap_copy is not likely to occurkmacy2006-12-241-5/+10
* Fix typo, p_slptime should be td_slptime.davidxu2006-12-241-1/+1
* Re-wrap comments following de-indentation.rwatson2006-12-231-13/+11
* Drop all received data mbufs from a socket's queue if the MT_SONAMEbms2006-12-231-11/+9
* Call vnode_create_vobject() in VOP_OPEN. Makes mmap work on UDF filesystem.pav2006-12-231-0/+12
* Fix a deadlock in detach/shutdown.alfred2006-12-232-20/+164
* Fix a typo in ata-queue.cremko2006-12-231-2/+2
* Fix a panic when rebooting a SMP machine, when option STOP_NMI is used,davidxu2006-12-231-0/+1
* Update comments to reflect changes in the extattrctl() code.rwatson2006-12-231-12/+8
* Connect vfs_extattr.c to build by default.rwatson2006-12-231-0/+1
* Following a repo-copy of vfs_syscalls.c to vfs_extattr.c, removerwatson2006-12-232-5059/+7
* Move src/sys/sys/mac_policy.h, the kernel interface between the MACrwatson2006-12-2227-1006/+26
* Fix distorted sound on Intel Desktop Board D101GGC (ATI SB450/ALC861).ariff2006-12-221-10/+7
* Re-enable MSI support for those chips on which it is believed to workjdp2006-12-222-34/+88
* Correct the BGE_CHIPID_BCM5750_B0 constant.jdp2006-12-221-1/+1
* ACPIIO_BATT_GET_UNITS would always return ENXIO. However, it should neverimp2006-12-221-0/+1
* fix botchmjacob2006-12-211-1/+1
* Document MTX_NOPROFILE flag.pjd2006-12-211-1/+1
* Allow this module to get its options from the kernel build directoryyar2006-12-211-0/+2
* Pay attention to return value from xpt_bus_register in xpt_init.mjacob2006-12-211-1/+5
* The prepend function did not handle non-pkthdr's correctly.rrs2006-12-211-2/+7
* MFP4 (110956):netchild2006-12-211-0/+2
* Return value PKT_ALIAS_FOUND_HEADER_FRAGMENT isn't an error case. Theglebius2006-12-211-1/+2
* Minor style fixes.rwatson2006-12-214-20/+20
* Remove mac_enforce_subsystem debugging sysctls. Enforcement onrwatson2006-12-2115-400/+3
* Unbreak 64-bit little-endian systems that do require alignment.marcel2006-12-211-18/+5
* Comment LABEL_TO_SLOT() macro, including observing that we'd like to improverwatson2006-12-202-0/+16
* Trim trailing white space, clean up comment line wrapping and formatting.rwatson2006-12-201-10/+21
* Trim trailing white space.rwatson2006-12-202-7/+7
* Document socket labeling model.rwatson2006-12-201-15/+27
* Clean up comment white space and line wrapping.rwatson2006-12-201-15/+14
* Additional comments regarding the interaction between the kernel privilegerwatson2006-12-201-0/+18
* Document that we could allocate the mbuf label as part of the tag ratherrwatson2006-12-201-8/+26
* Staticize and comment zone_label.rwatson2006-12-201-1/+7
* Clean up comments, trailing white space.rwatson2006-12-201-17/+27
* Re-wrap comment at 77 character columns.rwatson2006-12-201-7/+7
* Comment and white space cleanup.rwatson2006-12-201-15/+17
* Regen (just to fix 'generated from' line from the previous commit).jkim2006-12-203-3/+3
* Externalize local stack copy of the ifnet label, rather than the copy onrwatson2006-12-201-2/+2
OpenPOWER on IntegriCloud