summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Collapse)Author
2010-03-19(re-)run gcc mknative for powerpc64.skrll
Fixes PR/43008.
2010-03-14update all of these makefiles for the .so -> .pico change.mrg
most of them are most harmless, but the libgcc parts are quite essential. before this change, all the special rules for .pico files were not applied, and exception handling wasn't enabled. this caused c++ exceptions not to work on sparc64. this fixes the build of boost-headers (it was correctly calling exception support broken!), which in turn makes all the things that depend upon it to actually work again on sparc64.
2010-02-21Add more FreeBSD versions.wiz
2010-02-21Add FreeBSD-8.0.wiz
2010-02-04Sort library descriptions.wiz
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
OK: core@, jdc@
2010-01-26Install mom macro sets again, per request from Petar Bogdanovic.wiz
Don't install generated PostScript files that were part of the reason for the removal. Based on a patch by him with slight changes.
2009-12-15XXX: turn off sim support by hand. yay, now gdb links on mips64.mrg
2009-12-15First pass at gdb mknative for mips64*skrll
2009-12-14Conditionalize gnu/usr.bin/groff build by ${MKGROFF}.uebayasi
2009-12-14run mknative-gcc for these, in -current.mrg
2009-12-14regenerate these with -current mknative-gcc.mrg
2009-12-14add the mips64 files as found on the matt-nb5-mips64 branch,mrg
for base-reference.
2009-12-05Remove support for NetBSD/playstation2.pooka
2009-11-11Add the -iremap option to gcc(1) and cpp(1). This option specifies ajoerg
prefix transformation rule for __FILE__ and can be used to avoid hard-coding the location of the source tree in the resulting binary.
2009-11-08Remove binutils 2.16 crossover build files.skrll
2009-11-06Accept -U num. Nowadays, diff(1) rejects -u0 etc by default.enami
2009-10-29YY_NO is not needed here.christos
2009-10-24Reduce amount of macro magic. Use the same special characters as nroffjoerg
can deal with limitations of the terminal.
2009-10-23Don't even try to use mandoc for the groff documentation.joerg
2009-10-23Reduce macro magic. Ensure that GNU is on the left side.joerg
Consistently use roff character entities, nroff is smart enough to deal with that.
2009-10-19put back getline.christos
2009-10-18we have getdelim and getline, no need for a separate copy here.christos
2009-10-12we have getdelim now!christos
2009-09-24The version from defs.mk is in G_VERSION.skrll
2009-09-08Rename MKBFD to MKBINUTILS and support HAVE_BINUTILS for set lists. Thisskrll
makes {MK,HAVE_}BINUTILS consistent with {MK,HAVE_}{GCC,GDB}. Allow MKBFD to defines MKBINUTILS as a backwards compatibility hook. Update the sets lists and add conditionals for lib{bfd,opcodes}.
2009-08-19Use SCRIPTS instead of FILES to handle (executable) scripts.asau
Approved by dholland.
2009-08-18Make binutils stuff conditional on HAVE_BINUTILS being 216.skrll
2009-06-25Add explanation of libiscsi, get rid of openpgpsdkagc
2009-05-16change description of libbluetooth to "Bluetooth Library" as it containsplunky
more than just host lookups also, remove libsdp as that has been deprecated
2009-05-07Add an entry for 5.1.snj
2009-05-04Enable -mtune=nocona by default on x86. I have tested on a range of CPUsad
and this seems to give the best results.
2009-04-30Convert gcov man page to mdoc(7) using othersrc/usr.bin/pod2mdoc.joerg
Do some manual post-processing and use that as new gcov(1). The original version is included to add as base for three-way merges.
2009-04-30Convert CPP man page to mdoc(7) using othersrc/usr.bin/pod2mdoc.joerg
Do some manual post-processing and use that as new cpp(1). The original version is included to add as base for three-way merges.
2009-04-30Convert GCC man page to mdoc(7) using othersrc/usr.bin/pod2mdoc.joerg
Do some manual post-processing and use that as new gcc(1). The original version is included to add as base for three-way merges. OK wiz, no objection from tech-userlevel.
2009-04-28Add a definition for libnetpgpagc
2009-04-28Fix librefuse macro to show -lrefuse (not -lfuse).reed
That will fix "man refuse" Library details.
2009-04-20define YY_NO_INPUT where appropriate, from Kurt J. Lidl per PR misc/41160drochner
2009-04-18goodbye old cvschristos
2009-04-12Install some default transliterations for man pages. If nroff is usedjoerg
with ASCII as output, encode the German umlaut and szet characters with the normal transliteration rules. OK wiz@
2009-04-08unhook cvschristos
2009-03-27regenerated after i386 gcc configuration change (assume i486)drochner
2009-03-11Add entry for libfetch.joerg
2009-02-25Make grep a host tool.sketch
2009-01-31Add an entry for libopenpgpsdk. Thanks to wiz for the nudge.agc
2009-01-26add a few quotes to make older make(1) happy.christos
2009-01-06some fixes for PR#40170:mrg
- set NATIVE=yes in the environment for genscripts.sh - set LIB_PATH to /usr/lib/{sparc,i386} for those scripts - set use_sysroot to "yes", to enable LIB_PATH to work in genscripts.sh
2008-11-04pass HOST_CFLAGS when building cross toolsdbj
2008-11-02Add manual page for nsp(4), the driver for NSP2000 cryptographictls
accellerators. Adjust mdoc.local so it knows about .Fx 4.11, present in nsp manual page.
2008-10-31Set doc-operating-system and doc-default-operating-systemagc