summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Bump __FreeBSD_cc_version for (1) 5.1 (post-mortem) (2) -pthread changes.obrien2003-09-121-1/+1
| | | | |
* | | | | Restore behaviour from rev. 1.9. Only log when there is a real changembr2003-09-091-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to the configuration state. Noticed by: obrien
* | | | | Unbreak Russian KOI8-R support.ru2003-09-085-15/+16
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r119743,joe2003-09-041-3/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | This file was missing in the snap, but it ought to be updated in thejoe2003-09-041-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | vendor branch.
* | | | | | Remove the -pthread option (in FreeBSD versions 500016 and greater) asdeischen2003-09-031-11/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | threatened over 2 years ago. Why? -pthread was a hack to prevent linking to both libc and libc_r and became unecessary when libc_r became free of libc. Now that we have multiple thread libraries from which to choose, it is more confusing because you can't link to more than one threads library at a time. Things like autoconf and libtool sometimes detect -pthread and also -lc_r, and in conjunction with ports usage of ${PTHREAD_LIBS}, really wacky things ensue when PTHREAD_LIBS is set to another threads library. This might not be so bad if the build broke when this happens, but it doesn't and you don't know it until funny things happen when you run the application (or use an affected library). Reviewed by: obrien
* | | | | | Add notice about deleting .cvsignorembr2003-09-031-0/+2
| | | | | |
* | | | | | Apparently these slipped through the import procedure.mbr2003-09-0311-136/+0
| | | | | | | | | | | | | | | | | | | | | | | | Kill them again.
* | | | | | Sync with 6.0.9 import. Add my email.mbr2003-09-021-4/+5
| | | | | |
* | | | | | Resolve conflicts.mbr2003-09-0227-1621/+437
| | | | | |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r119679,mbr2003-09-02247-1246/+19192
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Virgin import of AMD (am-utils) 20030828 (6.0.9)mbr2003-09-02273-1498/+19514
| | | | | |
* | | | | | Import ISC DHCP 3.0.1 RC12 client.mbr2003-09-021-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - s/include/includes - remove already merged files
* | | | | | Resolve conflicts.mbr2003-09-025-686/+699
| | | | | |
* | | | | | Resolve conflicts.mbr2003-09-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * rev. 1.22
* | | | | | Resolve conflicts:mbr2003-09-021-13/+35
| | | | | | | | | | | | | | | | | | | | | | | | * rev. 1.33/1.25
* | | | | | This commit was generated by cvs2svn to compensate for changes in r119669,mbr2003-09-029-75/+233
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Import ISC DHCP 3.0.1 RC12 client.mbr2003-09-0216-787/+993
| | | | | | |
* | | | | | | Sync with ISC repo. Use SIGTERM instead of SIGKILL, make oldpid a long andmbr2003-09-021-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | cast it into a pid_t.
* | | | | | | Backout rev 1.10.deischen2003-09-011-2/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by: obrien
* | | | | | | Remove -pthread as a compiler option. It was deprecated 2.5 yearsdeischen2003-08-311-38/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ago, but not removed. No reply from: threads, kan, obrien
* | | | | | | Merge local changesache2003-08-311-13/+53
| | | | | | |
* | | | | | | Merge local changesache2003-08-318-458/+1298
| | | | | | |
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r119610,ache2003-08-3180-5632/+12795
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | Virgin import of GNU Readline 4.3ache2003-08-3188-6107/+14138
| | | | | | | |
* | | | | | | | Merge local fixesache2003-08-302-39/+34
| | | | | | | |
* | | | | | | | Remove file no longer in the distache2003-08-301-3/+0
| | | | | | | |
* | | | | | | | This commit was generated by cvs2svn to compensate for changes in r119582,ache2003-08-3014-376/+1095
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | Virgin import (trimmed) of GNU Sort, textutils 2.1ache2003-08-3015-411/+1122
| | | | | | | | |
* | | | | | | | | Replace a reference to /kernel with /boot/kernel/kerneleivind2003-08-261-1/+1
| | | | | | | | |
* | | | | | | | | Reformat FBSD_{START,END}FILE_SPEC to FSF coding standards.obrien2003-08-243-45/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use these in our i386, amd64, and alpha platforms.
* | | | | | | | | Remove the # ("stringify") operator from the printf() arguments intjr2003-08-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the iprintf macro. It was causing the actual format string and variable names to be written out, instead of substituting the values of the variables into the format string.
* | | | | | | | | Enable warn_system_heders by default.kan2003-08-222-1/+2
| | | | | | | | |
* | | | | | | | | Merge FreeBSD modifications into gcc 3.3.1-prerelease:kan2003-08-221-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.2 don't let gcc(1) hide warnings in system headers. Don't disable warning suppression unconditionally, but rather make in dependent on warn_system_headers flag, one should be able to use -Wno-system-headers flag if warnings from system headers are not desired.
* | | | | | | | | Merge FreeBSD modifications into gcc 3.3.1-release:kan2003-08-221-11/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.8 printf format error fixes.
* | | | | | | | | Merge FreeBSD modifications into gcc 3.3.1-release:kan2003-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.2 Localize the version string.
* | | | | | | | | Merge FreeBSD modifications into gcc 3.3.1-release:kan2003-08-221-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.3 suppress warnings on K&R main.
* | | | | | | | | Merge FreeBSD modifications into gcc 3.3.1-release:kan2003-08-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.2 -fformat-extensions. 1.7 FORCE_OPTIMIZATION_DOWNGRADE knob for Alpha. 1.14 -O0 -O1 optimize alignment for time, not size.
* | | | | | | | | Stock files.kan2003-08-222-4/+7
| | | | | | | | |
* | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r119262,kan2003-08-221-0/+8
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | Gcc 3.3.1-release libf2c bits.kan2003-08-221-0/+8
| | | | | | | | |
* | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r119260,kan2003-08-221-0/+8
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | Gcc 3.3.1-release Objective C support bits.kan2003-08-221-0/+8
| | | | | | | | |
* | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r119258,kan2003-08-229-61/+9466
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | Gcc 3.3.1-release C++ support bits.kan2003-08-229-61/+9466
| | | | | | | | |
* | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r119256,kan2003-08-2252-1255/+2380
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | Gcc 3.3.1-release.kan2003-08-2260-1289/+2437
| | | | | | | | |
* | | | | | | | | Tell the toolchain to look for rtld in /libexec instead of /usr/libexec.gordon2003-08-174-4/+4
| | | | | | | | |
* | | | | | | | | Implement what has been documented for a long time: make -debug switchharti2003-08-131-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on socket debugging. Okay'ed by: markm
* | | | | | | | | Change name of state_link() to state_polling() to make itmbr2003-08-103-49/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more clear what it does. Trim interface_active() to just do what it should do. Check if we got link or not and if the NIC supports it. No special treatment for mediachecks here anymore. Simplify the code a lot, and remove doublicated parts. Fix two minor spelling errors. Add one missing #ifdef ENABLE_POLLING_MODE Reviewed by: mdodd
OpenPOWER on IntegriCloud