summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add the path necessary to find fasttrap_isa.h to CFLAGS.rpaulo2010-08-281-0/+1
* Replace a memory barrier with a mutex barrier.rpaulo2010-08-281-10/+15
* Register an interrupt vector for DTrace return probes. There is somerpaulo2010-08-286-1/+25
* Initial code for XLR CompactFlash driver.jchandra2010-08-285-1/+188
* MFata(4):mav2010-08-281-8/+10
* Add Intel Cougar Point PCH SATA Controller DeviceIDs. Correct some existingmav2010-08-282-16/+43
* Do not allocate multicast array memory in multicast filteryongari2010-08-2810-19/+86
* Add Intel Cougar Point PCH HD Audio Controller IDjfv2010-08-281-0/+2
* If em(4) failed to allocate RX buffers, do not call panic(9).yongari2010-08-281-3/+6
* Add Intel Cougar Point PCH LPC Controller Device IDsjfv2010-08-282-0/+92
* Do not call voluntary panic(9) in case of if_alloc() failure.yongari2010-08-285-27/+55
* Make sure not to access unallocated stats memory.yongari2010-08-271-1/+7
* Add support for Intel Cougar Point SMBus controller.jfv2010-08-271-0/+4
* MFp4 CH=182972:bz2010-08-271-0/+4
* Use ZFS_CTLDIR_NAME instead of hardcoding ".zfs".pjd2010-08-271-2/+3
* When SIGTERM or SIGINT is received, terminate worker processes.pjd2010-08-271-0/+30
* When logging to stdout/stderr, flush after each log.pjd2010-08-271-0/+1
* Correct when we log interrupted synchronization.pjd2010-08-271-6/+4
* Check if no signals were delivered just before going to sleep.pjd2010-08-271-1/+3
* Add hooks execution.pjd2010-08-271-0/+6
* Do not call __pthread_cxa_finalize with invalid struct dl_phdr_info.kib2010-08-271-1/+1
* Revamp XLR interrupt handling, the previous scheme does not work well onjchandra2010-08-276-129/+110
* Simplify the tcp pcblist estimate logic slightly.jhb2010-08-271-5/+3
* Document new 'exec' parameter.pjd2010-08-271-1/+39
* Allow to execute specified program on various HAST events.pjd2010-08-276-4/+68
* - Run hooks in background - don't block waiting for them to finish.pjd2010-08-272-20/+228
* When logging to stdout/stderr don't close those descriptors after fork().pjd2010-08-271-2/+15
* Reduce indent where possible.pjd2010-08-271-30/+30
* Implement keepalive mechanism inside HAST protocol so we can detect secondarypjd2010-08-273-16/+66
* - Remove redundant and incorrect 'old' word from debug message.pjd2010-08-271-2/+4
* Don't increase number synchronized bytes in case of an error.pjd2010-08-271-3/+2
* Log that synchronization was interrupted in a proper place.pjd2010-08-271-5/+8
* We have sync_start() function to start synchronization, introduce sync_stop()pjd2010-08-271-7/+12
* Add QUEUE_INSERT() and QUEUE_TAKE() macros that simplify the code a bit.pjd2010-08-271-54/+35
* Add mtx_owned() implementation.pjd2010-08-271-0/+8
* Make comment more readable.pjd2010-08-271-2/+2
* Use timestamp modulo comparison macro for automatic receive bufferandre2010-08-271-1/+1
* Don't attempt to write label with GEOM_BSD based method if the class isjh2010-08-271-1/+32
* Use private namespace for visibility keyword.kib2010-08-271-2/+2
* Fix an off-by-one error where we try to split a path name that'sbrian2010-08-271-1/+1
* Whitespace fixes in mips/include, remove unused 'struct tlb' from locore.hjchandra2010-08-276-51/+49
* pmap_mapdev() does not appear to actually need GIANT to be held here,nwhitehorn2010-08-271-2/+0
* Unregister thread specific data destructor when a corresponding dsodavidxu2010-08-273-0/+23
* clear lock to zero state if it is destroyed.davidxu2010-08-271-0/+3
* Update comment now that I finally committed r211854.pjd2010-08-261-9/+3
* - When VFS_VGET() is not supported, switch to VOP_LOOKUP().pjd2010-08-261-40/+48
* - Check the result of malloc(M_NOWAIT) in replay_alloc(). The callerpjd2010-08-261-20/+25
* Set de_dir for user created symbolic links. This will be needed to bejh2010-08-261-0/+1
* Make sure TARGET_ABI is defined. TARGET_ABI will die a horrible deathimp2010-08-261-1/+1
* Guard against TARGET_ABI being undefined (TARGET_ABI will go away soon)imp2010-08-261-1/+1
OpenPOWER on IntegriCloud