Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Teach gcc how to put unitialized data into BSS on FreeBSD. | kan | 2003-04-13 | 1 | -0/+21 |
| | |||||
* | Fix a typo in the -O parsing code that caused a crash when the -O option | tjr | 2003-04-12 | 1 | -1/+2 |
| | | | | | | | is used without supplying "sowner:sgroup". Obtained from: NetBSD (jdolecek) PR: 37171 | ||||
* | Add some missing prototypes to eliminate some warnings. These already | das | 2003-04-09 | 1 | -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(). | das | 2003-04-05 | 1 | -0/+2 |
| | |||||
* | update man page to reflect change in default syslog level ipmon is now ↵ | darrenr | 2003-04-05 | 1 | -1/+1 |
| | | | | compiled with | ||||
* | Change the default syslog facility from LOG_LOCAL0 to LOG_SECURITY after | darrenr | 2003-04-05 | 1 | -1/+2 |
| | | | | discussion on security@freebsd.org. | ||||
* | sendmail 8.12.9 has been imported | gshapiro | 2003-03-29 | 1 | -4/+4 |
| | |||||
* | Fix conflicts from sendmail 8.12.9 import | gshapiro | 2003-03-29 | 4 | -9/+139 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r112810, | gshapiro | 2003-03-29 | 58 | -174/+329 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import sendmail 8.12.9 | gshapiro | 2003-03-29 | 62 | -183/+464 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r112680, | kan | 2003-03-26 | 136 | -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, | das | 2003-03-25 | 6 | -33/+23 |
|\ \ | | | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | | Import new sources. The only material change in this update is to | das | 2003-03-25 | 6 | -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. | mbr | 2003-03-23 | 1 | -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. | des | 2003-03-20 | 1 | -0/+21 |
| | | | | | | | | | | | | | | | Approved by: peter Obtained from: OpenBSD | ||||
* | | | Enable locale support in strtod() and dtoa(). | das | 2003-03-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | Noticed by: ache Reviewed by: mike (mentor) | ||||
* | | | This commit was generated by cvs2svn to compensate for changes in r112415, | das | 2003-03-19 | 5 | -51/+29 |
|\ \ \ | |/ / | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | | Import gdtoa sources dated 20030318, which contain several locale fixes. | das | 2003-03-19 | 5 | -51/+29 |
| | | | | | | | | | | | | Reviewed by: mike (mentor) | ||||
* | | | Add a -v(erbose) flag to undo our -q(uiet) default. | obrien | 2003-03-18 | 2 | -0/+10 |
| | | | |||||
* | | | This commit was generated by cvs2svn to compensate for changes in r112336, | obrien | 2003-03-17 | 7 | -26/+99 |
|\ \ \ | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | | | Vendor import of bwk's 14-March-2003 release. | obrien | 2003-03-17 | 7 | -26/+99 |
| | | | | |||||
* | | | | Local patches: | das | 2003-03-12 | 1 | -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, | das | 2003-03-12 | 83 | -0/+24573 |
|\ \ \ \ | | |/ / | |/| | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | | | Initial import of David Gay's gdtoa library for conversion between | das | 2003-03-12 | 83 | -0/+24573 |
| / / | | | | | | | | | | strings and floating point. | ||||
* | | | Fixes for the Russian translations of the messages. | jdp | 2003-03-08 | 2 | -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. | nectar | 2003-03-06 | 1 | -0/+24 |
| | | | | | | | | | | | | | | | | | | (Credential forwarding is still broken.) PR: bin/45397 | ||||
* | | | sendmail 8.12.8 has been imported | gshapiro | 2003-03-03 | 1 | -4/+4 |
| | | | |||||
* | | | Fix conflicts from sendmail 8.12.8 import | gshapiro | 2003-03-03 | 4 | -111/+192 |
| | | | |||||
* | | | This commit was generated by cvs2svn to compensate for changes in r111823, | gshapiro | 2003-03-03 | 27 | -121/+264 |
|\ \ \ | | |/ | |/| | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | | Import sendmail 8.12.8 | gshapiro | 2003-03-03 | 31 | -232/+456 |
| | | | |||||
* | | | This commit was generated by cvs2svn to compensate for changes in r111756, | obrien | 2003-03-02 | 19 | -2911/+0 |
| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
* | | | Merge tcpdump 3.7.2 | fenner | 2003-03-02 | 17 | -375/+129 |
| | | | |||||
* | | | This commit was generated by cvs2svn to compensate for changes in r111726, | fenner | 2003-03-02 | 35 | -812/+824 |
|\ \ \ | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | | | Import tcpdump 3.7.2 (fudging for multi-DLT support) from | fenner | 2003-03-02 | 51 | -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, | obrien | 2003-02-28 | 24 | -109/+427 |
|\ \ \ \ | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | | | | Virgin import of Christos Zoulas's FILE 3.41. | obrien | 2003-02-28 | 24 | -109/+427 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * - fix memory allocation problem (Jeff Johnson) * - fix stack overflow corruption (David Endler) | ||||
* | | | | | Follow the (good) trend of returning import files to vendor versions | gshapiro | 2003-02-23 | 15 | -25/+2 |
| | | | | | | | | | | | | | | | | | | | | where possible for easier future imports. | ||||
* | | | | | This local FreeBSD mod isn't needed now that we have the freebsd* ostype | gshapiro | 2003-02-23 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | files. | ||||
* | | | | | This commit was generated by cvs2svn to compensate for changes in r110989, | des | 2003-02-16 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | | | | | MFP4: guard against null pointer dereference which sshd can cause (#25271) | des | 2003-02-16 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r110949, | obrien | 2003-02-15 | 30 | -92/+397 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | | | | | Virgin import of Christos Zoulas's FILE 3.40. | obrien | 2003-02-15 | 30 | -92/+397 |
| | | | | | | |||||
* | | | | | | bring changes in IPFilter to 3.4.31 on to the head | darrenr | 2003-02-15 | 10 | -16/+60 |
| | | | | | | |||||
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r110917, | darrenr | 2003-02-15 | 48 | -179/+1037 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | | | | | | Import userland tools for IPFilter 3.4.31 into -current | darrenr | 2003-02-15 | 75 | -407/+1711 |
| | | | | | | | |||||
* | | | | | | | Use the stock (FSF) version of this file. | ru | 2003-02-14 | 7 | -10/+0 |
| | | | | | | | |||||
* | | | | | | | Moved the libugidfw library definition out from contributed source | ru | 2003-02-14 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to where it actually belongs. Submitted by: phantom | ||||
* | | | | | | | This commit was generated by cvs2svn to compensate for changes in r110647, | gshapiro | 2003-02-10 | 1 | -3/+3 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | | | | | | Import proto.m4 fix from vendor repository. This fixes a cf building | gshapiro | 2003-02-10 | 1 | -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: | kan | 2003-02-10 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.8 printf format error fixes. |