summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Documents OUTPUT formats. While I'm here cleans up styles and words.weongyo2011-01-131-11/+66
* | Embed a quota error message (C string) into uprintf() fmt.pluknet2011-01-131-13/+13
* | Support for 64 bit PTEs on n32 and n64 compilation.jchandra2011-01-1311-120/+159
* | - Add a locked variant of jme_start() and invoke it directly while holdingjhb2011-01-132-25/+22
* | Introduce two new helper macros to define the priority ranges used forjhb2011-01-131-16/+25
* | Use software interrupt priorities for USB kthreads instead of hardwarejhb2011-01-131-2/+4
* | Forgot to remove unlock of the driver lock from age_start_locked() whenjhb2011-01-131-2/+0
* | Cleanup physical address and PTE types on MIPS.jchandra2011-01-135-47/+41
* | o Somehow I revert Dd macro in the previous commit.maxim2011-01-131-1/+1
* | o Start each sentence on a new line. No content changes.maxim2011-01-131-19/+25
* | o Typo fixes.maxim2011-01-131-2/+2
* | Fix handling of NX pages on capable CPUs. Thanks to kib for prodding menwhitehorn2011-01-133-11/+12
* | Revert to using bus_size_t for the bounce_zone's alignment member.mdf2011-01-131-3/+10
* | In the experimental NFS server, when converting an open-owner to a lock-owner,zack2011-01-121-1/+1
* | Clean up the experimental NFS server replay cache when the module is unloaded.zack2011-01-122-3/+5
* | Fix formatting of cross-references.brucec2011-01-121-2/+2
* | Un-break the build: use the correct format specifier for sizeof()csjp2011-01-121-1/+1
* | Revert cddl changes for sysctl(9) until I understand why this isn'tmdf2011-01-123-27/+27
* | Make sure to invoke unlocked foo_start since the taskqueue does notyongari2011-01-121-1/+1
* | Fix a brain fart. Since this file is shared between i386 and amd64, amdf2011-01-121-3/+3
* | Fix a typo. XLONG should allow pointers to unsigned and signed long.mdf2011-01-121-1/+1
* | Fix sorting of cross-references.brucec2011-01-121-1/+1
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-1213-22/+22
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-122-2/+2
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-122-12/+12
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-1221-100/+102
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-1211-40/+40
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-123-24/+24
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-127-23/+23
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-123-27/+27
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-124-239/+239
OpenPOWER on IntegriCloud