aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Introduce a helper function vm_page_find_least(). Use it in several places,Konstantin Belousov2010-07-044-21/+29
* Use ISO C99 integer types instead of the BSD-specific u_int*_t.Rebecca Cran2010-07-043-29/+29
* Add a safety-belt. If the identified disk has 0 blocks, don't attachWarner Losh2010-07-041-3/+8
* Minor formatting nits.Warner Losh2010-07-041-2/+2
* sysctlbyname() returns -1 on error and sets errno. It doesMarcel Moolenaar2010-07-031-10/+8
* Allocate and setup an interrupt vector for corrected machine checks.Marcel Moolenaar2010-07-033-0/+37
* Add a missing conditional. We should not bind the PIC interrupt unlessNathan Whitehorn2010-07-031-1/+2
* Improve the comment and man page for vm_page_alloc(). Specifically,Alan Cox2010-07-032-23/+35
* Hook the siftr.4 man page up to the build and alphabetically sort siis into itsLawrence Stewart2010-07-031-1/+2
* Add ata(4) ability to limit initial ATA mode for devices via device hints.Alexander Motin2010-07-033-3/+61
* This fixes a crash in SCTP. It was possible to have aRandall Stewart2010-07-031-4/+10
* Import the Statistical Information For TCP Research (SIFTR) kernel module intoLawrence Stewart2010-07-034-0/+2333
* sh: Use $PWD instead of getcwd() for the \w and \W prompt expansions.Jilles Tjoelker2010-07-021-12/+11
* sh: Remove comment that the comma operator is missing in arithmeticJilles Tjoelker2010-07-021-1/+1
* Push down the acquisition of the page queues lock intoAlan Cox2010-07-021-3/+2
* Use vm_page_prev() instead of vm_page_lookup() in the implementation ofAlan Cox2010-07-021-10/+12
* Revert r209638. After commit, there appeared to be more people who likedAlexander Motin2010-07-022-4/+4
* Use vm_page_next() instead of vm_page_lookup() in exec_map_first_page()Alan Cox2010-07-021-1/+1
* With the demise of page coloring, the page queue macros no longer serve anyAlan Cox2010-07-024-29/+16
* Add support for XLS 108 chips - update board.c/board.h to setup GMACJayachandran C.2010-07-022-2/+11
* Remove save/restore of PageMask in tlb.c functions introduced in r209243.Jayachandran C.2010-07-022-16/+7
* Fix a bug that WILL cause a panic. BasicallyRandall Stewart2010-07-021-2/+2
* <machine/intr.h> removed on powerpc.Marcel Moolenaar2010-07-021-0/+4
* Remove the unneeded header <machine/intr.h>.Marcel Moolenaar2010-07-0211-90/+0
* Make stray irq counters have format alike to other counters. Unified formatAlexander Motin2010-07-012-4/+4
* Add new source to the loadable em build, thoughtJack F Vogel2010-07-011-1/+2
* - Introduce IEEE80211_KEY_NOREPLAY, a per-key flag to ignore replayBernhard Schmidt2010-07-014-17/+41
* Allow attimer to be hinted at ISA if not reported by ISA PNP or ACPI.Alexander Motin2010-07-012-7/+12
* Rework r209456:Alexander Motin2010-07-012-2/+4
* The struct ipfw_rule_ref follows the struct m_tag. Deal with thisGleb Smirnoff2010-07-011-4/+5
* If the A flag is supplied, http_request() will attempt the request onlyDag-Erling Smørgrav2010-07-011-2/+4
* Correct explanation for idle and standby subcommands' -t argument.Alexander Motin2010-07-011-5/+7
* o Add taras@.Maxim Konovalov2010-07-011-0/+6
* Fix buildKevin Lo2010-07-011-1/+0
* MFia64:Marcel Moolenaar2010-07-011-1/+1
* Simplify the calculation of s_scale by rewriting the FP expression toMarcel Moolenaar2010-07-011-20/+5
* Adds `Dell Truemobile 1300' to the supported list.Weongyo Jeong2010-07-011-1/+2
* When compiling with profiling, we define PROF for userspace and GPROFMarcel Moolenaar2010-07-011-1/+1
* While functions are ideally aligned to a 32-byte boundary, don'tMarcel Moolenaar2010-06-301-1/+1
* OK, I was a bit sleep this morning and checked inJack F Vogel2010-06-3013-77/+1945
* - Don't assign the return value from read(2) to a variable of typeJaakko Heinonen2010-06-301-6/+8
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() toJohn Baldwin2010-06-3015-4/+19
* Update comment for tdsignal() -> tdsendsignal() rename. Forgot to includeJohn Baldwin2010-06-301-1/+1
* SR-IOV support added to igbJack F Vogel2010-06-302-171/+296
* Simplify entry to vm_pageout_clean(). Expect the page to be locked.Alan Cox2010-06-301-8/+4
* Left out header change in last delta - new memberJack F Vogel2010-06-301-0/+1
* Fix build.Gleb Smirnoff2010-06-301-0/+1
* Improve bufdone_finish()'s handling of the bogus page. Specifically, ifAlan Cox2010-06-301-4/+6
* On powerpc, calculate s_scale using the non-FP version previouslyMarcel Moolenaar2010-06-301-1/+1
* BAH, I apologize, the wrong version of the code gotJack F Vogel2010-06-301-40/+45