| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | sh: If exit is used without args from a trap action, exit on the signal. | jilles | 2011-01-16 | 2 | -4/+32 |
* | Add support for resource pooling to CMT. | tuexen | 2011-01-16 | 1 | -44/+119 |
* | Reference rgephy.4 in man pages of additional MAC drivers also known to | marius | 2011-01-16 | 3 | -3/+6 |
* | Add a manual page for rgephy(4) and reference it as appropriate. The | marius | 2011-01-15 | 5 | -3/+103 |
* | For consistency, use kernel_object instead of &kernel_object_store | kib | 2011-01-15 | 1 | -2/+2 |
* | sh: Fix some things about -- in trap: | jilles | 2011-01-15 | 2 | -11/+33 |
* | Don't redefine MODINFOMD_BOOTINFO as MODINFOMD_DTBP. This | marcel | 2011-01-15 | 1 | -1/+2 |
* | For some time now, the kernel and kmem objects have been ordinary | alc | 2011-01-15 | 1 | -4/+1 |
* | Remove unused variable. Spotted by a cppcheck | andreast | 2011-01-15 | 1 | -3/+0 |
* | Remove unused variables. Spotted by a cppcheck | andreast | 2011-01-15 | 1 | -10/+1 |
* | Some old WD SATA disks report supported and enabled device-initiated | mav | 2011-01-15 | 1 | -3/+17 |
* | Modify the experimental NFSv4 server so that it posts a SIGUSR2 | rmacklem | 2011-01-14 | 6 | -2/+51 |
* | sh: Make 'trap -l' look like 'kill -l'. | jilles | 2011-01-14 | 1 | -1/+1 |
* | Remove redundant, bogus, and even harmful uses of setting TS bit in CR0. | jkim | 2011-01-14 | 2 | -2/+1 |
* | - Even after masking the media with IFM_GMASK the result may have bits | marius | 2011-01-14 | 2 | -29/+11 |
* | Add two more features to cpuset(1): | jhb | 2011-01-14 | 2 | -5/+43 |
* | - Allow IFM_FLAG0 to be set indicating that auto-negotiation with manual | marius | 2011-01-14 | 1 | -22/+29 |
* | - Don't announce PAUSE support for half-duplex when MIIF_FORCEPAUSE is | marius | 2011-01-14 | 2 | -6/+8 |
* | - Even after masking the media with IFM_GMASK the result may have bits | marius | 2011-01-14 | 3 | -16/+13 |
* | - Masking IFM_GMASK when also masking IFM_FDX is redundant and just | marius | 2011-01-14 | 3 | -21/+20 |
* | Rework realtime priority support: | jhb | 2011-01-14 | 4 | -17/+26 |
* | Enable shared page for the signal trampolines on PowerPC. | kib | 2011-01-14 | 4 | -8/+14 |
* | Mark csu on PowerPC as not requiring executable stack. | kib | 2011-01-14 | 4 | -0/+8 |
* | Mark assembler sources from libc as working with non-executable stack. | kib | 2011-01-14 | 24 | -2/+44 |
* | Mark rtld on PowerPC as not requiring executable stack. | kib | 2011-01-14 | 2 | -1/+2 |
* | Configure gcc to emit .note.GNU-stack for both 32 and 64 bits PowerPC. | kib | 2011-01-14 | 4 | -1/+9 |
* | On PowerPC64, linker emits a fake object into each linked object, | kib | 2011-01-14 | 1 | -0/+3 |
* | Add a workaround for the warnings and sometimes errors due to missed | kib | 2011-01-14 | 1 | -0/+3 |
* | Mark libcompiler_rt as not needed executable stack on powerpc. | kib | 2011-01-14 | 1 | -1/+2 |
* | Fix making a release. The old libdialog was renamed to libodialog. | nyan | 2011-01-14 | 7 | -7/+7 |
* | Correct bogus initialization. It should be noted that this change | csjp | 2011-01-14 | 1 | -1/+1 |
* | If driver is not able to allocate RX buffer, do not start driver. | yongari | 2011-01-13 | 1 | -6/+10 |
* | Make sure to check validity of dma maps before destroying. | yongari | 2011-01-13 | 1 | -6/+10 |
* | The (%esp & 0xf) == 0 should be true before the call instruction is | kib | 2011-01-13 | 1 | -0/+1 |
* | re_reset() should be called only after setting device specific | yongari | 2011-01-13 | 1 | -5/+5 |
* | Allow TX/RX checksum offloading to be configured independently. | yongari | 2011-01-13 | 1 | -3/+9 |
* | - Move ether_ifdetach() earlier and remove now-unneeded IN_DETACH flag. | jhb | 2011-01-13 | 2 | -7/+8 |
* | Apply a workaround for a binutils issue with the .note.ABI-tag section | dim | 2011-01-13 | 8 | -28/+171 |
* | - Add support for 64-byte contexts to XHCI driver. | hselasky | 2011-01-13 | 2 | -46/+105 |
* | Remove /usr/share/examples/[lib]dialog, missed in the new dialog import. | nwhitehorn | 2011-01-13 | 1 | -4/+0 |
* | One more sysctl(9) type-safety that I missed before. | mdf | 2011-01-13 | 1 | -1/+1 |
* | Add a 64-bit hex-printed sysctl(9) since there is at least one place in | mdf | 2011-01-13 | 2 | -3/+16 |
* | Fix up a few more sysctl(9) mis-typing found in various LINT builds. | mdf | 2011-01-13 | 5 | -18/+19 |
* | Re-commit the zfs sysctl(9) type-safety changes. | mdf | 2011-01-13 | 4 | -27/+28 |
* | Merge ACPICA 20110112. Switch to BSD/GPLv2 dual license[1]. | jkim | 2011-01-13 | 237 | -24798/+8857 |
|\ |
|
| * | Import ACPICA 20110112. | jkim | 2011-01-13 | 274 | -28201/+11076 |
* | | Update spkrtest(8) to use new dialog auto-sizing syntax. | nwhitehorn | 2011-01-13 | 1 | -1/+1 |
* | | Use a blocking malloc() to initialize the dummynet taskq. | jhb | 2011-01-13 | 1 | -1/+1 |
* | | If an interrupt on an I/O APIC is moved to a different CPU after it has | jhb | 2011-01-13 | 3 | -14/+8 |
* | | Use auto-sizing syntax appropriate for the new dialog(1). This should | nwhitehorn | 2011-01-13 | 1 | -1/+1 |