aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Fix GNU coding violations.David E. O'Brien2002-09-182-2/+2
| | | | Notes: svn path=/head/; revision=103548
* Stop using 3 distinct and far varied coding styles in a single file.David E. O'Brien2002-09-181-271/+268
| | | | | | | Pretend to actually adhere to the GNU coding standards. Notes: svn path=/head/; revision=103546
* Re-axe.Bruce Evans2002-09-171-31/+0
| | | | Notes: svn path=/head/; revision=103474
* Make `as' compile before it is axed. It still uses the archaic BSDBruce Evans2002-09-171-0/+2
| | | | | | | | | | | | | | interface setbuffer(), and emulates setbuffer() on USG systems using a #define of setbuffer() in terms of setvbuf(). The #define is correctly ifdefed in some places but was not correctly ifdefed here -- i.e., BSD was essentially configured as USG here. This became fatal when <stdio.h> was de-__P(())ified without testing. This file gets included before <stdio.h>, so the #define now affects (and breaks) `setbuffer<left parentheses>' in <stdio.h> where it didn't affect `setbuffer<whitespace>'. Notes: svn path=/head/; revision=103473
* Un-axe this so that it can be fixed before it is axed.Bruce Evans2002-09-171-0/+29
| | | | Notes: svn path=/head/; revision=103472
* BANG! BANG! BANG! Put these bits out of their misery.David E. O'Brien2002-09-17197-82637/+0
| | | | | | | | | | | | | Murdered by members of: a.out.die.die.die ELF is the 1 true path now. So make good on the src/Makefile threat that building a.out will not be supported post 4.x. These bits should either resurface as a port, or a new port using the latest Binutils bits. The later will not support our SunOS-style shared a.out libs; but we shouldn't need such support by this point in time. Notes: svn path=/head/; revision=103437
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-175-8/+3
| | | | | | | | | | | | | | | | | | under way to move the remnants of the a.out toolchain to ports. As the comment in src/Makefile said, this stuff is deprecated and one should not expect this to remain beyond 4.0-REL. It has already lasted WAY beyond that. Notable exceptions: gcc - I have not touched the a.out generation stuff there. ldd/ldconfig - still have some code to interface with a.out rtld. old as/ld/etc - I have not removed these yet, pending their move to ports. some includes - necessary for ldd/ldconfig for now. Tested on: i386 (extensively), alpha Notes: svn path=/head/; revision=103436
* Disable building of the a.out gas and ld. They will become ports.David E. O'Brien2002-09-171-6/+0
| | | | Notes: svn path=/head/; revision=103435
* Create bzgrep.David E. O'Brien2002-09-163-0/+45
| | | | Notes: svn path=/head/; revision=103372
* We're going to have to use a TARGET_ARCH of "x86_64" rather than "x86-64"David E. O'Brien2002-09-124-6/+7
| | | | | | | to make building GCC happy. Notes: svn path=/head/; revision=103257
* Adhere to guidelines when testing for null strings.Eric Melville2002-09-031-1/+1
| | | | | | | Submitted by: rwatson Notes: svn path=/head/; revision=102905
* cvs-1.11.2 seems to bug out if HAVE_MMAP is not defined. It hoses itsPeter Wemm2002-09-022-2/+2
| | | | | | | | | internal buffer management somehow (an off by one perhaps). HAVE_MMAP wasn't detected because configure has a bogus declaration of malloc which conflicted with stdlib.h. Sigh. Notes: svn path=/head/; revision=102854
* version.h is now autogenerated in 1.11.2, not version.cPeter Wemm2002-09-021-4/+5
| | | | Notes: svn path=/head/; revision=102847
* Update for 1.11.1p1 -> 1.11.2 importPeter Wemm2002-09-022-2/+32
| | | | Notes: svn path=/head/; revision=102846
* It seems CVSvn.texi isn't used anymore.Peter Wemm2002-09-021-11/+0
| | | | Notes: svn path=/head/; revision=102845
* Update for 2.12.1 20-July-2002 import.David E. O'Brien2002-09-011-3/+6
| | | | Notes: svn path=/head/; revision=102778
* Update for 2.12.1 20-July-2002 import.David E. O'Brien2002-08-311-2/+2
| | | | Notes: svn path=/head/; revision=102737
* Typo in [^[:alnum:]] character class.Giorgos Keramidas2002-08-311-1/+1
| | | | | | | | PR: docs/41728 Submitted by: osgene@web.de Notes: svn path=/head/; revision=102661
* Our gnats sets Confidential to "no" by default.Giorgos Keramidas2002-08-291-1/+1
| | | | | | | | | PR: docs/41727 Submitted by: osgene@web.de Reviewed by: des Notes: svn path=/head/; revision=102587
* Use the default pager if the environment variable is blank.Eric Melville2002-08-271-1/+1
| | | | | | | | PR: 37662 MFC after: 5 days Notes: svn path=/head/; revision=102475
* Document -p option of diff.Giorgos Keramidas2002-08-261-0/+3
| | | | | | | | PR: docs/41887 Submitted by: tobez Notes: svn path=/head/; revision=102425
* Removed the (never-released) FreeBSD 4.6.1.Ruslan Ermilov2002-08-141-1/+0
| | | | | | | Inspired by: bmah's commit to www/en/releases/4.6.1R Notes: svn path=/head/; revision=101874
* Add definition for FreeBSD 4.6.2.Murray Stokely2002-08-141-0/+1
| | | | Notes: svn path=/head/; revision=101853
* mdoc(7) police: Removed redundant .Ns calls.Ruslan Ermilov2002-08-131-6/+6
| | | | Notes: svn path=/head/; revision=101828
* can not -> cannot.Ruslan Ermilov2002-08-133-3/+3
| | | | Notes: svn path=/head/; revision=101810
* Add PowerPC category.Marc Fonvieille2002-08-131-0/+3
| | | | | | | | | PR: docs/41595 Submitted by: Christian Brueffer <chris@unixpages.org> MFC after: 3 days Notes: svn path=/head/; revision=101779
* Added Russian translation of the .Ex -std macro.Ruslan Ermilov2002-08-072-0/+18
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=101476
* POSIX.1-2001 says ``man -k'' should produce results equivalent toRuslan Ermilov2002-08-072-2/+2
| | | | | | | | | the ``grep -Ei'' searching. MFC after: 3 days Notes: svn path=/head/; revision=101475
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-298-12/+12
| | | | | | | | | for a long time now. Approved by: bde Notes: svn path=/head/; revision=100872
* Recognize frames for lcall_syscall and int0x80_syscall.Peter Wemm2002-07-281-2/+4
| | | | | | | Reminded by: bde Notes: svn path=/head/; revision=100828
* s/${INSTALL} -c/${INSTALL} ${COPY}/Ruslan Ermilov2002-07-186-7/+7
| | | | Notes: svn path=/head/; revision=100313
* Move the definition of FreeBSD 4.6 back to where it belongs.Ruslan Ermilov2002-07-181-1/+2
| | | | Notes: svn path=/head/; revision=100304
* Add definition for FreeBSD 4.6.1.Murray Stokely2002-07-181-0/+1
| | | | Notes: svn path=/head/; revision=100303
* This isn't quite ready for WARNS=3 in the sparc64 case.Mike Barcroft2002-07-161-1/+1
| | | | | | | Noticed by: sparc64 tinderbox Notes: svn path=/head/; revision=100177
* The .Nm utilityPhilippe Charnier2002-07-141-3/+5
| | | | Notes: svn path=/head/; revision=99970
* Add note about the info documentation of diff(1).Giorgos Keramidas2002-07-111-0/+4
| | | | | | | | | | It contains a detailed description of the =format option part. PR: docs/36464 Submitted by: Gary W. Swearingen <swear@blarg.net> Notes: svn path=/head/; revision=99815
* Mention zegrep and zfgrep too,Giorgos Keramidas2002-07-111-1/+7
| | | | | | | | | | and what their equivalent grep options are. PR: docs/35603 Submitted by: "Gary W. Swearingen" <swear@blarg.net> Notes: svn path=/head/; revision=99809
* Make our i386 hacks in a less vendor file disturbing manner.David E. O'Brien2002-07-101-0/+25
| | | | Notes: svn path=/head/; revision=99718
* Stop trying to reimplement libkvm on i386. Instead use it directly andDavid E. O'Brien2002-07-101-819/+417
| | | | | | | | | consistently on all platforms. Submitted by: gallatin Notes: svn path=/head/; revision=99717
* Target specific FreeBSD kgdb hacks.David E. O'Brien2002-07-107-0/+47
| | | | Notes: svn path=/head/; revision=99713
* Revert previous delta; warnings fixed by obrien:Sheldon Hearn2002-07-091-3/+0
| | | | | | | rev 1.5 rc/contrib/gdb/gdb/gdbserver/gdbreplay.c Notes: svn path=/head/; revision=99677
* Define NO_WERROR to unbreak world until the maintainer has had timeSheldon Hearn2002-07-091-0/+3
| | | | | | | to coordinate fixes for this contrib code. Notes: svn path=/head/; revision=99643
* Add the missing dependency (gdbint.info: gdb-cfg.texi).Ruslan Ermilov2002-07-041-1/+1
| | | | | | | This should resume parallel builds, among other things. Notes: svn path=/head/; revision=99405
* Fixed CLEANFILES.Ruslan Ermilov2002-07-041-1/+1
| | | | Notes: svn path=/head/; revision=99401
* Add the "java" category.Dag-Erling Smørgrav2002-07-032-0/+4
| | | | Notes: svn path=/head/; revision=99321
* Reconnect gdb info file to the build.Sheldon Hearn2002-07-013-9/+16
| | | | | | | Submitted by: Szilveszter Adam <sziszi@bsd.hu> Notes: svn path=/head/; revision=99204
* Don't need these any more.David E. O'Brien2002-06-3021-4716/+0
| | | | Notes: svn path=/head/; revision=99114
* Dike out bits specific to i386. This pretty much means no kgdb forDavid E. O'Brien2002-06-301-10/+34
| | | | | | | | | | non-i386 platforms. I would however like to see a shared file here. If a function or two cannot be shared we should create ${TARGET_ARCH}/kvm-fbsd-${TARGET_ARCH}.c. Notes: svn path=/head/; revision=99107
* Bmake bits for GDB 5.2.David E. O'Brien2002-06-301-4/+0
| | | | Notes: svn path=/head/; revision=99103
* Reflect new gdb directory structure.Mark Peek2002-06-291-1/+1
| | | | Notes: svn path=/head/; revision=99080