summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* whitespace fixes (trailing whitespace, bad indentationluigi2010-04-198-59/+61
* Don't clear other flags (e.g. CSUM_TCP) when setting CSUM_TSO. This wasken2010-04-191-1/+1
* Slightly different handling of printf/snprintf for unaligned uint64_t,luigi2010-04-193-36/+40
* Fix brokenness in top on big-endian 32-bit systems introduced whennwhitehorn2010-04-191-1/+1
* Get delayed SACK working again.tuexen2010-04-191-0/+4
* Revert r206755. It causes some laptops to stop booting.rpaulo2010-04-191-1/+0
* Partially MFp4 #176265 by pjd@:delphij2010-04-191-5/+12
* Fix MALTA64 build.jmallett2010-04-191-2/+2
* Remove unused file.jmallett2010-04-192-172/+0
* o) Eliminate the "stand" frame and its use. Use CALLFRAME_* everywhere.jmallett2010-04-197-349/+237
* o) Fix XKPHYS physical address extraction. Also define cache coherencyjmallett2010-04-195-43/+49
* vm_thread_swapout() can safely dirty the page before rather than afteralc2010-04-191-1/+1
* o) Add a VM find-space option, VMFS_TLB_ALIGNED_SPACE, which searches thejmallett2010-04-1814-34/+88
* Avoid extraneous recovery cycles in the experimental NFS clientrmacklem2010-04-182-4/+30
* sh: Add testcases for double-quotes within quoted ${var+-...} (non-POSIX).jilles2010-04-181-0/+44
* Remove a nonsensical test from vm_pageout_clean(). A page can't be in thealc2010-04-181-2/+0
* Delete svn:executable prop.rpaulo2010-04-181-0/+0
* Revert r206649.kib2010-04-181-18/+13
* There is no justification for vm_object_split() setting PG_REFERENCED on aalc2010-04-181-1/+0
* Restore previous order.pjd2010-04-181-1/+1
* Style fixes.pjd2010-04-181-66/+54
* Add missing list and lock destruction.pjd2010-04-181-0/+2
* Extend locks scope to match OpenSolaris.pjd2010-04-181-5/+2
* Remove racy assertion.pjd2010-04-181-3/+0
* Set ARC_L2_WRITING on L2ARC header creation.pjd2010-04-181-0/+1
* ln: Refuse deleting a directory entry by hardlinking it to itself.jilles2010-04-171-2/+59
* Use ubthidhci_enable="NO" to avoid the bootup warning.rpaulo2010-04-171-1/+1
* In vm_object_madvise() setting PG_REFERENCED on a page before sleeping onalc2010-04-171-2/+9
* In case a user wants to configure only an IPv6 link-local addressdougb2010-04-172-0/+8
* In vm_object_backing_scan(), setting PG_REFERENCED on a page beforealc2010-04-171-3/+0
* Remove IPW_LOCK_DECL and fix various LORs.bschmidt2010-04-172-22/+16
* Use iv_appie_wpa, with this commit WPA works again.bschmidt2010-04-171-2/+2
* - Make ipw usable again by moving directly into ASSOC state.bschmidt2010-04-171-1/+7
* Pass correct RSSI to ieee80211_input*().bschmidt2010-04-171-2/+2
* Fix comment about ipw_assoc and remove some whitespaces; no functionalbschmidt2010-04-171-6/+6
* Setting PG_REFERENCED on the requested page in swap_pager_getpages() isalc2010-04-171-5/+1
* getcwd(3): Clarify that EACCES may or may not be checked.jilles2010-04-171-3/+11
* sh: On startup of the shell, use PWD from the environment if it is valid.jilles2010-04-174-10/+48
* Fix a bug where SACKs are not sent when they should.tuexen2010-04-171-8/+13
* Add another ICH7M chipset that works.rpaulo2010-04-171-0/+1
* o) Make pcb_onfault a pointer rather than an obscure integer value.jmallett2010-04-177-548/+459
* o) Add NPDEPG, like NPTEPG but for PDEs.jmallett2010-04-1712-78/+54
* o) Add SMP support for Octeon using U-Boot to launch all the processors at thejmallett2010-04-1711-513/+210
* o) Back out my previous change to SWARM; some of it was to address an issuejmallett2010-04-172-16/+13
* o) Use inline functions to access coprocessor 0 registers rather than externaljmallett2010-04-1716-417/+214
* o) Remove code related to VM_ALLOC_WIRED_TLB_PG_POOL, VM_KERNEL_ALLOC_OFFSETjmallett2010-04-176-338/+59
* Adjust limits and formats for ABIs with 64-bit longs.jmallett2010-04-162-46/+56
* o) Use the direct map where possible for uiomove_fromphys, based on code fromjmallett2010-04-164-214/+152
* o) Fix the intr_* functions to not spam the whole status register, just the IEjmallett2010-04-161-56/+45
* Set KERNLOADADDR and TARGET_BIG_ENDIAN for SWARM.jmallett2010-04-161-0/+5
OpenPOWER on IntegriCloud