| Commit message (Expand) | Author | Age | Files | Lines |
* | Move mac_init_label() and mac_destroy_label() from mac_framework.c to | rwatson | 2006-12-28 | 2 | -29/+31 |
* | Trim unneeded includes. | rwatson | 2006-12-28 | 2 | -48/+0 |
* | Break contents of kern_mac.c out into two files following a repo-copy: | rwatson | 2006-12-28 | 4 | -2503/+2 |
* | Update MAC Framework general comments, referencing various interfaces it | rwatson | 2006-12-28 | 3 | -36/+120 |
* | A node that implements the Deflate sub-protocols of the Compression Control | glebius | 2006-12-28 | 2 | -0/+768 |
* | Before this commit, if the compression is enabled the, ng_ppp(4) | glebius | 2006-12-28 | 2 | -48/+127 |
* | Removed gratuitous cosmetic differences with the i386 version. This | bde | 2006-12-28 | 1 | -7/+7 |
* | Disable MSI on the Intel E7505 chipset. It is reported broken on a Tyan | jhb | 2006-12-28 | 1 | -0/+6 |
* | o unbreak rate set defaulting | sam | 2006-12-28 | 1 | -5/+3 |
* | Fix shared authentication mode. | jkim | 2006-12-28 | 1 | -0/+8 |
* | Avoid an instruction in atomic_cmpset_{int_long)() in most cases. | bde | 2006-12-27 | 2 | -21/+21 |
* | Add half/quarter rate 11a channel support: | sam | 2006-12-27 | 2 | -63/+112 |
* | First cut at half/quarter-rate 11a channel support (e.g. for use | sam | 2006-12-27 | 7 | -52/+130 |
* | After rev.1.169, the "interrupt" coalescing parameters are not used in | bde | 2006-12-26 | 1 | -8/+2 |
* | Back out revision 1.33. usb/98983 was misfiled and the patch had no effect. | jkim | 2006-12-26 | 1 | -2/+0 |
* | turn non-INVARIANT KASSERT into an empty but real C | kmacy | 2006-12-26 | 1 | -2/+5 |
* | add entry points required by newer broadcom wireless driver | sam | 2006-12-25 | 1 | -0/+77 |
* | Fix build | delphij | 2006-12-25 | 1 | -1/+1 |
* | break loop early if we know that there are at least two signals. | davidxu | 2006-12-25 | 1 | -1/+2 |
* | - add ranged shootdowns when fewer than 64 mappings are being invalidated | kmacy | 2006-12-25 | 3 | -20/+47 |
* | Note that rev. 1.221 introduced a local workaround for a general problem. | yar | 2006-12-24 | 1 | -0/+4 |
* | - remove all calls to sched_pin and sched_unpin as they are only useful to | kmacy | 2006-12-24 | 2 | -133/+78 |
* | Don't count on the first phys_avail range being greater than zero | kmacy | 2006-12-24 | 1 | -2/+1 |
* | TCP Window scaling was being recognised but the recorded settings were being | darrenr | 2006-12-24 | 1 | -19/+7 |
* | - resizing the tte_hash in pmap_copy is not likely to occur | kmacy | 2006-12-24 | 1 | -5/+10 |
* | Fix typo, p_slptime should be td_slptime. | davidxu | 2006-12-24 | 1 | -1/+1 |
* | Re-wrap comments following de-indentation. | rwatson | 2006-12-23 | 1 | -13/+11 |
* | Drop all received data mbufs from a socket's queue if the MT_SONAME | bms | 2006-12-23 | 1 | -11/+9 |
* | Call vnode_create_vobject() in VOP_OPEN. Makes mmap work on UDF filesystem. | pav | 2006-12-23 | 1 | -0/+12 |
* | Fix a deadlock in detach/shutdown. | alfred | 2006-12-23 | 2 | -20/+164 |
* | Fix a typo in ata-queue.c | remko | 2006-12-23 | 1 | -2/+2 |
* | Fix a panic when rebooting a SMP machine, when option STOP_NMI is used, | davidxu | 2006-12-23 | 1 | -0/+1 |
* | Update comments to reflect changes in the extattrctl() code. | rwatson | 2006-12-23 | 1 | -12/+8 |
* | Connect vfs_extattr.c to build by default. | rwatson | 2006-12-23 | 1 | -0/+1 |
* | Following a repo-copy of vfs_syscalls.c to vfs_extattr.c, remove | rwatson | 2006-12-23 | 2 | -5059/+7 |
* | Move src/sys/sys/mac_policy.h, the kernel interface between the MAC | rwatson | 2006-12-22 | 27 | -1006/+26 |
* | Fix distorted sound on Intel Desktop Board D101GGC (ATI SB450/ALC861). | ariff | 2006-12-22 | 1 | -10/+7 |
* | Re-enable MSI support for those chips on which it is believed to work | jdp | 2006-12-22 | 2 | -34/+88 |
* | Correct the BGE_CHIPID_BCM5750_B0 constant. | jdp | 2006-12-22 | 1 | -1/+1 |
* | ACPIIO_BATT_GET_UNITS would always return ENXIO. However, it should never | imp | 2006-12-22 | 1 | -0/+1 |
* | fix botch | mjacob | 2006-12-21 | 1 | -1/+1 |
* | Document MTX_NOPROFILE flag. | pjd | 2006-12-21 | 1 | -1/+1 |
* | Allow this module to get its options from the kernel build directory | yar | 2006-12-21 | 1 | -0/+2 |
* | Pay attention to return value from xpt_bus_register in xpt_init. | mjacob | 2006-12-21 | 1 | -1/+5 |
* | The prepend function did not handle non-pkthdr's correctly. | rrs | 2006-12-21 | 1 | -2/+7 |
* | MFP4 (110956): | netchild | 2006-12-21 | 1 | -0/+2 |
* | Return value PKT_ALIAS_FOUND_HEADER_FRAGMENT isn't an error case. The | glebius | 2006-12-21 | 1 | -1/+2 |
* | Minor style fixes. | rwatson | 2006-12-21 | 4 | -20/+20 |
* | Remove mac_enforce_subsystem debugging sysctls. Enforcement on | rwatson | 2006-12-21 | 15 | -400/+3 |
* | Unbreak 64-bit little-endian systems that do require alignment. | marcel | 2006-12-21 | 1 | -18/+5 |