summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Give user a hint what to do when /usr/lib/zfs/pyzfs.py is missing.pjd2010-08-291-0/+2
* Print errors on stderr.pjd2010-08-291-2/+2
* Fix 'zfs allow' (maybe not only) returning:pjd2010-08-291-0/+1
* Fix the the SCTP_WITH_NO_CSUM option when used in combination withtuexen2010-08-298-102/+132
* Avoid a race in the allocation of new segment IDs that could result innwhitehorn2010-08-291-0/+5
* Use NULL instead of 0 for pointer in example.kib2010-08-291-1/+1
* Touch the man page date after updating the ustar limitations.brian2010-08-291-1/+1
* Add a Makefile for tools/regression/bin and support 'all' inbrian2010-08-292-1/+6
* Correct an out-by-one error when earlying out ustar filenames thatbrian2010-08-294-2/+103
* gsched(8): fix example usage, mdoc nitsuqs2010-08-291-7/+7
* Apply MIPS pmap clean up patch from alc@ (with minor change to KASSERT):jchandra2010-08-292-67/+14
* Add acquisition of a reference count on nfsv4root_lock to thermacklem2010-08-281-1/+12
* The timer routine in the experimental NFS server did not acquirermacklem2010-08-284-23/+28
* Bugfix: Do not send a packet drop report in response to a receivedtuexen2010-08-281-3/+6
* Now that we default to the proper endian, we don't need these for mipsimp2010-08-281-7/+0
* Return NULL pointer instead of B_FALSE as it is done in the vendor code.pjd2010-08-281-1/+1
* Move ZUT_OBJS in the same place that is used in vendor code.pjd2010-08-281-3/+3
* New driver nlge for XLR/XLS Network Accelerator. This will support the XGMACjchandra2010-08-286-126/+4069
* Fix the switching on/off of CMT using sysctl and socket option.tuexen2010-08-2812-175/+165
* For some file types, select code registers two selfd structures. E.g.,kib2010-08-281-3/+9
* Test the poll(2) return value.kib2010-08-281-33/+52
* Add the MAP_PREFAULT_READ option to mmap(2).alc2010-08-284-4/+19
* Fix incorrect usage of 'assure' and 'insure'.brucec2010-08-2821-24/+24
* Fix breakage introduced in r211725 and improve functionality of truss onnwhitehorn2010-08-285-3/+31
* Repair some build breakage introduced in r211725 and garbage collect somenwhitehorn2010-08-2810-312/+32
* Import changes from OpenSolaris that providemm2010-08-2811-120/+412
* Update ZFS metaslab code from OpenSolaris.mm2010-08-2812-163/+407
* There is a bug in vfs_allocate_syncvnode() failure handling in mount code.pjd2010-08-283-13/+9
* Remove debugging.rpaulo2010-08-281-1/+0
* Run all tasks from a proper context, with proper priority, etc.pjd2010-08-281-1/+1
* Correct offset conversion to little endian. It was implemented in version 2,pjd2010-08-282-7/+9
* 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
OpenPOWER on IntegriCloud