summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Teach gcc how to put unitialized data into BSS on FreeBSD.kan2003-04-131-0/+21
|
* Fix a typo in the -O parsing code that caused a crash when the -O optiontjr2003-04-121-1/+2
| | | | | | | is used without supplying "sowner:sgroup". Obtained from: NetBSD (jdolecek) PR: 37171
* Add some missing prototypes to eliminate some warnings. These alreadydas2003-04-091-0/+21
| | | | | | | appear without leading underscores in gdtoa.h, but this approach avoids removing that file from the vendor branch and unduly rearranging things. Prodded by: nectar
* Add missing prototype for gdtoa().das2003-04-051-0/+2
|
* update man page to reflect change in default syslog level ipmon is now ↵darrenr2003-04-051-1/+1
| | | | compiled with
* Change the default syslog facility from LOG_LOCAL0 to LOG_SECURITY afterdarrenr2003-04-051-1/+2
| | | | discussion on security@freebsd.org.
* sendmail 8.12.9 has been importedgshapiro2003-03-291-4/+4
|
* Fix conflicts from sendmail 8.12.9 importgshapiro2003-03-294-9/+139
|
* This commit was generated by cvs2svn to compensate for changes in r112810,gshapiro2003-03-2958-174/+329
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import sendmail 8.12.9gshapiro2003-03-2962-183/+464
| |
* | This commit was generated by cvs2svn to compensate for changes in r112680,kan2003-03-26136-29589/+0
| | | | | | | | which included commits to RCS files with non-trunk default branches.
* | This commit was generated by cvs2svn to compensate for changes in r112620,das2003-03-256-33/+23
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import new sources. The only material change in this update is todas2003-03-256-33/+23
| | | | | | | | | | | | | | | | | | | | | add locale support for hexadecimal floating point conversions. Noticed by: ache Reviewed by: mike (mentor)
* | | We don't have cat(1) and kill(1) on the miniroot disks.mbr2003-03-231-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | This fix will be committed to the ISC repo later, but for now take this file out of the vendor tree. Reviewed by: phk Approved by: murray
* | | Add support for OpenBSD extensions to the $CVSROOT/config syntax.des2003-03-201-0/+21
| | | | | | | | | | | | | | | Approved by: peter Obtained from: OpenBSD
* | | Enable locale support in strtod() and dtoa().das2003-03-191-0/+1
| | | | | | | | | | | | | | | Noticed by: ache Reviewed by: mike (mentor)
* | | This commit was generated by cvs2svn to compensate for changes in r112415,das2003-03-195-51/+29
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import gdtoa sources dated 20030318, which contain several locale fixes.das2003-03-195-51/+29
| | | | | | | | | | | | Reviewed by: mike (mentor)
* | | Add a -v(erbose) flag to undo our -q(uiet) default.obrien2003-03-182-0/+10
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r112336,obrien2003-03-177-26/+99
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Vendor import of bwk's 14-March-2003 release.obrien2003-03-177-26/+99
| | | |
* | | | Local patches:das2003-03-121-49/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - include extra system headers and add appropriate #defines - use a spinlock to synchronize parts of gdtoa - protect exported symbols with leading underscores Reviewed by: bde (briefly), mike (mentor), obrien
* | | | This commit was generated by cvs2svn to compensate for changes in r112158,das2003-03-1283-0/+24573
|\ \ \ \ | | |/ / | |/| | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Initial import of David Gay's gdtoa library for conversion betweendas2003-03-1283-0/+24573
| / / | | | | | | | | | strings and floating point.
* | | Fixes for the Russian translations of the messages.jdp2003-03-082-8/+8
| | | | | | | | | | | | | | | | | | | | | PR: bin/48035, bin/48036 Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru> Reviewed by: ache MFC after: 4 weeks
* | | Unbreak Kerberos 5 authentication in telnet.nectar2003-03-061-0/+24
| | | | | | | | | | | | | | | | | | (Credential forwarding is still broken.) PR: bin/45397
* | | sendmail 8.12.8 has been importedgshapiro2003-03-031-4/+4
| | |
* | | Fix conflicts from sendmail 8.12.8 importgshapiro2003-03-034-111/+192
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r111823,gshapiro2003-03-0327-121/+264
|\ \ \ | | |/ | |/| | | | which included commits to RCS files with non-trunk default branches.
| * | Import sendmail 8.12.8gshapiro2003-03-0331-232/+456
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r111756,obrien2003-03-0219-2911/+0
| | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
* | | Merge tcpdump 3.7.2fenner2003-03-0217-375/+129
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r111726,fenner2003-03-0235-812/+824
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import tcpdump 3.7.2 (fudging for multi-DLT support) fromfenner2003-03-0251-909/+1009
| | | | | | | | | | | | | | | | http://www.tcpdump.org/release/tcpdump-3.7.2.tar.gz
* | | | This commit was generated by cvs2svn to compensate for changes in r111658,obrien2003-02-2824-109/+427
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Virgin import of Christos Zoulas's FILE 3.41.obrien2003-02-2824-109/+427
| | | | | | | | | | | | | | | | | | | | | | | | | * - fix memory allocation problem (Jeff Johnson) * - fix stack overflow corruption (David Endler)
* | | | | Follow the (good) trend of returning import files to vendor versionsgshapiro2003-02-2315-25/+2
| | | | | | | | | | | | | | | | | | | | where possible for easier future imports.
* | | | | This local FreeBSD mod isn't needed now that we have the freebsd* ostypegshapiro2003-02-231-1/+0
| | | | | | | | | | | | | | | | | | | | files.
* | | | | This commit was generated by cvs2svn to compensate for changes in r110989,des2003-02-161-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | MFP4: guard against null pointer dereference which sshd can cause (#25271)des2003-02-161-2/+2
| | | | | |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r110949,obrien2003-02-1530-92/+397
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Virgin import of Christos Zoulas's FILE 3.40.obrien2003-02-1530-92/+397
| | | | | |
* | | | | | bring changes in IPFilter to 3.4.31 on to the headdarrenr2003-02-1510-16/+60
| | | | | |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r110917,darrenr2003-02-1548-179/+1037
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Import userland tools for IPFilter 3.4.31 into -currentdarrenr2003-02-1575-407/+1711
| | | | | | |
* | | | | | | Use the stock (FSF) version of this file.ru2003-02-147-10/+0
| | | | | | |
* | | | | | | Moved the libugidfw library definition out from contributed sourceru2003-02-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to where it actually belongs. Submitted by: phantom
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r110647,gshapiro2003-02-101-3/+3
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Import proto.m4 fix from vendor repository. This fixes a cf buildinggshapiro2003-02-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | bug if LOCAL_RELAY and/or MAIL_HUB are used in an mc file.
* | | | | | | Merge FreeBSD modifications into gcc 3.2.2 release:kan2003-02-101-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.8 printf format error fixes.
OpenPOWER on IntegriCloud