summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* MFp4: Synchronize with recent OpenSolaris changes.pjd2007-04-088-26/+160
|
* If we cannot open /dev/zfs try to load zfs.ko automatically and reopen.pjd2007-04-081-2/+21
|
* This commit was generated by cvs2svn to compensate for changes in r168463,des2007-04-071-5/+5
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Merge from upstream:des2007-04-071-5/+5
| | | | | | | | | | | | | | | | ------------------------------------------------------------------------ r380 | des | 2006-03-14 15:42:09 +0100 (Tue, 14 Mar 2006) | 1 line Fix signedness mismatch, and use an explicit cast when calling ctype functions. ------------------------------------------------------------------------
* | This commit was generated by cvs2svn to compensate for changes in r168433,kan2007-04-062-20/+17
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import two binutils header files from FSF 2.15 branch.kan2007-04-062-20/+17
| | | | | | | | | | | | | | | | | | | | | These fix binutils compilation on i386/amd64 with GCC 4.1 and have no other effect. No response by: obrien
* | | Remove conflicting extern decralaration for mboxfile variable.kan2007-04-061-1/+0
| | | | | | | | | | | | It is defined as static in implementation file.
* | | Please welcome ZFS - The last word in file systems.pjd2007-04-0651-0/+34506
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ZFS file system was ported from OpenSolaris operating system. The code in under CDDL license. I'd like to thank all SUN developers that created this great piece of software. Supported by: Wheel LTD (http://www.wheel.pl/) Supported by: The FreeBSD Foundation (http://www.freebsdfoundation.org/) Supported by: Sentex (http://www.sentex.net/)
* | | This commit was generated by cvs2svn to compensate for changes in r168371,thompsa2007-04-041-51/+314
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Pull in latest print-stp.c from vendorthompsa2007-04-041-51/+314
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r168305,mp2007-04-031-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import vendor patch to fix postcmd regression in tcsh-6.15.00.mp2007-04-031-1/+2
| | | | |
* | | | | Update with bzip2's URL.delphij2007-03-301-1/+1
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r167984,delphij2007-03-281-2243/+0
| | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
* | | | | Reflect 1.0.4 import.delphij2007-03-281-4/+4
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r167981,delphij2007-03-281-34/+0
| | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
* | | | | Resolve conflicts.delphij2007-03-281-70/+25
| | | | |
* | | | | bzip2.c: SA-05:14.bzip2 has been resolved by the authordelphij2007-03-281-147/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in a different way. Make the file just the same as it is in the vendor branch to make it easier for future upgrade.
* | | | | This commit was generated by cvs2svn to compensate for changes in r167974,delphij2007-03-2828-2785/+2578
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Virgin import (trimmed) of Bzip2 version 1.0.4.delphij2007-03-2830-2994/+2669
| | | | | |
* | | | | | Resolve conflicts.delphij2007-03-282-30/+27
| | | | | |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r167961,delphij2007-03-281-2/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Import netcat as of today's OPENBSD_4_1 snapshot.delphij2007-03-283-30/+29
| | | | | | |
* | | | | | | Build updates for tcsh-6.15.00 import.mp2007-03-112-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed by: ume Reminded by: Divacky Roman MFC after: 1 week
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r167465,mp2007-03-11446-12180/+10718
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Import of tcsh-6.15.00mp2007-03-11446-12180/+10718
| | | | | | |
* | | | | | | Add three new ioctl(2) commands for bpf(4).jkim2007-02-261-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - BIOCGDIRECTION and BIOCSDIRECTION get or set the setting determining whether incoming, outgoing, or all packets on the interface should be returned by BPF. Set to BPF_D_IN to see only incoming packets on the interface. Set to BPF_D_INOUT to see packets originating locally and remotely on the interface. Set to BPF_D_OUT to see only outgoing packets on the interface. This setting is initialized to BPF_D_INOUT by default. BIOCGSEESENT and BIOCSSEESENT are obsoleted by these but kept for backward compatibility. - BIOCFEEDBACK sets packet feedback mode. This allows injected packets to be fed back as input to the interface when output via the interface is successful. When BPF_D_INOUT direction is set, injected outgoing packet is not returned by BPF to avoid duplication. This flag is initialized to zero by default. Note that libpcap has been modified to support BPF_D_OUT direction for pcap_setdirection(3) and PCAP_D_OUT direction is functional now. Reviewed by: rwatson
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r166332,dougb2007-01-299-17/+223
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | Vendor import of BIND 9.3.4dougb2007-01-299-17/+223
| | | | | | | |
| * | | | | | | Remove from the vendor branch files that are no longer in thedougb2006-12-102-314/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9.3.3 sources.
* | | | | | | | Add instructions for future update.rafan2007-01-202-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: delphij
* | | | | | | | - Resolve conflictsrafan2007-01-2068-23851/+537
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove files that are removed in vender branch Approved by: delphij
* | | | | | | | This commit was generated by cvs2svn to compensate for changes in r166124,rafan2007-01-20483-31726/+68333
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | Import ncurses 5.6-20061217 onto the vender branchrafan2007-01-20486-32151/+68870
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: delphij
* | | | | | | | | Merge local diffs.das2007-01-031-25/+27
| | | | | | | | |
* | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r165743,das2007-01-0364-933/+1207
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | | Import of the latest gdtoa sources, which include fixes for minordas2007-01-0365-960/+1235
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | problems relating to NaNs and rounding.
* | | | | | | | | | Udate info after official patchache2006-12-311-0/+2
| | | | | | | | | |
* | | | | | | | | | Merge conflict after official patchache2006-12-311-0/+2
| | | | | | | | | |
* | | | | | | | | | Merge conflictsache2006-12-317-117/+264
| | | | | | | | | |
* | | | | | | | | | Update instructionsache2006-12-311-4/+2
| | | | | | | | | |
* | | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r165670,ache2006-12-3140-325/+1185
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | | | Virgin import of GNU Readline 5.2ache2006-12-3148-444/+1458
| | | | | | | | | | |
| * | | | | | | | | | Remove unneded files from the vendor branch tooache2006-03-282-1278/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pointed by: ru
* | | | | | | | | | | MFV: Sync with vendor branch.ru2006-12-252-0/+85
| | | | | | | | | | |
* | | | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r165538,ru2006-12-251-1/+23
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | | | | Pull up current -mdoc version from vendor.ru2006-12-253-1/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - New Darwin, FreeBSD, and NetBSD versions. - DragonFly support including the new .Dx macro. - New .St strings: -isoC-amd1, -isoC-tcor1, -isoC-tcor2, and -ieee1275-94.
* | | | | | | | | | | | Add the '-n' option which is the opposite of '-N', "Do not list tags."obrien2006-12-121-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The '-n' option is needed when one has "log -N" in their ~/.cvsrc, but wishes to see tags for a particular invocation.
* | | | | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r165078,dougb2006-12-102-314/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
* | | | | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r165071,dougb2006-12-10251-7058/+11926
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud