summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* sh: If exit is used without args from a trap action, exit on the signal.jilles2011-01-162-4/+32
* Add support for resource pooling to CMT.tuexen2011-01-161-44/+119
* Reference rgephy.4 in man pages of additional MAC drivers also known tomarius2011-01-163-3/+6
* Add a manual page for rgephy(4) and reference it as appropriate. Themarius2011-01-155-3/+103
* For consistency, use kernel_object instead of &kernel_object_storekib2011-01-151-2/+2
* sh: Fix some things about -- in trap:jilles2011-01-152-11/+33
* Don't redefine MODINFOMD_BOOTINFO as MODINFOMD_DTBP. Thismarcel2011-01-151-1/+2
* For some time now, the kernel and kmem objects have been ordinaryalc2011-01-151-4/+1
* Remove unused variable. Spotted by a cppcheckandreast2011-01-151-3/+0
* Remove unused variables. Spotted by a cppcheckandreast2011-01-151-10/+1
* Some old WD SATA disks report supported and enabled device-initiatedmav2011-01-151-3/+17
* Modify the experimental NFSv4 server so that it posts a SIGUSR2rmacklem2011-01-146-2/+51
* sh: Make 'trap -l' look like 'kill -l'.jilles2011-01-141-1/+1
* Remove redundant, bogus, and even harmful uses of setting TS bit in CR0.jkim2011-01-142-2/+1
* - Even after masking the media with IFM_GMASK the result may have bitsmarius2011-01-142-29/+11
* Add two more features to cpuset(1):jhb2011-01-142-5/+43
* - Allow IFM_FLAG0 to be set indicating that auto-negotiation with manualmarius2011-01-141-22/+29
* - Don't announce PAUSE support for half-duplex when MIIF_FORCEPAUSE ismarius2011-01-142-6/+8
* - Even after masking the media with IFM_GMASK the result may have bitsmarius2011-01-143-16/+13
* - Masking IFM_GMASK when also masking IFM_FDX is redundant and justmarius2011-01-143-21/+20
* Rework realtime priority support:jhb2011-01-144-17/+26
* Enable shared page for the signal trampolines on PowerPC.kib2011-01-144-8/+14
* Mark csu on PowerPC as not requiring executable stack.kib2011-01-144-0/+8
* Mark assembler sources from libc as working with non-executable stack.kib2011-01-1424-2/+44
* Mark rtld on PowerPC as not requiring executable stack.kib2011-01-142-1/+2
* Configure gcc to emit .note.GNU-stack for both 32 and 64 bits PowerPC.kib2011-01-144-1/+9
* On PowerPC64, linker emits a fake object into each linked object,kib2011-01-141-0/+3
* Add a workaround for the warnings and sometimes errors due to missedkib2011-01-141-0/+3
* Mark libcompiler_rt as not needed executable stack on powerpc.kib2011-01-141-1/+2
* Fix making a release. The old libdialog was renamed to libodialog.nyan2011-01-147-7/+7
* Correct bogus initialization. It should be noted that this changecsjp2011-01-141-1/+1
* If driver is not able to allocate RX buffer, do not start driver.yongari2011-01-131-6/+10
* Make sure to check validity of dma maps before destroying.yongari2011-01-131-6/+10
* The (%esp & 0xf) == 0 should be true before the call instruction iskib2011-01-131-0/+1
* re_reset() should be called only after setting device specificyongari2011-01-131-5/+5
* Allow TX/RX checksum offloading to be configured independently.yongari2011-01-131-3/+9
* - Move ether_ifdetach() earlier and remove now-unneeded IN_DETACH flag.jhb2011-01-132-7/+8
* Apply a workaround for a binutils issue with the .note.ABI-tag sectiondim2011-01-138-28/+171
* - Add support for 64-byte contexts to XHCI driver.hselasky2011-01-132-46/+105
* Remove /usr/share/examples/[lib]dialog, missed in the new dialog import.nwhitehorn2011-01-131-4/+0
* One more sysctl(9) type-safety that I missed before.mdf2011-01-131-1/+1
* Add a 64-bit hex-printed sysctl(9) since there is at least one place inmdf2011-01-132-3/+16
* Fix up a few more sysctl(9) mis-typing found in various LINT builds.mdf2011-01-135-18/+19
* Re-commit the zfs sysctl(9) type-safety changes.mdf2011-01-134-27/+28
* Merge ACPICA 20110112. Switch to BSD/GPLv2 dual license[1].jkim2011-01-13237-24798/+8857
|\
| * Import ACPICA 20110112.jkim2011-01-13274-28201/+11076
* | Update spkrtest(8) to use new dialog auto-sizing syntax.nwhitehorn2011-01-131-1/+1
* | Use a blocking malloc() to initialize the dummynet taskq.jhb2011-01-131-1/+1
* | If an interrupt on an I/O APIC is moved to a different CPU after it hasjhb2011-01-133-14/+8
* | Use auto-sizing syntax appropriate for the new dialog(1). This shouldnwhitehorn2011-01-131-1/+1
OpenPOWER on IntegriCloud