aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-013-17/+7
* 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
* Fix buildKevin Lo2010-07-011-1/+0
* MFia64:Marcel Moolenaar2010-07-011-1/+1
* 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
* 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
* BAH, I apologize, the wrong version of the code gotJack F Vogel2010-06-301-40/+45
* Add a new sysctl option, this will allow one toJack F Vogel2010-06-301-0/+42
* Change the mpt driver to allow larger I/O sizes.Kenneth D. Merry2010-06-295-113/+135
* Initializes the ratectl for a node when the state is changed to RUN.Weongyo Jeong2010-06-291-0/+6
* Fixes NULL pointer reference that it's occurred when the state isWeongyo Jeong2010-06-291-5/+0
* Sort function prototypes (since I didn't manage to insert tdksignal()John Baldwin2010-06-291-9/+9
* Send SIGPIPE to the thread that issued the offending system callJohn Baldwin2010-06-293-5/+5
* Tweak the in-kernel API for sending signals to threads:John Baldwin2010-06-296-22/+41
* Fix profiling (part 1):Marcel Moolenaar2010-06-292-2/+2
* Don't lock buses around a call to xptperiphlistmatch- the buses will beMatt Jacob2010-06-291-2/+0
* After processing the O_SKIPTO opcode our cmd points to the next rule, andGleb Smirnoff2010-06-291-2/+3
* Revert r209578:Konstantin Belousov2010-06-291-3/+3
* If i is going to be used in the loop unconditionally the declarationDoug Barton2010-06-291-2/+0
* RegenerateKonstantin Belousov2010-06-2818-2081/+2081
* Despite system call deregistration drains the threads executing System VKonstantin Belousov2010-06-281-1/+9
* Count number of threads that enter and leave dynamically registeredKonstantin Belousov2010-06-286-29/+101
* Use C99 initializers for the struct sysent generated by MAKE_SYSENT().Konstantin Belousov2010-06-281-3/+3
* Fix a lock leak in the deadlock resolver in case the ticks counterAttilio Rao2010-06-281-2/+6
* Correct a comment typo.Jaakko Heinonen2010-06-271-1/+1
* Fix typo introduced in previous revision.Rui Paulo2010-06-271-1/+1
* Correct arguments order.Pawel Jakub Dawidek2010-06-261-2/+2
* Fix the AR_SREV_MERLIN_20_OR_LATER() check.Rui Paulo2010-06-261-1/+1
* * Do not dereference a NULL pointer when calling an SCTP send syscallMichael Tuexen2010-06-261-2/+3
* Add NTFS partition type to GEOM_MBR.Rui Paulo2010-06-264-2/+15
* Import the acpi_aibs(4) driver written by Constantine A. Murenin.Rui Paulo2010-06-255-1/+373
* Make sure that all the exposed counters and variables are actuallyGeorge V. Neville-Neil2010-06-241-0/+17
* Add linker script and configuration file for n32 kernel.Jayachandran C.2010-06-242-0/+436
* Merge jmallett@'s n64 work into HEAD - changeset 7Jayachandran C.2010-06-249-62/+146