summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Clean up a bit after the most recent KSE restructuring.jeff2006-12-291-206/+201
* A node that implements Predictor-1 compression for PPP.glebius2006-12-292-0/+781
* Piggyback watchdog timer handling with msk_tick which is called everyyongari2006-12-292-13/+9
* Fix interrupt handling on a dual port card. Previously it ignoredyongari2006-12-291-10/+6
* Fix MSI support. Now it correctly allocates SYS_RES_IRQ resourcesyongari2006-12-292-27/+55
* Regenerate.rwatson2006-12-293-17/+17
* Assign or clean up audit identifiers for a number of additional Linuxrwatson2006-12-291-18/+19
* In cpu_reset(), call OF_reboot() instead of OF_exit(). The lattermarcel2006-12-282-2/+4
* Add missing include guards to mac_internal.h, update include guards inrwatson2006-12-282-3/+8
* Update a number of comments:rwatson2006-12-284-23/+22
* Remove XXX comments about EA transaction support and provide a morerwatson2006-12-281-6/+11
* Remove an inaccurate comment I added regarding storage for mbuf tagrwatson2006-12-281-7/+0
* In mac_inpcb_sosetlabel(), assert the socket lock rather than commentingrwatson2006-12-281-1/+1
* Update __FreeBSD_version check for pci_find_extcap() now that it isjhb2006-12-281-1/+1
* Centralize definition of MAC_VERSION in mac_policy.h, as it defines therwatson2006-12-283-6/+19
* Move mac_init_label() and mac_destroy_label() from mac_framework.c torwatson2006-12-282-29/+31
* Trim unneeded includes.rwatson2006-12-282-48/+0
* Break contents of kern_mac.c out into two files following a repo-copy:rwatson2006-12-284-2503/+2
* Update MAC Framework general comments, referencing various interfaces itrwatson2006-12-283-36/+120
* A node that implements the Deflate sub-protocols of the Compression Controlglebius2006-12-282-0/+768
* Before this commit, if the compression is enabled the, ng_ppp(4)glebius2006-12-282-48/+127
* Removed gratuitous cosmetic differences with the i386 version. Thisbde2006-12-281-7/+7
* Disable MSI on the Intel E7505 chipset. It is reported broken on a Tyanjhb2006-12-281-0/+6
* o unbreak rate set defaultingsam2006-12-281-5/+3
* Fix shared authentication mode.jkim2006-12-281-0/+8
* Avoid an instruction in atomic_cmpset_{int_long)() in most cases.bde2006-12-272-21/+21
* Add half/quarter rate 11a channel support:sam2006-12-272-63/+112
* First cut at half/quarter-rate 11a channel support (e.g. for usesam2006-12-277-52/+130
* 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
OpenPOWER on IntegriCloud