summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
...
* Upgrade to textutils 2.1 sortache2003-08-303-109/+176
|
* Introduce more knobs to slim down FreeBSD userlandphk2003-08-291-1/+6
| | | | | | | NO_TOOLCHAIN skips Compilers and Binutils NO_USB skips USB stuff NO_VINUM skips Vinum stuff NO_ACPI skips ACPI stuff
* Properly quote the lib path.obrien2003-08-196-6/+6
|
* Stage 3 of dynamic root support, con't.obrien2003-08-176-6/+6
| | | | 'ld' should also search /lib for dynamic libraries.
* s/x86_64/amd64/g where possible.obrien2003-08-171-2/+2
|
* The as(1) manpage was missing on i386 and amd64.ru2003-08-142-2/+1
|
* Back out revision 1.32; it attaches the files in the wrong section of the PR.ceri2003-08-111-3/+0
|
* Have the -a and -f options work together.ceri2003-08-111-0/+3
| | | | PR: misc/40057
* Added description for the libufs(3) library.ru2003-08-052-0/+2
| | | | | PR: 55238 Reviewed by: jmallett
* LANG->LC_ALLache2003-08-041-1/+1
| | | | Pointed by: ru
* Use LANG=C before tr to be sure that ranges are correctache2003-08-041-1/+1
| | | | Strip [] from ranges
* Remove collate_range_cmp() stabilization, it conflicts with rangesache2003-08-031-7/+4
|
* If ${GCC_CPU}-c.c exists, we need to use it.obrien2003-07-311-0/+3
|
* returned length can exceed the limits of type charjwd2003-07-291-1/+1
| | | | | | Submitted by: blc@bsdwins.com Approved by: gad MFC after: 1 week
* Including dynamically generated osreldate.h wasn't such a goodkan2003-07-131-1/+3
| | | | | | | | idea after all. Fix cross-builds and ia64 builds. gnu/lib/csu/Makefile is modified to pre-include osreldate.h and gnu/usr.bin/cc/cc_tools/auto-host.h will avoid including sys/param.h if __FreeBSD_version is already defined.
* Include osreldate.h instead of sys/param.h to get __FreeBSD_versionkan2003-07-111-1/+1
| | | | definition. This fixes buildworld breakage on ia64.
* Update bmake bits to build GCC 3.3.1-prerelease.kan2003-07-117-79/+254
|
* Update for GCC 3.3.1-pre.kan2003-07-112-46/+90
|
* Temporarily turn off -Werror for these components.kan2003-07-112-1/+2
|
* Only define a default editor if one isn't already defined.obrien2003-07-071-0/+2
|
* bfd_elf32_i386_freebsd_vec is the only 32-bit vector we really need.obrien2003-07-011-1/+1
| | | | ar and nm aren't very smart when faced with multiple applicable vectors.
* Add elf_i386_fbsd emulation.obrien2003-07-011-0/+14
| | | | Obtained from: p4
* Fixed build.ru2003-07-011-0/+1
| | | | Noticed by: bde
* Don't build separate annotate.info, it's already part of gdb.info.ru2003-07-011-2/+1
|
* Add missing quote after cut/paste error in last commit. :-(peter2003-06-261-1/+1
|
* Update the target.obrien2003-06-265-15/+15
|
* Configure gcc in biarch mode for amd64 so that the -m32 flag is enabledpeter2003-06-261-2/+1
| | | | | | for things like boot blocks etc. Reviewed by: kan
* Add an amd64 category now that amd64 has its own mailing list and all.des2003-06-202-0/+4
|
* Remove MAINTAINER lines.obrien2003-06-141-4/+0
|
* When building a shared library, link it against libgcc_pic.a instead of thepeter2003-06-131-1/+2
| | | | | | | | | | | non-PIC libgcc.a. Linking non-pic code into a shared library is not a good thing. It happens to break amd64 at compile time, and the ppc folks want it too. The problem is mainly with C++ code, unwind-dw2.c in particular. Most of the other functions in libgcc.a are self contained so most of the time it isn't a problem. The dwarf2 unwinder is not safe though since it does make global variable references. Reviewed by: kan
* Teach mdoc(7) about the upcoming 5.2-RELEASE.ru2003-06-091-0/+1
| | | | Suggested by: juli
* Usekuriyama2003-06-062-2/+2
| | | | | | | | | cat ${.ALLSRC} > ${.TARGET} rather than ln -sf ${.ALLSRC} ${.TARGET} not to depends on absolute-path of symbolic links. Commented by: marcel, obrien, bde
* Make the footer display "FreeBSD 5.1".ru2003-06-051-1/+1
|
* We have at least one consumer of the upcoming FreeBSD 4.9.ru2003-06-021-0/+1
|
* Add a temporary indirect patch for gcc when targeting amd64. This is topeter2003-05-242-2/+67
| | | | | | | | | | | | | | | | | | | | | | give the cvs tree a surviving a 'make world'. One of the two diff chunks is already in gcc-3.3, the other has been committed to gcc's HEAD and is in the pipeline for gcc-3.3.1 (but has not been committed yet). The first chunk simplifies an excessively complex assembler statement when generating switch jump tables. The use of '.' causes as(1) to choke on big files. Use a simpler form instead. This is only an issue for TARGET_64BIT mode. The second chunk fixes an internal compiler error when compiling libc/stdio/vfprinf.c. While this is supposedly only an issue for 64 bit mode, it does touch the 32 bit i386 code paths, so this patch is only applied for TARGET_ARCH == amd64 to keep the risks down. Breaking gcc at the 11th hour would suck. This will be removed when it is time to import gcc-3.3. Discussed with: kan Approved by: re (jhb)
* Set the binutils arch for as/nm correctly on the amd64 platform.peter2003-05-081-1/+6
| | | | | | | As far as binutils is concerned, the amd64 platform is still called "x86-64"/"x86_64". Setting things from ${MACHINE_ARCH} breaks that. Approved by: re (scottl)
* Enable GSSAPI/Kerberos 5 support (aka `gserver').nectar2003-05-051-9/+6
| | | | MFC after: 1 month
* Fix build on 4.x.ru2003-05-021-0/+4
|
* Re-enable building of Groff documentation; texinfo has just beenru2003-05-021-1/+0
| | | | upgraded to version 4.5.
* Update for texinfo 4.5.ru2003-05-021-1/+1
|
* catman(1) sources now live elsewhere.ru2003-05-013-579/+0
|
* Lock GCC w/o -m32 into 64-bit mode.obrien2003-05-011-0/+4
|
* Upgrade to Groff 1.19.ru2003-05-0131-86/+155
|
* Replace beforeinstall: with plain FILES.ru2003-04-301-7/+2
|
* Wrap gperf in NO_CXX as it needs the C++ to compile.obrien2003-04-271-4/+3
|
* We're changing the platform name from x86[_-]86 to amd64.obrien2003-04-264-7/+7
|
* The AMD64 Hammer bits.obrien2003-04-269-1/+4430
|
* Remove first attempt at x86-64 bits. We're going to call it "amd64" now.obrien2003-04-267-4250/+0
| | | | Sponsored by: Microsoft
* Removed invasion into these makefiles by the "legacy" stuff;ru2003-04-1212-48/+36
| | | | I have a better fix in the works.
* libbinutils.a needs basename(3); when the latter is providedru2003-04-1112-36/+48
| | | | by -legacy, liblegacy.a should come last in the LDADD list.
OpenPOWER on IntegriCloud