summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Sprinkle const on tables.marius2010-11-232-26/+14
* Optimize the ports recurser a bit more.phk2010-11-231-1/+3
* sh: Pass multiple bytes at a time to lex.jilles2010-11-231-1/+9
* Improve the ports-dependency resolver by truncating the recursion ifphk2010-11-231-7/+34
* Fixes a kernel crash when usb module is reloaded after unload that itweongyo2010-11-231-2/+16
* Make this printfoutput more verbose.attilio2010-11-231-1/+2
* Remove a stale tunable introduced in r215703.jkim2010-11-232-4/+2
* Reinitialize PAT MSR via pmap_init_pat() while resuming. This function doesjkim2010-11-234-9/+2
* Properly use SCHAR_MAX instead of CHAR_MAX for 0x7f. This fixes operationnwhitehorn2010-11-231-4/+4
* x86/local_apic: use newly added ARAT bit definitionavg2010-11-231-1/+1
* taskqueue: drop unused tq_name fieldavg2010-11-231-3/+1
* specialreg.h: add definitions for some useful bits found in CPUID.6 EAX and ECXavg2010-11-232-0/+18
* Update MNT_ROOTFS comments after changes in the root mount logic.pluknet2010-11-232-3/+6
* Add PT_GNU_STACK definition.kib2010-11-231-0/+1
* Add include guards.kib2010-11-232-0/+10
* Make the Huawei E1820 work (Emile Coetzee).n_hibma2010-11-232-6/+6
* o NetBSD 5.1 added.maxim2010-11-231-14/+15
* Add parentheses for clarity. The parentheses around the two terms of the &&cperciva2010-11-231-1/+1
* sh: Fix confusing behaviour if chdir succeeded but getcwd failed in cd -P.jilles2010-11-221-2/+5
* Allow for vlan(4) ifnets to have overlapping unit numbers if they arezec2010-11-221-0/+42
* Fix small typo.mav2010-11-221-1/+1
* Restore the (state) and \n printout when not using -T.gnn2010-11-221-2/+3
* - Fix and enable support for flow control.marius2010-11-221-6/+10
* - Fix and enable support for flow control.marius2010-11-221-21/+18
* - Also probe BCM5214 and BCM5222.marius2010-11-222-11/+53
* Resume critical PCI devices (and their children) first, then everything elsejkim2010-11-221-1/+28
* Remove kernbb(8) from the source tree.uqs2010-11-223-239/+0
* Add support for flow control.marius2010-11-223-6/+10
* Given that unlike f.e. rgephy(4) these drivers doen't explicitly start anmarius2010-11-222-0/+4
* Given that unlike f.e. rgephy(4) this driver doesn't explicitly start anmarius2010-11-221-0/+2
* Add missing newlines.marius2010-11-221-5/+5
* Resurrect amd64 support.bschmidt2010-11-224-8/+95
* Prefer pmap_extract() over pmap_kextract() as done in MmIsAddressValid().bschmidt2010-11-221-1/+7
* Fix linux kernel module breakage introduced in r215675, by includingdim2010-11-221-0/+1
* hdr.elf.e_ident[EI_OSABI] is not a bitmask so '==' should been used.brucec2010-11-221-2/+2
* Fix some more warnings found by clang.brucec2010-11-2211-12/+16
* - Disable caches and flush caches/TLBs when we update PAT as we do for MTRR.jkim2010-11-222-166/+132
* Fix use of AND operator: should be bitwise instead of logical.brucec2010-11-221-2/+2
* After some off-list discussion, revert a number of changes to thedim2010-11-2261-226/+220
* The meshid element is memcpy()'ed into se_meshid if included in eitherbschmidt2010-11-221-1/+1
* Regenerate manual pages for OpenSSL 0.9.8p.simon2010-11-22278-9639/+7617
* Merge OpenSSL 0.9.8p into head.simon2010-11-22127-535/+876
* Use g_eventlock to protect against losing wakeups in the g_event processjh2010-11-222-32/+37
* Fix a TSO checksum bug on mxge(4):gallatin2010-11-221-1/+12
* Style fix.attilio2010-11-221-3/+2
* Add <time.h> for ctime(), which we accidentally picked up throughdes2010-11-221-0/+1
* Add the ability for GDB to printout the thread name along with otherattilio2010-11-2214-3/+131
* Similar to mfiutil, drop local definition of powerof2() and use versionjhb2010-11-221-2/+0
* Remove an apparently redundant CURVNET_SET() / CURVNET_RESTORE() pair.zec2010-11-221-2/+0
* Don't generate input() since it's not used.brucec2010-11-227-3/+7
OpenPOWER on IntegriCloud