aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* There is a bug in vfs_allocate_syncvnode() failure handling in mount code.Pawel Jakub Dawidek2010-08-283-13/+9
* Remove debugging.Rui Paulo2010-08-281-1/+0
* Run all tasks from a proper context, with proper priority, etc.Pawel Jakub Dawidek2010-08-281-1/+1
* Correct offset conversion to little endian. It was implemented in version 2,Pawel Jakub Dawidek2010-08-282-7/+9
* Add the path necessary to find fasttrap_isa.h to CFLAGS.Rui Paulo2010-08-281-0/+1
* Replace a memory barrier with a mutex barrier.Rui Paulo2010-08-281-10/+15
* Register an interrupt vector for DTrace return probes. There is someRui Paulo2010-08-286-1/+25
* Initial code for XLR CompactFlash driver.Jayachandran C.2010-08-285-1/+188
* MFata(4):Alexander Motin2010-08-281-8/+10
* Add Intel Cougar Point PCH SATA Controller DeviceIDs. Correct some existingAlexander Motin2010-08-282-16/+43
* Do not allocate multicast array memory in multicast filterPyun YongHyeon2010-08-2810-19/+86
* Add Intel Cougar Point PCH HD Audio Controller IDJack F Vogel2010-08-281-0/+2
* If em(4) failed to allocate RX buffers, do not call panic(9).Pyun YongHyeon2010-08-281-3/+6
* Add Intel Cougar Point PCH LPC Controller Device IDsJack F Vogel2010-08-282-0/+92
* Do not call voluntary panic(9) in case of if_alloc() failure.Pyun YongHyeon2010-08-285-27/+55
* Make sure not to access unallocated stats memory.Pyun YongHyeon2010-08-271-1/+7
* Add support for Intel Cougar Point SMBus controller.Jack F Vogel2010-08-271-0/+4
* MFp4 CH=182972:Bjoern A. Zeeb2010-08-271-0/+4
* Use ZFS_CTLDIR_NAME instead of hardcoding ".zfs".Pawel Jakub Dawidek2010-08-271-2/+3
* Revamp XLR interrupt handling, the previous scheme does not work well onJayachandran C.2010-08-276-129/+110
* Simplify the tcp pcblist estimate logic slightly.John Baldwin2010-08-271-5/+3
* Use timestamp modulo comparison macro for automatic receive bufferAndre Oppermann2010-08-271-1/+1
* Use private namespace for visibility keyword.Konstantin Belousov2010-08-271-2/+2
* Whitespace fixes in mips/include, remove unused 'struct tlb' from locore.hJayachandran C.2010-08-276-51/+49
* pmap_mapdev() does not appear to actually need GIANT to be held here,Nathan Whitehorn2010-08-271-2/+0
* Update comment now that I finally committed r211854.Pawel Jakub Dawidek2010-08-261-9/+3
* - When VFS_VGET() is not supported, switch to VOP_LOOKUP().Pawel Jakub Dawidek2010-08-261-40/+48
* - Check the result of malloc(M_NOWAIT) in replay_alloc(). The callerPawel Jakub Dawidek2010-08-261-20/+25
* Set de_dir for user created symbolic links. This will be needed to beJaakko Heinonen2010-08-261-0/+1
* Sync DTrace bits with amd64 and fix the build.Rui Paulo2010-08-261-2/+6
* Fix typo.Konstantin Belousov2010-08-261-1/+1
* Add mutex locking for the call to replay_prune() inRick Macklem2010-08-251-0/+2
* Fix a debugging message under bootverbose. This address is not linear.Jung-uk Kim2010-08-251-1/+1
* Add an experimental feature to shadow video BIOS. Long ago, this trick wasJung-uk Kim2010-08-251-10/+57
* Revert r210194, adding a comment explaining why calls to chgproccnt()Edward Tomasz Napierala2010-08-251-0/+6
* Increase maximum number of page table entries per VM86 context from 8 to 24Jung-uk Kim2010-08-251-1/+1
* Add x86bios_set_intr() to set interrupt vectors for real mode and simplifyJung-uk Kim2010-08-252-3/+15
* Check opcode for short jump as well. Some option ROMs do short jumpsJung-uk Kim2010-08-251-1/+2
* Correctly ensure that the CPU family is 0x6, not non-zero.John Baldwin2010-08-251-1/+2
* Intel QPI chipsets actually provide two extra "non-core" PCI buses thatJohn Baldwin2010-08-253-0/+288
* If we read zero bytes from the directory, early out with ENOENTBrian Somers2010-08-251-2/+6
* Fix build of ppc32 loader.Nathan Whitehorn2010-08-251-1/+1
* Call devfs_populate_vp() from devfs_getattr(). It was possible thatJaakko Heinonen2010-08-251-1/+9
* Provide timecounter based on XLR PIC timer.Jayachandran C.2010-08-252-0/+74
* Add the necessary DTrace function pointers.Rui Paulo2010-08-251-0/+9
* XLR PIC code update.Jayachandran C.2010-08-252-6/+13
* XLR PIC code update and style(9) fixes.Jayachandran C.2010-08-257-313/+231
* Rename on_chip.c to fmn.c, as the file has just the fast messaging networkJayachandran C.2010-08-252-4/+2
* Call the necessary DTrace function pointers when we have different kindsRui Paulo2010-08-252-0/+91
* RMI XLR platform code clean-up.Jayachandran C.2010-08-252-122/+115