aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFp4 @181628:Bjoern A. Zeeb2010-07-311-6/+20
* Add support for the IBM Full-System Simulator (Mambo). This code has beenNathan Whitehorn2010-07-3111-0/+831
* pci_if.h is required to build atacore.Rui Paulo2010-07-311-1/+1
* Fix a bug in syncache where the initial CWND for new incoming connectionsAndre Oppermann2010-07-301-1/+2
* In rdmsr_safe, use zero extend (by doing a 32-bit movl overXin LI2010-07-301-1/+1
* Add MALLOC_DEBUG_MAXZONES=8 to powerpc64 GENERIC configuration file.Matthew D Fleming2010-07-301-0/+1
* Change copyright holder to author. We prefer using a real legalXin LI2010-07-303-3/+3
* A simple test harness to help debug problems with the ZFS boot code.Doug Rabson2010-07-301-0/+120
* n64 support - enable UX bit in STATUS for kernel and userspace.Jayachandran C.2010-07-304-11/+18
* MIPS n64 support - support kstack in XKSEG.Jayachandran C.2010-07-303-4/+19
* Consistently check header type after reading PCIR_HDRTYPE register.Pyun YongHyeon2010-07-291-18/+23
* Add compat32 shims for opencrypto(4).Konstantin Belousov2010-07-291-7/+266
* Update rge driver for 64 bit kernel.Jayachandran C.2010-07-291-14/+34
* Prepare for 3 level page tables for MIPS.Jayachandran C.2010-07-293-24/+22
* Add fuiword() in n64 for completeness.Jayachandran C.2010-07-291-0/+1
* MIPS 64 bit support. Define fuword64() for n64 compilation, fuword() shouldJayachandran C.2010-07-291-3/+20
* Improve cputemp(4) driver wrt newer Intel processors, especiallyXin LI2010-07-293-13/+49
* Mark the __curthread() functions as __pure2 and remove the volatile keywordJohn Baldwin2010-07-293-6/+6
* Make sure that we clear the correct bits when we turn offGeorge V. Neville-Neil2010-07-292-21/+34
* When performing a sanity check on the SRAT table to ensure that eachJohn Baldwin2010-07-291-1/+2
* MFamd64: r210615Jung-uk Kim2010-07-292-1/+2
* Fix another fallout from r208833. savectx() is used to save CPU contextJung-uk Kim2010-07-291-1/+1
* Rename PCB_USER_FPU to PCB_USERFPU not to clash with a macro from fpu.h.Jung-uk Kim2010-07-293-3/+3
* Bump the witness pendlist to 768 to accomodate the increased number ofRui Paulo2010-07-291-1/+1
* Update MIPS _stdint.h for 64 bit. Initial 64 bit changes for profile.h.Jayachandran C.2010-07-292-4/+40
* Fix RQB_FFS for 64 bit, we need to use ffsl() for 64bit.Jayachandran C.2010-07-291-2/+6
* Fix test for double-nul characters that terminate the string table atJohn Baldwin2010-07-291-1/+1
* Adapt sparc64 and sun4v timer code for the new event timers infrastructure.Alexander Motin2010-07-2919-120/+263
* Fix the comment block that has the niceRandall Stewart2010-07-291-12/+22
* PR SCTP Bugs. Basically a full sized frame ofRandall Stewart2010-07-294-31/+48
* Fix 'pciconf -a' by providing an implementation of PCIOCATTACHED.Neel Natu2010-07-291-0/+10
* Fix build for o32 kernels.Neel Natu2010-07-291-0/+4
* o) Subtract 64K from the default userland stack pointer. GCC generate codeJuli Mallett2010-07-292-65/+126
* The corrected error count field is dependent on CMCI, not TES.John Baldwin2010-07-283-7/+7
* Add quirk for Apacer HT202 USB 2.0 Flash Drive.Tijl Coosemans2010-07-282-0/+5
* Provide descriptions for three vendors and four devices in usbdevs. UseGavin Atkinson2010-07-281-0/+13
* Add support for the Corega CG-USBRS232R to uplcom(4)Gavin Atkinson2010-07-282-0/+3
* Fix clang warning on empty statement.Matthew D Fleming2010-07-281-2/+2
* Fix clang warning on empty statement.Matthew D Fleming2010-07-281-5/+5
* Bump __FreeBSD_version for multizone malloc(9).Matthew D Fleming2010-07-281-1/+1
* Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple umaMatthew D Fleming2010-07-2811-24/+147
* Support the Pyramid KBS USB LCD under uftdi(4)Gavin Atkinson2010-07-282-0/+2
* The interpreter name should no longer be treated as a buffer that can beAlan Cox2010-07-284-21/+15
* Fix the entry for the Option ICON452 where an underscore was used instead ofAndrew Thompson2010-07-271-1/+1
* Add a parser for the ACPI SRAT table for amd64 and i386. It setsJohn Baldwin2010-07-273-1/+331
* Very rough first cut at NUMA support for the physical page allocator. ForJohn Baldwin2010-07-2711-7/+206
* mips/rmi/bus_space_rmi_pci.c is needed even when PCI is disabled. ThisJayachandran C.2010-07-271-1/+1
* Fix commented out resource limit check in mlockall(2). It's still racy,Edward Tomasz Napierala2010-07-271-2/+1
* The changes in r210542 moved setting counter_upper and counter_lower_lastJayachandran C.2010-07-271-2/+2
* Introduce exec_alloc_args(). The objective being to encapsulate theAlan Cox2010-07-275-27/+33