summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r69180,obrien2000-11-261-3/+4
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import a virgin (but trimed) Binutils 2.10 release.obrien2000-11-261-3/+4
| |
* | This commit was generated by cvs2svn to compensate for changes in r69159,obrien2000-11-251-0/+9
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of GNU Binutils version 2.10.1.obrien2000-11-251-0/+9
| | | | | | | | Believe it or not, this is heavily stripped down.
* | Remove binutils 2.9.1 files that are not part of 2.10.x.obrien2000-11-2515-2852/+0
| |
* | Remove binutils 2.9.1 files that are not part of 2.10.x.obrien2000-11-256-5232/+0
| |
* | Remove this binutils 2.8.1 file that was never part of any FreeBSD release.obrien2000-11-252-128/+0
| |
* | Remove this binutils 2.8.1 file that was never part of any FreeBSD release.obrien2000-11-254-834/+0
| |
* | Update for the Bintuils 2.10.1 import.obrien2000-11-232-32/+31
| |
* | Add the appropriate magic to make .Fx 4.1.1 work.ben2000-11-232-0/+2
| |
* | Make An macro understand two special arguments, -nosplitru2000-11-221-7/+9
| | | | | | | | | | | | and -split. See the mdoc.samples(7) manpage for details. Reviewed by: sheldonh
* | mdoc(7) police: use the new features of the Nm macro.ru2000-11-202-42/+42
| |
* | Add libcompat record for .Lb macro.sheldonh2000-11-201-0/+1
| |
* | Fix a buffer overflow from a long local hostname.kris2000-11-191-2/+2
| | | | | | | | Obtained from: OpenBSD
* | While in the SYNOPSIS section, Nm macro always required anru2000-11-181-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | argument to setup indentation for the rest of the synopsis line and to automatically emit a line break for a non-first synopsis line. It does not require it anymore. The following now works as expected: .Sh NAME .Nm utility .Sh SYNOPSIS .Nm .Cm start .Nm .Cm stop
* | Return to the stock version of this file as local FreeBSD modsru2000-11-171-8/+3
| | | | | | | | | | to it have been made in mdoc(7) format, but now it is again in man(7) format, and the vendor apparently incorporated our mods.
* | Fixed Nm macro so that it accepts punctuation characters as argument.ru2000-11-171-15/+4
| | | | | | | | | | | | | | | | | | | | For example, neither of the following worked before: .Nm , name, .Nm . name. .Nm : name: .Dq Nm ``name'' .Op Nm . [name].
* | Make the question mark (`?') a valid punctuation character.ru2000-11-163-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | One can now, for example, write: .Sh EXAMPLES Have you read the .Xr mdoc 7 ? .Pp Do you like .Fx ? The mdoc.samples(7) page has been automatically updated to record this change.
* | Fix problem with extra space after an Xr, because aZ was being called twice.ru2000-11-161-7/+5
| | | | | | | | | | | | Fix the no-space-after-a-period-in-macro problem. Obtained from: NetBSD
* | dyn-string.* moved to libiberty/ and include/.obrien2000-11-152-141/+0
| |
* | Merge rev 1.2 into Binutils 2.10.1.obrien2000-11-151-125/+184
| | | | | | | | | | Teach `ld' about FreeBSD (ie, fix the All the World's Linux) and how to access our ld ELF hints.
* | Merge conflicts. Adds revs 1.2 and 1.3 (FreeBSD configuration support),obrien2000-11-151-1/+3
| | | | | | | | and preliminary sparc, strongarm, PPC FreeBSD support to Binutils 2.10.1.
* | Merge rev 1.2 (FreeBSD configuration support) into Binutils 2.10.1.obrien2000-11-151-1/+1
| |
* | Merge conflicts into Binutils 2.10.1.obrien2000-11-152-170/+186
| | | | | | | | | | This fixes the i386 config bits, merge in the Alpha bits, and adds arm32 & sparc bits.
* | We use the stock version of this file now.obrien2000-11-151-1/+1
| |
* | Return to the vendor's version of this file as in rev 1.4.obrien2000-11-151-11/+30
| |
* | We use the stock version of this file now.obrien2000-11-151-2/+21
| | | | | | | | (Our needs have been addressed by the Binutils maintainers)
* | Only define "ELF_DYNAMIC_INTERPRETER" if it isn't defined elsewhere.obrien2000-11-151-3/+8
| | | | | | | | | | FreeBSD does not adhear to the System V 64-bit ABI for the dynamic [linker] interpreter, and thus must override this value.
* | Only define "ELF_DYNAMIC_INTERPRETER" if it isn't defined elsewhere.obrien2000-11-151-4/+11
| | | | | | | | | | FreeBSD does not adhear to the Intel386 System V ABI for the dynamic [linker] interpreter, and thus must override this value.
* | Merge our ELF branding into Binutils 2.10.1.obrien2000-11-151-11/+33
| |
* | This commit was generated by cvs2svn to compensate for changes in r68765,obrien2000-11-1549-901/+5948
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of GNU Binutils version 2.10.1.obrien2000-11-1560-1228/+6420
| | | | | | | | Believe it or not, this is heavily stripped down.
* | Use Fx macro wherever possible.ru2000-11-141-1/+1
| |
* | Fixed the last-minute bug I have made in previous revision (.ie -> .if).ru2000-11-131-1/+1
| |
* | Really make the Fx macro parsed and callable.ru2000-11-132-34/+48
| |
* | This commit was generated by cvs2svn to compensate for changes in r68673,obrien2000-11-1313-0/+912
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import a virgin (but trimed) Binutils 2.10 release.obrien2000-11-1313-0/+912
| |
* | remove files not needed.obrien2000-11-133-4062/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r68670,obrien2000-11-133-0/+4062
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Upgrade to Binutils 2.10.0.obrien2000-11-133-0/+4062
| |
* | Properly format the SUBTARGET_SWITCHES so that ``gcc -v --help'' printsobrien2000-11-111-6/+6
| | | | | | | | | | | | | | them out. PR: 19326 Submitted by: Naohiko Tsuji <yakisoba@f2.dion.ne.jp>
* | Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-102-9/+1
| |
* | Remove the -kthread option that matched [sort of] the LinuxThreads port.obrien2000-11-071-3/+4
| | | | | | | | | | | | | | | | | | | | This option depended on bits not part of the base system and required people to install the LinuxThreads port in a manner non-consistent with the workings of our Ports Collection. The directions for properly linking with LinuxThreads are given by that port at install time. Requested by: jasone
* | This commit was generated by cvs2svn to compensate for changes in r68396,asmodai2000-11-061-8/+15
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Fix AA being cleared on notify "queries"asmodai2000-11-061-8/+15
| | | | | | | | | | | | Submitted by: Mark Andrews <marka@nominum.com>
* | | This commit was generated by cvs2svn to compensate for changes in r68349,obrien2000-11-05165-0/+15983
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Virgin import of FILE 3.32obrien2000-11-05165-0/+15983
| / /
* | | This commit was generated by cvs2svn to compensate for changes in r68332,kris2000-11-041-7/+19
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import vendor fix for insecure temporary filename creation with thekris2000-11-041-7/+19
| | | | | | | | | | | | | | | | '<<' operator, reported on bugtraq by proton <proton@ENERGYMECH.NET>
* | | | * Consistently use the `make_resolv_conf' function.obrien2000-11-041-13/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Better handling of the 127.0.0.1 route. * Minor style tweak to reduce diffs from v3 script and ours. Obtained from: ISC v3 client script
OpenPOWER on IntegriCloud