summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Convert mount_smbfs to use nmount().rodrigc2005-11-163-261/+67
| | | | Reviewed by: bp (smbfs maintainer)
* This commit was generated by cvs2svn to compensate for changes in r152390,sam2005-11-131-1/+1
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * correct check for whether or not md5 signature matches; appliedsam2005-11-131-1/+1
| | | | | | | | to vendor branch since this is already in their depot
* | This commit was generated by cvs2svn to compensate for changes in r151970,harti2005-11-021-3/+17
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Vendor patch: fix the reporting of ifOperStatus. We now consider anharti2005-11-021-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | interface up when it is running AND the link is not down (that is, it is up or unknown). If the interface is running but the link is down, we return state 'dormant', because we're waiting for an external event. Otherwise the interface is 'down'. Submitted by: csjp Reviewed by: glebius
* | | Quick kill links to the nsmb(8) manual page, there is no suchtrhodes2005-11-011-6/+0
| | | | | | | | | | | | utility that I can find.
* | | Locate __FreeBSD_cc_version's value beside __FreeBSD__'s value to make itobrien2005-10-301-1/+1
| | | | | | | | | | | | easier to keep them in sync.
* | | Catch up with FreeBSD 7.obrien2005-10-291-1/+1
| | |
* | | Submitted following patch to FSF GCC:rodrigc2005-10-271-10/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * freebsd-spec.h (FBSD_TARGET_OS_CPP_BUILTINS): Use builtin_define_with_int_value() instead of adding a new check for every new major FreeBSD version. Motivated by: simon Discussed with: obrien, kan
* | | Typo.keramida2005-10-261-1/+1
| | | | | | | | | | | | | | | | | | PR: docs/88015 Submitted by: Marian Cerny <jojo@matfyz.cz> MFC after: 3 days
* | | This commit was generated by cvs2svn to compensate for changes in r151513,wpaul2005-10-201-2/+2
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import a fixed version of driver_ndis.c from the vendor. The existingwpaul2005-10-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version has a bug where it fails to properly cancel the polling loop that periodically queries the BSSID (this is done to detect the association/disassociation state). The timeout is supposed to fire once a second, but the eloop_cancel_timeout() call uses a different 'user data' value than what was passed to eloop_register_timeout(), so cancelling the timeouts fails. This results in an additional timeout being created each time an EAPOL packet is received, which can lead to dozens of unwanted timeouts firing every second instead of just one.
* | | | Update upgrade instructions.ru2005-10-201-4/+4
| | | |
* | | | Merge Groff 1.19.2 changes.ru2005-10-2011-56/+183
| | | |
* | | | Use stock (FSF) version of this file.ru2005-10-205-191/+394
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r151500,ru2005-10-2062-21518/+0
| | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
* | | | This commit was generated by cvs2svn to compensate for changes in r151497,ru2005-10-20503-62920/+144037
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Virgin import of FSF groff v1.19.2ru2005-10-20525-66388/+147910
| | | | |
* | | | | In __option_is_short(), avoid calling isprint() on key characters outsidetjr2005-10-171-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the range allowed by that function, resulting in undefined behaviour. Our undefined behaviour in multibyte locales happened to differ from glibc's, resulting in errors parsing option strings. Obtained from: Corinna Vinschen (Red Hat)
* | | | | Remove the driver_ndis files from the exclusion listwpaul2005-10-101-3/+0
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r151208,wpaul2005-10-103-0/+1779
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import the driver_ndis files from the 0.3.9 distribution.wpaul2005-10-103-0/+1779
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r150974,harti2005-10-055-10/+32
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Vendor fix for the build problem of snmp_pf. Move the fallback definitionsharti2005-10-055-10/+32
| | | | | | | | | | | | | | | | | | | | | | | | | for U?INT32_{MAX,MIN} from asn1.h into the .c files that actually require them (the .h file doesn't refer to these macros).
* | | | | Add snmp_ntp/Makefile.in to the exclude list.harti2005-10-041-0/+1
| | | | |
* | | | | These files are not needed and were imported by accident in theharti2005-10-0419-36039/+0
| | | | | | | | | | | | | | | | | | | | previous import.
* | | | | This commit was generated by cvs2svn to compensate for changes in r150920,harti2005-10-0446-539/+37252
|\ \ \ \ \ | |/ / / / | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Virgin import of bsnmpd 1.11harti2005-10-0446-539/+37252
| | | | |
* | | | | Add an rc.d script to start pfsync at the right moment of theyar2005-10-021-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | system boot, and hook it up in the system. The separate script is needed because in the presence of various interface lists in rc.conf ($network_interfaces, $cloned_interfaces, $sppp_interfaces, $gif_interfaces, more to come) it is hard to start them orderly, so that pfsync is brought up after its syncdev, which is required for the proper startup of pfsync. Discussed with: mlaier on -pf MFC after: 5 days
* | | | | Allow user to override default port numbers used by communicationbp2005-10-027-13/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | protocols. This is very useful for tunneled SMB connections. MFC after: 4 weeks
* | | | | Update for GNU cpio 2.6.tjr2005-10-011-12/+24
| | | | |
* | | | | Merge long_format() time formatting code and fixes for printf() formattjr2005-10-011-11/+14
| | | | | | | | | | | | | | | | | | | | errors from old copyin.c.
* | | | | Merge from old copyout.c rev 1.2: Output a zero rdev except for bdevs,tjr2005-10-011-2/+139
| | | | | | | | | | | | | | | | | | | | | | | | | cdevs, fifos and sockets. Don't output a file if the major, minor or totality of its rdev would be truncated.
* | | | | Merge from old copypass.c rev 1.3: If we must yell at the user than atjr2005-10-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | file cannot be linked into place when requested (not required) to do it, reassure them that cpio is still intelligent enough that it will perform a full copy instead.
* | | | | Merge from old util.c rev 1.2: say "volume" instead of "tape".tjr2005-10-011-2/+4
| | | | |
* | | | | Merge from old main.c rev 1.2: Don't set the umask until after we havetjr2005-10-011-2/+4
| | | | | | | | | | | | | | | | | | | | processed the arguments and opened the archive file.
* | | | | Merge from old tar.c rev 1.2: Recognize and skip 'x' and 'g' paxtjr2005-10-011-0/+15
| | | | | | | | | | | | | | | | | | | | extension entries.
* | | | | Merge from old copyin.c rev 1.5, copypass.c rev 1.2: Create fifos usingtjr2005-10-012-8/+32
| | | | | | | | | | | | | | | | | | | | mkfifo() instead of attempting to create them using mknod().
* | | | | Rename isnumber() to cpio_isnumber() to avoid clashing with thetjr2005-10-011-3/+5
| | | | | | | | | | | | | | | | | | | | <ctype.h> library function of the same name.
* | | | | Remove files no longer present in GNU cpio distribution. Most of thesetjr2005-10-0135-10361/+0
| | | | | | | | | | | | | | | | | | | | were actually moved into subdirectories.
* | | | | This commit was generated by cvs2svn to compensate for changes in r150765,tjr2005-10-0184-10/+19558
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Import GNU cpio 2.6 (trimmed)tjr2005-10-0184-10/+19558
| | | | | |
* | | | | | Redirect bridge(4) to if_bridge(4). These should have pointed to if_bridgemlaier2005-09-282-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from the begining. Reminded by: ru
* | | | | | s/routnes/routines/ in help message.brooks2005-09-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This file is already off the vendor branch and there hasn't been a bc release in more than 4 years so I can't see any harm in fixing this. Submitted by: Arne Woerner <arne_woerner at yahoo dot com> PR: gnu/86627
* | | | | | Fix get{w,d}{l,b}e, set{w,d}{l,b}e macros on big endian systems.imura2005-09-191-14/+11
| | | | | | | | | | | | | | | | | | | | | | | | Obtained from: NetBSD
* | | | | | Remove macrosimura2005-09-194-20/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | htole{s,l,q}, letoh{s,l,q}, htobe{s,l,q}, betoh{s,l,q} and replace it with more standard byteorder macros in our system.
* | | | | | Correct insecure temporary file usage.cperciva2005-09-071-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Security: FreeBSD-SA-05:20.cvsbug
* | | | | | Fix bug where static forward declarations weren't accepted.obrien2005-09-071-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows us to fix non-ISO-C constructs in our kernel to legal ISO-C. Submitted by: rodrigc Obtained from: http://gcc.gnu.org/ml/gcc-patches/2005-09/msg00006.html
* | | | | | Update URL and email address.jcamou2005-09-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: trhodes (mentor) 20 day timeout: mbr (did not reply, mentor approved commit)
* | | | | | Pretty print multipath routes.andre2005-08-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before (backslash in c syntax meaning): 6 p16-2-0-0.r21.sttlwa01.us.bb.verio.net (129.250.2.180) 71.027 ms \ p16-1-1-3.r20.sttlwa01.us.bb.verio.net (129.250.2.6) 66.730 ms 66.535 ms 7 xe-0-2-0.r20.sttlwa01.us.bb.verio.net (129.250.4.16) 71.092 ms \ xe-3-1.r00.sttlwa01.us.bb.verio.net (129.250.2.205) 66.598 ms \ xe-0-2-0.r20.sttlwa01.us.bb.verio.net (129.250.4.16) 71.024 ms After: 6 p16-2-0-0.r21.sttlwa01.us.bb.verio.net (129.250.2.180) 71.027 ms p16-1-1-3.r20.sttlwa01.us.bb.verio.net (129.250.2.6) 66.730 ms 66.535 ms 7 xe-0-2-0.r20.sttlwa01.us.bb.verio.net (129.250.4.16) 71.092 ms xe-3-1.r00.sttlwa01.us.bb.verio.net (129.250.2.205) 66.598 ms xe-0-2-0.r20.sttlwa01.us.bb.verio.net (129.250.4.16) 71.024 ms Submitted by: Richard A Steenbergen <ras at e-gerbil.net> MFC after: 3 days
OpenPOWER on IntegriCloud