summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove some code made obsolete by the powerpc64 import.nwhitehorn2010-08-311-677/+0
* Include process PID in log messages.pjd2010-08-311-0/+3
* Correct error message.pjd2010-08-311-1/+1
* When upgrading a pool which contain root file system, give user a hint thatpjd2010-08-311-0/+47
* Forgot to add event.c and event.h in r212038.pjd2010-08-312-0/+208
* For consistency, cast result of getpid() to longkevlo2010-08-312-2/+3
* If a process is being debugged, skips job control caused by SIGSTOP/SIGCONTdavidxu2010-08-311-13/+6
* Mask only those signals that we want to handle.pjd2010-08-311-1/+4
* Add the workaround for 4xx lite boards after it was lost in the lastjchandra2010-08-311-0/+17
* Missed one place the SLB lock should be held in r211967.nwhitehorn2010-08-311-6/+8
* Add a null_remove() function to nullfs, so that the v_usecountrmacklem2010-08-311-0/+27
* Because it is very hard to make fork(2) from threaded process safe (we arepjd2010-08-305-34/+74
* We only want to know if descriptors are ready for reading.pjd2010-08-301-7/+4
* When someone gives NULL as data, assume this is because he want to declarepjd2010-08-301-0/+8
* For calendars which don't match the solar-based Gregorian calendar,edwin2010-08-304-37/+541
* Use pjdlog_exit() before fork().pjd2010-08-301-2/+2
* Constify arguments we can constify.pjd2010-08-304-23/+25
* Use basename(3) to determine the name of the program.edwin2010-08-301-3/+2
* Use MACHINE_ARCH instead of MACHINE as the directory to fetch packagesnwhitehorn2010-08-301-4/+8
* Drain watchdog callouts before detaching. This prevents a panic whiledelphij2010-08-301-0/+4
* Add myself to calendars.freebsd.dim2010-08-301-0/+1
* Save MSR_FSBASE, MSR_GSBASE and MSR_KGSBASE directly to PCB as we do not usejkim2010-08-301-9/+6
* Add myself to committers-src.dot.dim2010-08-301-0/+3
* Vendor update to version 3.80.06.003 to fix a panic with ZFS when underdelphij2010-08-3012-258/+384
* When DTrace is enabled, make sure we don't overwrite the IDT_DTRACE_RETrpaulo2010-08-301-0/+25
* execve(2) has a special check for file permissions: a file must have atjh2010-08-305-16/+53
* Regenkib2010-08-306-9/+107
* Make the syscalls reserved for AFS usable by OpenAFS port.kib2010-08-301-2/+6
* Move debug.h to the the rge driver directory. rge.c is the only user ofjchandra2010-08-304-18/+6
* Clean up header files in RMI platform code (sys/mips/rmi), and removejchandra2010-08-3020-985/+390
* o Some programs could send broadcast/multicast traffic to ipfwmaxim2010-08-301-2/+21
* Remove misleading comment in pte.h. MIPS PTE entries are software managedjchandra2010-08-301-3/+0
* Make flags in usage() and SYNOPSYS more style(9)-ish.maxim2010-08-302-3/+2
* Execute hook when connection between the nodes is established or lost.pjd2010-08-303-10/+41
* Execute hook when split-brain is detected.pjd2010-08-303-0/+10
* Use sigtimedwait(2) for signals handling in primary process.pjd2010-08-301-81/+40
* - Move functionality responsible for checking one connection to separatepjd2010-08-291-52/+75
* Correct value for _POSIX_AIO_LISTIO_MAX in <limits.h>.jilles2010-08-291-1/+1
* Disconnect after logging errors.pjd2010-08-291-1/+1
* - Call hook on role change.pjd2010-08-292-1/+26
* Allow to run hooks from the main hastd process.pjd2010-08-293-3/+22
* - Add hook_fini() which should be called after fork() from the main hastdpjd2010-08-292-22/+62
* Implement mtx_destroy() and rw_destroy().pjd2010-08-291-0/+16
* sh: Weaken builtins/command4 test to only require a nonzero exit status.jilles2010-08-292-2/+2
* 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
OpenPOWER on IntegriCloud